NAM CAHPS 2014 Public Use
U.S. Department of Health & Human Services
@usgov.hhs_gov_nam_cahps_2014_public_use
U.S. Department of Health & Human Services
@usgov.hhs_gov_nam_cahps_2014_public_use
In fall 2014, the Center for Medicaid and CHIP Services (CMCS) conducted a Nationwide Adult Medicaid (NAM) Consumer Assessment of Healthcare Providers and Systems (CAHPS) survey of Medicaid enrollees to attain national and state-by-state measures of access, barriers to care, and experiences with care across delivery systems and major population subgroups. The survey interviewed a representative sample of adults ages 18 and older enrolled in Medicaid during October through December 2013. Additional information, including a data dictionary and analysis guidance and downloadable SAS files are available on the NAM CAHPS webpage. Please note that all analyses must account for the survey’s sample design and use weights and strata. Sample code is available in on the NAM CAHPS webpage.
Organization: U.S. Department of Health & Human Services
Last updated: 2021-10-08T11:55:33.135103
Tags: medicaid
CREATE TABLE table_1 (
"puf_id" BIGINT,
"state" VARCHAR,
"stratum" BIGINT,
"finalweight" DOUBLE,
"sex1" BIGINT,
"age1" BIGINT,
"age2" BIGINT,
"age3" BIGINT,
"race1" BIGINT,
"race2" BIGINT,
"race3" BIGINT,
"ethnicity1" BIGINT,
"education1" BIGINT,
"education2" BIGINT,
"education3" BIGINT,
"q1" BIGINT,
"q3" BIGINT,
"q4" BIGINT,
"q5" BIGINT,
"q6" BIGINT,
"q7" BIGINT,
"q8" BIGINT,
"q9" BIGINT,
"q10" BIGINT,
"q11" BIGINT,
"q12" BIGINT,
"q13" BIGINT,
"q14" BIGINT,
"q15" BIGINT,
"q16" BIGINT,
"q17" BIGINT,
"q18" BIGINT,
"q19" BIGINT,
"q20" BIGINT,
"q21" BIGINT,
"q22" BIGINT,
"q23" BIGINT,
"q24a" BIGINT,
"q24b" BIGINT,
"q24c" BIGINT,
"q24d" BIGINT,
"q24e" BIGINT,
"q25" BIGINT,
"q26" BIGINT,
"q27" BIGINT,
"q28" BIGINT,
"q29" BIGINT,
"q30" BIGINT,
"q31" BIGINT,
"q32" BIGINT,
"q33" BIGINT,
"q34" BIGINT,
"q35" BIGINT,
"q36" BIGINT,
"q37" BIGINT,
"q38" BIGINT,
"q39" BIGINT,
"q40" BIGINT,
"q41" BIGINT,
"q42" BIGINT,
"q43" BIGINT,
"q44a" BIGINT,
"q44b" BIGINT,
"q44c" BIGINT,
"q44d" BIGINT,
"q44e" BIGINT,
"q44f" BIGINT,
"q44g" BIGINT,
"q44h" BIGINT,
"q45" BIGINT,
"q46" BIGINT,
"q47" BIGINT,
"q48" BIGINT,
"q49" BIGINT,
"q50" BIGINT,
"q51" BIGINT,
"q52" BIGINT,
"q53" BIGINT,
"q54" BIGINT,
"q55" BIGINT,
"q56" BIGINT,
"q57" BIGINT,
"q58" BIGINT,
"q59" BIGINT,
"q60" BIGINT,
"q61" BIGINT,
"q62" BIGINT,
"q63" BIGINT,
"q64" BIGINT,
"q70" BIGINT,
"q71a" BIGINT,
"q71b" BIGINT,
"q71c" BIGINT,
"q71d" BIGINT,
"q71e" BIGINT,
"state_stratum" BIGINT
);Anyone who has the link will be able to view this.