Specimen-PatrickSammyBloodEDTA-Example

Example of a specimen resource with additional collection information.

Specimen
{
"resourceType": "Specimen",
"id": "Specimen-PatrickSammyBloodEDTA-Example",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
"code": "germline",
"display": "Germline"
}
]
}
}
],
{
"system": "https://fhir.add.nhs.uk/Id/specimenId",
"value": "RGT03135A"
}
],
"status": "unavailable",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen"
}
]
},
"subject": {
"reference": "Patient/Patient-PatrickSammy-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"request": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerHaemOnc-Example"
}
],
"collectedDateTime": "2023-09-11T09:00:00Z",
"system": "http://unitsofmeasure.org",
"code": "mL",
"value": 2.5
}
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "69519002",
"display": "EDTA"
}
]
}
}
]
}
<Specimen xmlns="http://hl7.org/fhir">
<id value="Specimen-PatrickSammyBloodEDTA-Example" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" />
<code value="germline" />
<display value="Germline" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.add.nhs.uk/Id/specimenId" />
<value value="RGT03135A" />
</identifier>
<status value="unavailable" />
<system value="http://snomed.info/sct" />
<code value="119297000" />
<display value="Blood specimen" />
</coding>
</type>
<reference value="Patient/Patient-PatrickSammy-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307873" />
</identifier>
</subject>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerHaemOnc-Example" />
</request>
<collectedDateTime value="2023-09-11T09:00:00Z" />
<value value="2.5" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</quantity>
</collection>
<system value="http://snomed.info/sct" />
<code value="69519002" />
<display value="EDTA" />
</coding>
</additiveCodeableConcept>
</container>
</Specimen>