get_patient_by_id
Look up a single patient's full record by entering their unique numeric ID. Returns patient details or a not-found message.
Instructions
Look up a single patient by their unique patient ID.
Args: patient_id: The numeric ID of the patient (e.g. 1, 42, 200).
Returns: The patient record, or a "not found" message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes |