Vaccination Dose Rates In Jefferson County, KY
Louisville Metro Government
@usgov.louisville_metro_government_vaccination_dose_rates_in__562a05d9
Louisville Metro Government
@usgov.louisville_metro_government_vaccination_dose_rates_in__562a05d9
This data set is no longer being updated and is historical, last update 10/10/2022.
Provides daily account of dose counts, completed series, rate of first doses, and rate of Completed Series given to Jefferson County, KY residents. ACS 2019 demographics are referenced in population counts and calculations.
| Fieldname | Definition |
|---|---|
| Group_type | TOTAL – includes all residents of Jefferson County |
| admin_date | date the first dose was administered to the recipient |
| population_count | Estimated total population based on ACS2019_county_age_gender |
| DOSE_1 | number of recipients who received the first dose on the admin_date, by Group_type |
| DOSE_2 | number of recipients who received the second dose on the admin_date, by Group_type |
| isJSN | number of recipients who received the Johnson & Johnson dose on the admin_date, by Group_type |
| Total_Dose_1 | number of recipients, to date, who received the first dose, by Group_type |
| Total_Dose_2 | number of recipients, to date, who received the second dose, by Group_type |
| Total_JSN | number of recipients, to date, who received the Johnson & Johnson dose, by Group_type |
| Completed_Series | number of recipients, to date, who completed their vaccination series, by Group_type |
| Dose_1_rate_per100k | The number of recipients who received the first dose per 100k, by Group_type Total_Dose_1*100000.0/ population_count |
| Completed_Series_rate_per100k | The number of recipients who received the first dose per 100k, by Group_type (Total_JSN +Total_Dose_2)*100000.0/ population_count |
| LOADED | date the date was loaded into the system |
Note: This data is preliminary, routinely updated, and is subject to change
For questions about this data please contact Angela Graham (Angela.Graham@louisvilleky.gov) or YuTing Chen (YuTing.Chen@louisvilleky.gov) or call (502) 574-8279.
Organization: Louisville Metro Government
Last updated: 2025-07-30T13:19:09.572393
Tags: coronavirus, covid, covid-19, covid-vaccine, health, historical, jefferson, ky, lmphw, lojic, louisville, modp, open-data, recently-added
CREATE TABLE table_1 (
"group_type" VARCHAR,
"admin_date" VARCHAR,
"population_count" BIGINT,
"dose_1" BIGINT,
"dose_2" BIGINT,
"isjsn" BIGINT,
"ic_booster" BIGINT,
"gp_booster" BIGINT,
"ic_gp_booster" BIGINT,
"total_dose_1" BIGINT,
"total_dose_2" BIGINT,
"total_jsn" BIGINT,
"completed_series" BIGINT,
"total_ic_booster" BIGINT,
"total_gp_booster" BIGINT,
"total_ic_gp_booster" BIGINT,
"dose_1_rate_per100k" DOUBLE,
"completed_series_rate_per100k" DOUBLE,
"ic_booster_percent" DOUBLE,
"gp_booster_percent" DOUBLE,
"booster_percent" DOUBLE,
"loaded" VARCHAR,
"objectid" BIGINT
);Anyone who has the link will be able to view this.