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-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example |
status : accepted |
intent : order |
priority : routine |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/task-code-genomics |
code : process-genomic-test-request |
display : Process Genomic Test Request |
focus |
reference : ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncologyUpdated-Example |
for |
reference : Patient/Patient-PatrickSammy-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
authoredOn : 2023-09-04T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-HazelSmithPathology-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RR8 |
display : LEEDS TEACHING HOSPITALS NHS TRUST |
note |
text : M code modified to M91.4. Appropriate testing |
{ "resourceType": "Task", "id": "Task-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example", "status": "accepted", "intent": "order", "priority": "routine", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics", "code": "process-genomic-test-request", "display": "Process Genomic Test Request" } ] }, "focus": { "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncologyUpdated-Example" }, "for": { "reference": "Patient/Patient-PatrickSammy-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307873" } }, "authoredOn": "2023-09-04T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-HazelSmithPathology-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RR8" }, "display": "LEEDS TEACHING HOSPITALS NHS TRUST" }, "note": [ { "text": "M code modified to M91.4. Appropriate testing" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSRareDiseaseTestOrderAccepted-HaemOncology-Example" /> <status value="accepted" /> <intent value="order" /> <priority value="routine" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" /> <code value="process-genomic-test-request" /> <display value="Process Genomic Test Request" /> </coding> </code> <focus> <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncologyUpdated-Example" /> </focus> <for> <reference value="Patient/Patient-PatrickSammy-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </for> <authoredOn value="2023-09-04T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-HazelSmithPathology-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RR8" /> </identifier> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </owner> <note> <text value="M code modified to M91.4. Appropriate testing" /> </note> </Task>