Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example
Example of a Task updated by a filler orgnization upon completion of a test.
Task |
id : Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example |
status : completed |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : distribute-report |
display : Distribute Report |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example |
for |
reference : Patient/Patient-AnitaLamberts-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303649 |
authoredOn : 2023-11-10T10:00:00Z |
lastModified : 2023-11-24T15:30:00Z |
requester |
reference : PractitionerRole/PractitionerRole-AndrewSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
note |
text : Optional Free Text field to record any additional details |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : DiagnosticReport |
display : DiagnosticReport |
value |
reference : DiagnosticReport/DiagnosticReport-AnitaLamberts-Example |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example", "status": "completed", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "distribute-report", "display": "Distribute Report" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example" }, "for": { "reference": "Patient/Patient-AnitaLamberts-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303649" } }, "authoredOn": "2023-11-10T10:00:00Z", "lastModified": "2023-11-24T15:30:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-AndrewSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ], "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "DiagnosticReport", "display": "DiagnosticReport" } ] }, "valueReference": { "reference": "DiagnosticReport/DiagnosticReport-AnitaLamberts-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderCompleted-FollowupTest-Example" /> <status value="completed" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="distribute-report" /> <display value="Distribute Report" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example" /> </focus> <for> <reference value="Patient/Patient-AnitaLamberts-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303649" /> </identifier> </for> <authoredOn value="2023-11-10T10:00:00Z" /> <lastModified value="2023-11-24T15:30:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-AndrewSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RJ1" /> </identifier> <display value="GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="DiagnosticReport" /> <display value="DiagnosticReport" /> </coding> </type> <valueReference> <reference value="DiagnosticReport/DiagnosticReport-AnitaLamberts-Example" /> </valueReference> </input> </Task>