We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed8768 commit 3713575Copy full SHA for 3713575
1 file changed
mimic-iv/concepts/documentation/chartevents_item_sample.sql
@@ -0,0 +1,8 @@
1
+-- Sample ICU d_items labels (vitals/scores) for manual terminology review (#1972).
2
+
3
+SELECT itemid, label, abbreviation, linksto, category
4
+FROM icu.d_items
5
+WHERE LOWER(label) LIKE '%spo2%'
6
+ OR LOWER(label) LIKE '%o2 saturation%'
7
+ORDER BY itemid
8
+LIMIT 50;
0 commit comments