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