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

: ExpEPAOperationOutcomePrescriptionNotFound - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "fc3e8ea4-41ec-4de2-906e-97871b34adcb",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "processing",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/epa/CodeSystem/epa-operation-outcome-codes-cs",
            "code" : "MEDICATIONSVC_PRESCRIPTION_NO_EXIST",
            "display" : "Prescription Not Found in Medication Service"
          }
        ]
      }
    }
  ]
}