This demo runs against real physiological case data from MOVER (UC Irvine, 55,483 anesthesia cases). We pick a representative case with a sustained MAP <65 mmHg event, render the case timeline, and attribute the endotype using the same physiological-signature heuristic an anesthesiologist uses at the bedside — the wedge-product version of LINCR's audit. The eventual learned endotype head, trained on the cause-attributed data this audit produces, is the M3-M6 deliverable.
Each line is the actual recorded value from the MOVER dataset. Pink shaded windows are detected IOH events (sustained MAP <65 mmHg for ≥5 minutes). Drug administrations are stem markers along the bottom.
The audit produces this for every IOH event in every case the customer uploads. At the group level, these become protocol-change reports. At the clinician level, outlier identification. For QI committees and malpractice carriers, defensible documentation that QI activity actually happened.
Full decision logic, signal definitions, and priority order are documented in section 02B below.
For each detected IOH event (sustained MAP <65 mmHg for ≥5 minutes), the heuristic computes eight signals from the surrounding minutes of vitals + intervention record, then applies a priority-ordered decision tree. Bradycardia is checked first as a deterministic override. Hypovolemia and myocardial depression both score multiple weak signals — the distinguishing feature is whether HR rose (compensation) or fell (failure) in response to the MAP drop. Vasodilation is the default when HR is preserved. Unattributable is surfaced honestly when key data is missing rather than defaulting against insufficient evidence — in the audit it doubles as a data-quality flag for the customer.
Bradycardia first because it has a deterministic single-signal trigger and missing it has high consequence (different drug class entirely). Hypovolemia before myocardial depression because their signatures overlap (both can show ETCO2 drop), and the distinguishing feature is whether HR rose (compensation) or fell (failure). Vasodilation as default because it is the most common cause of intraoperative hypotension under anesthesia and the safest assumption when HR is preserved. Unattributable last so the system never claims an endotype the underlying data cannot support — the same hesitation a CAA shows when key vitals are missing at the bedside.
This is the report a Premier Anesthesia medical director sees after a 90-day retrospective audit. The headline number is the endotype distribution — what's actually driving IOH at this facility, in this group's case mix. That's the protocol-change wedge: stop guessing, start changing the highest-leverage protocol first.