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

Implausible amount of infused crystalloids #97

Open
jsassenscheidt opened this issue Mar 18, 2024 · 1 comment
Open

Implausible amount of infused crystalloids #97

jsassenscheidt opened this issue Mar 18, 2024 · 1 comment

Comments

@jsassenscheidt
Copy link

jsassenscheidt commented Mar 18, 2024

Hello,

while I was working on some fluid data I found some strange outliers. I was able to narrow down the cause a bit. Running the following SQL query will return two patients with administered fluids of more than 500 liters:

SELECT admissionid, start, stop, itemid, item, dose, administered
FROM drugitems
WHERE ordercategoryid = 55
AND administered > 5000000

The item is called "X nader te bepalen" (deepl says it means "X to be specified"). I don't know if you still do some cleaning on the data, but at least I wanted to let you know.

Best wishes!

@patrickthoral
Copy link
Member

Thanks, @jsassenscheidt. There are indeed a number of (most likely) user errors in the database, but for authenticity these have not been removed in the released dataset. We have some examples in the the bigquery tutorial showing this.

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