Health Device Data Transfer
Version 1.0.0-rc2 - release

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

: HDDT Glucometer DeviceDefinition Example - XML Representation

Raw xml | Download


<DeviceDefinition xmlns="http://hl7.org/fhir">
  <id value="example-glucometer-def"/>
  <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="9912345GLUCOMETER7A"/>
    </extension>
  </extension>
  <identifier>
    <system value="http://fhir.de/sid/gkv/hmnr"/>
    <value value="12.34.56.7890"/>
  </identifier>
  <manufacturerReference>🔗 
    <reference value="Organization/example-glucometer-manufacturer"/>
  </manufacturerReference>
  <deviceName>
    <name value="GlucoCheck Plus mg/dL"/>
    <type value="user-friendly-name"/>
  </deviceName>
  <modelNumber value="GCPlus 1"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000274103/version/20251115"/>
      <code value="337414009"/>
      <display value="Blood glucose meter (physical object)"/>
    </coding>
  </type>
  <capability>
    <type>
      <coding>
        <system value="http://loinc.org"/>
        <code value="2339-0"/>
        <display value="Glucose [Mass/volume] in Blood"/>
      </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>