Skip to content

Commit 37eaf72

Browse files
committed
disease_mapping
1 parent 26cd2d6 commit 37eaf72

File tree

1 file changed

+89
-3
lines changed

1 file changed

+89
-3
lines changed

config/common/disease_mapping.json

Lines changed: 89 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,56 @@
1616
}
1717
]
1818
},
19+
{
20+
"vacc_type": "4IN1",
21+
"diseases": [
22+
{
23+
"code": "398102009",
24+
"term": "Acute poliomyelitis"
25+
},
26+
{
27+
"code": "397430003",
28+
"term": "Diphtheria caused by Corynebacterium diphtheriae"
29+
},
30+
{
31+
"code": "27836007",
32+
"term": "Pertussis"
33+
},
34+
{
35+
"code": "76902006",
36+
"term": "Tetanus"
37+
}
38+
]
39+
},
40+
{
41+
"vacc_type": "6IN1",
42+
"diseases": [
43+
{
44+
"code": "398102009",
45+
"term": "Acute poliomyelitis"
46+
},
47+
{
48+
"code": "397430003",
49+
"term": "Diphtheria caused by Corynebacterium diphtheriae"
50+
},
51+
{
52+
"code": "709410003",
53+
"term": "Haemophilus influenzae type b infection"
54+
},
55+
{
56+
"code": "27836007",
57+
"term": "Pertussis"
58+
},
59+
{
60+
"code": "76902006",
61+
"term": "Tetanus"
62+
},
63+
{
64+
"code": "66071002",
65+
"term": "Type B viral hepatitis"
66+
}
67+
]
68+
},
1969
{
2070
"vacc_type": "COVID",
2171
"diseases": [
@@ -34,6 +84,24 @@
3484
}
3585
]
3686
},
87+
{
88+
"vacc_type": "HEPB",
89+
"diseases": [
90+
{
91+
"code": "66071002",
92+
"term": "Type B viral hepatitis"
93+
}
94+
]
95+
},
96+
{
97+
"vacc_type": "HIB",
98+
"diseases": [
99+
{
100+
"code": "709410003",
101+
"term": "Haemophilus influenzae type b infection"
102+
}
103+
]
104+
},
37105
{
38106
"vacc_type": "HPV",
39107
"diseases": [
@@ -52,6 +120,15 @@
52120
}
53121
]
54122
},
123+
{
124+
"vacc_type": "MENB",
125+
"diseases": [
126+
{
127+
"code": "1354584007",
128+
"term": "Meningococcal infectious disease caused by Neisseria meningitidis serogroup B"
129+
}
130+
]
131+
},
55132
{
56133
"vacc_type": "MMR",
57134
"diseases": [
@@ -90,6 +167,15 @@
90167
}
91168
]
92169
},
170+
{
171+
"vacc_type": "PERTUSSIS",
172+
"diseases": [
173+
{
174+
"code": "27836007",
175+
"term": "Pertussis"
176+
}
177+
]
178+
},
93179
{
94180
"vacc_type": "PNEUMOCOCCAL",
95181
"diseases": [
@@ -100,11 +186,11 @@
100186
]
101187
},
102188
{
103-
"vacc_type": "PERTUSSIS",
189+
"vacc_type": "ROTAVIRUS",
104190
"diseases": [
105191
{
106-
"code": "27836007",
107-
"term": "Pertussis"
192+
"code": "186150001",
193+
"term": "Enteritis caused by rotavirus"
108194
}
109195
]
110196
},

0 commit comments

Comments
 (0)