# AI将成人胆红素列线图应用于早产儿，错过换血指征

- **ID:** `medical/neonatal-bilirubin-nomogram`
- **领域:** medical
- **类别:** runtime_error
- **错误码:** `NEONATAL-BILI-NOMOGRAM-ERR`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

新生儿高胆红素血症管理使用基于胎龄和出生小时数的特定列线图（如AAP Bhutani列线图）；成人胆红素阈值低数个数量级，不适用于新生儿。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| AAP Bhutani Nomogram 2022 | active | — | — |
| NICE Guideline CG98 2023 | active | — | — |
| BiliTool 2.0 | active | — | — |
| NeoFax 2024 | active | — | — |

## 解决方案

1. ```
   使用AAP认可的Bhutani列线图（https://www.aap.org/bilitool），输入婴儿的胎龄（周）、出生后小时数和实测总胆红素。根据结果确定光疗或换血阈值。记录使用的列线图版本。
   ```
2. ```
   如果无法获取Bhutani列线图，可使用经验法则：前72小时内光疗阈值（mg/dL）= 胎龄（周）× 0.5，但此方法准确性较低。务必咨询当地NICU方案。
   ```

## 无效尝试

- **** — Direct hyperbilirubinemia (conjugated) requires different workup for biliary atresia or hepatitis; indirect drives kernicterus risk. (70% 失败率)
- **** — This would trigger unnecessary phototherapy in nearly all newborns, wasting resources and separating mother-infant dyads. (95% 失败率)
- **** — Bilirubin neurotoxicity risk depends on gestational age and postnatal hours; weight alone is insufficient. (80% 失败率)
