calculate_creatinine_clearance
Calculates creatinine clearance using the Cockcroft-Gault formula to guide renal dosing adjustments.
Instructions
Calculate creatinine clearance using Cockcroft-Gault formula for renal dosing adjustments. 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 |
|---|---|---|---|
| gender | Yes | ||
| locale | No | BCP 47 locale for labels and messages (for example zh-TW). | zh-TW |
| age_years | Yes | ||
| weight_kg | Yes | ||
| output_format | No | Text rendering. structuredContent always follows the versioned outputSchema. | json |
| serum_creatinine | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | ||
| errors | Yes | ||
| status | Yes | ||
| sources | Yes | ||
| warnings | Yes | ||
| schema_version | Yes |