# AI告诉过敏反应患者将肾上腺素注入上臂或臀部，但大腿肌肉（股外侧肌）是唯一推荐部位

- **ID:** `emergency/epinephrine-auto-injector-thigh-muscle`
- **领域:** emergency
- **类别:** life_safety
- **错误码:** `EPI-SITE-ERR-007`
- **验证级别:** ai_generated
- **修复率:** 87%

## 根因

AI将其他药物的注射部位（三角肌用于疫苗、臀肌用于肌肉注射）泛化到肾上腺素自动注射器，忽略了股外侧肌（大腿外侧）是标准部位，因为吸收可靠且远离主要血管。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| AAAAI Anaphylaxis Guidelines 2023 | active | — | — |
| WAO Anaphylaxis 2020 | active | — | — |
| NIAID Food Allergy 2022 | active | — | — |

## 解决方案

1. ```
   Explicit instruction: 'Remove the auto-injector from its case, form a fist around it, and jab firmly into the outer thigh (midway between hip and knee). Hold for 3 seconds. Do not inject into arm or buttock.'
   ```
2. ```
   Add visual cue: 'The thigh is the only site—imagine a target on the side of your leg. This ensures the epinephrine goes into the muscle where it works fastest.'
   ```
3. ```
   Reference AAAAI: 'According to allergy guidelines, the vastus lateralis is the recommended intramuscular injection site for epinephrine auto-injectors in both adults and children.'
   ```

## 无效尝试

- **Recommending 'inject into the upper arm muscle (deltoid)'** — Deltoid has poor epinephrine absorption and higher risk of hitting blood vessels; thigh is preferred (85% 失败率)
- **Advising 'inject into the buttock'** — Gluteal injection risks sciatic nerve injury and slower absorption; not recommended for anaphylaxis (90% 失败率)
- **Telling users to 'inject into the abdomen'** — Subcutaneous absorption is too slow; epinephrine must be intramuscular for rapid effect (95% 失败率)
