Skip to content

Commit

Permalink
remove new RxNorm links [AVOF-2522]
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur committed May 25, 2020
1 parent 6e58910 commit e11dff2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RxNorm/load_stage.sql
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,14 @@ FROM (
WHERE vocabulary_id = 'RxNorm'
AND concept_code = rxcui2
)
--Mid-2020 release added seeminggly useless nonsensical relationships between dead and alive concepts that need additional investigation
--[AVOF-2522]
AND rela NOT IN (
'has_part',
'has_ingredients',
'part_of',
'ingredients_of'
)
) AS s0;

--check for non-existing relationships
Expand Down

0 comments on commit e11dff2

Please sign in to comment.