FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | Observation |
| Id | example-SPOClinicalInformationResponse-Observation-labResult-glucose.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-SPOClinicalInformationResponse-Observation-labResult-glucose",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "41651-1",
"display": "Glucose [Mass/volume] in Arterial Blood"
}
]
},
"subject": {
"reference": "Patient/799999"
},
"effectiveDateTime": "2021-04-18T18:41:55.8245192Z",
"valueQuantity": {
"value": 100,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}