Matching Provider order entry to the procedure_icd #1883
Unanswered
AndrejIring
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.
-
Hi, I would like to ask if it is possible to match the exact orders (from
poe
table) to the corresponding procedures fromprocedures_icd
.I would like to calculate the exact time from admission to the catheterization.
For example, for hadm_id
27993048
, I can see catheterization was done (fromprocedures_icd
anddrgcodes
), but I cannot locate the exact order for it in thepoe
. Therefore, I cannot calculate the exact time between admission and catheterization (sinceprocedure_icd
only contains date and not time).Is there another way I could get this information?
Beta Was this translation helpful? Give feedback.
All reactions