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
The Chicago Department of Public Health (CDPH) Division of STD/HIV/AIDS Public Policy and Programs works in partnership with communities to advance the prevention and treatment of HIV and sexually transmitted infections (STIs).  CDPH maintains drop-in STI Specialty Clinics & HIV Early Intervention Services in South Austin, Englewood, Roseland, Lakeview and West Town that diagnose and treat STIs and provide information about condom use and other STI prevention methods.  These clinics are offered at no cost, and on a first-come, first-serve basis.  This metric tracks the percent of patients served by the STI Specialty Clinics per month out of the total number of people who seek care.  The monthly performance goal is to serve 100% of those seeking care.  For more information about City STI/HIV/AIDS Services, see http://www.cityofchicago.org/city/en/depts/cdph/provdrs/sti_hiv_aids.html
Organization: City of Chicago
Last updated: 2020-11-10T16:54:26.292000
Tags: cdph, clinic, health, performance-metrics, service-delivery, sti
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  -- Total Number Of Patients Presenting For Care At City STI Clinics,
  "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.