Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-Example

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

Task
{
"resourceType": "Task",
"id": "Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-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-SavedTestOrderUpdated-CascadeTesting-Example"
},
"for": {
"reference": "Patient/Patient-FayMutlow-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307806"
}
},
"authoredOn": "2023-10-04T11:00:00Z",
"lastModified": "2023-10-06T09:00:00Z",
"reference": "PractitionerRole/PractitionerRole-MarySmith-Example"
},
"owner": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RTD"
},
"display": "THE NEWCASTLE UPON TYNE HOSPITALS 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-FayMutlow-Example"
}
}
]
}
<Task xmlns="http://hl7.org/fhir">
<id value="Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-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-SavedTestOrderUpdated-CascadeTesting-Example" />
</focus>
<for>
<reference value="Patient/Patient-FayMutlow-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307806" />
</identifier>
</for>
<authoredOn value="2023-10-04T11:00:00Z" />
<lastModified value="2023-10-06T09:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-MarySmith-Example" />
</requester>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RTD" />
</identifier>
<display value="THE NEWCASTLE UPON TYNE HOSPITALS 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-FayMutlow-Example" />
</valueReference>
</input>
</Task>