Skip to content

Commit

Permalink
POS to Visit fix finished
Browse files Browse the repository at this point in the history
WHEN tty = 'POS'
				THEN 'Visit'
--removed additional filters
  • Loading branch information
Dmytry Dymshyts authored Apr 19, 2021
1 parent 8453922 commit cc8465c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CPT4/load_stage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,7 @@ FROM (
)
AND cs.concept_code <> '86789'
THEN 'Drug'
WHEN m2.tui IN (
'T073',
'T093'
)
AND tty = 'POS'
WHEN tty = 'POS'
THEN 'Visit'
WHEN m2.tui IN (
'T081',
Expand Down

0 comments on commit cc8465c

Please sign in to comment.