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

Raw json | Download

{
  "resourceType" : "DeviceDefinition",
  "id" : "device-definition-cgm-001",
  "identifier" : [
    {
      "system" : "https://hilfsmittelverzeichnis.de",
      "value" : "30.29.05.2004"
    }
  ],
  "manufacturerString" : "rtCGM Manufacturer Inc.",
  "deviceName" : [
    {
      "name" : "CGM Model mg/dL",
      "type" : "user-friendly-name"
    }
  ],
  "modelNumber" : "CGM Model mg/dL",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "463729000",
        "display" : "Point-of-care blood glucose continuous monitoring system (physical object)"
      }
    ]
  },
  "capability" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "105272-9",
            "display" : "Glucose [Moles/volume] in Interstitial fluid"
          }
        ]
      }
    }
  ],
  "property" : [
    {
      "type" : {
        "text" : "Supported unit"
      },
      "valueCode" : [
        {
          "coding" : [
            {
              "system" : "http://unitsofmeasure.org",
              "code" : "mg/dL",
              "display" : "mg/dL"
            }
          ]
        }
      ]
    },
    {
      "type" : {
        "text" : "Reference range low"
      },
      "valueQuantity" : [
        {
          "value" : 70,
          "unit" : "mg/dl",
          "system" : "http://unitsofmeasure.org"
        }
      ]
    },
    {
      "type" : {
        "text" : "Reference range high"
      },
      "valueQuantity" : [
        {
          "value" : 180,
          "unit" : "mg/dl",
          "system" : "http://unitsofmeasure.org"
        }
      ]
    }
  ]
}