{
  "resourceType" : "OperationOutcome",
  "id" : "ee1e0518-02f2-4d3a-99ae-bae8e91c382d",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome|1.3.1"]
  },
  "issue" : [{
    "severity" : "error",
    "code" : "duplicate",
    "details" : {
      "coding" : [{
        "system" : "https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details",
        "code" : "MEDSVC_PRESCRIPTION_DUPLICATE",
        "display" : "Duplicate Prescription Detected in Medication Service"
      }]
    }
  }]
}