Task-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example

Example of a Task updated by a filler organization upon completion of a test.

Task
{
"resourceType": "Task",
"id": "Task-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example",
"status": "completed",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
"code": "distribute-report",
"display": "Distribute Report"
}
]
},
"focus": {
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example"
},
"for": {
"reference": "Patient/Patient-JamesMetcalfe-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "7449306524"
}
},
"authoredOn": "2023-10-10T16:00:00Z",
"lastModified": "2023-10-18T11:10:00Z",
"reference": "PractitionerRole/PractitionerRole-EugeneSmith-Example"
},
"owner": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RH8"
},
"display": "ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST"
},
"note": [
{
"text": "Optional Free Text field to record any additional details"
}
],
"input": [
{
"type": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
"code": "DiagnosticReport",
"display": "DiagnosticReport"
}
]
},
"reference": "DiagnosticReport/DiagnosticReport-JamesMetcalfeGeneticReport-Example"
}
}
]
}
<Task xmlns="http://hl7.org/fhir">
<id value="Task-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example" />
<status value="completed" />
<intent value="order" />
<priority value="routine" />
<system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" />
<code value="distribute-report" />
<display value="Distribute Report" />
</coding>
</code>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example" />
</focus>
<for>
<reference value="Patient/Patient-JamesMetcalfe-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="7449306524" />
</identifier>
</for>
<authoredOn value="2023-10-10T16:00:00Z" />
<lastModified value="2023-10-18T11:10:00Z" />
<reference value="PractitionerRole/PractitionerRole-EugeneSmith-Example" />
</requester>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RH8" />
</identifier>
<display value="ROYAL DEVON UNIVERSITY HEALTHCARE NHS FOUNDATION TRUST" />
</owner>
<text value="Optional Free Text field to record any additional details" />
</note>
<system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" />
<code value="DiagnosticReport" />
<display value="DiagnosticReport" />
</coding>
</type>
<reference value="DiagnosticReport/DiagnosticReport-JamesMetcalfeGeneticReport-Example" />
</valueReference>
</input>
</Task>

--