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

: ExpOperationOutcomeOrgHeaderProfileMismatch - XML Representation

Raw xml | Download


<OperationOutcome xmlns="http://hl7.org/fhir">
  <id value="41d25882-4a02-47e3-a367-f5b5fe8c8015"/>
  <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/CodeSystem/epa-operation-outcome-details-codes"/>
        <code value="SVC_ORG_HEADER_PROFILE_MISMATCH"/>
        <display value="Profile mismatch in header Organization"/>
      </coding>
    </details>
  </issue>
</OperationOutcome>