Skip to content

Commit

Permalink
Merge pull request #486 from OHDSI/CPT4--POS-to-Visit-fix
Browse files Browse the repository at this point in the history
POS to Visit fix finished
  • Loading branch information
hardhouse authored Apr 20, 2021
2 parents 8453922 + cc8465c commit c51a8fe
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 c51a8fe

Please sign in to comment.