Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 4 hours ago
Hospitals
The data describes the hospital locations in Memphis (and Collierville) with 24 hour Emergency Departments. Each hospital location listed is a facility the Memphis Fire Department's Emergency Medical Services (EMS) Bureau provides transportation services to when patients require immediate medical attention beyond the EMS scope of practice.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"memphistn-gov/hospitals-nc7i-6cpg\".\"hospitals\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata