Task-WGSRareDiseaseTestOrderAccepted-TrioTestingFather-Example

Example of a Task for sample alignment of consultand samples.

Task
{
    "resourceType": "Task",
    "id": "Task-WGSRareDiseaseTestOrderAccepted-TrioTestingFather-Example",
    "status": "accepted",
    "businessStatus": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
                "code": "sample-received",
                "display": "Sample Received"
            }
        ]
    },
    "intent": "order",
    "priority": "routine",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
                "code": "request-sample-alignment",
                "display": "Request & Sample Alignment"
            }
        ]
    },
    "focus": {
        "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example"
    },
    "for": {
        "reference": "Patient-PheobeSmithamFather-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307636"
        }
    },
    "authoredOn": "2023-09-15T15:00:00Z",
    "lastModified": "2023-09-18T15:00: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"
        }
    ],
    "input":  [
        {
            "type": {
                "coding":  [
                    {
                        "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
                        "code": "Specimen",
                        "display": "Specimen"
                    }
                ]
            },
            "valueReference": {
                "reference": "Specimen/Specimen-PheobeSmithamFather-Example"
            }
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
                        "code": "Consent",
                        "display": "Consent"
                    }
                ]
            },
            "valueReference": {
                "reference": "Consent/Consent-RoD-PheobeSmithamFather-Example"
            }
        }
    ]
}
<Task xmlns="http://hl7.org/fhir">
    <id value="Task-WGSRareDiseaseTestOrderAccepted-TrioTestingFather-Example" />
    <status value="accepted" />
    <businessStatus>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/business-status-genomics" />
            <code value="sample-received" />
            <display value="Sample Received" />
        </coding>
    </businessStatus>
    <intent value="order" />
    <priority value="routine" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/task-code-genomics" />
            <code value="request-sample-alignment" />
            <display value="Request &amp; Sample Alignment" />
        </coding>
    </code>
    <focus>
        <reference value="ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example" />
    </focus>
    <for>
        <reference value="Patient-PheobeSmithamFather-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307636" />
        </identifier>
    </for>
    <authoredOn value="2023-09-15T15:00:00Z" />
    <lastModified value="2023-09-18T15:00: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>
    <input>
        <type>
            <coding>
                <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" />
                <code value="Specimen" />
                <display value="Specimen" />
            </coding>
        </type>
        <valueReference>
            <reference value="Specimen/Specimen-PheobeSmithamFather-Example" />
        </valueReference>
    </input>
    <input>
        <type>
            <coding>
                <system value="https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics" />
                <code value="Consent" />
                <display value="Consent" />
            </coding>
        </type>
        <valueReference>
            <reference value="Consent/Consent-RoD-PheobeSmithamFather-Example" />
        </valueReference>
    </input>
</Task>