Infant death rate (per 1,000 live births), New Jersey, by year: Beginning 2010
Rate: Number of deaths occurring in infants under 1 year of age in a given year per 1,000 live births.
Definition: Rate of death occurring under 1 year of age in a given year per 1,000 live births to resident mothers in the same year.
Data Sources: (1) New Jersey Birth Certificate Database, (2) Linked Infant Death-Birth Database, New Jersey
History:
MAR 2014
- 2020 target based on 2007 data.
MAR 2017
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/infant-death-rate-per-1000-live-births-new-jersey-68px-ynjm\".\"infant_death_rate_per_1000_live_births_new_jersey\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.