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

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="example-device-peak-flow-meter"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/hddt/StructureDefinition/hddt-personal-health-device"/>
  </meta>
  <definition>🔗 
    <reference value="DeviceDefinition/device-definition-peak-flow-001"/>
  </definition>
  <status value="active"/>
  <manufacturer value="HealthTech GmbH"/>
  <expirationDate value="2027-12-15"/>
  <serialNumber value="PFM0011223344"/>
  <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>
</Device>