Specification of health data transfer from devices to DiGA (§ 374a SGB V)
<DeviceDefinition xmlns="http://hl7.org/fhir">
<id value="example-glucometer-def"/>
<identifier>
<system value="https://hilfsmittelverzeichnis.de"/>
<value value="12.34.56.7890"/>
</identifier>
<manufacturerString value="Glukko Inc."/>
<deviceName>
<name value="GlucoCheck Plus mg/dL"/>
<type value="user-friendly-name"/>
</deviceName>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="337414009"/>
<display value="Blood glucose meter (physical object)"/>
</coding>
</type>
<capability>
<type>
<coding>
<system value="http://loinc.org"/>
<code value="2339-0"/>
<display value="Glucose [Mass/volume] in Blood"/>
</coding>
</type>
</capability>
<property>
<type>
<text value="Supported unit"/>
</type>
<valueCode>
<coding>
<system value="http://unitsofmeasure.org"/>
<code value="mg/dL"/>
<display value="mg/dL"/>
</coding>
</valueCode>
</property>
<property>
<type>
<text value="Reference range low"/>
</type>
<valueQuantity>
<value value="70"/>
<unit value="mg/dl"/>
<system value="http://unitsofmeasure.org"/>
</valueQuantity>
</property>
<property>
<type>
<text value="Reference range high"/>
</type>
<valueQuantity>
<value value="180"/>
<unit value="mg/dl"/>
<system value="http://unitsofmeasure.org"/>
</valueQuantity>
</property>
</DeviceDefinition>