| Literature DB >> 23302652 |
Daniel J Scott1, Joon Lee, Ikaro Silva, Shinhyuk Park, George B Moody, Leo A Celi, Roger G Mark.
Abstract
BACKGROUND: The Multiparameter Intelligent Monitoring in Intensive Care II (MIMIC-II) database is a free, public resource for intensive care research. The database was officially released in 2006, and has attracted a growing number of researchers in academia and industry. We present the two major software tools that facilitate accessing the relational database: the web-based QueryBuilder and a downloadable virtual machine (VM) image.Entities:
Mesh:
Year: 2013 PMID: 23302652 PMCID: PMC3598967 DOI: 10.1186/1472-6947-13-9
Source DB: PubMed Journal: BMC Med Inform Decis Mak ISSN: 1472-6947 Impact factor: 2.796
Figure 1QueryBuilder system infrastructure. The user connects to QueryBuilder using a web browser. When the user submits an SQL query, it is transmitted to the application server and executed on the database server via JDBC. The query results are returned to the user via the application server and displayed.
Figure 2QueryBuilder screenshot. A screenshot of QueryBuilder, showing information about the CHARTEVENTS table in MIMIC-II.
Figure 3MIMIC-II VM screenshot. A screenshot of the MIMIC-II virtual machine, showing the D_PATIENTS table in pgAdmin.
ICU mortality statistics
| M | Y | 958 |
| M | N | 14393 |
| F | Y | 876 |
| F | N | 11207 |
| (null) | Y | 2 |
| (null) | N | 43 |
ICU mortality statistics generated by executing the example query. There are some people for whom gender was not recorded, indicated by ‘(null)’.
Specific patient cohort
| 5995 | 4828 | M | 3055-10-23 | 3081-09-03 |
| 30325 | 24431 | M | 2702-02-11 | 2726-09-29 |
| 41166 | 27109 | M | 3032-11-04 | 3061-07-09 |
Results of the example query in the text. ICUSTAY_ID and SUBJECT_ID identify the ICU stay and the patient; DOB and DOD are surrogate dates of birth and death; see text for discussion.
Patient data
| 5994 | 4828 | 25.19514 | (null) | 3081-01-02 14:13:00 -05:00 | 3081-01-02 21:39:00 -05:00 |
| 5995 | 4828 | 25.85458 | 15 | 3081-08-30 21:41:00 -05:00 | 3081-09-03 04:09:00 -05:00 |
| 30325 | 24431 | 24.61293 | 17 | 2726-09-22 00:17:00 -05:00 | 2726-09-29 20:58:00 -05:00 |
| 30326 | 24431 | 24.64457 | (null) | 2726-10-02 18:44:00 -05:00 | 2726-10-02 18:51:00 -05:00 |
| 41166 | 27109 | 28.6202 | 18 | 3061-06-17 17:07:00 -05:00 | 3061-06-20 13:43:00 -05:00 |
| 41167 | 27109 | 28.63751 | (null) | 3061-06-24 03:44:00 -05:00 | 3061-07-09 21:51:00 -05:00 |
The data shows that the SAPSI_FIRST column is ‘null’ in three rows, explaining why these rows were not returned in Table 2. The missing SAPS I scores are most likely due to missing data for the parameters used to calculate the score.