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 - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "HddtCgmSummaryOutcomeInvalid",
  "issue" : [
    {
      "severity" : "error",
      "code" : "invalid",
      "details" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/operation-outcome",
            "code" : "MSG_PARAM_INVALID"
          }
        ],
        "text" : "Invalid date format in effectivePeriodStart."
      }
    }
  ]
}