Performance Metrics - Public Health - Percent Served At STI Specialty Clinics
City of Chicago
@usgov.city_of_chicago_performance_metrics_public_health_perc_e6a1f206
City of Chicago
@usgov.city_of_chicago_performance_metrics_public_health_perc_e6a1f206
CREATE TABLE table_1 (
"month" VARCHAR,
"number_of_patients_turned_away_from_city_sti_clinics" BIGINT,
"percent_turned_away" DOUBLE,
"number_of_patients_served_at_city_sti_clinics" DOUBLE,
"percent_served" DOUBLE,
"total_number_of_patients_presenting_for_care_at_city_s_baf00018" DOUBLE,
"turn_away_target" DOUBLE,
"service_target" DOUBLE,
"months_target_was_met" VARCHAR,
"months_target_was_not_met" VARCHAR
);
Anyone who has the link will be able to view this.