Health Device Data Transfer
Version 1.0.0-rc2 - release

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

: HDDT Peak Flow Meter DeviceDefinition Example - XML Representation

Raw xml | Download


<DeviceDefinition xmlns="http://hl7.org/fhir">
  <id value="device-definition-peak-flow-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="9912345PEAKFLOW001"/>
    </extension>
  </extension>
  <identifier>
    <system value="http://fhir.de/sid/gkv/hmnr"/>
    <value value="21.24.01.2005"/>
  </identifier>
  <manufacturerString value="HealthTech GmbH"/>
  <deviceName>
    <name value="Peak Flow Pro"/>
    <type value="user-friendly-name"/>
  </deviceName>
  <modelNumber value="Smart 2"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <version value="http://snomed.info/sct/11000274103/version/20251115"/>
      <code value="334990001"/>
      <display value="Peak flow meter (physical object)"/>
    </coding>
  </type>
  <capability>
    <type>
      <coding>
        <system value="http://loinc.org"/>
        <code value="19935-6"/>
        <display
                 value="Maximum expiratory gas flow Respiratory system airway by Peak flow meter"/>
      </coding>
    </type>
  </capability>
  <capability>
    <type>
      <coding>
        <system value="http://loinc.org"/>
        <code value="20150-9"/>
        <display value="FEV1"/>
      </coding>
    </type>
  </capability>
  <capability>
    <type>
      <coding>
        <system value="http://loinc.org"/>
        <code value="83368-1"/>
        <display
                 value="Personal best peak expiratory gas flow Respiratory system airway"/>
      </coding>
    </type>
  </capability>
  <capability>
    <type>
      <coding>
        <system value="http://loinc.org"/>
        <code value="20149-1"/>
        <display value="FEV1 predicted"/>
      </coding>
    </type>
  </capability>
  <capability>
    <type>
      <coding>
        <system value="http://loinc.org"/>
        <code value="20152-5"/>
        <display value="FEV1 measured/predicted"/>
      </coding>
    </type>
  </capability>
  <capability>
    <type>
      <coding>
        <system
                value="https://gematik.de/fhir/hddt/CodeSystem/hddt-lung-function-temporary-codes"/>
        <code value="PEF-measured/predicted"/>
      </coding>
    </type>
  </capability>
  <parentDevice>🔗 
    <reference value="DeviceDefinition/example-universal-backend"/>
  </parentDevice>
</DeviceDefinition>