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: Invalid parameter error - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="HddtCgmSummaryOutcomeInvalid"/>
  <issue>
    <severity value="error"/>
    <code value="invalid"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_PARAM_INVALID"/>
      </coding>
      <text value="Invalid date format in effectivePeriodStart."/>
    </details>
  </issue>
</OperationOutcome>