-
Notifications
You must be signed in to change notification settings - Fork 0
/
PatientProfile.json
69 lines (69 loc) · 1.66 KB
/
PatientProfile.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
{
"patients":[{
"patient":{
"ID": "GAN12345739",
"FirstName": "Automation",
"LastName": "Tester",
"Age": "32",
"Gender": "Male",
"Village": "Bilaspur",
"Programs": {
"Program": {
"Name": "HIV Program",
"EnrollmentID": "E12345",
"StartDate": "03/01/2016",
"FacilityName": "Test Location",
"FacilityID": "12345",
"Doctor": "Dr. Raman"
}
},
"Treatment": {
"Drug1": {
"Name": "Aspirin",
"Dose": "2",
"Unit": "Tablet(s)",
"Frequency": "Thrice a day",
"Route": "Oral",
"Duration": "10",
"StartDate": "03/01/2016"
},
"Drug2": {
"Name": "Paracetamol",
"Dose": "2",
"Unit": "Tablet(s)",
"Frequency": "Once a day",
"Route": "Oral",
"Duration": "10",
"StartDate": "03/18/2016"
},
"Drug3": {
"Name": "Atorvastatin",
"Dose": "2",
"Unit": "Tablet(s)",
"Frequency": "Every Hour",
"Route": "Oral",
"Duration": "10",
"StartDate": "05/20/2016"
},
"Drug4": {
"Name": "TestDrug",
"Dose": "2",
"Unit": "Tablet(s)",
"Frequency": "Once a week",
"Route": "Oral",
"Duration": "10",
"StartDate": "05/20/2016"
}
},
"Observations":{
"Baseline":{
"Date baseline assessment": "",
"xyz": ""
},
"Treatment Initiation":{
"xyz": ""
}
}
}
}]
}