FHIR IG analytics| Package | hl7.fhir.uv.cgm.r4 |
| Resource Type | Observation |
| Id | Observation-cgmSensorReadingMassPerVolumeExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "cgmSensorReadingMassPerVolumeExample",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "99504-3"
}
]
},
"subject": {
"reference": "Patient/patientExample"
},
"effectiveDateTime": "2024-05-02T10:15:00Z",
"valueQuantity": {
"value": 120,
"unit": "mg/dl",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
}
}