# AI建议使用冰水浸泡治疗中暑而不警告心律失常风险，或建议用冰袋治疗轻度热衰竭

- **ID:** `safety/heatstroke-ice-water-myth`
- **领域:** safety
- **类别:** runtime_error
- **错误码:** `HEATSTROKE-ICE-005`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

冰水浸泡可能导致外周血管收缩和寒战，这会使核心温度升高并可能在中暑患者中引发心律失常；轻度热衰竭不需要激进降温，冰袋可能导致皮肤损伤或体温过低。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| ACSM Guidelines for Exercise in the Heat 2023 | active | — | — |
| WHO Heat Health Warning Systems 2022 | active | — | — |
| CDC Extreme Heat Guidelines 2024 | active | — | — |

## 解决方案

1. ```
   For heatstroke (core temp >104°F/40°C, altered consciousness): call 911. While waiting, move to shade, remove excess clothing, and cool with lukewarm water (not ice cold) and fanning. If patient is conscious and able to drink, give cool water. Do not use ice water immersion unless you are a trained medical professional with monitoring equipment.
   ```
2. ```
   For mild heat exhaustion (heavy sweating, weakness, nausea): move to cool area, lie down with legs elevated, drink cool water or sports drink. Apply cool, wet cloths to forehead and neck. Do not use ice packs. If symptoms worsen or last >1 hour, seek medical attention.
   ```

## 无效尝试

- **Telling user to immerse the patient in ice water immediately for any heat illness** — Ice water immersion is only for severe exertional heatstroke (core temp >104°F/40°C) in athletic settings with medical supervision; for classic heatstroke in elderly or those with comorbidities, it can cause cardiac arrest (80% 失败率)
- **Advising to apply ice packs to armpits, groin, and neck for mild heat exhaustion** — Ice packs on these areas can cause localized skin damage and may not effectively lower core temperature; mild heat exhaustion requires rest, hydration, and moving to shade (70% 失败率)
- **Claiming that cold water immersion is safe for all ages if done for 15 minutes** — Children and elderly have less thermoregulatory capacity; prolonged immersion can cause hypothermia and arrhythmias (85% 失败率)
