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 OperationOutcome Example: No results information - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="HddtCgmSummaryOutcomeNoResults"/>
  <issue>
    <severity value="information"/>
    <code value="not-found"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_NO_MATCH"/>
      </coding>
      <text
            value="No CGM summary observations found for the given effective period."/>
    </details>
  </issue>
</OperationOutcome>