List patient visits
List patient visits
List visits (encounters) for a patient. Supports pagination. Use visit_type to filter by therapy type (PT, OT, ST) if needed in your EMR workflow.
List patient visits
Path Parameters
ID of the patient whose visits to list.
Required range:
x >= 1Query Parameters
0-based index of the first item to return (offset). Use with _limit for paging.
Required range:
x >= 0Maximum number of items to return per request (1–100).
Required range:
1 <= x <= 100Name of the field to sort by (e.g. id, name, created_at). Omit for default sort.
Sort direction: asc or desc.
Available options:
asc, desc 