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

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases

Results 198 mimic-code issues
Sort by recently updated
recently updated
newest added

This pull request updates the lab results mapping to LOINC table. Compared to the old table, new columns were added as well as new mappings. The table was reviewed by...

### Prerequisites * [X ] Put an X between the brackets on this line if you have done all of the following: * Checked the online documentation: https://mimic.physionet.org/about/mimic/ * Checked...

mimic-iii

This pull request adds a derived mapping table for medications. The CSV file contains `itemid` to `omop_concept_id` and `omop_concept_code` for `rxnorm` mappings codes. I manually mapped the RxNorm codes using...

This pull request adds a derived mapping table for `outputevents`. The CSV file `outputevents_to_loinc` contains `itemid` to `omop_concept_id` and `omop_concept_code` for `LOINC` codes. Mapping codes were reviewed and verified by...

hi, thanks for your works! a difference was found in our works the materialized view of sofa : The score is calculated on the first day of each ICU patients'...

### Prerequisites * [ X ] Put an X between the brackets on this line if you have done all of the following: * Checked the online documentation: https://mimic.mit.edu/ *...

### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Checked the online documentation: https://mimic.mit.edu/ * Checked that...

### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Checked the online documentation: https://mimic.mit.edu/ * Checked...

Hi - I am trying to pull information from Mimic III about where patient's live before they are admitted. The discharge location is extracted in one of the tables but...

Create a new view with code status orders for MIMIC-IV data: * Started with mimic-iii/concepts/code_status.sql * Changed icustay_id references to stay_id * Removed carevue specific itemid and logic (DNCPR)