find_patients
Search for patients by name, phone, email, or date of birth. Returns matching records and patient IDs for use in other tools.
Instructions
Search for patients by name / phone / email / DOB. Returns matching records.
At least one criterion must be provided. Use this to find a patient's
PatNum before calling get_patient or other record-specific tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| fname | No | ||
| limit | No | ||
| lname | No | ||
| phone | No | ||
| birthdate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |