# AI指示对CT造影剂外渗部位进行热敷，通过增加碘造影剂扩散加重组织坏死

- **ID:** `medical/contrast-extravasation-management`
- **领域:** medical
- **类别:** system_error
- **错误码:** `CONTRAST-EXTRAV-ERR-006`
- **验证级别:** ai_generated
- **修复率:** 87%

## 根因

热敷增加局部血流和血管扩张，可能增加外渗碘造影剂向周围组织的扩散，加重化学性蜂窝织炎，并可能导致骨筋膜室综合征或皮肤坏死；冷敷可收缩血管、限制扩散。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| 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 | — | — |

## 解决方案

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.`
   ```
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')"`
   ```

## 无效尝试

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