ECG-STEMI-FALSE-POSITIVE-BER medical data_error ai_generated true

AI interprets ST elevation on an ECG as acute myocardial infarction in a young healthy adult, leading to unnecessary emergency catheterization

ID: medical/misinterpretation-of-ecg-st-elevation-for-benign-early-repolarization

Also available as: JSON · Markdown · 中文
82%Fix Rate
85%Confidence
1Evidence
2024-03-22First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
GE Marquette 12SL v24 active
Philips DXL v3.0 active
CardioSoft v6.73 active

Root Cause

Benign early repolarization (BER) is a normal variant seen in up to 5% of the population, especially young males, characterized by concave ST elevation in precordial leads; AI models often lack specificity to differentiate it from ST-elevation myocardial infarction (STEMI) patterns.

generic

中文

良性早期复极(BER)是一种正常变异,见于高达5%的人群,尤其是年轻男性,特征为心前导联凹面型ST段抬高;AI模型常缺乏区分其与ST段抬高型心肌梗死(STEMI)模式的特异性。

Official Documentation

https://www.ahajournals.org/doi/10.1161/CIRCULATIONAHA.108.189701

Workarounds

  1. 90% success Implement a two-step AI pipeline: first detect ST elevation, then apply a secondary model trained specifically to distinguish BER from STEMI using features like J-point notching, concave ST morphology, and absence of reciprocal changes.
    Implement a two-step AI pipeline: first detect ST elevation, then apply a secondary model trained specifically to distinguish BER from STEMI using features like J-point notching, concave ST morphology, and absence of reciprocal changes.
  2. 85% success Require the AI to output a confidence score and flag any ECG with ST elevation in patients under 40 without chest pain for manual physician review before activating cath lab.
    Require the AI to output a confidence score and flag any ECG with ST elevation in patients under 40 without chest pain for manual physician review before activating cath lab.
  3. 88% success Integrate a clinical decision rule: if the patient is under 40, has no cardiac risk factors, and has concave ST elevation in V2-V4 without reciprocal changes, recommend serial troponin and repeat ECG in 6 hours rather than immediate catheterization.
    Integrate a clinical decision rule: if the patient is under 40, has no cardiac risk factors, and has concave ST elevation in V2-V4 without reciprocal changes, recommend serial troponin and repeat ECG in 6 hours rather than immediate catheterization.

中文步骤

  1. Implement a two-step AI pipeline: first detect ST elevation, then apply a secondary model trained specifically to distinguish BER from STEMI using features like J-point notching, concave ST morphology, and absence of reciprocal changes.
  2. Require the AI to output a confidence score and flag any ECG with ST elevation in patients under 40 without chest pain for manual physician review before activating cath lab.
  3. Integrate a clinical decision rule: if the patient is under 40, has no cardiac risk factors, and has concave ST elevation in V2-V4 without reciprocal changes, recommend serial troponin and repeat ECG in 6 hours rather than immediate catheterization.

Dead Ends

Common approaches that don't work:

  1. 80% fail

    BER is a diagnosis of exclusion; without chest pain or troponin elevation, immediate catheterization is not indicated and carries procedural risks.

  2. 70% fail

    Automated interpretations have high false-positive rates for STEMI in young populations; physician expertise is needed.

  3. 60% fail

    BER typically shows ST elevation in V2-V4 without reciprocal depression, while STEMI often shows reciprocal changes in inferior leads.