Skip to content

Commit a1316a3

Browse files
authored
VED-892: Rename pneumococcal vaccine type. (#976)
1 parent 8d33649 commit a1316a3

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

backend/tests/controller/test_fhir_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ class TestSearchImmunizations(TestFhirControllerBase):
12531253
"MMR",
12541254
"HPV",
12551255
"MMRV",
1256-
"PCV13",
1256+
"PNEUMOCOCCAL",
12571257
"SHINGLES",
12581258
"COVID",
12591259
"FLU",

config/common/disease_mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
]
9292
},
9393
{
94-
"vacc_type": "PCV13",
94+
"vacc_type": "PNEUMOCOCCAL",
9595
"diseases": [
9696
{
9797
"code": "16814004",

lambdas/redis_sync/tests/test_data/disease_mapping.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
]
9393
},
9494
{
95-
"vacc_type": "PCV13",
95+
"vacc_type": "PNEUMOCOCCAL",
9696
"diseases": [
9797
{
9898
"code": "16814004",

lambdas/redis_sync/tests/test_data/expected_disease_to_vacc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"55735004": "RSV",
88
"27836007": "PERTUSSIS",
99
"4740000": "SHINGLES",
10-
"16814004": "PCV13",
10+
"16814004": "PNEUMOCOCCAL",
1111
"397430003:398102009:76902006": "3in1",
1212
"23511006": "MENACWY"
1313
}

lambdas/redis_sync/tests/test_data/expected_vacc_to_diseases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"term": "Herpes zoster"
6868
}
6969
],
70-
"PCV13": [
70+
"PNEUMOCOCCAL": [
7171
{
7272
"code": "16814004",
7373
"term": "Pneumococcal infectious disease"

specification/immunisation-fhir-api.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)