# AI instructs to apply warm compress to CT contrast extravasation site, worsening tissue necrosis by increasing diffusion of iodinated contrast

- **ID:** `medical/contrast-extravasation-management`
- **Domain:** medical
- **Category:** system_error
- **Error Code:** `CONTRAST-EXTRAV-ERR-006`
- **Verification:** ai_generated
- **Fix Rate:** 87%

## Root Cause

Warm compresses increase local blood flow and vasodilation, which can increase the diffusion of extravasated iodinated contrast into surrounding tissues, worsening chemical cellulitis and potentially leading to compartment syndrome or skin necrosis; cold compresses are indicated to vasoconstrict and limit spread.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| ACR Manual on Contrast Media 2024 (v2024.1) | active | — | — |
| ESUR Guidelines on Contrast Media Safety 2023 | active | — | — |
| Radiology Nursing Scope and Standards of Practice 2023 | active | — | — |

## Workarounds

1. **Apply cold compress (ice pack wrapped in cloth) to the extravasation site for 20 minutes on, 20 minutes off for the first 2 hours. Document: `Cold compress applied to right forearm extravasation site. Skin intact, no blistering. Monitor for compartment syndrome q15min.`** (95% success)
   ```
   Apply cold compress (ice pack wrapped in cloth) to the extravasation site for 20 minutes on, 20 minutes off for the first 2 hours. Document: `Cold compress applied to right forearm extravasation site. Skin intact, no blistering. Monitor for compartment syndrome q15min.`
   ```
2. **Mark the extravasation borders with a skin marker and measure circumference at the site every 30 minutes for 2 hours. If swelling increases or pain worsens, consult plastic surgery. Use: `python -c "circ = float(input('Enter circumference (cm): ')); print('Monitor q30min' if circ < 5 else 'Urgent consult required')"`** (90% success)
   ```
   Mark the extravasation borders with a skin marker and measure circumference at the site every 30 minutes for 2 hours. If swelling increases or pain worsens, consult plastic surgery. Use: `python -c "circ = float(input('Enter circumference (cm): ')); print('Monitor q30min' if circ < 5 else 'Urgent consult required')"`
   ```

## Dead Ends

- **** — Applying warm compress to 'dissolve the contrast' — contrast is water-soluble and does not dissolve with heat; warmth worsens injury (75% fail)
- **** — Massaging the extravasation site to 'spread it out' — increases diffusion and can cause more tissue damage (80% fail)
- **** — Elevating the extremity without cold compress — elevation alone does not limit contrast diffusion and may delay recognition of compartment syndrome (55% fail)
