Queries
Search pathways by status, type, patient and other criteria
We suggest reading the page on our domain model first to get an understanding of the pathway model.
01
There are no required parameters for this query. However, you should provide pagination and sorting parameters. See Pagination and Sorting
below.
The filter is optional: if you don't provide one, an unfiltered list of pathways will be returned.
01
All in
filter type accepts a list of values and results in an is any of
search criteria. The eq
filter accepts a single string and results in is exact match
search criteria.
When specifying multiple filters, the resulting criteria is the conjunction of all filters.
01
Pagination and sorting are required for this query. If no pagination values are supplied, the API will return only the first 100 care flows, or 100 care flows from any specified offset. There is an upper limit of 100 records per query. Please be aware that setting count
greater than 100 will successfully execute but return only 100 records.
Default sorting is based on the start_date
field, sorted from newest to oldest (i.e. descending).
01