get_adherence_score
Computes a weighted adherence score (0-100) from diet, medication, and visit ratios, categorizing as good, medium, or poor to assess pediatric CKD follow-up compliance.
Instructions
计算并记录依从性评分(M4 拥有依从性数据)。diet/med/visit 三域比率(0-1) → 加权复合分(0-100)。
等级:≥80 好 / 50-79 中 / <50 差。默认等权(饮食/用药/就诊各 1/3,待临床验证)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caller | No | orchestrator | |
| med_ratio | Yes | ||
| diet_ratio | Yes | ||
| patient_id | Yes | ||
| visit_ratio | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||