Alameda County Inpatient Visits (Hospitalizations), 2012-2014
Data for Alameda County and constituent zip codes. Because of low counts and stability concerns, some data are suppressed; these have a -1 in place of the data. Most data are for the primary diagnosis, while those that are titled 'Related' are from the primary and first four associated diagnoses. Childhood asthma is for those less than five years. From the Community Assessment, Planning, and Evaluation unit of the Alameda County Public Health Department, with data from the California Office of Statewide Health Planning and 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 \"acgov/alameda-county-inpatient-visits-hospitalizations-s8rj-cy4n\".\"alameda_county_inpatient_visits_hospitalizations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.