{
"description": "The PDQm Patient Demographics Consumer Actor (client) requirements CapabililtyStatement expresses the requirements that can be utilized while being compliant. This capability statement implements the ITI-78 transaction.\\n\\n- Query against the FHIR endpoint to the Patient Resource endpoint\\n- Using FHIR R4\\n- may request json or xml encoding\\n- should use a security framework. Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)\\n- [Search Parameters that may be used](https://profiles.ihe.net/ITI/PDQm/ITI-78.html#23784121-query-search-parameters)\\n - _id\\n - active\\n - family\\n - given\\n - identifier\\n - telecom\\n - birthdate\\n - address\\n - gender\\n - mothersMaidenName",
"_filename": "CapabilityStatement-IHE.PDQm.PatientDemographicsConsumerQuery.json",
"package_name": "ihe.iti.pdqm",
"format": [ "application/fhir+xml", "application/fhir+json" ],
"date": "2022-10-28",
"publisher": "IHE IT Infrastructure Technical Committee",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
} ]
} ],
"name": "IHE_PDQM_PATIENT_DEMOGRAPHICS_CONSUMER_ITI_78",
"type": null,
"experimental": "false",
"resourceType": "CapabilityStatement",
"title": "IHE PDQm Patient Demographics Consumer Implementing ITI-78",
"package_version": "3.0.0-comment",
"status": "active",
"id": "eb54e92b-d222-4e93-a315-5f65de136dc6",
"kind": "requirements",
"url": "https://profiles.ihe.net/ITI/PDQm/CapabilityStatement/IHE.PDQm.PatientDemographicsConsumerQuery",
"version": "3.0.0-comment",
"contact": [ {
"telecom": [ {
"value": "https://www.ihe.net/ihe_domains/it_infrastructure/",
"system": "url"
} ]
}, {
"telecom": [ {
"value": "iti@ihe.net",
"system": "email"
} ]
}, {
"name": "IHE IT Infrastructure Technical Committee",
"telecom": [ {
"value": "iti@ihe.net",
"system": "email"
} ]
} ],
"rest": [ {
"mode": "client",
"resource": [ {
"type": "Patient",
"interaction": [ {
"code": "read"
}, {
"code": "search-type"
} ],
"searchParam": [ {
"name": "_lastUpdated",
"type": "date",
"documentation": "When the resource version last changed"
}, {
"name": "_id",
"type": "token",
"documentation": "Logical id of this artifact"
}, {
"name": "active",
"type": "token",
"documentation": "Whether the patient record is active"
}, {
"name": "family",
"type": "string",
"documentation": "A portion of the family name of the patient"
}, {
"name": "given",
"type": "string",
"documentation": "A portion of the given name of the patient"
}, {
"name": "identifier",
"type": "token",
"documentation": "A patient identifier"
}, {
"name": "telecom",
"type": "token",
"documentation": "The value in any kind of telecom details of the patient"
}, {
"name": "birthdate",
"type": "date",
"documentation": "The patient's date of birth"
}, {
"name": "address",
"type": "string",
"documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text"
}, {
"name": "address-city",
"type": "string",
"documentation": "A city specified in an address"
}, {
"name": "address-country",
"type": "string",
"documentation": "A country specified in an address"
}, {
"name": "address-postalcode",
"type": "string",
"documentation": "A postalCode specified in an address"
}, {
"name": "address-state",
"type": "string",
"documentation": "A state specified in an address"
}, {
"name": "gender",
"type": "token",
"documentation": "Gender of the patient"
}, {
"name": "mothersMaidenName",
"type": "string",
"definition": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName",
"documentation": "Mother's maiden (unmarried) name, commonly collected to help verify patient identity."
} ],
"documentation": "Mobile Patient Demographics Query [ITI-78]"
} ],
"security": {
"description": "Recommend [ATNA](https://profiles.ihe.net/ITI/TF/Volume1/ch-9.html), encouraged [IHE-IUA](https://profiles.ihe.net/ITI/IUA/index.html) or [SMART-app-launch](http://www.hl7.org/fhir/smart-app-launch/)"
},
"interaction": [ {
"code": "search-system"
} ],
"documentation": "PDQm Patient Demographics Consumer provides capability to discover Patient Identities by demographics and identities."
} ]
}