ServiceRequest-NonWGSTestOrderForm-HaemOncology-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-HaemOncology-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": "cancer-non-wgs",
"display": "Cancer - 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": "M91",
"display": "Acute Lymphoblastic Leukaemia",
"version": "9"
}
]
},
"subject": {
"reference": "Patient/Patient-PatrickSammy-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"authoredOn": "2023-09-03T10:00:00Z",
"reference": "PractitionerRole/PractitionerRole-HazelSmithPathology-Example"
},
{
"reference": "Observation/Observation-NoTransplant-Example"
},
{
"reference": "Observation/Observation-BlastPercentage-Example"
},
{
"reference": "Observation/Observation-Bruising-Example"
},
{
"reference": "Observation/Observation-Haemoglobin-Example"
},
{
"reference": "Observation/Observation-Neutrophils-Example"
},
{
"reference": "Observation/Observation-NucleatedCellCount-Example"
},
{
"reference": "Observation/Observation-Platelets-Example"
},
{
"reference": "Observation/Observation-WhiteBloodCell-Example"
},
{
"reference": "Condition/Condition-Hepatosplenomegaly-Example"
}
],
{
"reference": "Specimen/Specimen-BoneMarrowAspiration-Example"
}
],
"note": [
{
"text": "No Previous Relevant Test Report"
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrderForm-HaemOncology-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="cancer-non-wgs" />
<display value="Cancer - 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="9" />
<code value="M91" />
<display value="Acute Lymphoblastic Leukaemia" />
</coding>
</code>
<reference value="Patient/Patient-PatrickSammy-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307873" />
</identifier>
</subject>
<authoredOn value="2023-09-03T10:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-HazelSmithPathology-Example" />
</requester>
<reference value="Observation/Observation-NoTransplant-Example" />
</supportingInfo>
<reference value="Observation/Observation-BlastPercentage-Example" />
</supportingInfo>
<reference value="Observation/Observation-Bruising-Example" />
</supportingInfo>
<reference value="Observation/Observation-Haemoglobin-Example" />
</supportingInfo>
<reference value="Observation/Observation-Neutrophils-Example" />
</supportingInfo>
<reference value="Observation/Observation-NucleatedCellCount-Example" />
</supportingInfo>
<reference value="Observation/Observation-Platelets-Example" />
</supportingInfo>
<reference value="Observation/Observation-WhiteBloodCell-Example" />
</supportingInfo>
<reference value="Condition/Condition-Hepatosplenomegaly-Example" />
</supportingInfo>
<reference value="Specimen/Specimen-BoneMarrowAspiration-Example" />
</specimen>
<text value="No Previous Relevant Test Report" />
</note>
</ServiceRequest>