find_patients_by_disease
Find all patients diagnosed with a specific disease by entering the disease name, and get a formatted list of matching records.
Instructions
Find all patients diagnosed with a specific disease. The search is case-insensitive.
Args: disease: The disease name to search for (e.g. "Diabetes", "asthma").
Returns: A formatted list of matching patients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disease | Yes |