Permalink
Browse files

remove admit history dialysis from query

  • Loading branch information...
1 parent 9b3777f commit beb5cf3af405c79334aecf67536f313ba4c5a706 @alistairewj alistairewj committed May 19, 2017
Showing with 2 additions and 4 deletions.
  1. +1 −2 concepts/firstday/rrt-first-day.sql
  2. +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
View
@@ -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

Please sign in to comment.