v1
latestOpenAPI 3.1.02026-07-2649128242.2 KBList Patients
Retrieves a list or collection of patient records
Query parameters
The collection page number
The number of items per page
Enable or disable pagination
The logical id of the resource
search by family, given or preferred name
A portion of the family name of the patient
A portion of the given name of the patient
A value in an email contact
A value in a phone contact. Supports local and international (E.164) format. Includes contact phone numbers.
The status of a patient
The last updated date of the patient
The birthdate of the patient
The date of creation of the patient
The Practitioner or Clinic that has a relationship with the patient
The _include parameter can be used to include related search results to reduce overall network delay of repeated retrievals of related resources.
Modifiers
- _include:iterate = can be used to include related resources based on already included resources.
Each item in the comma-separated list is a search parameter, optionally with a ' - ' prefix. The prefix indicates decreasing order; in its absence, the parameter is applied in increasing order.
Response
Patient collection
Example response
[
{
"active": true
}
]