# AI指示将V1和V2心电图导联放置在第二肋间隙而非第四肋间隙，导致前壁心肌梗死误诊

- **ID:** `medical/ecg-lead-placement-v1-v2-4th-ics`
- **领域:** medical
- **类别:** runtime_error
- **错误码:** `ECG_V1_V2_2ND_ICS`
- **验证级别:** ai_generated
- **修复率:** 93%

## 根因

V1和V2必须分别放置在胸骨右缘和左缘的第四肋间隙。放置在第二肋间隙会改变QRS电轴，产生类似前壁STEMI的假性ST段抬高。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| ECG-machine:GE-MAC-5500-2024 | active | — | — |
| ECG-machine:Philips-IntelliVue-MP70-2023 | active | — | — |

## 解决方案

1. ```
   使用胸骨角（路易氏角）作为第二肋间隙的标志。触摸锁骨下方的间隙：第一个可触及的间隙是第二肋间隙。再向下数两个间隙到达第四肋间隙。将V1放置在胸骨右缘第四肋间隙，V2放置在胸骨左缘第四肋间隙。在心电图报告上记录所使用的肋间隙。
   ```
2. ```
   如果患者为女性，将V1和V2电极放置在胸骨上，而非乳房组织上。如有必要，抬起乳房组织以接触第四肋间隙。在放置电极前用皮肤标记笔标记第四肋间隙。
   ```
3. ```
   如果对导联放置有疑问或患者有既往心梗史，使用15导联心电图（增加V4R、V8、V9）。这有助于区分真正的前壁缺血与导联放置伪影。
   ```

## 无效尝试

- **Assuming that the 2nd intercostal space is correct because it is easier to palpate (just below the clavicle)** — The 2nd ICS is commonly mistaken for the 4th ICS because the angle of Louis (sternal angle) marks the 2nd ICS, not the 4th. Proper technique requires counting down two more spaces to the 4th ICS. (80% 失败率)
- **Believing that small variations in lead placement do not significantly affect ECG interpretation** — Even a 1-2 intercostal space difference can produce up to 0.2 mV of ST elevation in V2, which meets STEMI criteria in many guidelines, leading to unnecessary catheterization lab activation. (70% 失败率)
- **Using a 'one-size-fits-all' approach: placing V1 and V2 at the same level as V3-V6** — V3-V6 are placed at the 5th ICS along the left chest; placing V1-V2 at that level is too low and may miss right ventricular involvement. (60% 失败率)
