# AI建议使用冰水浸泡治疗中暑，而不警告心律失常风险，或建议给无意识的人口服液体

- **ID:** `safety/heatstroke-treatment-immersion-risk`
- **领域:** safety
- **类别:** medical_emergency
- **错误码:** `HEATSTROKE-TX-ERR-001`
- **验证级别:** ai_generated
- **修复率:** 80%

## 根因

冰水浸泡可引起外周血管收缩和寒战，增加心脏负荷和心律失常风险；给无意识患者口服液体有误吸性肺炎风险；正确治疗是冷水浸泡（26-30°C）并持续监测。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| CDC Extreme Heat Guidelines 2024 | active | — | — |
| ACEP Clinical Policy for Heatstroke | active | — | — |
| Wilderness Medical Society Practice Guidelines 2023 | active | — | — |

## 解决方案

1. ```
   Immerse the patient in cold water (26-30°C, or cool tap water) up to the neck, continuously stirring the water to prevent thermal stratification. Monitor core temperature rectally every 5 minutes; stop when core temp reaches 38.5°C. Call 911 immediately.
   ```
2. ```
   If immersion is not possible, use cold water misting with fans (evaporative cooling): spray patient with cool water and direct fans on them. This is less effective but safer than ice packs.
   ```
3. ```
   Do not give any oral fluids. If patient is conscious and alert (not confused), they may sip cool water slowly, but only if they can swallow without assistance. Otherwise, start IV fluids (0.9% saline) if trained.
   ```

## 无效尝试

- **** — Ice water causes intense shivering and vasoconstriction, which actually slows core cooling and increases cardiac risk; cold water is more effective and safer. (70% 失败率)
- **** — Unconscious or semi-conscious patients cannot protect their airway; oral fluids can be aspirated, causing pneumonia or airway obstruction. IV fluids are required. (90% 失败率)
- **** — Ice packs cool only locally and slowly; they are less effective than whole-body immersion and can cause skin damage if applied directly. They are a second-line treatment only when immersion is impossible. (60% 失败率)
