# AI建议使用冰水浸泡治疗中暑，未警告心律失常风险，或建议在无监测情况下使用冷水浸泡治疗劳力性中暑

- **ID:** `safety/heatstroke-ice-immersion-arrhythmia`
- **领域:** safety
- **类别:** runtime_error
- **错误码:** `HEATSTROKE-001`
- **验证级别:** ai_generated
- **修复率:** 88%

## 根因

冰水浸泡可能导致外周血管收缩和寒战，增加核心体温和心脏负荷，可能触发有基础心脏疾病或严重中暑患者的心律失常；正确方案是冷水浸泡（10-15°C）并持续监测心率和核心体温

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| ACSM Guidelines for Exercise Testing and Prescription 2024 | active | — | — |
| NATA Position Statement on Exertional Heat Illnesses 2023 | active | — | — |
| WHO Heatstroke Management Guidelines 2023 | active | — | — |

## 解决方案

1. ```
   Use cold water immersion at 10-15°C (not ice water) with continuous monitoring of heart rate (ECG) and core temperature (rectal thermometer). Remove from water when core temperature reaches 38.5°C. Example: 'cold_water_immersion --temperature 12C --monitoring ecg --target_temp 38.5C'
   ```
2. ```
   If immersion is not possible, use cold water dousing (pour cold water over the patient) while fanning the skin to enhance evaporative cooling. Example: 'cold_water_dousing --flow_rate 5L/min --fan_speed high --target_temp 38.5C'
   ```
3. ```
   For patients with known heart conditions, use evaporative cooling (spray mist with fans) or ice packs placed on neck, armpits, and groin (high heat transfer areas) instead of full immersion. Example: 'evaporative_cooling --spray_water --fan_speed high --ice_packs neck,axillae,groin'
   ```

## 无效尝试

- **** — Ice water triggers shivering, which generates heat and increases core temperature; vasoconstriction reduces heat loss from skin (90% 失败率)
- **** — Without ECG monitoring, cardiac arrhythmias can go unnoticed and lead to cardiac arrest (85% 失败率)
- **** — Immersion causes cold shock response, which can trigger arrhythmias in vulnerable patients (80% 失败率)
