Vaccines.gov: COVID-19 Vaccinating Provider Locations
U.S. Department of Health & Human Services
@usgov.hhs_gov_vaccines_gov_covid_19_vaccinating_provider_loc_26bc1758
U.S. Department of Health & Human Services
@usgov.hhs_gov_vaccines_gov_covid_19_vaccinating_provider_loc_26bc1758
CREATE TABLE table_1 (
"provider_location_guid" VARCHAR,
"loc_store_no" VARCHAR,
"loc_phone" VARCHAR,
"loc_name" VARCHAR,
"loc_admin_street1" VARCHAR,
"loc_admin_street2" VARCHAR,
"loc_admin_city" VARCHAR,
"loc_admin_state" VARCHAR,
"loc_admin_zip" VARCHAR,
"sunday_hours" VARCHAR,
"monday_hours" VARCHAR,
"tuesday_hours" VARCHAR,
"wednesday_hours" VARCHAR,
"thursday_hours" VARCHAR,
"friday_hours" VARCHAR,
"saturday_hours" VARCHAR,
"web_address" VARCHAR,
"pre_screen" VARCHAR,
"insurance_accepted" VARCHAR,
"walkins_accepted" VARCHAR,
"provider_notes" VARCHAR,
"ndc" VARCHAR,
"med_name" VARCHAR,
"in_stock" BOOLEAN,
"supply_level" BIGINT,
"quantity_last_updated" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"category" VARCHAR,
"unnamed_column" VARCHAR,
"offers_free_masks" BOOLEAN,
"min_age_months" DOUBLE,
"min_age_years" DOUBLE,
"bridge_access_program" VARCHAR
);
Anyone who has the link will be able to view this.