Skip to content

fix(mimic-iv): correct KDIGO stage 3 creatinine rise criteria#2016

Merged
alistairewj merged 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/1357-kdigo-stage3-creatinine-threshold
Jul 8, 2026
Merged

fix(mimic-iv): correct KDIGO stage 3 creatinine rise criteria#2016
alistairewj merged 1 commit into
MIT-LCP:mainfrom
Chessing234:fix/1357-kdigo-stage3-creatinine-threshold

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Fixes #1357

Summary

  • Replaces the hard-coded creat_low_past_48hr <= 3.7 shortcut in stage 3 creatinine logic
  • Uses KDIGO-defined acute rise checks: creat >= creat_low_past_48hr + 0.3 OR creat >= 1.5 * creat_low_past_7day when creat >= 4.0

Test plan

Made with Cursor

Replace the hard-coded creat_low_past_48hr <= 3.7 shortcut with the
KDIGO-defined acute rise checks (>=0.3 mg/dL within 48h or >=1.5x
baseline) for patients with creatinine >= 4.0.

Fixes MIT-LCP#1357.

Co-authored-by: Cursor <cursoragent@cursor.com>

@alistairewj alistairewj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I confirmed this; stays_affected=4097, observations_affected=12617.

@alistairewj alistairewj merged commit 1d98fc3 into MIT-LCP:main Jul 8, 2026
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MIMIC-IV KDIGO AKI Stage 3 is wrongly defined

2 participants