Rates of TBI-related Emergency Department Visits, Hospitalizations, and Deaths by Sex - United States, 2001 – 2010
Overall rates of TBI climbed slowly from 2001 through 2007, then spiked sharply in 2008 and continued to climb through 2010. The increase in TBI rates in 2008 was much sharper for men (nearly 40% increase) than for women (20% increase). In 2007, overall rates of TBI were 26% higher in men compared to women. In 2008, that gap began to widen, reaching 61% in 2009 before narrowing to 29% in 2010. Rates of overall TBI are largely driven by rates of TBI-related ED visits.
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/rates-of-tbirelated-emergency-department-visits-b4av-siev\".\"rates_of_tbirelated_emergency_department_visits\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.