ServiceRequest-NonWGSTestOrderFormUpdated-FetalScenario-Example

Example of a ServiceRequest which has been modified. After modification, the ServiceRequest SHALL include a meta.lastUpdated element and a relevantHitory element referencing the provenance resource detailing the change.

ServiceRequest
{
    "resourceType": "ServiceRequest",
    "id": "ServiceRequest-NonWGSTestOrderFormUpdated-FetalScenario-Example",
    "meta": {
        "versionId": "2",
        "lastUpdated": "2023-09-26T10:00:00Z"
    },
    "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-non-wgs",
                    "display": "Rare Disease - Non-WGS"
                }
            ]
        }
    ],
    "priority": "urgent",
    "code": {
        "coding":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
                "code": "R21",
                "display": "Fetal anomalies with a likely genetic cause"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient-FoetusOfRyanneBoulder-Example",
        "identifier":  [
            {
                "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
                "value": "FT-RWT13521",
                "assigner": {
                    "identifier": {
                        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
                        "value": "RAX"
                    }
                }
            }
        ]
    },
    "authoredOn": "2023-09-26T10:00:00Z",
    "requester": {
        "reference": "PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example"
    },
    "reasonCode":  [
        {
            "coding":  [
                {
                    "system": "http://snomed.info/sct",
                    "code": "243787009",
                    "display": "Antenatal screening"
                }
            ]
        }
    ],
    "supportingInfo":  [
        {
            "reference": "Observation/Observation-HistoryOfFetalLoss-Example"
        },
        {
            "reference": "Observation/Observation-NonConsanguinousUnion-Example"
        },
        {
            "reference": "FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnionRyanneBoulder-Example"
        },
        {
            "reference": "Observation/Observation-GenomicEthnicity-Example"
        },
        {
            "reference": "Observation/Observation-PregnancyConfirmation-Example"
        },
        {
            "reference": "Observation/Observation-NoTransplant-Example"
        },
        {
            "reference": "Observation/Observation-NoFirstTrimesterFetalAnomalies-Example"
        },
        {
            "reference": "Observation/Observation-NoSecondTrimesterFetalAnomalies-Example"
        },
        {
            "reference": "Procedure/Procedure-InVitroFertilisation-Example"
        },
        {
            "reference": "Specimen/Specimen-BloodEDTA-Example"
        },
        {
            "reference": "Specimen/Specimen-RyanneBoulderSaliva-Example"
        },
        {
            "reference": "Specimen/Specimen-RyanneBoulderPartnerSaliva-Example"
        }
    ],
    "note":  [
        {
            "text": "No family history of relevant testing"
        },
        {
            "text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ E.g. large echogenic kidneys with normal bladder"
        }
    ],
    "relevantHistory":  [
        {
            "reference": "Provenance/Provenance-NonWGSTestOrderForm-FetalScenario-Example"
        }
    ]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
    <id value="ServiceRequest-NonWGSTestOrderFormUpdated-FetalScenario-Example" />
    <meta>
        <versionId value="2" />
        <lastUpdated value="2023-09-26T10:00:00Z" />
    </meta>
    <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" />
    <category>
        <coding>
            <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" />
            <code value="rare-disease-non-wgs" />
            <display value="Rare Disease - Non-WGS" />
        </coding>
    </category>
    <priority value="urgent" />
    <code>
        <coding>
            <system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
            <code value="R21" />
            <display value="Fetal anomalies with a likely genetic cause" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/Patient-FoetusOfRyanneBoulder-Example" />
        <identifier>
            <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24" />
            <value value="FT-RWT13521" />
            <assigner>
                <identifier>
                    <system value="https://fhir.nhs.uk/Id/ods-organization-code" />
                    <value value="RAX" />
                </identifier>
            </assigner>
        </identifier>
    </subject>
    <authoredOn value="2023-09-26T10:00:00Z" />
    <requester>
        <reference value="PractitionerRole/PractitionerRole-LoisLaneKingstonClinicalGenetics-Example" />
    </requester>
    <reasonCode>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="243787009" />
            <display value="Antenatal screening" />
        </coding>
    </reasonCode>
    <supportingInfo>
        <reference value="Observation/Observation-HistoryOfFetalLoss-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NonConsanguinousUnion-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="FamilyMemberHistory/FamilyMemberHistory-NonConsanguinousUnionRyanneBoulder-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-GenomicEthnicity-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-PregnancyConfirmation-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoTransplant-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoFirstTrimesterFetalAnomalies-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Observation/Observation-NoSecondTrimesterFetalAnomalies-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Procedure/Procedure-InVitroFertilisation-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Specimen/Specimen-BloodEDTA-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Specimen/Specimen-RyanneBoulderSaliva-Example" />
    </supportingInfo>
    <supportingInfo>
        <reference value="Specimen/Specimen-RyanneBoulderPartnerSaliva-Example" />
    </supportingInfo>
    <note>
        <text value="No family history of relevant testing" />
    </note>
    <note>
        <text value="Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ E.g. large echogenic kidneys with normal bladder" />
    </note>
    <relevantHistory>
        <reference value="Provenance/Provenance-NonWGSTestOrderForm-FetalScenario-Example" />
    </relevantHistory>
</ServiceRequest>