Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to calculate dose info from inputevents using (missing) drugs prescribed #628

Closed
1 task done
SSMK-wq opened this issue Oct 9, 2019 · 2 comments
Closed
1 task done

Comments

@SSMK-wq
Copy link

SSMK-wq commented Oct 9, 2019

Prerequisites

Description

Hello Everyone,

I am trying to extract the dose of sedation drugs which are not available directly under dose_val_rx column in prescriptions. Instead it is stored as 100,250 etc. I referred the doc and this related post to find out that we have to refer the inputevents_mv/cv tables to find the actual dose (drugs are mixed with solutions etc). The below screenshot shows the drugs in prescription table with not desired dose value (for me). When I tried looking for these items in d_items and d_labitems table, I couldn't find the items marked in red.

Please note that the below is an example. The dose value might be acceptable for modafinil. But what I am trying to know is how to handle missing items like chlorpromazine?

image

Questions

  1. How do I find the dose for the missing items? They are present in prescriptions but the drug item is missing in d_items or d_labitems. So without itemid, I may not be able to look up for it in inputevents table to find out the rate information. what should I do to find the dose of these drug items?

Thanks

@SSMK-wq SSMK-wq changed the title How to calculate dose info from inputevents using drugs prescribed How to calculate dose info from inputevents using (missing) drugs prescribed Oct 9, 2019
@alistairewj
Copy link
Member

The input tables will only have intravenous medications. The examples you gave are probably oral medications. As such, the only place they will be documented is in the prescriptions table (as that is essentially a medication orders table). The care providers tend not to document non-IV drugs in the ICU information system (though some exceptions do exist).

@SSMK-wq
Copy link
Author

SSMK-wq commented Oct 11, 2019

Thank you. got it. Appreciate your inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants