Patient Demographics Query for Mobile (PDQm)
3.1.1-current - ci-build International flag

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

: Example $match Output Bundle - Error - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "ex-match-output-error",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchParametersOut"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "type" : "searchset",
  "link" : [
    {
      "relation" : "self",
      "url" : "http://profiles.ihe.net/IHE/ITI.PDQm/branches/match/Bundle-ex-match-output-empty.html"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://profiles.ihe.net/ITI/PDQm/OperationOutcome-ex-match-failure.html",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "ex-match-failure",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_ex-match-failure\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ex-match-failure</b></p><a name=\"ex-match-failure\"> </a><a name=\"hcex-match-failure\"> </a><a name=\"ex-match-failure-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>Timeout</td><td><span title=\"Codes:\">The operation timed out waiting for the backend server.</span></td></tr></table></div>"
        },
        "issue" : [
          {
            "severity" : "error",
            "code" : "timeout",
            "details" : {
              "text" : "The operation timed out waiting for the backend server."
            }
          }
        ]
      },
      "search" : {
        "mode" : "outcome"
      }
    }
  ]
}