calculate_pediatric_dose
Compute pediatric medication dose from adult dose using weight, age, or body surface area method.
Instructions
Calculate pediatric dose from adult dose using weight, age, or BSA method. Agent contract: use structuredContent as the source of truth; preserve schema_version/status/sources/warnings/errors/meta when forwarding the result and never infer missing clinical facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | BCP 47 locale for labels and messages (for example zh-TW). | zh-TW |
| method | No | weight | |
| child_bsa | No | ||
| dose_unit | No | mg | |
| adult_dose | Yes | ||
| output_format | No | Text rendering. structuredContent always follows the versioned outputSchema. | json |
| child_age_years | No | ||
| child_weight_kg | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| errors | Yes | ||
| status | Yes | ||
| sources | Yes | ||
| warnings | Yes | ||
| schema_version | Yes |