FHIR IG analytics| Package | fhir.r4.ukcore.stu2 |
| Resource Type | Observation |
| Id | UKCore-Observation-Lab-Sn-AbsentData-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "UKCore-Observation-Lab-Sn-AbsentData-Example",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58571000237106",
"display": "Nucleated red blood cell count in blood"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"performer": [
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
],
"dataAbsentReason": {
"text": "Specimen unsatisfactory for evaluation"
},
"specimen": {
"reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example"
}
}