Skip to content

Commit c56301f

Browse files
authored
VED-1039 Added the new vaccine types permitted for TPP and Optum (EMIS) (#1200)
1 parent 2391458 commit c56301f

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

config/prod/permissions_config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,31 @@
3737
"supplier": "EMIS",
3838
"permissions": [
3939
"3IN1.CRUDS",
40+
"FLU.CRUDS",
4041
"HPV.CRUDS",
4142
"MENACWY.CRUDS",
4243
"MMR.CRUDS",
43-
"RSV.CRUDS"
44+
"MMRV.CRUDS",
45+
"PERTUSSIS.CRUDS",
46+
"PNEUMOCOCCAL.CRUDS",
47+
"RSV.CRUDS",
48+
"SHINGLES.CRUDS"
4449
],
4550
"ods_codes": ["YGM41", "YGJ"]
4651
},
4752
{
4853
"supplier": "TPP",
4954
"permissions": [
5055
"3IN1.CRUDS",
56+
"FLU.CRUDS",
5157
"HPV.CRUDS",
5258
"MENACWY.CRUDS",
5359
"MMR.CRUDS",
54-
"RSV.CRUDS"
60+
"MMRV.CRUDS",
61+
"PERTUSSIS.CRUDS",
62+
"PNEUMOCOCCAL.CRUDS",
63+
"RSV.CRUDS",
64+
"SHINGLES.CRUDS"
5565
],
5666
"ods_codes": ["YGA"]
5767
},

0 commit comments

Comments
 (0)