ARCHIVED - Fetal Mortality
For current version see: https://www.sandiegocounty.gov/content/sdc/hhsa/programs/phs/maternal_child_family_health_services/MCFHSstatistics.html
Basic Metadata
Note: Fetal Mortality Rate is rate of fetal deaths (at least 20 complete weeks of gestation) per 1,000 live births and fetal deaths, by geography. Reporting of fetal deaths is known to be incomplete.
Blank Cells: Rates not calculated for fewer than 5 events. Rates not calculated in cases where mother's zip code of residence is unknown.
Sample Interpretation: "There were 5 fetal deaths per 1,000 live births and fetal deaths in Geography X".
Prepared by: County of San Diego, Health & Human Services Agency, Public Health Services, Community Health Statistics Unit, 2019.
Sources: VRBIS- California Department of Public Health, Center for Health Statistics, Office of Health Information and Research, Vital Records Business Intelligence System, 2017. Cohort file: State of California, Department of Public Health, Death Statistical Master Files (before 2014), California Comprehensive Death Files (2014 and later), and Birth Statistical Master Files.
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 \"internal-sandiegocounty-data-socrata/archived-fetal-mortality-htgk-8hrt\".\"archived_fetal_mortality\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.