Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

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

: HDDT rtCGM Full Chunk Observation Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-cgm-series-1",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/hddt/StructureDefinition/hddt-continuous-glucose-measurement"
    ]
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "99504-3",
        "display" : "Glucose [Mass/volume] in Interstitial fluid"
      }
    ]
  },
  "effectivePeriod" : {
    "start" : "2025-09-26T16:00:00Z",
    "end" : "2025-09-26T16:59:59Z"
  },
  "valueSampledData" : {
    "origin" : {
      "value" : 0,
      "unit" : "mg/dl",
      "system" : "http://unitsofmeasure.org",
      "code" : "mg/dL"
    },
    "period" : 300000,
    "dimensions" : 1,
    "data" : "123 122 126 134 129 128 130 131 129 127 127 133"
  },
  "note" : [
    {
      "text" : "Example CGM data series with 5-minute intervals over 1 hour (12 samples)."
    }
  ],
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "463729000",
        "display" : "Point-of-care blood glucose continuous monitoring system (physical object)"
      }
    ]
  },
  "device" : {
    🔗 "reference" : "DeviceMetric/example-devicemetric-cgm"
  }
}