Implementation Guide
ePA Medication Service
Version 1.2.0-ballot.1 - draft

: ExpOperationOutcomeOpNotAllowed - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="e69228bf-6f07-4055-8190-e832d2c670dc"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"/>
  </meta>
  <issue>
    <severity value="error"/>
    <code value="forbidden"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_OP_NOT_ALLOWED"/>
        <display
                 value="Operation %s not allowed for resource %s (due to local configuration)"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>