ACT Admission To Discharge Outcomes: 5 Year Window
State of New York
@usgov.state_of_new_york_act_admission_to_discharge_outcomes__3ec80709
State of New York
@usgov.state_of_new_york_act_admission_to_discharge_outcomes__3ec80709
CREATE TABLE table_1 (
"date_created" TIMESTAMP,
"discharge_year" BIGINT,
"region_name" VARCHAR,
"aot_status_at_admission" VARCHAR,
"mental_health_diagnosis" VARCHAR,
"denominator" BIGINT,
"living_situation_private_residence_at_admission" BIGINT,
"living_situation_private_residence_at_discharge" BIGINT,
"living_situation_supported_housing_at_admission" BIGINT,
"living_situation_supported_housing_at_discharge" BIGINT,
"living_situation_institution_at_admission" BIGINT,
"living_situation_institution_at_discharge" BIGINT,
"living_situation_unstably_housed_at_admission" BIGINT,
"living_situation_unstably_housed_at_discharge" BIGINT,
"living_situation_homeless_at_admission" BIGINT,
"living_situation_homeless_at_discharge" BIGINT,
"education_enrollment_at_admission" BIGINT,
"education_enrollment_at_discharge" BIGINT,
"employed_at_admission" BIGINT,
"employed_at_discharge" BIGINT,
"psychiatric_hospitalization_at_admission" BIGINT,
"psychiatric_hospitalization_at_discharge" BIGINT,
"psychiatric_er_visit_at_admission" BIGINT,
"psychiatric_er_visit_at_discharge" BIGINT,
"substance_use_disorder_at_admission" BIGINT,
"substance_use_disorder_at_discharge" BIGINT,
"any_substance_use_at_admission" BIGINT,
"any_substance_use_at_discharge" BIGINT,
"homeless_at_admission" BIGINT,
"homeless_at_discharge" BIGINT,
"active_aot_status_at_admission" BIGINT,
"active_aot_status_at_discharge" BIGINT,
"forensic_involvement_at_admission" BIGINT,
"forensic_involvement_at_discharge" BIGINT,
"harm_to_self_at_admission" BIGINT,
"harm_to_self_at_discharge" BIGINT,
"harm_to_others_at_admission" BIGINT,
"harm_to_others_at_discharge" BIGINT,
"property_damage_at_admission" BIGINT,
"property_damage_at_discharge" BIGINT
);
Anyone who has the link will be able to view this.