# AI告诉旁观者在雷击伤者开始CPR前检查脉搏10秒，但立即CPR至关重要，因为闪电首先引起呼吸停止，然后才是心脏骤停

- **ID:** `emergency/lightning-strike-cpr-delay`
- **领域:** emergency
- **类别:** life_safety
- **错误码:** `LIGHTNING-CPR-ERR-005`
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

AI将标准CPR方案（检查脉搏最长10秒）应用于雷击伤者，未能认识到闪电通常同时引起呼吸停止（由于延髓麻痹）和心脏骤停（心脏停搏）；优先事项是立即通气和按压，因为如果迅速恢复氧合，心脏可能自发恢复跳动。

## 解决方案

1. ```
   For a lightning strike victim who is unresponsive and not breathing normally: Immediately begin rescue breathing (1 breath every 5-6 seconds) and chest compressions (100-120/min) simultaneously if possible. Do not spend time checking for a pulse. If alone, perform 2 minutes of CPR before calling 911. The mantra is 'reverse triage'—treat the apparently dead first, as they have the best chance of survival.
   ```
2. ```
   If the victim is breathing but unresponsive, place them in the recovery position (on their side) and monitor breathing continuously. Lightning can cause temporary paralysis and confusion; spinal injury is also possible, so move the victim minimally unless they are in a dangerous location.
   ```
3. ```
   Use an AED as soon as it arrives: Apply pads to the bare chest (if wet, dry the skin first). Follow the AED prompts. If the victim has asystole, continue CPR; if a shockable rhythm (VF/VT) is present, deliver one shock and resume CPR immediately. Lightning strike victims may have multiple injuries (burns, fractures), so treat life threats first.
   ```

## 无效尝试

- **Advise to wait for emergency medical services before starting CPR** — Delaying CPR by even 1-2 minutes drastically reduces survival in lightning strike victims; the 'golden hour' is more like 'golden minutes'—immediate bystander CPR can double or triple survival rates (95% 失败率)
- **Tell user to use an AED first before starting compressions** — While an AED is valuable, lightning strike victims often have asystole (not shockable), and the priority is ventilation and compressions; the AED should be applied as soon as available, but CPR should not be delayed to fetch it (70% 失败率)
- **Suggest checking for pulse for 10 seconds as per standard AHA protocol** — Lightning strike victims may have a weak, slow pulse that is difficult to detect, and the 10-second check wastes precious time; the protocol for lightning is 'rescue breathing first, then compressions' without prolonged pulse check (80% 失败率)
