FHIR IG analytics| Package | hl7.fhir.uv.cgm.r4 |
| Resource Type | Observation |
| Id | Observation-cgmSummaryMeanGlucoseMolesPerVolumeExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "cgmSummaryMeanGlucoseMolesPerVolumeExample",
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "105273-7"
}
]
},
"subject": {
"reference": "Patient/patientExample"
},
"effectivePeriod": {
"start": "2024-05-01",
"end": "2024-05-31"
},
"valueQuantity": {
"value": 8.1,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}