EMS - Quarterly OMD Clinical Performance Indicators
This table contains data related to Clinical Performance Indicators (CPIs) used by the City of Austin/Travis County EMS System Office of the Medical Director (OMD). More information on CPIs can be found at http://www.austintexas.gov/page/performance-improvement.
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-quarterly-omd-clinical-performance-indicators-2cxe-9vbj\".\"ems_quarterly_omd_clinical_performance_indicators\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.