search_patient
Find patients in the EMR by name, ID, or phone number to access records before creating visit notes or retrieving history.
Instructions
Search for a patient in the PointCare EMR system by name, ID, or phone number.
Returns matching patient records with basic information. Use this tool to find patients before creating visit notes or retrieving history.
Examples:
Search by name: "Eleanor Thompson"
Search by ID: "PT-10001"
Search by phone: "555-0101"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term: patient name, ID (e.g., PT-10001), or phone number | |
| searchType | No | Type of search to perform. Defaults to "all" which searches across all fields. | |
| status | No | Filter by patient status. If not specified, returns all statuses. | |
| limit | No | Maximum number of results to return (default: 10, max: 50) |