active | token | Whether the patient record is active | Patient.active |
address | string | 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 | Patient.address |
address-city | string | A city specified in an address | Patient.address.city |
address-country | string | A country specified in an address | Patient.address.country |
address-postalcode | string | A postalCode specified in an address | Patient.address.postalCode |
address-state | string | A state specified in an address | Patient.address.state |
address-use | token | A use code specified in an address | Patient.address.use |
birthdate | date | The patient's date of birth | Patient.birthDate |
death-date | date | The date of death has been provided and satisfies this search value | Patient.deceased |
deceased | token | This patient has been marked as deceased, or as a death date entered | Patient.deceased.exists() and Patient.deceased != false |
email | token | A value in an email contact | Patient.telecom |
family | string | A portion of the family name of the patient | Patient.name.family |
gender | token | Gender of the patient | Patient.gender |
general-practitioner | reference | Patient's nominated general practitioner, not the organization that manages the record | Patient.generalPractitioner |
given | string | A portion of the given name of the patient | Patient.name.given |
identifier | token | A patient identifier | Patient.identifier |
language | token | Language code (irrespective of use value) | Patient.communication.language |
link | reference | All patients linked to the given patient | Patient.link.other |
name | string | A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text | Patient.name |
organization | reference | The organization that is the custodian of the patient record | Patient.managingOrganization |
phone | token | A value in a phone contact | Patient.telecom |
phonetic | string | A portion of either family or given name using some kind of phonetic matching algorithm | Patient.name |
telecom | token | The value in any kind of telecom details of the patient | Patient.telecom |