Implementation Guide
ePA Basisfunktionalitäten
Version 1.3.0 - release

: ExpEPAOperationOutcomeOrgHeaderToLarge - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "64333384-0231-48b2-bea8-83828674fa80",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/operation-outcome|1.1.1"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "processing",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-details-codes",
            "code" : "SVC_ORG_HEADER_TOO_LARGE",
            "display" : "Requesting Organization Header exceeds maximum size"
          }
        ]
      }
    }
  ]
}