Patient Characteristics Survey (PCS): 2013
State of New York
@usgov.state_of_new_york_patient_characteristics_survey_pcs_2013
State of New York
@usgov.state_of_new_york_patient_characteristics_survey_pcs_2013
The number of persons described by survey year (2013) reported in OMH Region-specific totals (Region of Provider) and three demographic characteristics of the client served during the week of the survey: gender (Male, Female,Transgender Male, Transgender Female), age (below 5,5–12, 13–17, 18–20, 21–34, 35–44, 45–64, 65–74, 75 and above, and unknown age) and race (White only, Black/ African American Only, Multi-racial, Other and unknown race) and ethnicity (Non-Hispanic, Hispanic, and Unknown). Persons with Hispanic ethnicity are grouped as “Hispanic,” regardless of race or races reported.
Organization: State of New York
Last updated: 2020-11-12T03:59:48.905104
Tags: mental-health, planning, psychiatric
CREATE TABLE table_1 (
"survey_year" BIGINT,
"program_category" VARCHAR,
"region_served" VARCHAR,
"age_group" VARCHAR,
"sex" VARCHAR,
"transgender" VARCHAR,
"sexual_orientation" VARCHAR,
"hispanic_ethnicity" VARCHAR,
"race" VARCHAR,
"living_situation" VARCHAR,
"household_composition" VARCHAR,
"primary_language" VARCHAR,
"veteran_status" VARCHAR,
"employment_status" VARCHAR,
"number_of_hours_worked_each_week" VARCHAR,
"educational_status" VARCHAR,
"special_educational_services" VARCHAR,
"mental_illness" VARCHAR,
"intellectual_disability" VARCHAR,
"autism_spectrum" VARCHAR,
"other_developmental_disabilities" VARCHAR,
"alcohol_related_disorder" VARCHAR,
"drug_substance_related_disorder" VARCHAR,
"mobility_impairment_disorder" VARCHAR,
"hearing_visual_impairment" VARCHAR,
"hyperlipidemia" VARCHAR,
"high_blood_pressure" VARCHAR,
"diabetes" VARCHAR,
"obesity" VARCHAR,
"heart_attack" VARCHAR,
"stroke" VARCHAR,
"other_cardiac" VARCHAR,
"pulmonary_asthma" VARCHAR,
"alzheimer_or_dementia" VARCHAR,
"kidney_disease" VARCHAR,
"liver_disease" VARCHAR,
"endocrine_condition" VARCHAR,
"neurological_condition" VARCHAR,
"traumatic_brain_injury" VARCHAR,
"joint_disease" VARCHAR,
"cancer" VARCHAR,
"no_chronic_med_condition" VARCHAR -- No Chronic Med. Condition,
"unknown_chronic_med_condition" VARCHAR -- Unknown Chronic Med. Condition,
"smokes" VARCHAR,
"receives_smoking_medication" VARCHAR,
"receives_smoking_counseling" VARCHAR,
"serious_mental_illness" VARCHAR,
"principal_diagnosis_class" VARCHAR,
"additional_diagnosis_class" VARCHAR,
"ssi_cash_assistance" VARCHAR,
"ssdi_cash_assistance" VARCHAR,
"veterans_disability_benefits" VARCHAR,
"veterans_cash_assistance" VARCHAR,
"public_assistance_cash_program" VARCHAR,
"other_cash_benefits" VARCHAR,
"medicaid_and_medicare_insurance" VARCHAR,
"no_insurance" VARCHAR,
"unknown_insurance_coverage" VARCHAR,
"medicaid_insurance" VARCHAR,
"medicaid_managed_insurance" VARCHAR,
"medicare_insurance" VARCHAR,
"private_insurance" VARCHAR,
"child_health_plus_insurance" VARCHAR,
"family_health_plus_insurance" VARCHAR,
"other_insurance" VARCHAR,
"criminal_justice_status" VARCHAR,
"three_digit_residential_zip_code" BIGINT
);Anyone who has the link will be able to view this.