Permalink
Browse files
remove admit history dialysis from query
- Loading branch information...
Showing
with
2 additions
and
4 deletions.
-
+1
−2
concepts/firstday/rrt-first-day.sql
-
+1
−2
concepts/rrt.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
|
|
|
|
|
|
@@ -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
|
|
|
|
0 comments on commit
beb5cf3