list_past_appointments
Retrieve a full history of past appointments from 2000-01-01 to today, with details like date, medical act, staff, site, and status, for quick patient record review.
Instructions
List all past appointments (from 2000-01-01 to today).
Returns a list of dicts with keys: id, scheduledDatetime, medicalActName, staffName, siteName, status, type, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |