get_patient_history
Retrieve a patient's visit history from the EMR, including dates, types, and key details, to review before creating a new visit note.
Instructions
Retrieve visit history for a patient from the PointCare EMR system.
Returns a list of previous visits with dates, types, and key information. Use this to review patient history before creating a new visit note.
Use search_patient first to get the patient ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patientId | Yes | Patient ID from search_patient (e.g., PT-10001) | |
| limit | No | Maximum number of visits to return (default: 10, max: 50) | |
| startDate | No | Filter visits on or after this date (YYYY-MM-DD) | |
| endDate | No | Filter visits on or before this date (YYYY-MM-DD) | |
| visitType | No | Filter by visit type |