Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example

Example of a Task updated by a requester orgnization to indicate a test is being cancelled.

Task
{
    "resourceType": "Task",
    "id": "Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example",
    "status": "cancelled",
    "statusReason": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics",
                "code": "DecisionNotToProgressWithTestRequest",
                "display": "Decision Not To Progress With Test Request"
            }
        ]
    },
    "intent": "order",
    "priority": "routine",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
                "code": "Interpretation",
                "display": "Interpretation"
            }
        ]
    },
    "focus": {
        "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example"
    },
    "for": {
        "reference": "Patient/Patient-AnitaLamberts-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303649"
        }
    },
    "authoredOn": "2023-11-01T10:00:00Z",
    "lastModified": "2023-11-10T11:00:00Z",
    "requester": {
        "reference": "PractitionerRole/PractitionerRole-GeneSmith-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": "Follow Up Test to be requested to aid interpretation. Request a new Test with M code R65.1"
        }
    ]
}
<Task xmlns="http://hl7.org/fhir">
    <id value="Task-NonWGSRareDiseaseTestOrderCancelled-FollowupTest-Example" />
    <status value="cancelled" />
    <statusReason>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics" />
            <code value="DecisionNotToProgressWithTestRequest" />
            <display value="Decision Not To Progress With Test Request" />
        </coding>
    </statusReason>
    <intent value="order" />
    <priority value="routine" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" />
            <code value="Interpretation" />
            <display value="Interpretation" />
        </coding>
    </code>
    <focus>
        <reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FollowupTest-Example" />
    </focus>
    <for>
        <reference value="Patient/Patient-AnitaLamberts-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="8449303649" />
        </identifier>
    </for>
    <authoredOn value="2023-11-01T10:00:00Z" />
    <lastModified value="2023-11-10T11:00:00Z" />
    <requester>
        <reference value="PractitionerRole/PractitionerRole-GeneSmith-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="Follow Up Test to be requested to aid interpretation. Request a new Test with M code R65.1" />
    </note>
</Task>