Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mit-lcp/mimic-cookbook
Cookbook of sql scripts for MIMIC-II
https://github.com/mit-lcp/mimic-cookbook
Last synced: 20 days ago
JSON representation
Cookbook of sql scripts for MIMIC-II
- Host: GitHub
- URL: https://github.com/mit-lcp/mimic-cookbook
- Owner: MIT-LCP
- Created: 2014-07-07T17:29:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T00:18:54.000Z (about 9 years ago)
- Last Synced: 2024-11-05T23:13:06.602Z (2 months ago)
- Language: SQLPL
- Size: 28.3 KB
- Stars: 17
- Watchers: 24
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mimic-cookbook
==============Cookbook of sql scripts for MIMIC-II
List of functions
- Age (age.sql)
- Basic Patient Info (basic_patient_info.sql)
- Billirubun (bun.sql)
- SAPS-I formula (create_saps_formula.sql)
- Calculate Elixhauser scores (exlihauser_comorbidity.sql)
- Glasgow Coma Score (gcs.sql)
- Blood glucose (glucose.sql)
- Bicarbonate (hco.sql)
- Hematocrit (hct.sql)
- Heart Rate (heart_rate.sql)
- Height (height.sql)
- Insulin delivered (insulin_doses.sql)
- Blood pressure from hospital survivors (min_surviving_bp.sql)
- Number of patients (number_of_patients.sql)
- Blood serum potassium (potassium.sql)
- Respitation rate (rr.sql)
- Create SAPS-I (saps_create_24hr_minmax.sql)
- Systolic Blood Pressure (sbp.sql)
- Sodium in blood serum (sodium.sql)
- Insert SOFA scores (sofa_score_inserts.sql)
- Urine Output (uo.sql)
- White blood cell count (wbc.sql)