calculate_dose_by_bsa
Compute patient-specific dose from mg/m² dosage using height and weight. Supports oncology dosing with optional maximum dose limit.
Instructions
Calculate BSA-based dosage (mg/m²), commonly used in oncology. 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 |
| max_dose | No | ||
| dose_unit | No | mg | |
| height_cm | Yes | ||
| weight_kg | Yes | ||
| dose_per_m2 | Yes | ||
| output_format | No | Text rendering. structuredContent always follows the versioned outputSchema. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| errors | Yes | ||
| status | Yes | ||
| sources | Yes | ||
| warnings | Yes | ||
| schema_version | Yes |