Implementation Guide
ePA Medication Service
Version 1.2.0 - release

: ExpOperationOutcomeOperationOutsideBatch - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "912a5e81-6274-439e-9d79-5172c4855a70",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"
    ]
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "forbidden",
      "details" : {
        "coding" : [
          {
            "system" : "https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details",
            "code" : "MEDSVC_OPERATION_OUTSIDE_BATCH",
            "display" : "The operation can only be executed within a batch context"
          }
        ]
      }
    }
  ]
}