opendata-utah-gov/2014-utah-statelevel-ambulatory-surgery-procedures-xdgg-9vk2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 6 hours ago

2014 Utah State-Level Ambulatory Surgery Procedures

The 2014 Ambulatory Surgery Database contains data on reportable procedures from all submitting ambulatory surgery facilities in Utah. Facility level information is available on the Office of Health Care Statistics in a downloadable format, http://health.utah.gov/hda/reports/Ambsurg14.xlsx

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 \"opendata-utah-gov/2014-utah-statelevel-ambulatory-surgery-procedures-xdgg-9vk2\".\"2014_utah_statelevel_ambulatory_surgery_procedures\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2014_utah_statelevel_ambulatory_surgery_procedures
     
     
     
     
     
Upstream Metadata