Specimen-RyanneBoulderSaliva-Example

Example of a Specimen resource with the minimal information populated.

Specimen
{
"resourceType": "Specimen",
"id": "Specimen-RyanneBoulderSaliva-Example",
{
"system": "https://fhir.kingstonhospital.nhs.uk//Id/specimenId",
"value": "ROA-69050-MTH-RWT13521"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119342007",
"display": "Saliva specimen"
}
]
},
"subject": {
"reference": "Patient/Patient-RyanneBoulder-Example"
},
{
"description": "Container:ROA-69050-MTH-RWT13521 contains Saliva for Mother"
}
],
"request": [
{
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example"
}
]
}
<Specimen xmlns="http://hl7.org/fhir">
<id value="Specimen-RyanneBoulderSaliva-Example" />
<system value="https://fhir.kingstonhospital.nhs.uk//Id/specimenId" />
<value value="ROA-69050-MTH-RWT13521" />
</identifier>
<status value="available" />
<system value="http://snomed.info/sct" />
<code value="119342007" />
<display value="Saliva specimen" />
</coding>
</type>
<reference value="Patient/Patient-RyanneBoulder-Example" />
</subject>
<reference value="ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example" />
</request>
<description value="Container:ROA-69050-MTH-RWT13521 contains Saliva for Mother" />
</container>
</Specimen>