Patient
Demographics and identifiers for a person receiving care.
The anchor resource for almost every integration. In an EHR launch, the
token response's patient field carries the id of the launched chart, and
patient/Patient.* scopes are confined to that patient; user/Patient.rs
follows the signed-in clinician's access instead.
Advertises a validated CA Core+ profile.
Access
| Mode | Interactions | Scopes |
|---|---|---|
| App launch | read + search | patient/Patient.r, patient/Patient.rs, user/Patient.rs |
| Backend services | read + search | system/Patient.rs |
Search parameters
Search results are searchset Bundles; follow the Bundle's next
link for cursor pagination.
| Parameter | Type | Description |
|---|---|---|
_id |
token | Match a specific logical resource id. |
_lastUpdated |
date | Filter by last modification time; supports FHIR date prefixes such as ge and lt. |
_count |
number | Page size hint for the searchset Bundle. |
_page_token |
string | Opaque pagination cursor. Never construct one — follow the Bundle's next link. |
identifier |
token | Business identifier, such as an Ontario health number. |
name |
string | Matches across family and given names. |
family |
string | Family (last) name. |
given |
string | Given (first) name. |
birthdate |
date | Date of birth; supports FHIR date prefixes. |
gender |
token | Administrative gender code. |
phone |
token | Phone telecom value. |
email |
token | Email telecom value. |
active |
token | Whether the record is in active use (true/false). |