SHIP Age-Adjusted Mortality Rate From Heart Disease 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
Age-Adjusted Mortality Rate From Heart Disease - This indicator shows the age-adjusted mortality rate from heart disease (per 100,000 population). Heart disease is the leading cause of death in Maryland accounting for 25% of all deaths. Between 2012-2014, over 30,000 people died of heart disease in Maryland. <a href ="https://health.maryland.gov/pophealth/Documents/SHIP/SHIP%20Lite%20Data%20Details/Age-Adjusted%20Heart%20Disease.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-ageadjusted-mortality-rate-from-heart-disease-e3du-cv4i\".\"ship_ageadjusted_mortality_rate_from_heart_disease\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.