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

: ExpEPAOperationOutcomeDuplicatePrescriptionDetected - JSON Representation

Raw json | Download

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