MIMIC-IV - Antibiotics #1681
Unanswered
aoifeboyle3004
asked this question in
MIMIC-IV
Replies: 1 comment 1 reply
-
I ended up writing a (really inelegant) case statement using string matching for all the antibiotics I could think of: https://github.com/MIT-LCP/mimic-code/blob/main/mimic-iv/concepts/medication/antibiotic.sql Obviously would be much better if it classified the antibiotics into some useful ontology, but that is usually a fairly labor intensive mapping process. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there anyway of identifying class of drugs for prescription table- want to pull all patients in ICU >48hours on antibiotics. Using prescription tbl for antibiotics but all character entries for drug so unsure how to filter for only antibiotics? Don't want to use inputevents (has antibiotics category) as aware potential for missing some that not included in ICU profile
Beta Was this translation helpful? Give feedback.
All reactions