Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

Specification of health data transfer from devices to DiGA (§ 374a SGB V)

: HL7 CGM Summary: Mean Glucose (Molar) Example - JSON Representation

Raw json | Download

{
  "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"
  }
}