-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
138 lines (138 loc) · 3.49 KB
/
data.json
File metadata and controls
138 lines (138 loc) · 3.49 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"patients": [
{
"id": "5856675843",
"firstName": "Milt",
"lastName": "Rosenbaum",
"gender": "Male",
"dateOfBirth": "15/01/2005",
"email": "mrosenbaum0@fastcompany.com",
"phoneNumber": "+351 161 160 5674",
"prescriptions": ["Lidocaine Viscous"],
"doctorId": 1
},
{
"id": "8272482266",
"firstName": "Faydra",
"lastName": "Lief",
"gender": "Female",
"dateOfBirth": "29/09/2003",
"email": "flief1@apache.org",
"phoneNumber": "+86 503 995 7341",
"prescriptions": ["Mucinex", "Aspirin"],
"doctorId": 2
},
{
"id": "6877351762",
"firstName": "Roxane",
"lastName": "Alflat",
"gender": "Female",
"dateOfBirth": "14/01/2014",
"email": "ralflat2@pcworld.com",
"phoneNumber": "+1 914 731 0603",
"prescriptions": ["ARBUTINUM", "Cetirizine Hydrochloride"],
"doctorId": 2
},
{
"id": "0323339832",
"firstName": "Willy",
"lastName": "Entwisle",
"gender": "Female",
"dateOfBirth": "24/09/1949",
"email": "wentwisle3@reddit.com",
"phoneNumber": "+351 550 612 9238",
"prescriptions": [
"Rich Almond Perfecting Makeup Broad Spectrum SPF 25",
"VITAMIN CREAM",
"NITRO-DUR"
],
"doctorId": 3
},
{
"id": "4772181415",
"firstName": "Bjorn",
"lastName": "Bolgar",
"gender": "Male",
"dateOfBirth": "09/07/1985",
"email": "bbolgar4@wired.com",
"phoneNumber": "+7 375 198 3116",
"prescriptions": ["Vanilla Fig Hand Sanitizer"],
"doctorId": 2
},
{
"id": "5942660123",
"firstName": "Ardith",
"lastName": "Kilmartin",
"gender": "Female",
"dateOfBirth": "14/12/1949",
"email": "akilmartin5@google.co.jp",
"phoneNumber": "+1 773 365 8289",
"prescriptions": ["NEXIUM", "Clear Defense"],
"doctorId": 3
},
{
"id": "6467006526",
"firstName": "Walt",
"lastName": "Moule",
"gender": "Male",
"dateOfBirth": "12/05/2005",
"email": "wmoule6@businessinsider.com",
"phoneNumber": "+967 897 754 8473",
"prescriptions": [],
"doctorId": 3
},
{
"id": "6906950363",
"firstName": "Fedora",
"lastName": "Johnston",
"gender": "Female",
"dateOfBirth": "27/08/1959",
"email": "fjohnston7@noaa.gov",
"phoneNumber": "+505 127 699 7118",
"prescriptions": ["DELUXE Dish DETERGENT"],
"doctorId": 3
},
{
"id": "3711892663",
"firstName": "Jo-anne",
"lastName": "Furmonger",
"gender": "Female",
"dateOfBirth": "29/01/1953",
"email": "jfurmonger8@baidu.com",
"phoneNumber": "+62 826 530 5184",
"prescriptions": ["Acyclovir", "Palmers Amaranth"],
"doctorId": 1
},
{
"id": "9335192813",
"firstName": "Gerome",
"lastName": "Stutte",
"gender": "Male",
"dateOfBirth": "31/05/1984",
"email": "gstutte9@joomla.org",
"phoneNumber": "+81 855 427 4970",
"prescriptions": ["Emtriva"],
"doctorId": 1
}
],
"doctors": [
{
"id": 1,
"doctor": "Dr. Coventry",
"email": "ecoventry@amspractice.nl",
"onDuty": true
},
{
"id": 2,
"doctor": "Dr. Adenet",
"email": "radenet@amspractice.nl",
"onDuty": true
},
{
"id": 3,
"doctor": "Dr. Tollady",
"email": "atollady@amspractice.nl",
"onDuty": false
}
]
}