FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Specimen |
| Id | UKCore-Specimen-Extension-BodySiteReference-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Specimen",
"id": "UKCore-Specimen-Extension-BodySiteReference-Example",
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"receivedTime": "2016-02-05T11:10:00Z",
"collection": {
"collector": {
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"collectedDateTime": "2016-02-09T16:00:00Z",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "28520004",
"display": "Venipuncture for blood test"
}
]
},
"bodySite": {
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
"valueReference": {
"reference": "BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample"
}
}
],
"text": "vein on the inner left arm"
}
}
}