Health Device Data Transfer
Version 1.0.0-rc - 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="urn:iso:std:iso:11073:10101"/>
      <code value="528405"/>
      <display value="MDC_DEV_SPEC_PROFILE_PEFM"/>
    </coding>
  </type>
</Device>