tebra_get_appointments
Retrieve appointments from Tebra within a specified date range. Filter by provider, patient, status, location, reason, type, and more.
Instructions
Get appointments from Tebra within a date range. Filter by provider, patient, confirmation status, service location, reason, type, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | Start date (ISO 8601, e.g. 2026-03-25) | |
| endDate | Yes | End date (ISO 8601, e.g. 2026-03-31) | |
| providerId | No | Tebra provider ID to filter by | |
| confirmationStatus | No | Filter by confirmation status | |
| patientFullName | No | Filter by patient full name | |
| patientId | No | Filter by Tebra patient ID | |
| serviceLocationName | No | Filter by service location name | |
| appointmentReason | No | Filter by appointment reason | |
| appointmentType | No | Filter by type: U=Unknown, P=Patient, O=Other | |
| fromCreatedDate | No | Created date range start (YYYY-MM-DD) | |
| toCreatedDate | No | Created date range end (YYYY-MM-DD) | |
| fromLastModifiedDate | No | Modified date range start (YYYY-MM-DD) | |
| toLastModifiedDate | No | Modified date range end (YYYY-MM-DD) | |
| casePayerScenario | No | Patient case payer scenario filter |