Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions lib/import/helpers/colorectal/providers/rj7/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,23 @@ module Constants
TEST_TYPE_MAP =
{
'carrier testing for known familial mutation(s)' => :carrier,
'carrier testing for known familial variant(s)' => :carrier,
'diagnostic testing for known mutation(s)' => :diagnostic,
'diagnostic testing for known variant(s)' => :diagnostic,
'predictive testing for known familial mutation(s)' => :predictive,
'predictive testing for known familial variant(s)' => :predictive,
'apc associated polyposis' => :diagnostic
}.freeze

TEST_SCOPE_MAP =
{
'carrier testing for known familial mutation(s)' => :targeted_mutation,
'carrier testing for known familial variant(s)' => :targeted_mutation,
'diagnostic testing for known mutation(s)' => :targeted_mutation,
'diagnostic testing for known variant(s)' => :targeted_mutation,
'family follow-up testing to aid variant interpretation' => :targeted_mutation,
'predictive testing for known familial mutation(s)' => :targeted_mutation,
'predictive testing for known familial variant(s)' => :targeted_mutation,
'inherited mmr deficiency (lynch syndrome)' => :full_screen,
'inherited colorectal cancer (with or without polyposis)' => :full_screen,
'inherited polyposis - germline test' => :full_screen,
Expand Down
Loading