-
Notifications
You must be signed in to change notification settings - Fork 0
/
vaccines.json
86 lines (86 loc) · 1.87 KB
/
vaccines.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"name": "COVID-19 vaccine",
"id": 121,
"date": "2022-06-14",
"vaccineId": "000000",
"type": "COVID-19 booster",
"dosage": "1st booster",
"series": "Phizer",
"facility": "school parking lot",
"reactions": [
"sore arm",
"fever"
],
"comments": [
"Protects from delta variant",
"May need another booster for other variants"
]
},
{
"name": "COVID-19 vaccine",
"id": 122,
"date": "2022-04-13",
"vaccineId": "000001",
"facility": "some super long name of a facility that will hopefully be several lines so I can test the ellipsis some super long name of a facility that will hopefully be several lines so I can test the ellipsis",
"reactions": [
"Just this one"
]
},
{
"name": "Flu vaccine",
"id": 123,
"date": "2022-04-13",
"vaccineId": "000002",
"facility": "school parking lot"
},
{
"name": "Flu vaccine",
"id": 124,
"date": "2018-05-04",
"vaccineId": "000003",
"facility": "school parking lot"
},
{
"name": "PneumoPPV vaccine",
"id": 125,
"date": "2016-04-28",
"vaccineId": "000004",
"facility": "school parking lot"
},
{
"name": "Flu vaccine",
"id": 126,
"date": "2016-04-28",
"vaccineId": "000005",
"facility": "school parking lot"
},
{
"name": "PneumoPPV vaccine",
"id": 127,
"date": "2015-04-05",
"vaccineId": "000006",
"facility": "school parking lot"
},
{
"name": "Td vaccine",
"id": 128,
"date": "2012-04-05",
"vaccineId": "000007",
"facility": "school parking lot"
},
{
"name": "Flu vaccine",
"id": 129,
"date": "2012-04-03",
"vaccineId": "000008",
"facility": "school parking lot"
},
{
"name": "Flu vaccine",
"id": 130,
"date": "2011-04-01",
"vaccineId": "000009",
"facility": "school parking lot"
}
]