Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

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

: HDDT rtCGM Device Example - XML Representation

Raw xml | Download


<Device xmlns="http://hl7.org/fhir">
  <id value="example-device-cgm"/>
  <definition>🔗 
    <reference value="DeviceDefinition/device-definition-cgm-001"/>
  </definition>
  <status value="active"/>
  <manufacturer value="Glukko Inc."/>
  <expirationDate value="2025-09-10"/>
  <serialNumber value="CGM1234567890"/>
  <deviceName>
    <name value="GlukkoCGM 18"/>
    <type value="user-friendly-name"/>
  </deviceName>
  <modelNumber value="GCGMA98765"/>
  <type>
    <coding>
      <system value="urn:iso:std:iso:11073:10101"/>
      <version value="20250520"/>
      <code value="528409"/>
      <display value="MDC_DEV_SPEC_PROFILE_CGM"/>
    </coding>
  </type>
</Device>