ServiceRequest-NonWGSTestOrderForm-OutOfCountry-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-OutOfCountry-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-AnnaLane-Example"
}
}
],
"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": "M3.2",
"display": "Breast Cancer (Oncotype DX)",
"version": "9"
}
]
},
"subject": {
"reference": "Patient/Patient-KayBurbridge-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303541"
}
},
"authoredOn": "2023-11-01T11:00:00Z",
"reference": "PractitionerRole/PractitionerRole-HazelSmithOncology-Example"
},
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RLU"
},
"display": "BIRMINGHAM WOMEN'S NHS FOUNDATION TRUST"
}
],
{
"reference": "Observation/Observation-CellularityKayBurbridge-Example"
},
{
"reference": "Observation/Observation-TumorTypeKayKayBurbridge-Example"
},
{
"reference": "Observation/Observation-NecrosisKayBurbridge-Example"
},
{
"reference": "Observation/Observation-NeoplasticCellKayBurbridge-Example"
},
{
"reference": "Condition/Condition-BreastCancer-Example"
}
],
{
"reference": "Specimen/Specimen-TissueResection-Example"
}
],
"note": [
{
"text": "Free text for diagnosis/reason for referral, transplant, life status at time of request details/ e.g. e.g. ER positive, HER2 negative. lymph node negative, early breast cancer. Use exisiting tissue sample sent to lab"
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrderForm-OutOfCountry-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-AnnaLane-Example" />
</valueReference>
</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="M3.2" />
<display value="Breast Cancer (Oncotype DX)" />
</coding>
</code>
<reference value="Patient/Patient-KayBurbridge-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303541" />
</identifier>
</subject>
<authoredOn value="2023-11-01T11:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-HazelSmithOncology-Example" />
</requester>
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RLU" />
</identifier>
<display value="BIRMINGHAM WOMEN'S NHS FOUNDATION TRUST" />
</performer>
<reference value="Observation/Observation-CellularityKayBurbridge-Example" />
</supportingInfo>
<reference value="Observation/Observation-TumorTypeKayKayBurbridge-Example" />
</supportingInfo>
<reference value="Observation/Observation-NecrosisKayBurbridge-Example" />
</supportingInfo>
<reference value="Observation/Observation-NeoplasticCellKayBurbridge-Example" />
</supportingInfo>
<reference value="Condition/Condition-BreastCancer-Example" />
</supportingInfo>
<reference value="Specimen/Specimen-TissueResection-Example" />
</specimen>
<text value="Free text for diagnosis/reason for referral, transplant, life status at time of request details/ e.g. e.g. ER positive, HER2 negative. lymph node negative, early breast cancer. Use exisiting tissue sample sent to lab" />
</note>
</ServiceRequest>