@@ -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