ARCHIVED: Mpox Vaccinations Given To SF Residents Over Time
City of San Francisco
@usgov.city_of_san_francisco_mpx_vaccinations_given_to_sf_res_f3b7c30d
City of San Francisco
@usgov.city_of_san_francisco_mpx_vaccinations_given_to_sf_res_f3b7c30d
In early February 2024, we will be retiring the Mpox Vaccinations Given to SF Residents Over Time dataset. This dataset will be archived and no longer update. A historic record of this data will remain available A. SUMMARY This dataset represents doses of mpox vaccine (JYNNEOS) administered in California to residents of San Francisco ages 18 years or older. This dataset only includes doses of the JYNNEOS vaccine given on or after 5/1/2022. All vaccines given to people who live in San Francisco are included, no matter where the vaccination took place. B. HOW THE DATASET IS CREATED Information on doses administered to those who live in San Francisco is from the California Immunization Registry (CAIR2), run by the California Department of Public Health (CDPH). C. UPDATE PROCESS Updated daily via automated process. D. HOW TO USE THIS DATASET Each row reflects the number of first, second, and total doses administered on that date and up through that date. E. CHANGE LOG
CREATE TABLE table_1 (
"date_administered" TIMESTAMP,
"new_doses_administered" BIGINT,
"new_first_dose_recipients" BIGINT,
"new_second_dose_recipients" BIGINT,
"cumulative_doses_administered" BIGINT,
"cumulative_first_dose_recipients" BIGINT,
"cumulative_second_dose_recipients" BIGINT,
"data_as_of" VARCHAR,
"data_updated_at" VARCHAR,
"data_loaded_at" VARCHAR
);Anyone who has the link will be able to view this.