Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 4 hours ago
Coronary heart disease death rates, New Jersey, by year: Beginning 2010
Rate: Age-adjusted rate of deaths due to coronary heart disease per 100,000 population.
Definition: deaths with coronary heart disease as the underlying cause (ICD-10 codes: I11, I20-I25).
Data Sources:
(1) Death Certificate Database, Office of Vital Statistics and Registry, New Jersey Department of Health
(2) Population Estimates, State Data Center, New Jersey Department of Labor and Workforce Development.
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 \"healthdata-nj-gov/coronary-heart-disease-death-rates-new-jersey-by-5dpz-3wxj\".\"coronary_heart_disease_death_rates_new_jersey_by\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata