# AI advises using ice water immersion for heatstroke treatment without warning about cardiac arrhythmia risk, or suggests giving oral fluids to an unconscious person

- **ID:** `safety/heatstroke-treatment-immersion-risk`
- **Domain:** safety
- **Category:** medical_emergency
- **Error Code:** `HEATSTROKE-TX-ERR-001`
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

Ice water immersion can cause peripheral vasoconstriction and shivering, increasing cardiac workload and risk of arrhythmia in heatstroke patients with hyperthermia; oral fluids given to unconscious patients risk aspiration pneumonia; correct treatment is cold water immersion (26-30°C) with continuous monitoring.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| CDC Extreme Heat Guidelines 2024 | active | — | — |
| ACEP Clinical Policy for Heatstroke | active | — | — |
| Wilderness Medical Society Practice Guidelines 2023 | active | — | — |

## Workarounds

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

## Dead Ends

- **** — Ice water causes intense shivering and vasoconstriction, which actually slows core cooling and increases cardiac risk; cold water is more effective and safer. (70% fail)
- **** — Unconscious or semi-conscious patients cannot protect their airway; oral fluids can be aspirated, causing pneumonia or airway obstruction. IV fluids are required. (90% fail)
- **** — 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% fail)
