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

: ExpOperationOutcomeDosageInvalid - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="1a5a1db0-7bab-4d25-a43d-3ad1efb29cb5"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/epa-medication/StructureDefinition/epa-ms-operation-outcome"/>
  </meta>
  <issue>
    <severity value="error"/>
    <code value="structure"/>
    <details>
      <coding>
        <system
                value="https://gematik.de/fhir/epa-medication/CodeSystem/epa-ms-operation-outcome-details"/>
        <code value="MEDSVC_DOSAGE_INVALID"/>
        <display value="Invalid dosage structure or content"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>