MIMIC_IV creatinine_baseline MDRD est (units) #1704
Unanswered
aoifeboyle3004
asked this question in
MIMIC-IV
Replies: 1 comment 2 replies
-
Hmm odd, perhaps a mistake in the code? The MDRD_est column is meant to use the simple formula: eGFR = 186 × Scr^(-1.154) × Age^(-0.203) × 0.742(Female) calculated here: https://github.com/MIT-LCP/mimic-code/blob/main/mimic-iv/concepts/measurement/creatinine_baseline.sql mimic-code/mimic-iv/concepts/measurement/creatinine_baseline.sql Lines 17 to 22 in 8cb6028 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to group a patient cohort based on their eGFR on admission (group by mild/mod/severe renal imp)
Have reviewed the extremely useful creatinine_baseline table. All of the MDRD output in this does not reflect true eGFR values? Lot are in the 0.7 range - have tried to convert to umol/L but that is not correct either (have 0 patients with an eGFR score of <66ml/min)?
Any idea what the unit is for the MDRD_est - it is not in true eGFR?
Beta Was this translation helpful? Give feedback.
All reactions