Implementation Guide
ePA Medication Service
Version 1.2.0 - release

: OperationOutcomeEMPNoExist - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="98ca7dff-aa8d-47d0-a074-4055f55cb4dc"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"/>
  </meta>
  <issue>
    <severity value="error"/>
    <code value="not-found"/>
    <details>
      <coding>
        <system
                value="https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details"/>
        <code value="MEDSVC_EMP_NO_EXIST"/>
        <display value="eMP does not exist"/>
      </coding>
    </details>
    <diagnostics value="eMP does not exist"/>
  </issue>
</OperationOutcome>