Health Device Data Transfer
Version 1.0.0-rc2 - release

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"/>
  <extension
             url="https://fhir.bfarm.de/StructureDefinition/HiisDeviceDefinitionMivSet">
    <extension url="mivSet">
      <valueReference>🔗 
        <reference value="DeviceDefinition/example-universal-backend"/>
      </valueReference>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceDefinition.regulatoryIdentifier">
    <extension url="deviceIdentifier">
      <valueString value="9912345CGM001A"/>
    </extension>
  </extension>
  <identifier>
    <system value="http://fhir.de/sid/gkv/hmnr"/>
    <value value="30.29.05.2004"/>
  </identifier>
  <manufacturerReference>🔗 
    <reference value="Organization/example-cgm-manufacturer"/>
  </manufacturerReference>
  <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"/>
      <version value="http://snomed.info/sct/11000274103/version/20251115"/>
      <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>
  <parentDevice>🔗 
    <reference value="DeviceDefinition/example-universal-backend"/>
  </parentDevice>
</DeviceDefinition>