Combined Asthma Emergency Department And Hospitalizations By Census Tract, Town, Connecticut, 2010-2014
State of Connecticut
@usgov.state_of_connecticut_combined_asthma_emergency_departm_a61e071f
State of Connecticut
@usgov.state_of_connecticut_combined_asthma_emergency_departm_a61e071f
Note: 77% of overall reported events were geocoded by census tract level [ESRI ArcGIS], and the remaining 23% of events were equally weighted and redistributed proportionally within each town across the state. Therefore, all numbers and rates are estimates only, and reflect all asthma hospitalizations and ED visits that occurred in Connecticut from 2010-2014.
Rates based on counts fewer than 20 are unstable, and therefore are not presented; cells with less than 6 events are not displayed due to confidentiality regulations.
Organization: State of Connecticut
Last updated: 2020-11-12T14:56:35.308696
Tags: asthma, emergency-department, hospitalizations
CREATE TABLE table_1 (
"town" VARCHAR,
"census_tract" BIGINT,
"total_number_of_cases" BIGINT,
"total_rate_per_10_000" DOUBLE,
"number_of_female_cases" BIGINT,
"female_rate_per_10_000" DOUBLE,
"number_of_male_cases" BIGINT,
"male_rate_per_10_000" DOUBLE,
"number_of_cases_19_years_old" BIGINT -- Number Of Cases <=19 Years Old,
"rate_per_10_000_19_years_old" VARCHAR -- Rate Per 10,000 <=19 Years Old,
"number_of_cases_20_years_old" BIGINT -- Number Of Cases >=20 Years Old,
"rate_per_10_000_20_years_old" DOUBLE -- Rate Per 10,000 >=20 Years Old
);Anyone who has the link will be able to view this.