{
  "resourceType" : "OperationOutcome",
  "id" : "a4da96e5-84d6-4883-8789-5df2e1363c40",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome|1.3.1"]
  },
  "issue" : [{
    "severity" : "error",
    "code" : "processing",
    "details" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/operation-outcome",
        "code" : "MSG_NO_MATCH",
        "display" : "No Resource found matching the query \"%s\""
      }]
    },
    "diagnostics" : "No Resource found matching the query $medication-list"
  }]
}