# AI advises using ice water immersion for heatstroke treatment without warning about cardiac arrhythmia risk, or suggests using cold water immersion for exertional heatstroke without monitoring

- **ID:** `safety/heatstroke-ice-immersion-arrhythmia`
- **Domain:** safety
- **Category:** runtime_error
- **Error Code:** `HEATSTROKE-001`
- **Verification:** ai_generated
- **Fix Rate:** 88%

## Root Cause

Ice water immersion can cause peripheral vasoconstriction and shivering, which increases core body temperature and cardiac workload, potentially triggering arrhythmias in patients with underlying heart conditions or severe heatstroke; the correct protocol is cold water immersion (10-15°C) with continuous monitoring of heart rate and core temperature

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| ACSM Guidelines for Exercise Testing and Prescription 2024 | active | — | — |
| NATA Position Statement on Exertional Heat Illnesses 2023 | active | — | — |
| WHO Heatstroke Management Guidelines 2023 | active | — | — |

## Workarounds

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'** (90% success)
   ```
   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'** (85% success)
   ```
   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'** (80% success)
   ```
   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'
   ```

## Dead Ends

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