eicu-code icon indicating copy to clipboard operation
eicu-code copied to clipboard

Code and website related to the eICU Collaborative Research Database

Results 103 eicu-code issues
Sort by recently updated
recently updated
newest added

Rewrite `REGEXP_CONTAINS(nursingchartvalue, '^[-]?[0-9]+[.]?[0-9]*$')` as `nursingchartvalue ~ '^[-]?[0-9]+[.]?[0-9]*$'` for compatibility with Postgres. Fixes Issue #117.

Creates materialized views for vasoactive infusion durations (similar to MIMIC-II). Closes #111. I think it would be reasonable to move concepts into concepts/postgres and create an empty concepts/bigquery for future...

I have created a short tutorial on how to plot vital signs collected during a single patient stay. Please let me know if there are any recommended changes or additions.

Adapted MIMIC query for eICU for sepsis based on Angus criteria.

Hi I have noticed that more than 3500 unique patients in eICU do not have any creatinine measurements within the first 48 hours of their ICU stay based on “labresultoffset”....

Some of the measured values have self-evident units (GCS, heart rate), but others like central venous pressure might have multiple variabilities (mmHg, cmH2O or pascal). When trying to process the...

### Our initial issue, e-mailed to Alistair Johnson and Tom Pollard: We are currently working on a project studying ICU readmissions, using the eICU database. Through our exploratory analysis, we...

In the dataset called “apachePredVar” the variable called “bedcount” includes the number of ICU beds in the unit the patient was admitted or the total number of ICU beds in...

https://github.com/MIT-LCP/eicu-code/blob/c68e39415a34ed58371876834365f84ad17cfa8d/concepts/basic_demographics.sql#L16 I'm not sure which is intended, but I presume they should all be consistent.