ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example

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

ServiceRequest
{
    "resourceType": "ServiceRequest",
    "id": "ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example",
    "identifier":  [
        {
            "system": "https://fhir.leedssth.nhs.uk//Id/grouptestId",
            "value": "RR-REQ12764",
            "assigner": {
                "identifier": {
                    "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                    "value": "RR8"
                }
            }
        }
    ],
    "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",
    "category":  [
        {
            "coding":  [
                {
                    "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
                    "code": "rare-disease-wgs",
                    "display": "Rare Disease - WGS"
                }
            ]
        }
    ],
    "priority": "routine",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
                "code": "R98.2",
                "display": "Likely inborn error of metabolism"
            }
        ],
        "text": "This is a Trio Testing, comprising 3 family members with their respective specimen`s & Record Of Discussion`s"
    },
    "subject": {
        "reference": "Patient/Patient-PheobeSmitham-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307539"
        }
    },
    "authoredOn": "2023-09-15T15:00:00Z",
    "requester": {
        "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example"
    },
    "reasonCode":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "103693007",
                    "display": "Diagnostic procedure"
                }
            ]
        }
    ],
    "performer":  [
        {
            "identifier": {
                "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                "value": "R0A"
            }
        }
    ],
    "supportingInfo":  [
        {
            "reference": "Observation/Observation-GenomicEthnicity-Example"
        },
        {
            "reference": "Observation/Observation-NoPregnancy-Example"
        },
        {
            "reference": "Observation/Observation-DiseaseStatus-Example"
        },
        {
            "reference": "Observation/Observation-DiseasePenetrancePheobeSmitham-Example"
        },
        {
            "reference": "Observation/Observation-IntellectualDisabilityProfound-Example"
        },
        {
            "reference": "Observation/Observation-IntellectualDisabilityMild-Example"
        },
        {
            "reference": "Observation/Observation-AutisticBehaviour-Example"
        },
        {
            "reference": "Observation/Observation-DelayedSpeech-Example"
        },
        {
            "reference": "Observation/Observation-NonConsanguinousUnionProband-Example"
        },
        {
            "reference": "Observation/Observation-NonConsanguinousUnionProbandFather-Example"
        },
        {
            "reference": "Observation/Observation-NonConsanguinousUnionMother-Example"
        },
        {
            "reference": "FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnion-Example"
        },
        {
            "reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
        },
        {
            "reference": "Observation/Observation-NoBoneMarrowTransplantProbandFather-Example"
        },
        {
            "reference": "Observation/Observation-NoBoneMarrowTransplantProbandMother-Example"
        },
        {
            "reference": "Observation/Observation-NoTransfusion-Example"
        },
        {
            "reference": "Observation/Observation-NoTransfusionProbandFather-Example"
        },
        {
            "reference": "Observation/Observation-NoTransfusionProbandMother-Example"
        },
        {
            "reference": "Specimen/Specimen-PheobeSmitham-Example"
        },
        {
            "reference": "Specimen/Specimen-PheobeSmithamFather-Example"
        },
        {
            "reference": "Specimen/Specimen-PheobeSmithamMother-Example"
        },
        {
            "reference": "Consent/Consent-RoD-PheobeSmitham-Example"
        },
        {
            "reference": "Consent/Consent-RoD-PheobeSmithamMother-Example"
        }
    ],
    "note":  [
        {
            "text": "No family history of genomic testing"
        },
        {
            "text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ E.g. Not eligible for R14 or R98. Agreed with testing laboratory at Manchester. Father lives in surrey. Father to have sample taken locally and sent to MFT."
        }
    ]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
    <id value="ServiceRequest-WGSTestOrderForm-TrioTestingProband-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>
    <identifier>
        <system value="https://fhir.leedssth.nhs.uk//Id/grouptestId" />
        <value value="RR-REQ12764" />
        <assigner>
            <identifier>
                <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                <value value="RR8" />
            </identifier>
        </assigner>
    </identifier>
    <status value="active" />
    <intent value="order" />
    <category>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" />
            <code value="rare-disease-wgs" />
            <display value="Rare Disease - WGS" />
        </coding>
    </category>
    <priority value="routine" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
            <code value="R98.2" />
            <display value="Likely inborn error of metabolism" />
        </coding>
        <text value="This is a Trio Testing, comprising 3 family members with their respective specimen`s &amp; Record Of Discussion`s" />
    </code>
    <subject>
        <reference value="Patient/Patient-PheobeSmitham-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307539" />
        </identifier>
    </subject>
    <authoredOn value="2023-09-15T15:00:00Z" />
    <requester>
        <reference value="PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example" />
    </requester>
    <performer>
        <identifier>
            <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
            <value value="R0A" />
        </identifier>
    </performer>
    <reasonCode>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="103693007" />
            <display value="Diagnostic procedure" />
        </coding>
    </reasonCode>
    <supportingInfo>
        <reference value="Observation/Observation-GenomicEthnicity-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoPregnancy-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-DiseaseStatus-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-DiseasePenetrancePheobeSmitham-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-IntellectualDisabilityProfound-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-IntellectualDisabilityMild-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-AutisticBehaviour-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-DelayedSpeech-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NonConsanguinousUnionProband-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NonConsanguinousUnionProbandFather-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NonConsanguinousUnionMother-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnion-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoBoneMarrowTransplant-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoBoneMarrowTransplantProbandFather-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoBoneMarrowTransplantProbandMother-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoTransfusion-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoTransfusionProbandFather-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoTransfusionProbandMother-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Specimen/Specimen-PheobeSmitham-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Specimen/Specimen-PheobeSmithamFather-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Specimen/Specimen-PheobeSmithamMother-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Consent/Consent-RoD-PheobeSmitham-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Consent/Consent-RoD-PheobeSmithamMother-Example" />
    </supportingInfo>
    <note>
        <text value="No family history of genomic testing" />
    </note>
    <note>
        <text value="Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ E.g. Not eligible for R14 or R98. Agreed with testing laboratory at Manchester. Father lives in surrey. Father to have sample taken locally and sent to MFT." />
    </note>
</ServiceRequest>