DQS Estimate of Emergency Department Visits in the United States, 2016-2022
These data include counts and rates of emergency department visits from 2016-2022 for selected primary diagnoses and reasons for visit, stratified by selected patient and hospital characteristics.
Search, visualize, and download these and other estimates from over 120 health topics with the NCHS Data Query System (DQS), available from: https://www.cdc.gov/nchs/dataquery/index.htm.
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 \"cdc-gov/dqs-estimate-of-emergency-department-visits-in-the-k6sd-3kb8\".\"dqs_estimate_of_emergency_department_visits_in_the\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.