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

: ExpEPAOperationOutcomeUnresolvedReferenceinParameters - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "e730e451-3a44-4842-a8ed-1517a3334465",
  "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_PARAMETERS_REFERENCE_NO_EXIST",
            "display" : "Unresolved Reference in Parameters"
          }
        ]
      }
    }
  ]
}