---
type: "search-params"
title: "Person Search Parameters"
resource: "Person"
---
# Person Search Parameters
## 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:** Person.address
**Path:** Person.address
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-address
## address-city
**Description:** A city specified in an address
**Type:** string
**Expression:** Person.address.city
**Path:** Person.address.city
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-address-city
## address-country
**Description:** A country specified in an address
**Type:** string
**Expression:** Person.address.country
**Path:** Person.address.country
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-address-country
## address-postalcode
**Description:** A postal code specified in an address
**Type:** string
**Expression:** Person.address.postalCode
**Path:** Person.address.postalCode
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-address-postalcode
## address-state
**Description:** A state specified in an address
**Type:** string
**Expression:** Person.address.state
**Path:** Person.address.state
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-address-state
## address-use
**Description:** A use code specified in an address
**Type:** token
**Expression:** Person.address.use
**Path:** Person.address.use
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-address-use
## birthdate
**Description:** The person's date of birth
**Type:** date
**Expression:** Person.birthDate
**Path:** Person.birthDate
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-birthdate
## email
**Description:** A value in an email contact
**Type:** token
**Expression:** Person.telecom.where(system='email')
**Path:** Person.telecom(system=email)
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-email
## gender
**Description:** The gender of the person
**Type:** token
**Expression:** Person.gender
**Path:** Person.gender
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-gender
## identifier
**Description:** A person Identifier
**Type:** token
**Expression:** Person.identifier
**Path:** Person.identifier
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-identifier
## link
**Description:** Any link has this Patient, Person, RelatedPerson or Practitioner reference
**Type:** reference
**Expression:** Person.link.target
**Path:** Person.link.target
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-link
## name
**Description:** A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
**Type:** string
**Expression:** Person.name
**Path:** Person.name
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-name
## organization
**Description:** The organization at which this person record is being managed
**Type:** reference
**Expression:** Person.managingOrganization
**Path:** Person.managingOrganization
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-organization
## patient
**Description:** The Person links to this Patient
**Type:** reference
**Expression:** Person.link.target.where(resolve() is Patient)
**Path:** Person.link.target
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-patient
## phone
**Description:** A value in a phone contact
**Type:** token
**Expression:** Person.telecom.where(system='phone')
**Path:** Person.telecom(system=phone)
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-phone
## phonetic
**Description:** A portion of name using some kind of phonetic matching algorithm
**Type:** string
**Expression:** Person.name
**Path:** Person.name
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-phonetic
## practitioner
**Description:** The Person links to this Practitioner
**Type:** reference
**Expression:** Person.link.target.where(resolve() is Practitioner)
**Path:** Person.link.target
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-practitioner
## relatedperson
**Description:** The Person links to this RelatedPerson
**Type:** reference
**Expression:** Person.link.target.where(resolve() is RelatedPerson)
**Path:** Person.link.target
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-relatedperson
## telecom
**Description:** The value in any kind of contact
**Type:** token
**Expression:** Person.telecom
**Path:** Person.telecom
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-telecom
## family
**Description:** A portion of the family name of the person
**Type:** string
**Expression:** Person.name.family
**Path:** Person.name.family
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-family
## given
**Description:** A portion of the given name of the person
**Type:** string
**Expression:** Person.name.given
**Path:** Person.name.given
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-given
## death-date
**Description:** The date of death has been provided and satisfies this search value
**Type:** date
**Expression:** (Person.deceased.ofType(dateTime))
**Path:** Person.deceasedDateTime
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-death-date
## deceased
**Description:** This person has been marked as deceased, or has a death date entered
**Type:** token
**Expression:** Person.deceased.exists() and Person.deceased != false
**Path:** Person.deceased[x]
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Person-deceased