EMS - Distribution of Work
Static Data Set This table shows ATCEMS distribution of work for FY 2017
Distribution of Work is the breakdwon of work provided by EMS personnel including responding, providing medical care for patients, and disinfecting medical equipment and replacing used medical supplies after every response.
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 \"datahub-austintexas-gov/ems-distribution-of-work-xc6y-pn5k\".\"ems_distribution_of_work\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.