Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

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

: HDDT Blood Glucose Measurement 2 (from Example Object Diagram) - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-blood-glucose-measurement-2",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/hddt/StructureDefinition/hddt-blood-glucose-measurement"
    ]
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "2339-0",
        "display" : "Glucose [Mass/volume] in Blood"
      }
    ]
  },
  "effectiveDateTime" : "2025-09-26T16:30:00+02:00",
  "valueQuantity" : {
    "value" : 129,
    "unit" : "mg/dl",
    "system" : "http://unitsofmeasure.org",
    "code" : "mg/dL"
  },
  "device" : {
    🔗 "reference" : "DeviceMetric/example-glucometer-metric"
  }
}