Skip to content

Commit

Permalink
Update RxECleanUP.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
aostropolets committed May 15, 2019
1 parent 6dcbb65 commit c3b978e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions working/packages/vocabulary_pack/RxECleanUP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ BEGIN
WHERE upper(cs.concept_name) = upper(c.concept_name)
AND cs.concept_class_id = c.concept_class_id
AND c.vocabulary_id = 'RxNorm'
AND c.standard_concept = 'S'
AND cs.invalid_reason IS NULL;

--4. Load full list of RxNorm Extension relationships
Expand Down Expand Up @@ -179,4 +178,4 @@ LANGUAGE 'plpgsql'
VOLATILE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 100;
COST 100;

0 comments on commit c3b978e

Please sign in to comment.