ServiceRequest-NonWGSTestOrderForm-Example

Example of a ServiceRequest. The scenario this is for is detailed on Non-WGS Test Request - Rare Disease

ServiceRequest
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-NonWGSTestOrderForm-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": "diagnostic",
"display": "Diagnostic"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R67.2",
"display": "Monogenic hearing loss",
"version": "7"
}
]
},
"subject": {
"reference": "Patient/Patient-MeirLieberman-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"authoredOn": "2023-08-05",
"reference": "PractitionerRole/PractitionerRole-GeneSmithENT-Example"
},
{
"reference": "Condition/Condition-MonogenicHearingLoss-Example"
},
{
"reference": "Observation/Observation-GenomicEthnicity-Example"
},
{
"reference": "Observation/Observation-NoPregnancy-Example"
},
{
"reference": "Observation/Observation-NoTransplant-Example"
},
{
"reference": "Observation/Observation-NoTransfusion-Example"
},
{
"reference": "Condition/Condition-HearingLoss-Example"
}
],
"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/Patient in need of test...example"
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrderForm-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/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="R67.2" />
<display value="Monogenic hearing loss" />
</coding>
</code>
<reference value="Patient/Patient-MeirLieberman-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307873" />
</identifier>
</subject>
<authoredOn value="2023-08-05" />
<reference value="PractitionerRole/PractitionerRole-GeneSmithENT-Example" />
</requester>
<reference value="Condition/Condition-MonogenicHearingLoss-Example" />
</supportingInfo>
<reference value="Observation/Observation-GenomicEthnicity-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoPregnancy-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoTransplant-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoTransfusion-Example" />
</supportingInfo>
<reference value="Condition/Condition-HearingLoss-Example" />
</supportingInfo>
<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/Patient in need of test...example" />
</note>
</ServiceRequest>