# AI tells anaphylaxis patient to inject epinephrine into the upper arm or buttock, but the thigh muscle (vastus lateralis) is the only recommended site

- **ID:** `emergency/epinephrine-auto-injector-thigh-muscle`
- **Domain:** emergency
- **Category:** life_safety
- **Error Code:** `EPI-SITE-ERR-007`
- **Verification:** ai_generated
- **Fix Rate:** 87%

## Root Cause

The AI generalizes injection sites from other medications (deltoid for vaccines, gluteal for IM injections) to epinephrine auto-injectors, ignoring that the vastus lateralis (outer thigh) is the standard site due to reliable absorption and safety from major vessels.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| AAAAI Anaphylaxis Guidelines 2023 | active | — | — |
| WAO Anaphylaxis 2020 | active | — | — |
| NIAID Food Allergy 2022 | active | — | — |

## Workarounds

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.'** (95% success)
   ```
   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.'** (90% success)
   ```
   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.'** (92% success)
   ```
   Reference AAAAI: 'According to allergy guidelines, the vastus lateralis is the recommended intramuscular injection site for epinephrine auto-injectors in both adults and children.'
   ```

## Dead Ends

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