Skip to content

Commit e969263

Browse files
committed
VED-888 / VED-892: Add support for new vacc types. Rename COVID vacc type.
1 parent eb93e71 commit e969263

File tree

3 files changed

+69
-21
lines changed

3 files changed

+69
-21
lines changed

config/common/disease_mapping.json

Lines changed: 56 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
{
1414
"code": "76902006",
15-
"term": "Tetanus (disorder)"
15+
"term": "Tetanus"
1616
}
1717
]
1818
},
1919
{
20-
"vacc_type": "COVID19",
20+
"vacc_type": "COVID",
2121
"diseases": [
2222
{
2323
"code": "840539006",
@@ -30,7 +30,7 @@
3030
"diseases": [
3131
{
3232
"code": "6142004",
33-
"term": "Influenza caused by seasonal influenza virus (disorder)"
33+
"term": "Influenza"
3434
}
3535
]
3636
},
@@ -39,7 +39,7 @@
3939
"diseases": [
4040
{
4141
"code": "240532009",
42-
"term": "Human papillomavirus infection"
42+
"term": "Human papilloma virus infection"
4343
}
4444
]
4545
},
@@ -57,15 +57,54 @@
5757
"diseases": [
5858
{
5959
"code": "14189004",
60-
"term": "Measles (disorder)"
60+
"term": "Measles"
6161
},
6262
{
6363
"code": "36989005",
64-
"term": "Mumps (disorder)"
64+
"term": "Mumps"
6565
},
6666
{
6767
"code": "36653000",
68-
"term": "Rubella (disorder)"
68+
"term": "Rubella"
69+
}
70+
]
71+
},
72+
{
73+
"vacc_type": "MMRV",
74+
"diseases": [
75+
{
76+
"code": "14189004",
77+
"term": "Measles"
78+
},
79+
{
80+
"code": "36989005",
81+
"term": "Mumps"
82+
},
83+
{
84+
"code": "36653000",
85+
"term": "Rubella"
86+
},
87+
{
88+
"code": "38907003",
89+
"term": "Varicella"
90+
}
91+
]
92+
},
93+
{
94+
"vacc_type": "PCV13",
95+
"diseases": [
96+
{
97+
"code": "16814004",
98+
"term": "Pneumococcal infectious disease"
99+
}
100+
]
101+
},
102+
{
103+
"vacc_type": "PERTUSSIS",
104+
"diseases": [
105+
{
106+
"code": "27836007",
107+
"term": "Pertussis"
69108
}
70109
]
71110
},
@@ -74,7 +113,16 @@
74113
"diseases": [
75114
{
76115
"code": "55735004",
77-
"term": "Respiratory syncytial virus infection (disorder)"
116+
"term": "Respiratory syncytial virus infection"
117+
}
118+
]
119+
},
120+
{
121+
"vacc_type": "SHINGLES",
122+
"diseases": [
123+
{
124+
"code": "4740000",
125+
"term": "Herpes zoster"
78126
}
79127
]
80128
}

config/dev/permissions_config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"supplier": "DPSFULL",
44
"permissions": [
55
"3IN1.CRUDS",
6-
"COVID19.CRUDS",
6+
"COVID.CRUDS",
77
"FLU.CRUDS",
88
"HPV.CRUDS",
99
"MENACWY.CRUDS",
@@ -16,7 +16,7 @@
1616
"supplier": "DPSREDUCED",
1717
"permissions": [
1818
"3IN1.CRUDS",
19-
"COVID19.CRUDS",
19+
"COVID.CRUDS",
2020
"FLU.CRUDS",
2121
"HPV.CRUDS",
2222
"MENACWY.CRUDS",
@@ -43,7 +43,7 @@
4343
},
4444
{
4545
"supplier": "EVA",
46-
"permissions": ["COVID19.CUD"],
46+
"permissions": ["COVID.CUD"],
4747
"ods_codes": ["8HA94"]
4848
},
4949
{
@@ -55,7 +55,7 @@
5555
"supplier": "EMIS",
5656
"permissions": [
5757
"3IN1.CRUDS",
58-
"COVID19.CRUDS",
58+
"COVID.CRUDS",
5959
"HPV.CRUDS",
6060
"MENACWY.CRUDS",
6161
"MMR.CRUDS",
@@ -87,7 +87,7 @@
8787
},
8888
{
8989
"supplier": "OXDH",
90-
"permissions": ["COVID19.CRUDS", "FLU.CRUDS"]
90+
"permissions": ["COVID.CRUDS", "FLU.CRUDS"]
9191
},
9292
{
9393
"supplier": "PINNACLE",
@@ -137,7 +137,7 @@
137137
"supplier": "Test_App",
138138
"permissions": [
139139
"3IN1.CRUDS",
140-
"COVID19.CRUDS",
140+
"COVID.CRUDS",
141141
"FLU.CRUDS",
142142
"HPV.CRUDS",
143143
"MENACWY.CRUDS",
@@ -149,7 +149,7 @@
149149
"supplier": "Postman_Auth",
150150
"permissions": [
151151
"3IN1.CRUDS",
152-
"COVID19.CRUDS",
152+
"COVID.CRUDS",
153153
"FLU.CRUDS",
154154
"HPV.CRUDS",
155155
"MENACWY.CRUDS",

config/preprod/permissions_config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"supplier": "DPSFULL",
44
"permissions": [
55
"3IN1.CRUDS",
6-
"COVID19.CRUDS",
6+
"COVID.CRUDS",
77
"FLU.CRUDS",
88
"HPV.CRUDS",
99
"MENACWY.CRUDS",
@@ -16,7 +16,7 @@
1616
"supplier": "DPSREDUCED",
1717
"permissions": [
1818
"3IN1.CRUDS",
19-
"COVID19.CRUDS",
19+
"COVID.CRUDS",
2020
"FLU.CRUDS",
2121
"HPV.CRUDS",
2222
"MENACWY.CRUDS",
@@ -45,7 +45,7 @@
4545
"supplier": "EMIS",
4646
"permissions": [
4747
"3IN1.CRUDS",
48-
"COVID19.CRUDS",
48+
"COVID.CRUDS",
4949
"HPV.CRUDS",
5050
"MENACWY.CRUDS",
5151
"MMR.CRUDS",
@@ -77,13 +77,13 @@
7777
},
7878
{
7979
"supplier": "OXDH",
80-
"permissions": ["COVID19.CRUDS", "FLU.CRUDS"]
80+
"permissions": ["COVID.CRUDS", "FLU.CRUDS"]
8181
},
8282
{
8383
"supplier": "Test_App",
8484
"permissions": [
8585
"3IN1.CRUDS",
86-
"COVID19.CRUDS",
86+
"COVID.CRUDS",
8787
"FLU.CRUDS",
8888
"HPV.CRUDS",
8989
"MENACWY.CRUDS",
@@ -95,7 +95,7 @@
9595
"supplier": "Postman_Auth",
9696
"permissions": [
9797
"3IN1.CRUDS",
98-
"COVID19.CRUDS",
98+
"COVID.CRUDS",
9999
"FLU.CRUDS",
100100
"HPV.CRUDS",
101101
"MENACWY.CRUDS",

0 commit comments

Comments
 (0)