Skip to content

Commit f3b12b9

Browse files
authored
new variables for testscope and moltestingtype appearing in recent data (#168)
1 parent 9bb01c9 commit f3b12b9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lib/import/helpers/colorectal/providers/rj7/constants.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,23 @@ module Constants
1111
TEST_TYPE_MAP =
1212
{
1313
'carrier testing for known familial mutation(s)' => :carrier,
14+
'carrier testing for known familial variant(s)' => :carrier,
1415
'diagnostic testing for known mutation(s)' => :diagnostic,
16+
'diagnostic testing for known variant(s)' => :diagnostic,
1517
'predictive testing for known familial mutation(s)' => :predictive,
18+
'predictive testing for known familial variant(s)' => :predictive,
1619
'apc associated polyposis' => :diagnostic
1720
}.freeze
1821

1922
TEST_SCOPE_MAP =
2023
{
2124
'carrier testing for known familial mutation(s)' => :targeted_mutation,
25+
'carrier testing for known familial variant(s)' => :targeted_mutation,
2226
'diagnostic testing for known mutation(s)' => :targeted_mutation,
27+
'diagnostic testing for known variant(s)' => :targeted_mutation,
2328
'family follow-up testing to aid variant interpretation' => :targeted_mutation,
2429
'predictive testing for known familial mutation(s)' => :targeted_mutation,
30+
'predictive testing for known familial variant(s)' => :targeted_mutation,
2531
'inherited mmr deficiency (lynch syndrome)' => :full_screen,
2632
'inherited colorectal cancer (with or without polyposis)' => :full_screen,
2733
'inherited polyposis - germline test' => :full_screen,

0 commit comments

Comments
 (0)