FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | Observation |
| Id | example-SPOClinicalInformationResponse-Observation-bodyHeight.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-SPOClinicalInformationResponse-Observation-bodyHeight",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8302-2",
"display": "Body height"
}
]
},
"subject": {
"reference": "Patient/799999"
},
"effectiveDateTime": "2021-04-20T18:41:51.1568132Z",
"valueQuantity": {
"value": 78,
"unit": "inches",
"system": "http://unitsofmeasure.org",
"code": "[in_i]"
}
}