Hacker News new | ask | show | jobs
by kjell 4152 days ago
I'd suggest looking at openstreetmap for hospitals with emergency rooms. This might also give you an easy way to allow people to update the data.

OSM has http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital

  amenity=hospital
  name=Royal London Hospital
  emergency=yes
2 comments

I've been working on this over the weekend. Due to imported data, the quality of hospitals in OSM (for the US) is pretty low. There are hundreds of doctors offices, clinics and nursing homes that are listed as hospitals.

(I've been correcting the data in my region. I have the idea to do some analysis for the entire country and incite people to clean up their areas. The Medicare dataset mentioned in this thread really makes that easier.)

Here's a query for the OSM tagged emergency rooms near me: http://overpass-turbo.eu/s/7pL (move the map and press "run" and it will update)

https://www.mapbox.com/blog/coffee-directions/ has a "coffee finder" that will give directions, but replace "coffee" with "emergency room" and it suddenly has a much greater impact.

That query works better than just looking for hospitals.

At a glance the rest look okay, but I converted one of the results into a 24 hour clinic (which is a better semantic match for urgent care than hospital+emergency=yes).