medications_create_medication
Record a child's medication administration with dosage, unit, time, and notes. Use child ID to attach the entry and schedule the next dose interval.
Instructions
Record a medication administration for a child.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Medication name | |
| tags | No | List of tag names to apply | |
| time | No | Time administered in ISO 8601 format (e.g. 2024-01-15T14:30:00). Defaults to now. | |
| notes | No | Optional notes | |
| dosage | No | Dosage amount | |
| child_id | Yes | ID of the child. Use list_children to get IDs. | |
| dosage_unit | No | Dosage unit: mg, ml, tablets, drops | |
| next_dose_interval | No | Interval until the next dose as a duration string (e.g. '04:00:00' for 4 hours) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||