PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.pdqm@3.0.0-comment
    https://profiles.ihe.net/ITI/PDQm/CapabilityStatement/IHE.PDQm.PatientDemographicsSupplier
{
  "description": "The PDQm Patient Demographics Supplier Actor (server) requirements CapabililtyStatement expresses the requirements that shall be provided.\\n\\n- Query against the FHIR endpoint to the Patient Resource endpoint\\n- Using FHIR R4\\n- Shall support both 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 shall be supported](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\\n- Shall support the PDQm $match operation\\n- Shall return Patient Resources conforming to the PDQm Patient Profile",
  "_filename": "CapabilityStatement-IHE.PDQm.PatientDemographicsSupplier.json",
  "package_name": "ihe.iti.pdqm",
  "format": [ "application/fhir+xml", "application/fhir+json" ],
  "date": "2023-09-25",
  "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_SUPPLIER",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "IHE PDQm Patient Demographics Supplier",
  "package_version": "3.0.0-comment",
  "status": "active",
  "id": "3bc9a3d1-dc77-49e2-8818-b16d1f5eb67c",
  "kind": "requirements",
  "url": "https://profiles.ihe.net/ITI/PDQm/CapabilityStatement/IHE.PDQm.PatientDemographicsSupplier",
  "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": "server",
    "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] and Patient Demographics Match [ITI-119]",
      "supportedProfile": [ "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient" ]
    } ],
    "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/)"
    },
    "operation": [ {
      "name": "PDQm $Match",
      "definition": "https://profiles.ihe.net/ITI/PDQm/OperationDefinition/PDQmMatch"
    } ],
    "interaction": [ {
      "code": "search-system"
    } ],
    "documentation": "PDQm Patient Demographics Supplier provides capability to discover Patient Identities by demographics and identities."
  } ]
}