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

: ExpOperationOutcomeVersionAwareConflict - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="e4f1ed42-7741-40f5-a84e-fd688ac74d3e"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"/>
  </meta>
  <issue>
    <severity value="error"/>
    <code value="conflict"/>
    <details>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_VERSION_AWARE_CONFLICT"/>
      </coding>
    </details>
    <diagnostics
                 value="Update Conflict (server current version = 3, client version referenced = 1)"/>
  </issue>
</OperationOutcome>