ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-Example

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

ServiceRequest
{
    "resourceType": "ServiceRequest",
    "id": "ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-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"
                    }
                ]
            }
        },
        {
            "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact",
            "valueReference": {
                "reference": "PractitionerRole/PractitionerRole-AnnaLaneKingstonPathology-Example"
            }
        }
    ],
    "status": "active",
    "intent": "order",
    "category":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
                    "code": "cancer-non-wgs",
                    "display": "Cancer - Non-WGS"
                }
            ]
        }
    ],
    "priority": "routine",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
                "code": "M119.5",
                "display": "Multi Target NGS Panel Small"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient-PatrickSammy-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307555"
        }
    },
    "authoredOn": "2023-09-08",
    "requester": {
        "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example"
    },
    "reasonCode":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "335741000000100",
                    "display": "Recurrence of tumour"
                }
            ]
        }
    ],
    "performer":  [
        {
            "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "RJZ"
            },
            "display": "KING'S COLLEGE HOSPITAL NHS FOUNDATION TRUST"
        }
    ],
    "supportingInfo":  [
        {
            "reference": "Observation/Observation-Cellularity-Example"
        },
        {
            "reference": "Observation/Observation-TumorType-Example"
        },
        {
            "reference": "Observation/Observation-Necrosis-Example"
        },
        {
            "reference": "Observation/Observation-NeoplasticCell-Example"
        },
        {
            "reference": "Condition/Condition-LungTumor-Example"
        }
    ],
    "specimen":  [
        {
            "reference": "Specimen/Specimen-SolidTumor-Example"
        }
    ],
    "note":  [
        {
            "text": "Free text for diagnosis/reason for referral, transplant, life status at time of request details/ e.g. malignant tumour - molecular assessment will aid management"
        }
    ]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
    <id value="ServiceRequest-NonWGSTestOrderForm-CancerSolidTumor-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>
    <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact">
        <valueReference>
            <reference value="PractitionerRole/PractitionerRole-AnnaLaneKingstonPathology-Example" />
        </valueReference>
    </extension>
    <status value="active" />
    <intent value="order" />
    <category>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" />
            <code value="cancer-non-wgs" />
            <display value="Cancer - Non-WGS" />
        </coding>
    </category>
    <priority value="routine" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
            <code value="M119.5" />
            <display value="Multi Target NGS Panel Small" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/Patient-PatrickSammy-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307555" />
        </identifier>
    </subject>
    <authoredOn value="2023-09-08" />
    <requester>
        <reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" />
    </requester>
    <performer>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="RJZ" />
        </identifier>
        <display value="KING&#39;S COLLEGE HOSPITAL NHS FOUNDATION TRUST" />
    </performer>
    <reasonCode>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="335741000000100" />
            <display value="Recurrence of tumour" />
        </coding>
    </reasonCode>
    <supportingInfo>
        <reference value="Observation/Observation-Cellularity-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-TumorType-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-Necrosis-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NeoplasticCell-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Condition/Condition-LungTumor-Example" />
    </supportingInfo>
    <specimen>
        <reference value="Specimen/Specimen-SolidTumor-Example" />
    </specimen>
    <note>
        <text value="Free text for diagnosis/reason for referral, transplant, life status at time of request details/ e.g. malignant tumour - molecular assessment will aid management" />
    </note>
</ServiceRequest>