Task-WGSRareDiseaseTestOrderCompleted-TrioTestingProband-Example

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

Task
{
    "resourceType": "Task",
    "id": "Task-WGSRareDiseaseTestOrderCompleted-TrioTestingProband-Example",
    "status": "completed",
    "intent": "order",
    "priority": "routine",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
                "code": "DistributeReport",
                "display": "Distribute Report"
            }
        ]
    },
    "focus": {
        "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example"
    },
    "for": {
        "reference": "Patient/Patient-PheobeSmitham-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307539"
        }
    },
    "authoredOn": "2023-09-15T15:00:00Z",
    "lastModified": "2023-10-16T15:50:00Z",
    "requester": {
        "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example"
    },
    "owner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "R0A"
        },
        "display": "MANCHESTER UNIVERSITY NHS FOUNDATION TRUST"
    },
    "note":  [
        {
            "text": "Optional Free Text field to record any additional details"
        }
    ],
    "output":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "1054161000000101",
                        "display": "Genetic report (record artifact)"
                    }
                ]
            },
            "valueReference": {
                "reference": "DiagnosticReport/DiagnosticReport-PhoebeSmithGeneticReport-Example"
            }
        }
    ]
}
<Task xmlns="http://hl7.org/fhir">
    <id value="Task-WGSRareDiseaseTestOrderCompleted-TrioTestingProband-Example" />
    <status value="completed" />
    <intent value="order" />
    <priority value="routine" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" />
            <code value="DistributeReport" />
            <display value="Distribute Report" />
        </coding>
    </code>
    <focus>
        <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" />
    </focus>
    <for>
        <reference value="Patient/Patient-PheobeSmitham-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307539" />
        </identifier>
    </for>
    <authoredOn value="2023-09-15T15:00:00Z" />
    <lastModified value="2023-10-16T15:50:00Z" />
    <requester>
        <reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" />
    </requester>
    <owner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="R0A" />
        </identifier>
        <display value="MANCHESTER UNIVERSITY NHS FOUNDATION TRUST" />
    </owner>
    <note>
        <text value="Optional Free Text field to record any additional details" />
    </note>
    <output>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="1054161000000101" />
                <display value="Genetic report (record artifact)" />
            </coding>
        </type>
        <valueReference>
            <reference value="DiagnosticReport/DiagnosticReport-PhoebeSmithGeneticReport-Example" />
        </valueReference>
    </output>
</Task>