FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | Observation |
| Id | example-SPOClinicalInformationResponse-Observation-bodyWeight.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-SPOClinicalInformationResponse-Observation-bodyWeight",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7"
}
]
},
"subject": {
"reference": "Patient/799999"
},
"effectiveDateTime": "2021-04-20T18:41:51.1588122Z",
"valueQuantity": {
"value": 112.74,
"unit": "pounds",
"system": "http://unitsofmeasure.org",
"code": "[lb_av]"
}
}