XML View
<Specimen xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-CollectionCollector-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="available" />
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="78014005" />
<display value="Urine" />
</coding>
</type>
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<receivedTime value="2022-11-25T11:10:00Z" />
<collection>
<collector>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector">
<valueReference>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</valueReference>
</extension>
<display value="Patient: Richard Smith" />
</collector>
<collectedDateTime value="2022-11-25T16:00:00Z" />
</collection>
</Specimen>
JSON View
{
"resourceType": "Specimen",
"id": "UKCore-Extension-CollectionCollector-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78014005",
"display": "Urine"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"receivedTime": "2022-11-25T11:10:00Z",
"collection": {
"collector": {
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector",
"valueReference": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}
],
"display": "Patient: Richard Smith"
},
"collectedDateTime": "2022-11-25T16:00:00Z"
}
}