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

Hi guys, When I tried to extract ventilation from respiratorycare, there are some cases that ventstartoffset is larger than ventendoffset (e.g. patientunitstayid= 141168). Should we refer to respcarestatusoffset for these...

when I run the code as below ``` SELECT distinct respchartvalue from respiratorycharting where lower(respchartvaluelabel) similar to '%fio2%' and respchartoffset

New releases of eICU-CRD will be announced here. To keep up to date on the latest releases, click the 'subscribe' button to receive notifications. ![image](https://user-images.githubusercontent.com/1282676/40205034-91ab8cae-59f8-11e8-8752-236156419ada.png) Please do not use this...

postgres_add_comments.sql: No such file or directory

About 22% of the rows in the table lab are empty for the field "labname", even though labresult is present. `select count(*) from eicu.lab where labname=''` retrieves 5.8 E6 rows...

Hi, I am looking both into treatment and intakeOutput tables with the aim of extracting dialysis info. In the treatment table: 8298 stays have data about dyalitic therapy. In the...

Hi LCP team, I'd like to know if is possible to extract ventilation modes from eICU like in https://github.com/MIT-LCP/mimic-iv/blob/da0339348c283835dd01788f6c17d1fceb99c88e/concepts/treatment/ventilation.sql#L4? I'm particularly interested in categorizing them into invasive vs non-invasive. Best,...

Hi LCP-Team Luca, João and I have seen tables in physionet.eicu_crd_derived without any SQL queries in the repo, i.e. debug_vent_tags, debug_vent_modes, crrt_dataset, diagnosis_categories, sepsis_from_diagnosis, treatment_categories, and ventilation_events. Do you have...