-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhospitals.json
64 lines (64 loc) · 1.59 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
{
"values": [
{
"id": "1",
"name": "Southern California Hospital at Hollywood",
"lat": "34.1118016",
"long": "-118.2848717",
"score": 68,
"empty_bed": 10,
"specialities": [
"eye",
"ear"
]
},
{
"id": "2",
"name": "Keck Hospital of USC",
"lat": "35.7131699",
"long": "51.3784919",
"score": 30,
"empty_bed": 20,
"specialities": [
"eye",
"ear"
]
},
{
"id": "3",
"name": "Southern California Hospital at Culver City",
"lat": "35.7131699",
"long": "51.3784919",
"score": 32,
"empty_bed": 30,
"specialities": [
"eye",
"ear"
]
},
{
"id": "4",
"name": "Dignity Health - California Hospital Medical Center",
"lat": "36.38220428075101",
"long": "-119.01566748685103",
"score": 53,
"empty_bed": 66,
"specialities": [
"eye",
"ear"
]
},
{
"id": "5",
"name": "LAC+USC Medical Center",
"lat": "33.93997997052091",
"long": "-118.63514061133456",
"score": 43,
"empty_bed": 33,
"specialities": [
"eye",
"ear"
]
}
]
}