ServiceRequest-NonWGSTestOrderForm-DeceasedPatient-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-DeceasedPatient-Example",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
"code": "nhs-england",
"display": "NHS England"
}
]
}
}
],
"status": "active",
"intent": "order",
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
"code": "rare-disease-non-wgs",
"display": "Rare Disease - Non-WGS"
}
]
},
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/rare-diseaseTesting-genomics",
"code": "diagnostic",
"display": "Diagnostic"
}
]
}
],
"priority": "routine",
"subject": {
"reference": "Patient/Patient-AnitaLambertsDeceasedPatient-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303649"
}
},
"authoredOn": "2023-11-01T10:00:00Z",
"reference": "PractitionerRole/PractitionerRole-GeneSmith-Example"
},
{
"coding": [
{
{
"url": "https://fhir.nhs.uk/England/StructureDefinition/Extension-GenomicTestCode-Version",
}
],
"system": "https://fhir.nhs.uk/CodeSystem/England-DigitalGenomicTestService",
"code": "TP119",
"display": "Sudden unexplained death or survivors of a cardiac event"
}
]
}
],
{
"reference": "Observation/Observation-GenomicEthnicity-Example"
},
{
"reference": "Observation/Observation-NoPregnancy-Example"
},
{
"reference": "Condition/Condition-MonogenicHearingLoss-Example"
},
{
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
},
{
"reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
},
{
"reference": "Observation/Observation-NoTransfusion-Example"
}
],
{
"display": "Blood EDTA Specimen to be provided later"
}
],
"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."
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrderForm-DeceasedPatient-Example" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" />
<code value="nhs-england" />
<display value="NHS England" />
</coding>
</valueCodeableConcept>
</extension>
<status value="active" />
<intent value="order" />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" />
<code value="rare-disease-non-wgs" />
<display value="Rare Disease - Non-WGS" />
</coding>
</category>
<system value="https://fhir.nhs.uk/CodeSystem/rare-diseaseTesting-genomics" />
<code value="diagnostic" />
<display value="Diagnostic" />
</coding>
</category>
<priority value="routine" />
<reference value="Patient/Patient-AnitaLambertsDeceasedPatient-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303649" />
</identifier>
</subject>
<authoredOn value="2023-11-01T10:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-GeneSmith-Example" />
</requester>
<extension url="https://fhir.nhs.uk/England/StructureDefinition/Extension-GenomicTestCode-Version">
<valueDecimal value="1.0" />
</extension>
<system value="https://fhir.nhs.uk/CodeSystem/England-DigitalGenomicTestService" />
<code value="TP119" />
<display value="Sudden unexplained death or survivors of a cardiac event" />
</coding>
</reasonCode>
<reference value="Observation/Observation-GenomicEthnicity-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoPregnancy-Example" />
</supportingInfo>
<reference value="Condition/Condition-MonogenicHearingLoss-Example" />
</supportingInfo>
<reference value="Observation/Observation-NonConsanguinousUnion-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoBoneMarrowTransplant-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoTransfusion-Example" />
</supportingInfo>
<display value="Blood EDTA Specimen to be provided later" />
</specimen>
<text value="No family history of genomic testing" />
</note>
<text value="Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms." />
</note>
</ServiceRequest>