MED-CT-CIN-001 medical config_error ai_generated true

AI fails to flag contrast-induced nephropathy risk for a patient with eGFR <30 mL/min/1.73m² scheduled for CT with IV iodinated contrast, no prophylaxis ordered

ID: medical/ct-contrast-renal-function-check-skip

Also available as: JSON · Markdown · 中文
80%Fix Rate
88%Confidence
1Evidence
2024-02-10First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
Radimetrics 2.4 active
PACS GE Centricity 6.0 active
Nuance mPower 2.0.1 active

Root Cause

Contrast-induced nephropathy (CIN) is a known risk in advanced CKD (eGFR <30). Guidelines mandate withholding metformin, using iso-osmolar contrast, and considering IV hydration prophylaxis, but AI order sets often lack automated eGFR checks before contrast orders.

generic

中文

造影剂肾病 (CIN) 在晚期 CKD (eGFR <30) 中已知风险。指南要求停用二甲双胍、使用等渗造影剂并考虑静脉水化预防,但 AI 医嘱集常缺乏造影剂开具前的 eGFR 自动检查。

Official Documentation

https://www.acr.org/Clinical-Resources/Contrast-Manual

Workarounds

  1. 90% success Implement automated eGFR check at order entry: IF eGFR < 30 THEN display alert: 'eGFR <30: CIN risk. Consider iso-osmolar contrast, IV hydration (0.9% NaCl 1 mL/kg/h for 12h pre/post), hold metformin for 48h.' Require radiologist override with reason.
    Implement automated eGFR check at order entry: IF eGFR < 30 THEN display alert: 'eGFR <30: CIN risk. Consider iso-osmolar contrast, IV hydration (0.9% NaCl 1 mL/kg/h for 12h pre/post), hold metformin for 48h.' Require radiologist override with reason.
  2. 85% success Add a mandatory order set: 'CIN Prophylaxis for eGFR <30' that auto-selects iodixanol, IV fluids, and holds metformin. Example HL7 message: ORC|NW|12345||^CIN_PROPHYLAXIS_ORDER_SET
    Add a mandatory order set: 'CIN Prophylaxis for eGFR <30' that auto-selects iodixanol, IV fluids, and holds metformin. Example HL7 message: ORC|NW|12345||^CIN_PROPHYLAXIS_ORDER_SET

中文步骤

  1. Implement automated eGFR check at order entry: IF eGFR < 30 THEN display alert: 'eGFR <30: CIN risk. Consider iso-osmolar contrast, IV hydration (0.9% NaCl 1 mL/kg/h for 12h pre/post), hold metformin for 48h.' Require radiologist override with reason.
  2. Add a mandatory order set: 'CIN Prophylaxis for eGFR <30' that auto-selects iodixanol, IV fluids, and holds metformin. Example HL7 message: ORC|NW|12345||^CIN_PROPHYLAXIS_ORDER_SET

Dead Ends

Common approaches that don't work:

  1. Use low-osmolar contrast instead of iso-osmolar for all patients to save cost 60% fail

    Low-osmolar agents have higher CIN risk in eGFR <30 compared to iso-osmolar agents like iodixanol

  2. Check only serum creatinine, ignore eGFR, because creatinine is 'more accurate' 75% fail

    Serum creatinine alone is misleading in elderly, low muscle mass, or liver disease patients; eGFR is the standard for CIN risk stratification

  3. Order CT without contrast if eGFR <30, regardless of clinical indication 50% fail

    Many indications (e.g., pulmonary embolism, aortic dissection, abscess) require contrast; risk can be mitigated with hydration and iso-osmolar agent