ServiceRequest-NonWGSTestOrderForm-CascadeTesting-Example

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

ServiceRequest
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-NonWGSTestOrderForm-CascadeTesting-Example",
"basedOn": [
{
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FatherOfFayMutlow-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/reasonfortesting-genomics",
"code": "predictive",
"display": "Predictive"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R134",
"display": "Familial Hypercholesterolaemia",
"version": "7"
}
]
},
"subject": {
"reference": "Patient/Patient-FayMutlow-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307806"
}
},
"authoredOn": "2023-10-04T11:00:00Z",
"reference": "PractitionerRole/PractitionerRole-MarySmith-Example"
},
{
"reference": "Observation/Observation-GenomicEthnicity-Example"
},
{
"reference": "Observation/Observation-NoPregnancy-Example"
},
{
"reference": "Condition/Condition-MonogenicHearingLoss-Example"
},
{
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
},
{
"reference": "Observation/Observation-NoTransplant-Example"
},
{
"reference": "Observation/Observation-NoTransfusion-Example"
},
{
"reference": "Observation/Observation-DutchLipidScore-Example"
},
{
"reference": "Observation/Observation-QueryXanthoma-Example"
},
{
"reference": "Observation/Observation-SimonBroomeCriteria-Example"
}
],
{
"reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example"
}
],
"note": [
{
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms"
},
{
"text": "Father tested positive for FH. Confirmation required if daughter is positive for FH"
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrderForm-CascadeTesting-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>
<reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FatherOfFayMutlow-Example" />
</basedOn>
<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/reasonfortesting-genomics" />
<code value="predictive" />
<display value="Predictive" />
</coding>
</category>
<priority value="routine" />
<system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
<version value="7" />
<code value="R134" />
<display value="Familial Hypercholesterolaemia" />
</coding>
</code>
<reference value="Patient/Patient-FayMutlow-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307806" />
</identifier>
</subject>
<authoredOn value="2023-10-04T11:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-MarySmith-Example" />
</requester>
<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-NoTransplant-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoTransfusion-Example" />
</supportingInfo>
<reference value="Observation/Observation-DutchLipidScore-Example" />
</supportingInfo>
<reference value="Observation/Observation-QueryXanthoma-Example" />
</supportingInfo>
<reference value="Observation/Observation-SimonBroomeCriteria-Example" />
</supportingInfo>
<reference value="Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" />
</specimen>
<text value="Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms" />
</note>
<text value="Father tested positive for FH. Confirmation required if daughter is positive for FH" />
</note>
</ServiceRequest>