search_patients_by_address
Find patients by address components such as postal code, city, or state. Locate patient records based on geographic information.
Instructions
Search for patients by address components.
Args: postal_code: Patient's postal/ZIP code city: Patient's city state: Patient's state
Returns: Dictionary containing the search results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postal_code | No | ||
| city | No | ||
| state | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||