EMS - Customer Satisfaction By Month
ATCEMS conducts phone surveys of all patients or their family members for whom the department has a valid phone number. The survey is performed within 72 hours of department contact with the patient. This table contains data describing patient satisfaction with ATCEMS services in response to a question posed in the survey.
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-customer-satisfaction-by-month-fszi-c96k\".\"ems_customer_satisfaction_by_month\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.