Patient Identifier Cross-referencing for mobile (PIXm)
3.0.3 - Trial-Implementation International flag

This page is part of the IHE Patient Identifier Cross-referencing for Mobile (v3.0.3: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PIXm Query Response error message - XML Representation

Raw xml | Download



  <!--  is this example valid  -->
<Parameters xmlns="http://hl7.org/fhir">
  <id value="pixm-response-error-not-found"/>
  <parameter>
    <name value="error"/>
    <resource>
      <OperationOutcome>
        <issue>
          <severity value="error"/>
          <code value="not-found"/>
          <diagnostics value="sourceIdentifier Patient Identifier not found"/>
        </issue>
      </OperationOutcome>
    </resource>
  </parameter>
</Parameters>