---
type: "search-params"
title: "Patient Search Parameters"
resource: "Patient"
---
# Patient Search Parameters
## active
**Description:** Whether the patient record is active
**Type:** token
**Expression:** Patient.active
**Path:** Patient.active
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-active
## address
**Description:** 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
**Type:** string
**Expression:** Patient.address
**Path:** Patient.address
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-address
## address-city
**Description:** A city specified in an address
**Type:** string
**Expression:** Patient.address.city
**Path:** Patient.address.city
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-address-city
## address-country
**Description:** A country specified in an address
**Type:** string
**Expression:** Patient.address.country
**Path:** Patient.address.country
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-address-country
## address-postalcode
**Description:** A postalCode specified in an address
**Type:** string
**Expression:** Patient.address.postalCode
**Path:** Patient.address.postalCode
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-address-postalcode
## address-state
**Description:** A state specified in an address
**Type:** string
**Expression:** Patient.address.state
**Path:** Patient.address.state
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-address-state
## address-use
**Description:** A use code specified in an address
**Type:** token
**Expression:** Patient.address.use
**Path:** Patient.address.use
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-address-use
## birthdate
**Description:** The patient's date of birth
**Type:** date
**Expression:** Patient.birthDate
**Path:** Patient.birthDate
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-birthdate
## death-date
**Description:** The date of death has been provided and satisfies this search value
**Type:** date
**Expression:** (Patient.deceased.ofType(dateTime))
**Path:** Patient.deceasedDateTime
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-death-date
## deceased
**Description:** This patient has been marked as deceased, or has a death date entered
**Type:** token
**Expression:** Patient.deceased.exists() and Patient.deceased != false
**Path:** Patient.deceased[x]
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-deceased
## email
**Description:** A value in an email contact
**Type:** token
**Expression:** Patient.telecom.where(system='email')
**Path:** Patient.telecom(system=email)
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-email
## family
**Description:** A portion of the family name of the patient
**Type:** string
**Expression:** Patient.name.family
**Path:** Patient.name.family
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-family
## gender
**Description:** Gender of the patient
**Type:** token
**Expression:** Patient.gender
**Path:** Patient.gender
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-gender
## general-practitioner
**Description:** Patient's nominated general practitioner, not the organization that manages the record
**Type:** reference
**Expression:** Patient.generalPractitioner
**Path:** Patient.generalPractitioner
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-general-practitioner
## given
**Description:** A portion of the given name of the patient
**Type:** string
**Expression:** Patient.name.given
**Path:** Patient.name.given
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-given
## identifier
**Description:** A patient identifier
**Type:** token
**Expression:** Patient.identifier
**Path:** Patient.identifier
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-identifier
## language
**Description:** Language code (irrespective of use value)
**Type:** token
**Expression:** Patient.communication.language
**Path:** Patient.communication.language
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-language
## link
**Description:** All patients/related persons linked to the given patient
**Type:** reference
**Expression:** Patient.link.other
**Path:** Patient.link.other
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-link
## name
**Description:** A server defined search that may match any of the string fields in the HumanName, including family, given, prefix, suffix, and/or text
**Type:** string
**Expression:** Patient.name
**Path:** Patient.name
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-name
## organization
**Description:** The organization that is the custodian of the patient record
**Type:** reference
**Expression:** Patient.managingOrganization
**Path:** Patient.managingOrganization
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-organization
## phone
**Description:** A value in a phone contact
**Type:** token
**Expression:** Patient.telecom.where(system='phone')
**Path:** Patient.telecom(system=phone)
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-phone
## phonetic
**Description:** A portion of either family or given name using some kind of phonetic matching algorithm
**Type:** string
**Expression:** Patient.name
**Path:** Patient.name
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-phonetic
## telecom
**Description:** The value in any kind of telecom details of the patient
**Type:** token
**Expression:** Patient.telecom
**Path:** Patient.telecom
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Patient-telecom