Patient Demographics Query for Mobile (PDQm)
3.0.0 - Trial-Implementation International flag

This page is part of the IHE Patient Demographics Query for Mobile (v3.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example Patient input for PDQm $match - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ex-match-input-patient",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchInputPatient"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/exampleSystem",
      "value" : "8675309"
    }
  ],
  "name" : [
    {
      "family" : "Schmidt",
      "given" : [
        "John"
      ]
    }
  ],
  "gender" : "other",
  "birthDate" : "1923-07-25",
  "address" : [
    {
      "state" : "WI",
      "country" : "USA"
    }
  ]
}