ServiceRequest-TestOrderForm-StorageOfMaterial-Example

Example of a ServiceRequest. After being sent to the central broker, the ServiceRequest is assigned a unique identifier.

ServiceRequest
{
    "resourceType": "ServiceRequest",
    "id": "ServiceRequest-TestOrderForm-StorageOfMaterial-Example",
    "extension":  [
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
            "valueCodeableConcept": {
                "coding":  [
                    {
                        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
                        "code": "nhs",
                        "display": "NHS"
                    }
                ]
            }
        }
    ],
    "status": "active",
    "intent": "order",
    "priority": "routine",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
                "code": "R346",
                "display": "DNA to be stored"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient-TimMclullichs-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303452"
        }
    },
    "authoredOn": "2023-10-28T11:00:00Z",
    "requester": {
        "reference": "PractitionerRole/PractitionerRole-OscarShields-Example"
    },
    "reasonCode":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "1186936003",
                    "display": "Storage of specimen"
                }
            ]
        }
    ],
    "supportingInfo":  [
        {
            "reference": "Observation/Observation-GenomicEthnicity-Example"
        },
        {
            "reference": "Observation/Observation-DiseaseStatus-Example"
        },
        {
            "reference": "Observation/Observation-NonConsanguinousUnion-Example"
        },
        {
            "reference": "FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnion-Example"
        },
        {
            "reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
        },
        {
            "reference": "Observation/Observation-NoTransfusion-Example"
        }
    ],
    "note":  [
        {
            "text": "Specimen will be provided at a later date"
        },
        {
            "text": "No family history of genomic testing"
        },
        {
            "text": "Free text for diagnosis/reason for referral, transplant, life status at time of request details/ E.g. DNA to be stored for future testing"
        }
    ]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
    <id value="ServiceRequest-TestOrderForm-StorageOfMaterial-Example" />
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage">
        <valueCodeableConcept>
            <coding>
                <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" />
                <code value="nhs" />
                <display value="NHS" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <status value="active" />
    <intent value="order" />
    <priority value="routine" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
            <code value="R346" />
            <display value="DNA to be stored" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/Patient-TimMclullichs-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="8449303452" />
        </identifier>
    </subject>
    <authoredOn value="2023-10-28T11:00:00Z" />
    <requester>
        <reference value="PractitionerRole/PractitionerRole-OscarShields-Example" />
    </requester>
    <reasonCode>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="1186936003" />
            <display value="Storage of specimen" />
        </coding>
    </reasonCode>
    <supportingInfo>
        <reference value="Observation/Observation-GenomicEthnicity-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-DiseaseStatus-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NonConsanguinousUnion-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnion-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoBoneMarrowTransplant-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoTransfusion-Example" />
    </supportingInfo>
    <note>
        <text value="Specimen will be provided at a later date" />
    </note>
    <note>
        <text value="No family history of genomic testing" />
    </note>
    <note>
        <text value="Free text for diagnosis/reason for referral, transplant, life status at time of request details/ E.g. DNA to be stored for future testing" />
    </note>
</ServiceRequest>