You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tutorials and examples for working with MIMIC-III data.
13
+
14
+
## Available Tutorials
15
+
16
+
This section contains step-by-step tutorials covering:
17
+
18
+
- Basic data exploration
19
+
- Common analysis patterns
20
+
- SQL query examples
21
+
- Data extraction techniques
22
+
- Visualization methods
23
+
- Research methodologies
24
+
25
+
## Getting Started with MIMIC-III
26
+
27
+
MIMIC-III is the predecessor to MIMIC-IV and contains ICU data from 2001-2012. While we recommend new research projects use MIMIC-IV, these tutorials remain valuable for:
28
+
29
+
- Working with existing MIMIC-III datasets
30
+
- Understanding legacy analysis approaches
31
+
- Comparative studies between MIMIC-III and MIMIC-IV
32
+
- Historical data analysis
33
+
34
+
## Tutorial Categories
35
+
36
+
### Basic Queries
37
+
Introduction to querying MIMIC-III tables and understanding the data structure.
38
+
39
+
### Clinical Analysis
40
+
Examples of common clinical research questions and how to answer them using MIMIC-III.
41
+
42
+
### Data Processing
43
+
Techniques for cleaning, preprocessing, and preparing MIMIC-III data for analysis.
44
+
45
+
### Advanced Topics
46
+
Complex queries, machine learning applications, and advanced analytics.
47
+
48
+
For new users, we recommend starting with the [Getting Started]({{ "/docs/gettingstarted/" | relative_url }}) section and the [MIMIC-III About]({{ "/docs/iii/about/" | relative_url }}) pages before diving into these tutorials.
Copy file name to clipboardExpand all lines: jekyll-site/_docs/iv/about/concepts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ For events which occur over a period of time, `starttime` and `endtime` provide
73
73
74
74
### `dod`
75
75
76
-
`dod` is the patient's date of death sourced from one of two sources: the hospital database or a state death database. See the [*patients*](/docs/iv/modules/hosp/patients) documentation for more detail.
76
+
`dod` is the patient's date of death sourced from one of two sources: the hospital database or a state death database. See the [*patients*]({{ "/docs/iv/modules/hosp/patients" | relative_url }}) documentation for more detail.
The ICU module contains data collected from the clinical information system used within the Intensive Care Unit. This includes highly granular information such as:
14
+
15
+
- Hour-to-hour vital signs
16
+
- Fluid management information
17
+
- Charted clinical observations
18
+
- Medication administration
19
+
- Procedures performed
20
+
- Caregiver information
21
+
22
+
## Tables in this Module
23
+
24
+
The ICU module contains the following tables:
25
+
26
+
-**caregiver** - Information about ICU caregivers
27
+
-**chartevents** - Charted observations and vital signs
0 commit comments