Person
The Person resource stores information about a person outside of a health context; e.g., for administrative purposes.
Overview
See the FHIR documentation for more information about Person resources.
Mapped Concepts in HIEBus
Supported Interactions
Person resources support the following interactions.
Search Parameters
When searching for Person resources, the following search parameters are supported.
Name |
Type
|
Prefixes
Modifiers
|
Can be Chained? |
Description |
_id |
Token |
|
|
Resource id.
|
address |
String |
:contains
:exact
:missing
|
|
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.
|
address-city |
String |
:contains
:exact
:missing
|
|
A city specified in an address.
|
address-country |
String |
:contains
:exact
:missing
|
|
A country specified in an address.
|
address-postalcode |
String |
:contains
:exact
:missing
|
|
A postal code specified in an address.
|
address-state |
String |
:contains
:exact
:missing
|
|
A state specified in an address.
|
birthdate |
Date |
ne
lt
le
gt
ge
sa
eb
ap
:missing
|
|
The person's date of birth.
|
gender |
Token |
:missing
|
|
The gender of the person.
|
identifier |
Token |
:missing
|
|
A person Identifier.
|
link |
Reference |
:missing
|
yes |
The patient the Person is about. Functionally identical to the "patient" search parameter.
|
name |
String |
:contains
:exact
:missing
|
|
A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text.
|
relatedpatient |
Reference |
:missing
|
yes |
The patient the Person is about. Functionally identical to the "patient" search parameter.
|
telecom |
Token |
:missing
|
|
The value in any kind of contact.
|
Sortable Parameters
When searching Person resources, it is possible to sort the returned values by the following search parameters.
- identifier
- name
- address
- address-city
- address-country
- address-postalcode
- address-state
- telecom
- _id
Only one sort parameter may be specified.
Supported Includes
When searching Person resources, it is possible to include the resources referenced by the following field names.
Back to Resources