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 of a Query Patient Resource Response message - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "ex-QueryPatientResourceResponseMessage",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.QueryPatientResourceResponseMessage"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "type" : "searchset",
  "timestamp" : "2023-09-25T15:42:00Z",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "test.fhir.net/R4/fhir/Patient?family=Schmidt"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://example.org/Patient/ex-patient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "ex-patient",
        "meta" : {
          "profile" : [
            🔗 "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient"
          ],
          "security" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
              "code" : "HTEST"
            }
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ex-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-patient</b></p><a name=\"ex-patient\"> </a><a name=\"hcex-patient\"> </a><a name=\"ex-patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Schmidt Other, DoB: 1923-07-25 ( http://example.org/exampleSystem#8675309)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">WI USA </td></tr></table></div>"
        },
        "identifier" : [
          {
            "system" : "http://example.org/exampleSystem",
            "value" : "8675309"
          }
        ],
        "name" : [
          {
            "use" : "usual",
            "text" : "John Schmidt",
            "family" : "Schmidt",
            "given" : [
              "John"
            ]
          },
          {
            "use" : "old",
            "text" : "John Jacob Jingle Heimer Schnidt",
            "family" : "Schnidt",
            "given" : [
              "John",
              "Jacob",
              "Jingle",
              "Heimer"
            ],
            "period" : {
              "end" : "1960"
            }
          },
          {
            "use" : "official",
            "text" : "John Jacob Jingleheimer Schmidt",
            "family" : "Schmidt",
            "given" : [
              "John",
              "Jacob",
              "Jingleheimer"
            ],
            "period" : {
              "start" : "1960-01-01"
            }
          },
          {
            "use" : "nickname",
            "text" : "Jack Schmidt",
            "family" : "Schmidt",
            "given" : [
              "Jack"
            ]
          }
        ],
        "gender" : "other",
        "birthDate" : "1923-07-25",
        "address" : [
          {
            "state" : "WI",
            "country" : "USA"
          }
        ]
      }
    }
  ]
}