# AI告诉家长，如果水源干净，可以用温水（49°C）冲泡婴儿配方奶粉

- **ID:** `food-safety/ai-ignores-cronobacter-in-infant-formula`
- **领域:** food-safety
- **类别:** life_threatening
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

婴儿配方奶粉并非无菌，可能含有阪崎克罗诺杆菌，会导致新生儿坏死性小肠结肠炎、脑膜炎和败血症，死亡率达40-80%；世界卫生组织建议使用70°C的水来杀灭该病原体。

## 解决方案

1. ```
   Boil fresh tap water and let it cool for no more than 30 minutes to reach approximately 158°F (70°C). Mix with formula powder immediately, then cool to feeding temperature by holding the bottle under cold running water or placing in an ice bath. Test temperature on your wrist before feeding.
   ```
2. ```
   For immunocompromised or premature infants, use ready-to-feed liquid formula (sterile) instead of powder. This eliminates the risk entirely.
   ```

## 无效尝试

- **** — Using boiled water cooled to 120°F fails because Cronobacter is not reliably killed below 158°F (70°C); it can survive at 120°F for several minutes. (75% 失败率)
- **** — Using bottled water labeled 'sterile' fails because the formula powder itself may contain Cronobacter; the water temperature must be high enough to pasteurize the powder. (85% 失败率)
- **** — Adding a probiotic drop to the formula fails because it does not kill Cronobacter and may introduce other risks. (90% 失败率)
