-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
72 lines (72 loc) · 1.67 KB
/
data.json
File metadata and controls
72 lines (72 loc) · 1.67 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
[
{
"model": "api.hospital",
"pk": 6,
"fields": {
"name": "Lagos University Teaching Hospital (LUTH)",
"address": "Idi-Araba, Surulere",
"city": "Lagos",
"state": "Lagos",
"email": "info@luth.gov.ng",
"phone": "+234-1-271-5466",
"longitude": 3.3537,
"latitude": 6.5177
}
},
{
"model": "api.hospital",
"pk": 7,
"fields": {
"name": "Evercare Hospital Lekki",
"address": "1 Admiralty Way, Lekki Phase 1",
"city": "Lagos",
"state": "Lagos",
"email": "info@evercare.ng",
"phone": "+234-813-985-0710",
"longitude": 3.4572,
"latitude": 6.4377
}
},
{
"model": "api.hospital",
"pk": 8,
"fields": {
"name": "St. Nicholas Hospital",
"address": "57 Campbell Street, Lagos Island",
"city": "Lagos",
"state": "Lagos",
"email": "contact@saintnicholashospital.com",
"phone": "+234-802-290-8484",
"longitude": 3.3958,
"latitude": 6.4531
}
},
{
"model": "api.hospital",
"pk": 9,
"fields": {
"name": "Lagoon Hospital Ikoyi",
"address": "17B Bourdillon Road, Ikoyi",
"city": "Lagos",
"state": "Lagos",
"email": "info@lagoonhospitals.com",
"phone": "+234-708-639-3027",
"longitude": 3.4354,
"latitude": 6.4521
}
},
{
"model": "api.hospital",
"pk": 10,
"fields": {
"name": "Reddington Hospital",
"address": "12 Idowu Taylor St, Victoria Island",
"city": "Lagos",
"state": "Lagos",
"email": "info@reddingtonhospital.com",
"phone": "+234-1-271-5341",
"longitude": 3.4116,
"latitude": 6.4312
}
}
]