Replicating the Demographics Table in the MIMIC-IV Paper #1748
Unanswered
Incantatoric
asked this question in
MIMIC-IV
Replies: 0 comments
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 attempting to replicate the demographics table from the MIMIC-IV paper titled “MIMIC-IV, a freely accessible electronic health record dataset, 2023” (https://www.nature.com/articles/s41597-022-01899-x).
I have been successful in duplicating the results for the first two rows, “Number of stays” and “Unique patients”. However, I am encountering difficulties with the remaining rows. Below are the SQL queries I used and the corresponding results for the ICU case:
For the one-year mortality rate, there is a notebook available (https://github.com/MIT-LCP/mimic-code/blob/main/mimic-iv/notebooks/tableone.ipynb) that calculates it. However, when I adapt the datetime function to the SQL version, the count is 11,858, which differs from the figure presented in the paper.
Additionally, I would like to understand what “Female Administrative Gender” signifies in one of the table rows.
Beta Was this translation helpful? Give feedback.
All reactions