# AI建议使用冰水浸泡治疗中暑，但未警告心脏心律失常风险，或建议给失去意识的中暑患者口服液体

- **ID:** `safety/heatstroke-ice-water-arrhythmia`
- **领域:** safety
- **类别:** runtime_error
- **验证级别:** ai_generated
- **修复率:** 88%

## 根因

冰水浸泡可能引起寒战（产生热量），并可能在中暑患者心血管系统受损时诱发心律失常；给失去意识的患者口服液体有误吸和气道阻塞的风险。

## 解决方案

1. ```
   For heatstroke (core temp >40°C with altered consciousness): 'Call 911 immediately. Move patient to shade. Cool by immersing in cold water (10-15°C, not ice water) if possible, or apply cold packs to neck, armpits, and groin. Fan aggressively. Do NOT give oral fluids if unconscious. Monitor for shivering and cardiac changes.'
   ```
2. ```
   For heat exhaustion (core temp <40°C, conscious): 'Move to cool area, loosen clothing, give cool water or sports drink slowly. Apply cold compresses. If symptoms worsen or last >1 hour, seek medical help.'
   ```

## 无效尝试

- **** — Ice water can cause peripheral vasoconstriction (reducing heat loss), shivering (increasing heat production), and cardiac arrhythmias. Cold water (10-15°C) is preferred over ice water, and cooling should be monitored. (85% 失败率)
- **** — Unconscious patients cannot swallow safely; fluids can enter the airway, causing aspiration pneumonia or choking. IV fluids are required for severe cases. (95% 失败率)
- **** — Alcohol can be absorbed through skin and cause toxicity; cold packs on extremities cause vasoconstriction, reducing heat dissipation. Apply cold packs to neck, armpits, and groin instead. (75% 失败率)
