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 Device Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "example-device-cgm",
  "definition" : {
    🔗 "reference" : "DeviceDefinition/device-definition-cgm-001"
  },
  "status" : "active",
  "manufacturer" : "Glukko Inc.",
  "expirationDate" : "2025-09-10",
  "serialNumber" : "CGM1234567890",
  "deviceName" : [
    {
      "name" : "GlukkoCGM 18",
      "type" : "user-friendly-name"
    }
  ],
  "modelNumber" : "GCGMA98765",
  "type" : {
    "coding" : [
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "version" : "20250520",
        "code" : "528409",
        "display" : "MDC_DEV_SPEC_PROFILE_CGM"
      }
    ]
  }
}