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-WGSRareDiseaseTestOrderAccepted-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-WGSRareDiseaseTestOrderAccepted-Example |
status : on-hold |
statusReason |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics |
code : awaiting-rod-and-or-sample |
display : Awaiting Record of Discussion and/or Sample |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : request-sample-alignment |
display : Request & Sample Alignment |
focus |
reference : ServiceRequest/ServiceRequest-SavedTestOrder-Example |
for |
reference : Patient/Patient-LindsaySorrell-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307946 |
authoredOn : 2023-08-08 |
lastModified : 2023-08-09 |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithRenal-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RJ1 |
display : GUY'S AND ST THOMAS' NHS FOUNDATION TRUST |
{ "resourceType": "Task", "id": "Task-WGSRareDiseaseTestOrderAccepted-Example", "status": "on-hold", "statusReason": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics", "code": "awaiting-rod-and-or-sample", "display": "Awaiting Record of Discussion and/or Sample" } ] }, "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "request-sample-alignment", "display": "Request & Sample Alignment" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-SavedTestOrder-Example" }, "for": { "reference": "Patient/Patient-LindsaySorrell-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307946" } }, "authoredOn": "2023-08-08", "lastModified": "2023-08-09", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithRenal-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RJ1" }, "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST" } }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-WGSRareDiseaseTestOrderAccepted-Example" /> <status value="on-hold" /> <statusReason> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" /> <code value="awaiting-rod-and-or-sample" /> <display value="Awaiting Record of Discussion and/or Sample" /> </coding> </statusReason> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="request-sample-alignment" /> <display value="Request & Sample Alignment" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-SavedTestOrder-Example" /> </focus> <for> <reference value="Patient/Patient-LindsaySorrell-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307946" /> </identifier> </for> <authoredOn value="2023-08-08" /> <lastModified value="2023-08-09" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithRenal-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> </Task>