Specification of health data transfer from devices to DiGA (§ 374a SGB V)
{
"resourceType" : "Observation",
"id" : "cgmSummaryMeanGlucoseMolesPerVolumeExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-mean-glucose-moles-per-volume"
]
},
"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" : "2025-09-01",
"end" : "2025-09-30"
},
"valueQuantity" : {
"value" : 8.1,
"unit" : "mmol/l",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
}
}