ServiceRequest-NonWGSTestOrder-VariantReinterpretation-Example

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

ServiceRequest
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-NonWGSTestOrder-VariantReinterpretation-Example",
"basedOn": [
{
"reference": "ServiceReques/ServiceRequest-NonWGSTestOrderForm-SyndromicEpilepsy-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"
}
]
},
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
"code": "diagnostic",
"display": "Diagnostic"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R442",
"display": "Variant Re-interpretation",
"version": "7"
}
]
},
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R59",
"display": "Early onset or syndromic epilepsy",
"version": "7"
}
]
},
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/types-of-reanalysistest-genomics",
"code": "original-gene-panels",
"display": "Original Gene Panels"
}
]
}
],
"subject": {
"reference": "Patient/Patient-SalimaPomfrets-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303444"
}
},
"authoredOn": "2023-10-01T10:08:00Z",
"reference": "PractitionerRole/PractitionerRole-GeneSmith-Example"
},
{
"reference": "Observation/Observation-GenomicEthnicity-Example"
},
{
"reference": "Condition/Condition-MonogenicHearingLoss-Example"
},
{
"reference": "Observation/Observation-NoPregnancy-Example"
},
{
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
},
{
"reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
},
{
"reference": "Observation/Observation-NoTransfusion-Example"
}
],
"note": [
{
"text": "No sample required."
},
{
"text": "No family history of genomic testing"
},
{
"text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ For example: new evidence available that will likely change the classification of the variant- identification of additional patient(s) with the same genetic variant"
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrder-VariantReinterpretation-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="ServiceReques/ServiceRequest-NonWGSTestOrderForm-SyndromicEpilepsy-Example" />
</basedOn>
<status value="active" />
<intent value="order" />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" />
<code value="rare-disease-non-wgs" />
</coding>
</category>
<system value="https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics" />
<code value="diagnostic" />
<display value="Diagnostic" />
</coding>
</category>
<priority value="routine" />
<system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
<version value="7" />
<code value="R442" />
<display value="Variant Re-interpretation" />
</coding>
</code>
<system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
<version value="7" />
<code value="R59" />
<display value="Early onset or syndromic epilepsy" />
</coding>
</orderDetail>
<system value="https://fhir.nhs.uk/CodeSystem/types-of-reanalysistest-genomics" />
<code value="original-gene-panels" />
<display value="Original Gene Panels" />
</coding>
</orderDetail>
<reference value="Patient/Patient-SalimaPomfrets-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303444" />
</identifier>
</subject>
<authoredOn value="2023-10-01T10:08:00Z" />
<reference value="PractitionerRole/PractitionerRole-GeneSmith-Example" />
</requester>
<reference value="Observation/Observation-GenomicEthnicity-Example" />
</supportingInfo>
<reference value="Condition/Condition-MonogenicHearingLoss-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoPregnancy-Example" />
</supportingInfo>
<reference value="Observation/Observation-NonConsanguinousUnion-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoBoneMarrowTransplant-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoTransfusion-Example" />
</supportingInfo>
<text value="No sample required." />
</note>
<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/ For example: new evidence available that will likely change the classification of the variant- identification of additional patient(s) with the same genetic variant" />
</note>
</ServiceRequest>