-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTDL.json
More file actions
52 lines (52 loc) · 1.22 KB
/
Copy pathTDL.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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
{
"duration" : 90,
"medication" :
[
{
"medicineId" : "AE8934BC",
"timeThreshold" :["10:00AM", "3:00PM", "10:00PM"],
"quantity" : 1,
"procedure" : "Mix in 200ml warm water and drink",
"frequency" : 2,
"startDay" : 1,
"endDay" : 90
},
{
"medicineId" : "ASDF92AV",
"timeThreshold" :["10:00AM", "10:00PM"],
"quantity" : 1,
"procedure" : "Swallow without biting. Drink warm water if needed",
"frequency" : 1,
"startDay" : 1,
"endDay" : 10
}
],
"restrictedFood":
[
{
"foodId" : "OIREW342AS",
"startDay" : 1,
"endDay" : 10
},
{
"foodId" : "LSADFW93AG",
"startDay" : 30,
"endDay" : 90
}
],
"dangerSigns" :
[
{
"symptom": "Lips/finger nails turning blue",
"whenToAlert": [5,20]
},
{
"symptom": "Going out of breath while walking",
"whenToAlert": [2]
}
],
"sleep" : {
"minThreshold": 6,
"maxThreshold": 8
}
}