Book a clinic appointment
book_appointmentReserve a patient's appointment by specifying the appointment ID, patient name, contact phone, and reason for visit.
Instructions
Book one available appointment for a patient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_name | Yes | ||
| visit_reason | Yes | ||
| contact_phone | Yes | ||
| appointment_id | Yes | ||
| additional_notes | No |