Patients
Get Patients
Returns a list of patients with optional filtering and pagination.
GET
Example Request
Example Response
All filter parameters are optional. If no filters are provided, the endpoint will return all patients, paginated according to the default values or specified page and page_size.
Authorizations
Query Parameters
Filter patients by date of birth (ISO 8601 format: YYYY-MM-DD)
Filter patients by first name (case-insensitive, partial match)
Filter patients by last name (case-insensitive, partial match)
Filter patients by EHR MRN
Filter patients by EHR ID
Filter patients by phone number (exact match)
The page number for pagination
The number of patients per page
Required range:
x <= 100