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

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "HddtCgmSummaryOutcomeNoResults",
  "issue" : [
    {
      "severity" : "information",
      "code" : "not-found",
      "details" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/operation-outcome",
            "code" : "MSG_NO_MATCH"
          }
        ],
        "text" : "No CGM summary observations found for the given effective period."
      }
    }
  ]
}