Skip to content

Commit 3fe87fa

Browse files
authored
VED-489: Add COVID19 mapping back in to fix e2e tests. (#678)
1 parent c93de64 commit 3fe87fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/common/disease_mapping.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
}
1717
]
1818
},
19+
{
20+
"vacc_type": "COVID19",
21+
"diseases": [
22+
{
23+
"code": "840539006",
24+
"term": "Disease caused by severe acute respiratory syndrome coronavirus 2"
25+
}
26+
]
27+
},
1928
{
2029
"vacc_type": "FLU",
2130
"diseases": [

0 commit comments

Comments
 (0)