ServiceRequest-NonWGSTestOrderForm-ReAnalysis-Example

Example of a ServiceRequest. submitted to request re-analysis of a previous test/order.. After being sent to the central broker, the ServiceRequest is assigned a unique identifier.

ServiceRequest
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-NonWGSTestOrderForm-ReAnalysis-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": "new-treatment-clinical-management",
"display": "New Treatment/Clinical Management"
}
],
"text": "Significant new treatment and or clinical management implication for the patient.Please provide details/treatment for management of epilepsy"
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R387",
"display": "Re-analysis",
"version": "7"
}
]
},
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R59",
"display": "Early onset or syndromic epilepsy",
"version": "7"
}
]
}
],
"subject": {
"reference": "Patient/Patient-DemeizaSeo-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449306559"
}
},
"authoredOn": "2023-09-06T09:00:00Z",
"reference": "PractitionerRole/PractitionerRole-HazelSmithRenal-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/E.g. Reanlaysis - change in observed phenotype. Epilepsy test previously ordered on patient 5 years ago."
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrderForm-ReAnalysis-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="new-treatment-clinical-management" />
<display value="New Treatment/Clinical Management" />
</coding>
<text value="Significant new treatment and or clinical management implication for the patient.Please provide details/treatment for management of epilepsy" />
</category>
<priority value="routine" />
<system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
<version value="7" />
<code value="R387" />
<display value="Re-analysis" />
</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>
<reference value="Patient/Patient-DemeizaSeo-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449306559" />
</identifier>
</subject>
<authoredOn value="2023-09-06T09:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-HazelSmithRenal-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/E.g. Reanlaysis - change in observed phenotype. Epilepsy test previously ordered on patient 5 years ago." />
</note>
</ServiceRequest>