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 - XML Representation

Raw xml | Download


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