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 Patient input for PDQm $match - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ex-match-input-patient"/>
  <meta>
    <profile
             value="https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchInputPatient"/>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml">This Patient Resource contains a set of discrete demographics to serve as input to the $match operation.</div>
  </text>
  <identifier>
    <system value="http://example.org/exampleSystem"/>
    <value value="8675309"/>
  </identifier>
  <name>
    <family value="Schmidt"/>
    <given value="John"/>
  </name>
  <gender value="other"/>
  <birthDate value="1923-07-25"/>
  <address>
    <state value="WI"/>
    <country value="USA"/>
  </address>
</Patient>