Person
Sample Query
Find a person by name:
https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/Person?given=John&family=Smith
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
|
|
An address in any kind of address/part.
|
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 portion of name in any name part.
|
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