Health Device Data Transfer
Version 1.0.0-rc2 - release

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

: HDDT CGM Manufacturer Example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="example-cgm-manufacturer"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example-cgm-manufacturer</b></p><a name="example-cgm-manufacturer"> </a><a name="hcexample-cgm-manufacturer"> </a><p><b>type</b>: <span title="Codes:{https://fhir.bfarm.de/CodeSystem/HiisManufacturerType legal}">Legal Entity</span></p><p><b>name</b>: rtCGM Manufacturer Inc.</p><p><b>telecom</b>: <a href="mailto:info@rtcgm-manufacturer.com">info@rtcgm-manufacturer.com</a></p><p><b>address</b>: CGM Technology Park 15 Munich 80331 DE </p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td>Maria Sensor </td><td><a href="tel:+49-89-9876543">+49-89-9876543</a></td></tr></table></div>
  </text>
  <type>
    <coding>
      <system value="https://fhir.bfarm.de/CodeSystem/HiisManufacturerType"/>
      <code value="legal"/>
      <display value="Legal Entity"/>
    </coding>
  </type>
  <name value="rtCGM Manufacturer Inc."/>
  <telecom>
    <system value="email"/>
    <value value="info@rtcgm-manufacturer.com"/>
  </telecom>
  <address>
    <line value="CGM Technology Park 15"/>
    <city value="Munich"/>
    <postalCode value="80331"/>
    <country value="DE"/>
  </address>
  <contact>
    <name>
      <family value="Sensor"/>
      <given value="Maria"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+49-89-9876543"/>
    </telecom>
  </contact>
</Organization>