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-NonWGSTestOrderAccepted-VariantReinterpretation-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-NonWGSTestOrderAccepted-VariantReinterpretation-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-NonWGSTestOrder-VariantReinterpretation-Example |
for |
reference : Patient/Patient-SalimaPomfrets-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303444 |
authoredOn : 2023-10-01T10:08:00Z |
lastModified : 2023-10-02T11:30:00Z |
requester |
reference : PractitionerRole/PractitionerRole-GeneSmith-Example |
owner |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RQ3 |
display : BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST |
note |
text : Optional Free Text field to record any additional details |
{ "resourceType": "Task", "id": "Task-NonWGSTestOrderAccepted-VariantReinterpretation-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-NonWGSTestOrder-VariantReinterpretation-Example" }, "for": { "reference": "Patient/Patient-SalimaPomfrets-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303444" } }, "authoredOn": "2023-10-01T10:08:00Z", "lastModified": "2023-10-02T11:30:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-GeneSmith-Example" }, "owner": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RQ3" }, "display": "BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" }, "note": [ { "text": "Optional Free Text field to record any additional details" } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-NonWGSTestOrderAccepted-VariantReinterpretation-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-NonWGSTestOrder-VariantReinterpretation-Example" /> </focus> <for> <reference value="Patient/Patient-SalimaPomfrets-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303444" /> </identifier> </for> <authoredOn value="2023-10-01T10:08:00Z" /> <lastModified value="2023-10-02T11:30:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-GeneSmith-Example" /> </requester> <owner> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RQ3" /> </identifier> <display value="BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST" /> </owner> <note> <text value="Optional Free Text field to record any additional details" /> </note> </Task>