Implementation Guide
ePA Common
Version 1.0.5-ballot.1 - draft

: ExpEPAOperationOutcomeNoValidStructure - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "2b34898e-a9d1-4fa6-9959-5ff6033cfcb0",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "structure",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-codes-cs",
            "code" : "MEDICATIONSVC_NO_VALID_STRUCTURE",
            "display" : "Invalid Data Structure in Medication Service"
          }
        ]
      }
    }
  ]
}