Implementation Guide
ePA Medication Service
Version 1.1.5 - release

: OperationOutcomeInvalidRequest - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="52c59e99-eba0-4488-b829-39983b9169f5"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"/>
  </meta>
  <issue>
    <severity value="error"/>
    <code value="not-supported"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_BAD_FORMAT"/>
      </coding>
    </details>
    <diagnostics
                 value="Invalid request &quot;%s&quot; must be a &quot;%s&quot;"/>
  </issue>
</OperationOutcome>