Skip to content

Commit 3713575

Browse files
docs(mimic-iv): sample d_items query for SpO2-like labels
Help #1972-style terminology work without inventing LOINC codes. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent bed8768 commit 3713575

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 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

Comments
 (0)