Get Patient List

Beta
GET

Gets patients with dependent objects for patients that match the query parameters.

Query parameters

page_tokenstringOptional

A token that can be used to retrieve the next or previous page of results

limitintegerOptional
sort_fieldstringOptional
sort_direction"asc" or "desc"Optional

Defaults to ascending.

Allowed values: ascdesc
filtersstringOptional

A serialized list of filters separated by commas indicating filters to apply. Each filter is of the form ‘path:operator:value’. Example: ‘patient.mrn|eq|12345’. Filters are separated by commas. Example: ‘patient.mrn|eq|12345,appointment.startDate|gt|67890’. All filters are ANDed together. Valid operators are ‘eq’, ‘gt’, ‘lt’. Path values are camelCase.

Response

This endpoint returns an object.
itemslist of objects
next_page_tokenstringOptional

A token that can be used to retrieve the next or previous page of results

prev_page_tokenstringOptional

A token that can be used to retrieve the next or previous page of results

Errors