ServiceRequest-NonWGSTestOrderForm-UsingStoredSample-Example

Example of a ServiceRequest using an existing specimen. After being sent to the central broker, the ServiceRequest is assigned a unique identifier.

ServiceRequest
{
"resourceType": "ServiceRequest",
"id": "ServiceRequest-NonWGSTestOrderForm-UsingStoredSample-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": "dna-storage",
"display": "DNA Storage"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
"code": "R134",
"display": "Familial Hypercholesterolaemia",
"version": "7"
}
]
},
"subject": {
"reference": "Patient/Patient-TimMclullichs-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "8449303452"
}
},
"authoredOn": "2023-11-02T11:00:00Z",
"reference": "PractitionerRole/PractitionerRole-OscarShields-Example"
},
{
"reference": "Observation/Observation-GenomicEthnicity-Example"
},
{
"reference": "Condition/Condition-MonogenicHearingLoss-Example"
},
{
"reference": "Observation/Observation-NonConsanguinousUnion-Example"
},
{
"reference": "Observation/Observation-NoBoneMarrowTransplant-Example"
},
{
"reference": "Observation/Observation-NoTransfusion-Example"
},
{
"reference": "Observation/Observation-DutchLipidScore-Example"
},
{
"reference": "Observation/Observation-QueryXanthoma-Example"
},
{
"reference": "Observation/Observation-SimonBroomeCriteria-Example"
}
],
{
"reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example",
"system": "https://fhir.bwc.nhs.uk//Id/specimenId",
"value": "RQ3-RTH-698C0-17543",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RQ3"
}
}
}
}
],
"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 to be tested for FH, use existing DNA sample in storage"
}
]
}
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="ServiceRequest-NonWGSTestOrderForm-UsingStoredSample-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="dna-storage" />
<display value="DNA Storage" />
</coding>
</category>
<priority value="routine" />
<system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
<version value="7" />
<code value="R134" />
<display value="Familial Hypercholesterolaemia" />
</coding>
</code>
<reference value="Patient/Patient-TimMclullichs-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="8449303452" />
</identifier>
</subject>
<authoredOn value="2023-11-02T11:00:00Z" />
<reference value="PractitionerRole/PractitionerRole-OscarShields-Example" />
</requester>
<reference value="Observation/Observation-GenomicEthnicity-Example" />
</supportingInfo>
<reference value="Condition/Condition-MonogenicHearingLoss-Example" />
</supportingInfo>
<reference value="Observation/Observation-NonConsanguinousUnion-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoBoneMarrowTransplant-Example" />
</supportingInfo>
<reference value="Observation/Observation-NoTransfusion-Example" />
</supportingInfo>
<reference value="Observation/Observation-DutchLipidScore-Example" />
</supportingInfo>
<reference value="Observation/Observation-QueryXanthoma-Example" />
</supportingInfo>
<reference value="Observation/Observation-SimonBroomeCriteria-Example" />
</supportingInfo>
<reference value="Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example" />
<system value="https://fhir.bwc.nhs.uk//Id/specimenId" />
<value value="RQ3-RTH-698C0-17543" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RQ3" />
</identifier>
</assigner>
</identifier>
</specimen>
<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 to be tested for FH, use existing DNA sample in storage" />
</note>
</ServiceRequest>