-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
51 lines (51 loc) · 1.07 KB
/
example.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
{
"activeStep": 0,
"location": {
"zipcode": 77005
},
"basicInfo": {
"age": 50,
"gender": 1,
"smoking": 1,
"preganancy": 1
},
"priorDisease": {
"pneumonia": 0,
"diabetes": 1,
"copd": 1,
"asthma": 0,
"immunosuppression": 0,
"hypertension": 0,
"cardiovascular": 0,
"obesity": 0,
"chronicKidneyDisease": 0,
"chronicLungDisease": 0,
"gastrointestinal": 0,
"heartDisease": 0,
"otherDiseases": 0
},
"contact": {
"abroadTravel": 0,
"largeGathering": 0,
"contactCovid19": 1,
"notWearMask": 0,
"visitPublicExposedPlaces": 0,
"sanitizationFromMarket": 0,
"familyExposed": 0
},
"symptoms": {
"fever": 1,
"fatigue": 0,
"dryCough": 0,
"difficultBreath": 0,
"runnyNose": 0,
"soreThroat": 0,
"headache": 0
},
"steps": [
"Location",
"Basic Infomation",
"Prior Disease(Medical Problems) History",
"Previous contacts with COVID-19 patients"
]
}