ARCHIVED - Live Births
For current version see: https://www.sandiegocounty.gov/content/sdc/hhsa/programs/phs/maternal_child_family_health_services/MCFHSstatistics.html
Basic Metadata
Note: Live Births Percentage are the number of live births in a geography divided by the number of live births in San Diego County.
**Blank Cells: Percentages not calculated for fewer than 5 events. Percentages not calculated in cases where zip code is unknown.
***API: Asian/Pacific Islander.
***AIAN: American Indian/Alaska Native.
Prepared by: County of San Diego, Health & Human Services Agency, Public Health Services, Community Health Statistics Unit, 2019.
Data Guide, Dictionary, and Codebook:
Interpretation: "10% of all births in San Diego County occurred in Geography X".
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-live-births-tcji-smam\".\"archived_live_births\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.