Implementation Guide
ePA Medication Service
Version 1.2.0 - release

: ExpOperationOutcomeOperationOutsideBatch - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="912a5e81-6274-439e-9d79-5172c4855a70"/>
  <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="https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details"/>
        <code value="MEDSVC_OPERATION_OUTSIDE_BATCH"/>
        <display
                 value="The operation can only be executed within a batch context"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>