interpret_lab_report
Translates children's kidney lab reports into plain-language explanations for parents. Uses KDIGO and pediatric nephrology guidelines to flag abnormal values and suggest next steps.
Instructions
家长问「化验单怎么看」时调用,把检验单逐项翻译成家长听得懂的话。
阈值来自 KDIGO 2012/2024、KDOQI、中华医学会儿肾学组 2017 NS 指南、PRNT 2020/2021 共识; 各家有分歧的会同时列出并提示以本院参考值为准。会标出 red_flags 与 next_actions。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | No | "male"/"female"。 | male |
| age_years | Yes | 患儿年龄(岁,必填)。 | |
| height_cm | No | 身高(cm),配合血肌酐可算 eGFR(Schwartz)。 | |
| pth_pg_ml | No | 甲状旁腺激素(CKD-MBD)。 | |
| uacr_mg_g | No | 尿白蛋白/肌酐比。 | |
| weight_kg | No | 体重(kg)。 | |
| upcr_mg_mg | No | 尿蛋白/肌酐比。 | |
| albumin_g_l | No | 血清白蛋白(g/L),肾病综合征看它。 | |
| urea_mmol_l | No | 血尿素 / BUN。 | |
| calcium_mmol_l | No | 血钙。 | |
| hemoglobin_g_l | No | 血红蛋白(贫血看它)。 | |
| urine_dipstick | No | 尿常规尿蛋白定性,如「+」「3+」「阴性」。 | |
| known_ckd_stage | No | 已知 CKD 分期(若有)。 | |
| vitd_25oh_ng_ml | No | 25-羟维生素 D。 | |
| creatinine_mg_dl | No | 血肌酐(mg/dL),与上面二选一。 | |
| phosphate_mmol_l | No | 血磷。 | |
| potassium_mmol_l | No | 血钾。 | |
| creatinine_umol_l | No | 血肌酐(μmol/L)。 | |
| bicarbonate_mmol_l | No | 血碳酸氢盐(代酸看它)。 | |
| cholesterol_mmol_l | No | 胆固醇。 | |
| urine_protein_24h_mg_kg | No | 24h 尿蛋白/体重。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||