Case study

ECG Lead Reversal Waveform Diagnosis Case Study

ECG lead reversal case study for electrode mapping, Einthoven consistency, simulator evidence, signal-quality checks, risk controls, corrective action, and release validation.

An ECG acquisition chain can pass noise, sampling and leakage-current verification while still displaying the wrong physiological view if the leads are mapped incorrectly. Lead reversal is a system problem: electrodes, cable labels, connector pinout, firmware channel mapping, derived-lead equations, display labels, user workflow and release tests must all agree.

This case study follows a ward ECG monitor after an accessory cable change. The device reports stable waveforms with acceptable signal-quality flags, but clinicians notice that lead I is inverted and the automated interpretation becomes inconsistent with the patient’s prior record. The engineering question is not to diagnose a patient. It is to determine whether the device is acquiring and labelling the ECG leads correctly for its stated monitoring claim.

The case is educational, simplified and not clinical advice. Real medical-device decisions require the applicable standards, risk management file, intended-use statement, clinical workflow, regulatory evidence, usability validation, service procedures and qualified clinical review.

Case Context

A biomedical engineering team is reviewing a new reusable ECG trunk cable and lead-wire set for a bedside monitor. The monitor supports waveform display, heart-rate trending and stored 12-lead review. It is not a standalone diagnostic cardiology workstation, but the displayed lead labels are still safety-critical because clinicians use the waveforms to make decisions and to decide when a formal diagnostic ECG is needed.

After the cable update, three recordings show the same suspicious pattern:

  • lead I appears inverted compared with previous records;
  • leads II and III appear exchanged;
  • aVL and aVR have unexpected polarity;
  • precordial leads keep plausible R-wave progression;
  • signal quality remains green and no lead-off alarm is active.

The central decision is:

Is this a patient-specific waveform difference, a low-quality acquisition artefact, or a lead mapping fault that requires a release hold?

The evidence points to a lead mapping fault.

Simplified Evidence

Use the following simplified evidence from the event review.

EvidenceObservationEngineering interpretation
affected devicesonly units using the new cable lotaccessory or cable mapping is plausible
signal quality flagnormalthe device sees stable signals, not a lead-off condition
skin-electrode impedance7 to 14\ \text{k}\Omegacontact quality is not the main fault
lead I morphologyinverted relative to simulator and prior recordright-arm and left-arm electrode roles may be swapped
leads II and IIIappear exchangedconsistent with right-arm and left-arm reversal
precordial leads V1 to V6progression remains plausiblechest electrode positions are probably not the primary error
alternate cablewaveform returns to expected polaritydevice front end is not generally failed

The important feature is repeatability. A random noisy recording would not produce the same lead relationship across devices, patients and a calibrated simulator.

Lead Definitions

For the limb electrodes:

  • RA is the right-arm electrode potential;
  • LA is the left-arm electrode potential;
  • LL is the left-leg electrode potential.

The standard limb leads are:

I=LA-RA
II=LL-RA
III=LL-LA

Therefore:

II=I+III

The augmented leads are:

\displaystyle aVR=RA-\frac{LA+LL}{2}
\displaystyle aVL=LA-\frac{RA+LL}{2}
\displaystyle aVF=LL-\frac{RA+LA}{2}

These equations are a useful engineering check, but they must be interpreted carefully. Einthoven consistency can still hold after a physical lead swap because the displayed channels may remain mathematically self-consistent while being assigned to the wrong electrode names.

Step 1: Check Whether the Waveform Is Internally Consistent

At a representative QRS peak from the device recording, the limb lead amplitudes are:

Displayed leadMeasured amplitude
I-0.79\ \text{mV}
II+0.39\ \text{mV}
III+1.18\ \text{mV}

Use Einthoven’s relation:

II\approx I+III

Substitute the displayed values:

I+III=-0.79+1.18=0.39\ \text{mV}

This matches displayed lead II:

II=0.39\ \text{mV}

Engineering Comment

The recording is internally consistent. That does not clear the device. It only shows that the displayed limb leads are related by the expected vector equation. A right-arm and left-arm reversal can pass this check because the wrong channels can still form a consistent triangle.

Step 2: Compare Against a Known Simulator Mapping

A calibrated ECG simulator is configured for a known normal limb-lead morphology. The expected QRS peak amplitudes are:

Reference leadExpected amplitude
I+0.80\ \text{mV}
II+1.20\ \text{mV}
III+0.40\ \text{mV}
aVR-1.00\ \text{mV}
aVL+0.20\ \text{mV}
aVF+0.80\ \text{mV}

The device records:

Displayed leadRecorded amplitude
I-0.79\ \text{mV}
II+0.39\ \text{mV}
III+1.18\ \text{mV}
aVR+0.21\ \text{mV}
aVL-0.98\ \text{mV}
aVF+0.81\ \text{mV}

If there were no reversal, the residuals would be:

LeadRecorded minus expected
I-1.59\ \text{mV}
II-0.81\ \text{mV}
III+0.78\ \text{mV}
aVR+1.21\ \text{mV}
aVL-1.18\ \text{mV}
aVF+0.01\ \text{mV}

The root-mean-square residual is:

\displaystyle e_{RMS}=\sqrt{\frac{\sum e_i^2}{n}}
\displaystyle e_{RMS,no\ reversal}=\sqrt{\frac{1.59^2+0.81^2+0.78^2+1.21^2+1.18^2+0.01^2}{6}}
e_{RMS,no\ reversal}=1.05\ \text{mV}

That residual is too large for a calibrated simulator test.

Step 3: Test the Right-Arm and Left-Arm Reversal Hypothesis

For an RA/LA reversal:

I'=-I
II'=III
III'=II
aVR'=aVL
aVL'=aVR
aVF'=aVF

Apply that mapping to the expected simulator amplitudes:

Displayed lead under RA/LA reversalPredicted amplitudeRecorded amplitudeResidual
I’-0.80\ \text{mV}-0.79\ \text{mV}+0.01\ \text{mV}
II’+0.40\ \text{mV}+0.39\ \text{mV}-0.01\ \text{mV}
III’+1.20\ \text{mV}+1.18\ \text{mV}-0.02\ \text{mV}
aVR’+0.20\ \text{mV}+0.21\ \text{mV}+0.01\ \text{mV}
aVL’-1.00\ \text{mV}-0.98\ \text{mV}+0.02\ \text{mV}
aVF’+0.80\ \text{mV}+0.81\ \text{mV}+0.01\ \text{mV}

The RMS residual for the reversal hypothesis is:

\displaystyle e_{RMS,RA/LA}=\sqrt{\frac{0.01^2+0.01^2+0.02^2+0.01^2+0.02^2+0.01^2}{6}}
e_{RMS,RA/LA}=0.014\ \text{mV}

Engineering Comment

The right-arm and left-arm reversal hypothesis fits the simulator data far better than the no-reversal hypothesis:

0.014\ \text{mV}\ll1.05\ \text{mV}

This is strong engineering evidence of a mapping fault. It also explains why the signal-quality indicator stayed normal: the signals were real, stable and within range, but assigned to the wrong lead labels.

Step 4: Separate Signal Quality From Signal Meaning

The acquisition quality checks are not useless; they simply answer a different question.

CheckResultWhat it provesWhat it does not prove
electrode impedancepasscontact is plausibleelectrode labels are correct
lead-off detectionpassno open lead is detectedconductor positions are correct
SNRpasswaveform is not dominated by noisedisplayed lead identity is correct
sampling ratepasswaveform timing is preservedcable mapping is correct
latencypassdisplay delay is controlledmorphology labels are correct
Einthoven consistencypassderived limb leads are mathematically coherentphysical electrode assignment is correct

This distinction matters for risk management. A device can produce a clean, low-noise, well-sampled, mathematically consistent but wrongly labelled waveform.

Step 5: Root Cause Review

The investigation finds two contributing causes.

CauseEvidenceControl weakness
accessory cable lot has crossed RA and LA conductors at the trunk connectoralternate cable removes the pattern; continuity test confirms crossed pinsincoming inspection checked continuity, but not electrode-name-to-pin mapping
release test used only heart-rate and lead-off checkstest record shows simulator heart rate passedverification did not include a known morphology mapping check

The device electronics did not fail in the usual sense. The failure was at the interface between hardware labelling, accessory procurement, verification scope and release evidence.

Step 6: Risk and Release Decision

The risk is not limited to a cosmetic display error. Wrongly labelled leads can affect waveform interpretation, alarm review, clinician trust, escalation decisions and comparison with prior records.

Failure modeEffectSeverityOccurrenceDetectionRPN
RA/LA lead reversal not detected by release testdisplayed limb leads are wrong836144
signal-quality flag remains green during mapped faultuser receives false confidence737147
automated interpretation consumes wrongly labelled leadsmisleading review statement82696
service cable replacement lacks mapping verificationerror can recur after maintenance745140

The engineering decision is:

Hold release of the cable lot and any software configuration that accepts it, quarantine affected accessories, add lead mapping verification with a known simulator morphology, update incoming inspection and service tests, and release only after the mapping fault is corrected and regression evidence is complete.

Corrective Action

The corrective action must address both the physical cable and the verification process.

  1. Quarantine the affected cable lot and identify every installed unit that used it.
  2. Perform continuity tests from each labelled electrode snap to the trunk connector pin.
  3. Run a simulator morphology test that checks lead polarity and expected limb-lead relationships.
  4. Confirm precordial lead mapping separately; a correct chest progression does not clear limb leads.
  5. Update incoming inspection to verify electrode-name-to-pin mapping, not only electrical continuity.
  6. Update service procedure after cable replacement to include a documented simulator snapshot.
  7. Add software or user-interface logic that flags improbable lead patterns where technically justified.
  8. Review the risk file and complaint/service records for possible field exposure.

Release Criteria

Release requires evidence that the physical, digital and user-facing states agree.

CriterionRequired evidence
cable mappinglabelled electrode snaps trace to the approved connector pins
simulator morphologyknown reference waveform displays correct polarity and lead relationships
limb-lead equationsdisplayed and derived leads satisfy equations after correct mapping
chest leadsV1 to V6 mapping is verified independently
signal-quality statelead-off, impedance and signal-quality flags do not mask mapping faults in the release test
software configurationchannel map, firmware version and display labels match the approved design record
risk controlslead reversal is linked to a detection or mitigation control in the risk file
service workflowcable replacement procedure includes mapping verification and acceptance evidence
field actionaffected units are identified, corrected and documented

The release gate should not be satisfied by a heart-rate reading alone. Heart rate can be correct while lead identity is wrong.

Transferable Lessons

Lead reversal is a good example of a biomedical engineering failure that survives generic signal-quality checks. The waveform can be stable and the equations can still look coherent.

For ECG acquisition reviews, engineers should separate:

  1. signal integrity: noise, bandwidth, saturation, sampling and latency;
  2. electrode contact: impedance, lead-off detection and motion sensitivity;
  3. channel identity: electrode-to-pin mapping, firmware channel map and displayed labels;
  4. clinical workflow risk: how users interpret, compare and act on the labelled waveforms;
  5. release evidence: simulator morphology, accessory traceability and service verification.

This case is distinct from a front-end verification project. The front end may be good. The failure is that the system assigns real signals to the wrong physiological labels, which makes the acquisition evidence unsafe for the intended use.

REF

See also