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

: OperationOutcomeResourceIsNotKnown - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="98ca7dff-aa8d-47d0-a074-4055f55cb4db"/>
  <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="http://terminology.hl7.org/CodeSystem/operation-outcome"/>
        <code value="MSG_RESOURCE_ID_FAIL"/>
        <display value="unable to allocate resource id"/>
      </coding>
    </details>
    <diagnostics value="unable to allocate resource id"/>
  </issue>
</OperationOutcome>