Influenza (Flu)_Pneumonia
Basic Metadata
Note: this is the combination of influenza (flu) and pneumonia combined as they often co-occur together.
*Rates per 100,000 population. Age-adjusted rates per 100,000 2000 US standard population.
**Blank Cells: Rates not calculated for fewer than 5 events. Rates 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.
Code Source: ICD-9CM - AHRQ HCUP CCS v2015. ICD-10CM - AHRQ HCUP CCS v2018. ICD-10 Mortality - California Department of Public Health, Group Cause of Death Codes 2013; NHCS ICD-10 2e-v1 2017.
Data Guide, Dictionary, and Codebook:
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/influenza-flupneumonia-gnqh-iweu\".\"influenza_flupneumonia\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.