Get Multi
BetaSearches for patients that match the query parameters.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
limit
mrn
page_token
A token that can be used to retrieve the next or previous page of results
sort_field
The field to order by. Valid values are either keys on the patient object or a special ordering “similar_name:<search_string>” (Ex: similar_name:John). Similar name ordering uses trigrams to fuzzy match patient names to the search criteria.
sort_direction
Defaults to ascending.
Allowed values:
Response
This endpoint returns an object.
items
total
next_page_token
A token that can be used to retrieve the next or previous page of results
prev_page_token
A token that can be used to retrieve the next or previous page of results