tebra_search_patients
Search for patients in Tebra with filters like name, DOB, MRN, or insurance. Returns patient demographics and insurance policies.
Instructions
Search for patients in Tebra with flexible filters. Use query/fullName for name search, or combine specific filters like firstName, lastName, DOB, MRN, insurance, etc. Returns demographics and insurance policies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search by full name (backward-compatible alias for fullName) | |
| firstName | No | Filter by first name | |
| lastName | No | Filter by last name | |
| fullName | No | Search by full name | |
| dateOfBirth | No | Exact date of birth (YYYY-MM-DD) | |
| fromDateOfBirth | No | DOB range start (YYYY-MM-DD) | |
| toDateOfBirth | No | DOB range end (YYYY-MM-DD) | |
| gender | No | Filter by gender | |
| mrn | No | Medical Record Number | |
| externalId | No | External system ID | |
| isActive | No | Filter by active/inactive status | |
| practiceName | No | Practice name filter | |
| insuranceCompanyName | No | Insurance company name filter | |
| referringProviderName | No | Referring provider name filter | |
| fromLastModifiedDate | No | Modified date range start (YYYY-MM-DD) | |
| toLastModifiedDate | No | Modified date range end (YYYY-MM-DD) | |
| fromCreatedDate | No | Created date range start (YYYY-MM-DD) | |
| toCreatedDate | No | Created date range end (YYYY-MM-DD) |