forked from buildafrica/hospitalsghana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hospitals.json
90 lines (90 loc) · 2.46 KB
/
hospitals.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
{
"name": "Yeboah Hospital",
"address": "Boundary Rd, Accra",
"coordinates": {
"lat": "5.6381897",
"long": "-0.1529364"
},
"contacts": ["050 446 6550", "0302 985417"],
"email": "[email protected]",
"website": "http://www.yeboahhospital.com/",
"services": ["General"],
"type": "Private"
},
{
"name": "37 Military Hospital",
"address": "Neghelli Barracks Liberation Rd 37, Accra, Ghana",
"coordinates": {
"lat": "5.6166871",
"long": "-0.1807752"
},
"contacts": ["0302 774 318", "0302 777 595", "0302 767 691", "0302 786 103"],
"email": "",
"website": "gafonline.com/37militaryhospital/index.php/homepage",
"services": ["General"],
"type": "Public"
},
{
"name": "DEL International Hospital",
"address": "65/67 Nii Sai Street, 65 Fourth St, Accra",
"coordinates": {
"lat": "5.6523036",
"long": "-0.1558927"
},
"contacts": ["030 254 3256"],
"email": "[email protected]",
"website": "http://www.delinternationalhospital.com/",
"services": ["General"],
"type": "Public"
},
{
"name": "Bemuah Royal Hospital",
"address": "East Legon, 17 Asoyi Crescent, Behind The Mtn Office Near American Housr, East Legon, Accra, Ghana",
"coordinates": {
"lat": "5.6754346",
"long": "-0.1700398"
},
"contacts": ["+233 302 543 652", "+233 233 66 36 36"],
"email": "",
"website": "http://bemuahospital.com/",
"services": ["General", "Cardiology", "Respiratory Care", "Out Patient Care", "Critical Care "],
"type": "Private"
},
{
"name": "Manhyia District Hospital",
"address": "Manhyia, Kumasi, Ghana",
"coordinates": {
"lat": "",
"long": ""
},
"contacts": [],
"email": "",
"website": "",
"services": ["General"],
"type": "Public"
},
{
"name": "Nyaho Medical Center",
"address": "35 Kofi Annan St, Airport Residential Area, Accra, Ghana",
"contact": "03070864890",
"email": "www.nyahomedical.com",
"type": "Private Clinic",
"services": ["24/7 Primary Care Practice", "Anaesthesia", "General", "Dentistry", "Dermatology", "Dietetics", "Haematology", "Internal Medicine"],
"type of insurance": [
"ACACIA HEALTH INSURANCE",
"ACE MEDICAL INSURANCE",
"APEX HEALTH",
"COSMOPOLITAN",
"GLICO HEALTHCARE",
"KAISER MUTUAL HEALTH",
"METROPOLITAN HEALTH",
"NATIONWIDE MUTUAL HEALTHCARE",
"PHOENIX HEALTH INSURANCE",
"PREMIER MUTUAL HEALTH",
"UNIVERSAL HEALTH INSURANCE"
],
"number of bed": "10",
"Working hours": "24/7 throughout the year"
}
]