Implementation Guide
ePA Medication Service
Version 1.0.5-1 - release

: ExpOperationOutcomeOperationDispensationNotFound - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="c03670fe-eaf2-4a38-a333-4dc1470072a2"/>
  <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="MEDICATIONSVC_DISPENSATION_NO_EXIST"/>
        <display value="Dispensation Not Found in Medication Service"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>