Skip to content

Commit bed8768

Browse files
docs(mimic-iv): sample d_labitems query for manual LOINC review
Show researchers where labels live when no official map exists (#1972). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent caaabc7 commit bed8768

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)