From beb5cf3af405c79334aecf67536f313ba4c5a706 Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Fri, 19 May 2017 10:18:11 -0400 Subject: [PATCH] remove admit history dialysis from query --- concepts/firstday/rrt-first-day.sql | 3 +-- concepts/rrt.sql | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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