View scope

keyword
PDQM
Description
Assertions from volumes 1 & 2

30 Assertions in Scope

Search Criteria

Id scheme
Assertion id
Predicate
ITI78Patient Demographics Supplier may ignore any additional parameter modifiers listed in the FHIR standard,
ITI78ITI78-001The Query Patient Resource must be conducted by the Patient Demographics Consumer by executing an HTTP GET against the Patient Demographics Supplier’s Patient Resource URL.
ITI78ITI78-002The search target follows the FHIR R4 http specification, addressing the Patient Resource type: GET [base]/Patient?<query>
ITI78ITI78-003The <query> represents a series of encoded name-value pairs representing the filter for the query specified in Section 3.78.4.1.2.1, as well as control parameters to modify the behavior of the Patient Demographics Supplier such as response format, or pagination.
ITI78ITI78-004The Patient Demographics Consumer may supply all the following query parameters: _id, active, identifier, family, given, telecom, birthdate, address, address-city, address-country, address-postalcode, address-state, gender.
ITI78ITI78-005The Patient Demographics Supplier shall be capable of processing all the following query parameters: _id, active, identifier, family, given, telecom, birthdate, address, address-city, address-country, address-postalcode, address-state, gender.
ITI78ITI78-006The _id parameter of type string, when supplied, represents the resource identifier for the Patient Resource being queried.
ITI78ITI78-007A search using _id is always an exact match search.
ITI78ITI78-008The active parameter of type token, when supplied, specifies the active state. The active state indicates whether the patient record is active.
ITI78ITI78-009The repeating parameter "identifier" of type token, when supplied, specifies an identifier associated with the patient whose information is being queried
ITI78ITI78-010If multiple instances of the identifier parameter are provided in the query, the query represents a logical AND condition.
ITI78ITI78-011If no system portion of the identifier parameter is specified, then the matching would be performed on any identifier regardless of issuing system
ITI78ITI78-012The family and given parameters of type string, when supplied, specify the name of the person whose information is being queried.
ITI78ITI78-013The Patient Demographics Consumer may use either family name, given name or a combination of both names to filter by family, given or family and given names respectively.
ITI78ITI78-014Repetitions of each of the family or given parameters are interpreted to mean multiple parts of the the name.
ITI78ITI78-015The specific mechanics of name matching such as phonetic matches, synonyms (i.e., John matches Johnny) or partial name matches are not specified here and may be configured to match site specific rules surrounding partial name matching.
ITI78ITI78-016The telecom parameter of type token, when supplied, specifies the telecommunications details
ITI78ITI78-017The birthdate parameter of type date, when supplied, specifies the birth date and time of the person whose information is being queried.
ITI78ITI78-018The Patient Demographics Consumer shall use the date and interval mechanism to indicate a specific date of birth or a date that lies within the range specified by the parameter.
ITI78ITI78-019The address parameter of type string, when supplied, specifies one or more address parts associated with the person whose information is being queried.