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

: ExpOperationOutcomeEMPLinkingNotSuccessful - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="24b64018-89f4-4a52-8e9c-c0af279c4e86"/>
  <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="https://gematik.de/fhir/epa-medication/CodeSystem/epa-medicationstatement-processing-event-code"/>
        <code value="LINKING_NOT_SUCCESSFUL"/>
        <display value="Fehlerhafte eMP Zuordnung"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>