diff --git a/concepts/firstday/rrt-first-day.sql b/concepts/firstday/rrt-first-day.sql index 7258965..6fff001 100644 --- a/concepts/firstday/rrt-first-day.sql +++ b/concepts/firstday/rrt-first-day.sql @@ -85,8 +85,7 @@ with cv as and itemid in ( -- Checkboxes - 225126 -- | Dialysis patient | Adm History/FHPA | chartevents | Checkbox - , 226118 -- | Dialysis Catheter placed in outside facility | Access Lines - Invasive | chartevents | Checkbox + 226118 -- | Dialysis Catheter placed in outside facility | Access Lines - Invasive | chartevents | Checkbox , 227357 -- | Dialysis Catheter Dressing Occlusive | Access Lines - Invasive | chartevents | Checkbox , 225725 -- | Dialysis Catheter Tip Cultured | Access Lines - Invasive | chartevents | Checkbox -- Numeric values diff --git a/concepts/rrt.sql b/concepts/rrt.sql index 27bfe59..2a45d3e 100644 --- a/concepts/rrt.sql +++ b/concepts/rrt.sql @@ -83,8 +83,7 @@ with cv as where itemid in ( -- Checkboxes - 225126 -- | Dialysis patient | Adm History/FHPA | chartevents | Checkbox - , 226118 -- | Dialysis Catheter placed in outside facility | Access Lines - Invasive | chartevents | Checkbox + 226118 -- | Dialysis Catheter placed in outside facility | Access Lines - Invasive | chartevents | Checkbox , 227357 -- | Dialysis Catheter Dressing Occlusive | Access Lines - Invasive | chartevents | Checkbox , 225725 -- | Dialysis Catheter Tip Cultured | Access Lines - Invasive | chartevents | Checkbox -- Numeric values