Implementation Guide
Health Device Data Transfer
Version 0.1.0 - ballot

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

: HL7 CGM Summary: Coefficient of Variation Example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="cgmSummaryCoefficientOfVariationExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/cgm/StructureDefinition/cgm-summary-coefficient-of-variation"/>
  </meta>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="104638-2"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/patientExample"/>
  </subject>
  <effectivePeriod>
    <start value="2025-09-01"/>
    <end value="2025-09-30"/>
  </effectivePeriod>
  <valueQuantity>
    <value value="34"/>
    <unit value="%"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="%"/>
  </valueQuantity>
</Observation>