Task-TestOrderFormAccepted-StorageOfMaterial-Example

Example of a Task accepted by a filler organization. NOTE: Task codes and status are pending further business analysis.

Task
{
"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",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303452"
}
},
"authoredOn": "2023-10-31T08:54:00Z",
"lastModified": "2023-10-31T15:43:00Z",
"reference": "PractitionerRole/PractitionerRole-OscarShields-Example"
},
"owner": {
"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"
}
]
},
"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" />
<system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" />
<code value="request-sample-alignment" />
<display value="Request & Sample Alignment" />
</coding>
</code>
<reference value="ServiceRequest/ServiceRequest-TestOrderForm-StorageOfMaterial-Example" />
</focus>
<for>
<reference value="Patient/Patient-TimMclullichs-Example" />
<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" />
<reference value="PractitionerRole/PractitionerRole-OscarShields-Example" />
</requester>
<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>
<text value="sample recieved and placed to be placed in storage" />
</note>
<system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" />
<code value="Specimen" />
<display value="Specimen" />
</coding>
</type>
<reference value="Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" />
</valueReference>
</input>
</Task>