ServiceRequest-WGSTestOrderForm-CancerHaemOnc-Example

Example of a ServiceRequest submitted to request a WGS Cancer-test with a liquid tumour sample type. After being sent to the central broker, the ServiceRequest is assigned a unique identifier.

ServiceRequest
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-WGSTestOrderForm-CancerHaemOnc-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"
}
]
}
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact",
"reference": "PractitionerRole/PractitionerRole-AnnaLaneKingstonPathology-Example"
}
}
],
"status": "active",
"intent": "order",
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
"code": "cancer-wgs",
"display": "Cancer - 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": "M89.108",
"display": "Acute Leukaemia Other"
}
]
},
"subject": {
"reference": "Patient/Patient-PatrickSammy-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"authoredOn": "2023-09-08",
"reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example"
},
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RJZ"
},
"display": "KING'S COLLEGE HOSPITAL NHS FOUNDATION TRUST"
}
],
{
"reference": "Condition/Condition-AcuteMyeloidLeukaemia-Example"
},
{
"reference": "Observation/Observation-BlastPercentage-Example"
},
{
"reference": "Observation/Observation-NucleatedCellCountWGSSample-Example"
},
{
"reference": "Observation/Observation-PatrickSammyNoBoneMarrowTransplant-Example"
},
{
"reference": "Consent/Consent-RoDToFollow-Example"
}
],
{
"reference": "Specimen/Specimen-PatrickSammyBoneMarrowAspiration-Example"
}
],
"note": [
{
"text": "Relevant Family History"
},
{
"text": "Other Additional Information"
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-WGSTestOrderForm-CancerHaemOnc-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>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact">
<reference value="PractitionerRole/PractitionerRole-AnnaLaneKingstonPathology-Example" />
</valueReference>
</extension>
<status value="active" />
<intent value="order" />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory" />
<code value="cancer-wgs" />
<display value="Cancer - 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" />
<code value="M89.108" />
<display value="Acute Leukaemia Other" />
</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-08" />
<reference value="PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example" />
</requester>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RJZ" />
</identifier>
<display value="KING'S COLLEGE HOSPITAL NHS FOUNDATION TRUST" />
</performer>
<reference value="Condition/Condition-AcuteMyeloidLeukaemia-Example" />
</supportingInfo>
<reference value="Observation/Observation-BlastPercentage-Example" />
</supportingInfo>
<reference value="Observation/Observation-NucleatedCellCountWGSSample-Example" />
</supportingInfo>
<reference value="Observation/Observation-PatrickSammyNoBoneMarrowTransplant-Example" />
</supportingInfo>
<reference value="Consent/Consent-RoDToFollow-Example" />
</supportingInfo>
<reference value="Specimen/Specimen-PatrickSammyBoneMarrowAspiration-Example" />
</specimen>
<text value="Relevant Family History" />
</note>
<text value="Other Additional Information" />
</note>
</ServiceRequest>