Patient Demographics Query for Mobile (PDQm)
3.1.1-current - ci-build
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
{
"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"
}
]
}