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-TestOrderFormAccepted-StorageOfMaterial-Example
Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.
Task |
id : Task-TestOrderFormAccepted-StorageOfMaterial-Example |
status : accepted |
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-TestOrderForm-StorageOfMaterial-Example |
for |
reference : Patient/Patient-TimMclullichs-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 8449303452 |
authoredOn : 2023-10-31T08:54:00Z |
lastModified : 2023-10-31T15:43:00Z |
requester |
reference : PractitionerRole/PractitionerRole-OscarShields-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 : sample recieved and placed to be placed in storage |
input |
type |
coding |
system : https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics |
code : Specimen |
display : Specimen |
value |
reference : Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example |
{ "resourceType": "Task", "id": "Task-TestOrderFormAccepted-StorageOfMaterial-Example", "status": "accepted", "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-TestOrderForm-StorageOfMaterial-Example" }, "for": { "reference": "Patient/Patient-TimMclullichs-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "8449303452" } }, "authoredOn": "2023-10-31T08:54:00Z", "lastModified": "2023-10-31T15:43:00Z", "requester": { "reference": "PractitionerRole/PractitionerRole-OscarShields-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": "sample recieved and placed to be placed in storage" } ], "input": [ { "type": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics", "code": "Specimen", "display": "Specimen" } ] }, "valueReference": { "reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" } } ] }
<Task xmlns="http://hl7.org/fhir"> <id value="Task-TestOrderFormAccepted-StorageOfMaterial-Example" /> <status value="accepted" /> <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-TestOrderForm-StorageOfMaterial-Example" /> </focus> <for> <reference value="Patient/Patient-TimMclullichs-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="8449303452" /> </identifier> </for> <authoredOn value="2023-10-31T08:54:00Z" /> <lastModified value="2023-10-31T15:43:00Z" /> <requester> <reference value="PractitionerRole/PractitionerRole-OscarShields-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="sample recieved and placed to be placed in storage" /> </note> <input> <type> <coding> <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" /> <code value="Specimen" /> <display value="Specimen" /> </coding> </type> <valueReference> <reference value="Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" /> </valueReference> </input> </Task>