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 caaabc7 commit bed8768Copy full SHA for bed8768
1 file changed
mimic-iv/concepts/documentation/labitems_label_sample.sql
@@ -0,0 +1,8 @@
1
+-- Sample d_labitems labels for cohorts that need a manual LOINC review (#1972).
2
+-- There is no LOINC column in MIMIC-IV dictionaries.
3
+
4
+SELECT itemid, label, fluid, category
5
+FROM hosp.d_labitems
6
+WHERE LOWER(label) LIKE '%creatinine%'
7
+ORDER BY itemid
8
+LIMIT 50;
0 commit comments