Implementation Guide
ePA Medication Service
Version 1.1.5 - release

: OperationOutcomeUnknownSearchParameter - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="dc558008-4fbd-4e51-a16a-0cbc382a529f"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"/>
  </meta>
  <issue>
    <severity value="error"/>
    <code value="processing"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_PARAM_UNKNOWN"/>
      </coding>
    </details>
    <diagnostics value="Unknown search parameter &quot;%s&quot;"/>
  </issue>
</OperationOutcome>