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

Add respiratory rate from respiratoryCharting #8

Open
alistairewj opened this issue Nov 16, 2017 · 0 comments
Open

Add respiratory rate from respiratoryCharting #8

alistairewj opened this issue Nov 16, 2017 · 0 comments

Comments

@alistairewj
Copy link
Member

Right now nurse charting gets 90% of respiratory rates

select
count(pt.patientunitstayid) as num_total
, count(vnc_d1.resprate_max) as rr
, count(vnc_d1.resprate_max)::numeric / count(pt.patientunitstayid) * 100.0 as percentage_complete
from gossis_cohort pt left join gossis_vital_nc_d1 vnc_d1 on pt.patientunitstayid = vnc_d1.patientunitstayid
where excluded=0;

If we add in respiratory rate from respiratoryCharting then we could prob bump this up from 90%. Then have to decide whether it is worth it to add in vitalPeriodic to "clean up" the rest.

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

1 participant