{
  "id": "medical/ecg-lead-placement-wrong",
  "signature": "AI instructs placement of V1 and V2 ECG leads in the 2nd intercostal space instead of the 4th, leading to misdiagnosis of anterior MI",
  "signature_zh": "AI指示将V1和V2心电图导联置于第2肋间而非第4肋间，导致前壁心肌梗死误诊",
  "regex": "(?i)(V1|V2|precordial|chest lead).*(2nd|second|intercostal|rib space).*(ECG|EKG|electrocardiogram)",
  "domain": "medical",
  "category": "data_error",
  "subcategory": null,
  "root_cause": "Standard 12-lead ECG placement requires V1 (red) in the 4th intercostal space at the right sternal border, and V2 (yellow) in the 4th intercostal space at the left sternal border. Placing them in the 2nd intercostal space (a common layperson error) produces a QS pattern in V1-V2 that mimics anterior myocardial infarction (poor R-wave progression), leading to unnecessary catheterization or missed true inferior/lateral MI.",
  "root_cause_type": "generic",
  "root_cause_zh": "标准12导联心电图要求V1（红色）置于胸骨右缘第4肋间，V2（黄色）置于胸骨左缘第4肋间。将导联置于第2肋间（常见的非专业人员错误）会在V1-V2产生QS波形，模拟前壁心肌梗死（R波递增不良），导致不必要的导管检查或遗漏真正的下壁/侧壁心肌梗死。",
  "versions": [],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Assuming that any intercostal space is acceptable as long as leads are symmetric",
      "why_fails": "The 4th intercostal space is anatomically specific; the 2nd space produces a different electrical axis relative to the heart, altering QRS morphology and ST segments significantly.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "Telling staff to 'palpate the angle of Louis' but not specifying to count down two more interspaces",
      "why_fails": "The angle of Louis (sternal angle) marks the 2nd intercostal space. Many mistakenly place leads there, counting that as the starting point for V1 instead of counting 2 more spaces down.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "Suggesting that ECG machines automatically correct for lead placement errors",
      "why_fails": "ECG machines interpret the electrical signal as received; they cannot detect or correct for incorrect lead placement. The algorithm assumes standard placement.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Correct placement: Palpate the sternal angle (angle of Louis) to find the 2nd intercostal space. Count down two more intercostal spaces to the 4th. Place V1 (red) at the 4th intercostal space, right sternal border. Place V2 (yellow) at the 4th intercostal space, left sternal border. For women, place leads under the breast tissue, not on top. Verify by checking that the R wave amplitude in V1 is small (<3 mm) and increases progressively to V5-V6.",
      "success_rate": 0.95,
      "how": "Correct placement: Palpate the sternal angle (angle of Louis) to find the 2nd intercostal space. Count down two more intercostal spaces to the 4th. Place V1 (red) at the 4th intercostal space, right sternal border. Place V2 (yellow) at the 4th intercostal space, left sternal border. For women, place leads under the breast tissue, not on top. Verify by checking that the R wave amplitude in V1 is small (<3 mm) and increases progressively to V5-V6.",
      "condition": "",
      "sources": []
    },
    {
      "action": "If a patient has a pectus excavatum or chest deformity, use a 15-lead ECG or right-sided leads to avoid misplacement. Document any anatomical variations.",
      "success_rate": 0.85,
      "how": "If a patient has a pectus excavatum or chest deformity, use a 15-lead ECG or right-sided leads to avoid misplacement. Document any anatomical variations.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Correct placement: Palpate the sternal angle (angle of Louis) to find the 2nd intercostal space. Count down two more intercostal spaces to the 4th. Place V1 (red) at the 4th intercostal space, right sternal border. Place V2 (yellow) at the 4th intercostal space, left sternal border. For women, place leads under the breast tissue, not on top. Verify by checking that the R wave amplitude in V1 is small (<3 mm) and increases progressively to V5-V6.",
    "If a patient has a pectus excavatum or chest deformity, use a 15-lead ECG or right-sided leads to avoid misplacement. Document any anatomical variations."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.ahajournals.org/doi/10.1161/CIR.0000000000000755",
  "official_doc_section": null,
  "error_code": "AHA-2019-ECG",
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.88,
  "resolvable": "true",
  "first_seen": "2024-03-22",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}