FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Specimen |
| Id | UKCore-Specimen-Extension-CollectionCollector-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"id": "UKCore-Specimen-Extension-CollectionCollector-Example",
"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"
}
}
]
},
"collectedDateTime": "2022-11-25T16:00:00Z"
}
}