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

outputevents - missing rows #505

Closed
Anat12345 opened this issue Nov 21, 2018 · 6 comments
Closed

outputevents - missing rows #505

Anat12345 opened this issue Nov 21, 2018 · 6 comments

Comments

@Anat12345
Copy link

Anat12345 commented Nov 21, 2018

No description provided.

@Anat12345
Copy link
Author

Anat12345 commented Nov 21, 2018

Hi,

I start analysing different types of outputs, it seems like there are missing rows,
for example hadm_id = 128632 has 23 days of foley but only 2 days of Fecal Bag, 1 day Gastric Tube and 1 stool. it seems like not all the information was inserted to the table.
Is it possible that some data is missing?
the query:
select subject_id, hadm_id, label, count(1), max(charttime)-min(charttime) as num_days from outputevents b,d_items a
where subject_id in (45576,47118)
and a.itemid = b.itemid
and dbsource = 'metavision'
group by subject_id, hadm_id, label
order by subject_id, hadm_id, label

Thanks!
Anat

@alistairewj
Copy link
Member

The "I think this should be there but it isn't" question is always very difficult to answer! What else would you expect to be documented?

@Anat12345
Copy link
Author

I thought that maybe someone is more familiar with this table.
The amount of of specific outputs is not reasonable , I don't think that many patients do not have stool for several weeks.
Is it any chance to check this with someone of the team of the hospital? which data is likely to be documented?

@alistairewj
Copy link
Member

@lceli what do you think? Should more than UO be documented in MetaVision under outputs for a typical patient?

@lceli
Copy link

lceli commented Nov 26, 2018

Output from drains are typically documented accurately. Stool amount is only documented when there is a rectal tube. Output is at best an approximation unlike input. Patients lose a lot of fluid through the ventilator when they are intubated, but that is never captured. The urine output is important because it reflects kidney function, but it's only an approximation of total output. The best measure of whether a patient is "euvolemic" is daily weights.

@Anat12345
Copy link
Author

Thanks for the detailed answer!

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

4 participants