FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Specimen |
| Id | UKCore-Specimen-Extension-SpecialHandling-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"id": "UKCore-Specimen-Extension-SpecialHandling-Example",
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "431234000",
"display": "Specimen from fetus obtained by biopsy"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"receivedTime": "2023-04-23T17:02:00Z",
"collection": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling",
"valueCodeableConcept": {
"text": "Mother was infected with suspected viral haemorrhagic fever."
}
}
],
"collector": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"collectedDateTime": "2023-04-23T17:02:00Z",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129314006",
"display": "Biopsy - action"
}
]
}
}
}