Task-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example

Example of a Task forwarded to GEL. NOTE: Task codes and status are pending further business analysis.

Task
{
    "resourceType": "Task",
    "id": "Task-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example",
    "status": "requested",
    "intent": "order",
    "priority": "routine",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
                "code": "SamplePreparation",
                "display": "Sample Preparation"
            }
        ]
    },
    "focus": {
        "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example"
    },
    "for": {
        "reference": "Patient/Patient-ZelmaHadjkiss-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307555"
        }
    },
    "authoredOn": "2023-09-09",
    "lastModified": "2023-09-10T15:00:00Z",
    "requester": {
        "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example"
    },
    "owner": {
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/ods-organization-code",
            "value": "RJ1"
        },
        "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST"
    },
    "note":  [
        {
            "text": "Free to capture additional comments"
        }
    ],
    "input":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "123038009",
                        "display": "Specimen"
                    }
                ]
            },
            "valueReference": {
                "reference": "Specimen/Specimen-CancerSolidTumor-Example"
            }
        }
    ]
}
<Task xmlns="http://hl7.org/fhir">
    <id value="Task-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example" />
    <status value="requested" />
    <intent value="order" />
    <priority value="routine" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" />
            <code value="SamplePreparation" />
            <display value="Sample Preparation" />
        </coding>
    </code>
    <focus>
        <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example" />
    </focus>
    <for>
        <reference value="Patient/Patient-ZelmaHadjkiss-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307555" />
        </identifier>
    </for>
    <authoredOn value="2023-09-09" />
    <lastModified value="2023-09-10T15:00:00Z" />
    <requester>
        <reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" />
    </requester>
    <owner>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RJ1" />
        </identifier>
        <display value="GUY&#39;S AND ST THOMAS&#39; NHS FOUNDATION TRUST" />
    </owner>
    <note>
        <text value="Free to capture additional comments" />
    </note>
    <input>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="123038009" />
                <display value="Specimen" />
            </coding>
        </type>
        <valueReference>
            <reference value="Specimen/Specimen-CancerSolidTumor-Example" />
        </valueReference>
    </input>
</Task>