Screened-in And Screened-out Referrals
U.S. Department of Health & Human Services
@usgov.hhs_gov_screened_in_and_screened_out_referrals
U.S. Department of Health & Human Services
@usgov.hhs_gov_screened_in_and_screened_out_referrals
CREATE TABLE table_1 (
"state" VARCHAR,
"screened_in_referrals_reports" BIGINT,
"screened_out_referrals" DOUBLE,
"total_referrals" BIGINT,
"screened_in_referrals_reports_percent" DOUBLE,
"screened_out_referrals_percent" DOUBLE,
"total_referrals_rate_per_1_000" DOUBLE
);
Anyone who has the link will be able to view this.