Baselight

Flu Shot Locations - 2014 - Present

City of Chicago

@usgov.city_of_chicago_flu_shot_locations_2014_present

Loading...
Loading...

About this Dataset

Flu Shot Locations - 2014 - Present

List of free flu clinics offered throughout Chicago, either by the Department of Public Health or in collaboration with it.

Unlike older versions of the flu shot datasets, this one combines multiple years and will grow over the years. Seasons are now identified by the years they span (e.g., 2018-2019) instead of the year in which they begin (e.g., 2018).

Each season has a filtered view showing only records from that season. These filtered views can be used for almost all purposes as if they were datasets.

This dataset approximately follows https://github.com/codeforamerica/flu-shot-spec/blob/master/data-format.csv and is designed for use by https://github.com/tkompare/chicagoflushots.

For more information about the flu, go to https://www.cityofchicago.org/city/en/depts/cdph/provdrs/flu.html.
Organization: City of Chicago
Last updated: 2020-11-10T16:55:33.141657
Tags: flu, health, immunization, vaccination

Tables

Table 1

@usgov.city_of_chicago_flu_shot_locations_2014_present.table_1
  • 146.39 KB
  • 2444 rows
  • 27 columns
Loading...

CREATE TABLE table_1 (
  "season" VARCHAR,
  "facility_id" BIGINT,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "street1" VARCHAR,
  "street2" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "postal_code" BIGINT,
  "country" VARCHAR,
  "facility_name" VARCHAR,
  "url" VARCHAR,
  "phone" VARCHAR,
  "contact" VARCHAR,
  "begin_date" TIMESTAMP,
  "end_date" TIMESTAMP,
  "begin_time" VARCHAR,
  "end_time" VARCHAR,
  "begin_datetime" VARCHAR,
  "end_datetime" VARCHAR,
  "recurrence_days" VARCHAR,
  "hours" VARCHAR,
  "eligibility" VARCHAR,
  "cost" VARCHAR,
  "notes" VARCHAR,
  "record_id" VARCHAR,
  "location" VARCHAR
);

Share link

Anyone who has the link will be able to view this.