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

Find all antibiotic applications #228

Open
schererdavid opened this issue Jun 4, 2023 · 1 comment
Open

Find all antibiotic applications #228

schererdavid opened this issue Jun 4, 2023 · 1 comment

Comments

@schererdavid
Copy link

When I search infusiondrug for amoxicillin, I keep getting 0 results and for admissiondrug there are only 396.

SELECT * FROM physionet-data.eicu_crd.infusiondrug WHERE LOWER(drugname) LIKE '%amoxicillin%'

SELECT * FROM physionet-data.eicu_crd.admissiondrug WHERE LOWER(drugname) LIKE '%amoxicillin%'

Is this the right and best way to find the uses of antibiotic applications before, during, and after an ICU stay? Is it really necessary to search for each drug individually or to know its name?

@jraffa
Copy link
Contributor

jraffa commented Aug 23, 2023

Hi @schererdavid,

We have very limited data about medications before and after an ICU stay. During, you will find in infusion drug and medication tables. I'm not a clinician, but amoxicillin I don't think is used as much as some other antibiotics, such as azithromycin and vancomycin. There thousands of doses recorded in the medication tables for each.

Jesse

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

No branches or pull requests

2 participants