Strategic Measure Client Referrals To Neighborhood Centers And Health Equity
City of Austin
@usgov.city_of_austin_strategic_measure_client_referrals_to_n_339d811b
City of Austin
@usgov.city_of_austin_strategic_measure_client_referrals_to_n_339d811b
CREATE TABLE table_1 (
"fiscal_year" BIGINT,
"number_of_people_who_received_a_test_from_austin_public_health" BIGINT,
"neighborhood_center_referrals_numerator" BIGINT,
"neighborhood_center_referrals_denominator" BIGINT,
"percent_of_clients_referred_to_neighborhood_center" DOUBLE,
"health_equity_unit_referrals_numerator" BIGINT,
"health_equity_unit_referrals_denominator" BIGINT,
"percent_of_clients_referred_to_health_equity_unit" DOUBLE,
"combined_referrals_numerator" BIGINT,
"combined_referrals_denominator" BIGINT,
"combined_referrals_percent_of_clients_referred" DOUBLE
);
Anyone who has the link will be able to view this.