Patient Identifier Cross-referencing for mobile (PIXm)
3.0.5-current - ci-build International flag

Patient Identifier Cross-referencing for mobile (PIXm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 3.0.5-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PIXm/ and changes regularly. See the Directory of published versions

: Example OperationOutcome - sourceIdentifier Patient Identifier not found - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "pixm-response-error-not-found",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome pixm-response-error-not-found</b></p><a name=\"pixm-response-error-not-found\"> </a><a name=\"hcpixm-response-error-not-found\"> </a><a name=\"pixm-response-error-not-found-en-US\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Not Found</td><td><span title=\"Codes:\">sourceIdentifier Patient Identifier not found</span></td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "not-found",
      "details" : {
        "text" : "sourceIdentifier Patient Identifier not found"
      }
    }
  ]
}