SHIP Fall-Related Death Rate 2009-2021
This is historical data. The update frequency has been set to "Static Data" and is here for historic value. Updated on 8/14/2024
Fall-Related Death Rate - This indicator shows the rate of fall-related deaths per 100,000 population. Falls are a major cause of preventable death among the elderly and have increased across age groups in the past decade. Causes of fall-related deaths differ between the elderly and young and middle-aged populations, and require different prevention strategies. In 2009, falls accounted for 30% of accidental deaths. <a href="https://health.maryland.gov/pophealth/Documents/SHIP/SHIP%20Lite%20Data%20Details/Fall.pdf" > Link to Data Details </a>
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 \"opendata-maryland-gov/ship-fallrelated-death-rate-20092021-kz6e-axdv\".\"ship_fallrelated_death_rate_20092021\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.