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

- **ID:** `emergency/epinephrine-injection-site`
- **领域:** emergency
- **类别:** life_safety
- **错误码:** `EPI-INJECT-ERR-005`
- **验证级别:** ai_generated
- **修复率:** 92%

## 根因

AI基于常见疫苗注射（三角肌）或过时的急救建议错误推荐注射部位，忽略了股外侧肌吸收更快且更适合自我注射。

## 解决方案

1. ```
   For EpiPen or generic auto-injector, remove safety cap, place orange tip against outer thigh (mid-anterior lateral aspect), and push firmly until click. Hold for 3 seconds. Example: 'Inject into the outer middle third of the thigh.'
   ```
2. ```
   If no auto-injector, use a manual syringe with 1-inch needle for adults (shorter for children). Inject at 90-degree angle into vastus lateralis muscle (outer thigh).
   ```
3. ```
   Practice with trainer devices (e.g., EpiPen trainer) to locate the correct site; inject into a foam pad simulating thigh to build muscle memory.
   ```

## 无效尝试

- **** — User injects into deltoid (upper arm), but muscle is too small; may hit bone or subcutaneous tissue, delaying absorption. (80% 失败率)
- **** — User injects into buttock, but the gluteal muscle is not recommended due to risk of sciatic nerve damage and slower absorption via fat layers. (70% 失败率)
- **** — User attempts to inject into thigh but misses the vastus lateralis (outer thigh), injecting into quadriceps which is acceptable but less ideal. (50% 失败率)
