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 - JSON Representation

Raw json | Download


//  is this example valid 
{
  "resourceType" : "Parameters",
  "id" : "pixm-response-error-not-found",
  "parameter" : [
    {
      "name" : "error",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "issue" : [
          {
            "severity" : "error",
            "code" : "not-found",
            "diagnostics" : "sourceIdentifier Patient Identifier not found"
          }
        ]
      }
    }
  ]
}