****************************************************************************** * January 2, 2019 * * This is an example of an SPSS program that creates an * SPSS file from the 2016 National Ambulatory Medical Care * Survey Supplement on Culturally and Linguistically Appropriate * Services for Office-based Physicians (National CLAS Physician Survey) * public use ASCII file: namcs_clas2016. * * The first line of the program should reflect the complete path and name * for your copy of the public-use file. The last line of the program * contains the path to your output '.sav' file. ******************************************************************************** FILE HANDLE TEST1 /NAME='C:\MYFILES\CLAS2016\SPSS\namcs_clas2016' /RECFORM=FIXED /LRECL=9999. DATA LIST FILE=TEST1 / PHYCODE 1-4 YRSCARER 5-6 SETTINGR 7 MDSCHTRG 8-9 CMETRG 10-11 CMEPOP1 12-13 CMEPOP2 14-15 CMEPOP3 16-17 CMEPOP4 18-19 CMEPOP5 20-21 CMEPOP6 22-23 CMEAREA1 24-25 CMEAREA2 26-27 CMEAREA3 28-29 CMEAREA4 30-31 CMEAREA5 32-33 CMEREQ 34-35 CLASTRAIN 36-37 CME12POP1 38-39 CME12POP2 40-41 CME12POP3 42-43 CME12POP4 44-45 CME12POP5 46-47 CME12POP6 48-49 CME12AREA1 50-51 CME12AREA2 52-53 CME12AREA3 54-55 CME12AREA4 56-57 CME12AREA5 58-59 CME12REQ 60-61 HIRETRG 62-63 OFFERTRG 64-65 CLASPOLICY 66-67 AWAREPOLICY 68-69 LIMITLIT1 70-71 LIMITLIT2 72-73 LIMITLIT3 74-75 LIMITLIT4 76-77 LIMITLIT5 78-79 LANGASST1 80-81 LANGASST2 82-83 LANGASST3 84-85 LANGASST4 86-87 LANGASST5 88-89 INTERP 90-91 INTERPTY1 92-93 INTERPTY2 94-95 INTERPTY3 96-97 TRANSMAT1 98-99 TRANSMAT2 100-101 TRANSMAT3 102-103 TRANSMAT4 104-105 TRANSMAT5 106-107 TRANSMAT6 108-109 TRANSMAT7 110-111 LANGUAGE 112-113 LANGSERV 114-115 KNOWBELIEFS 116-117 MEDNEED1 118-119 MEDNEED2 120-121 DIAGNOSE1 122-123 DIAGNOSE2 124-125 TREAT1 126-127 TREAT2 128-129 HLTHEDU1 130-131 HLTHEDU2 132-133 SERVASMT 134-135 SATISFY 136-137 COMPREHEND 138-139 TRMTADHERE 140-141 TRUST 142-143 QUALITYCARE 144-145 LIABILITY 146-147 FORMALPOLICY 148-149 RESOURCES 150-151 CULTRTRG 152-153 PATKNOW 154-155 OTHERFACTOR 156-157 CLASKNOW 158-159 CLASKNOW1 160-161 CLASKNOW2 162-163 CLASKNOW3 164-165 CLASKNOW4 166-167 CLASKNOW5 168-169 CLASADOPT 170-171 RECRACETH 172-173 PATHISPANICR 174-176 PATAINALNR 177-179 PATASIANR 180-182 PATBLACKR 183-185 PATNHOPIR 186-188 PATWHITER 189-191 PAT2MORER 192-194 PATDKNOWR 195-197 RECORD1 198-199 RECORD2 200-201 RECORD3 202-203 RECORD4 204-205 RECORD5 206-207 RECORD6 208-209 RECORD7 210-211 PHYSEX 212-213 PHYETHR 214-215 PHYRACER 216-217 PHYAGE50R 218 SPECRTYPER 219 YEAR 220-223 SUBFILE 224 REGION 225 CSTRATM 226-228 CLASWEIGHT 229-240 . VARIABLE LABELS PHYCODE "Physician code" YRSCARER "Including residency, how many years have you been providing direct care for patients in an office-based setting?" SETTINGR "In what setting do you typically provide care to the most patients?" MDSCHTRG "Did you receive any training in cultural competency in your clinical training programs including medical school and residency?" CMETRG "After medical school and residency, have you participated in training for cultural competency such as continuing medical education (CME)?" CMEPOP1 "If yes to CMETRG, which of these population groups have been addressed in the training(s) for cultural competency in which you have participated? - Racial/ethnic minorities" CMEPOP2 "If yes to CMETRG, which of these population groups have been addressed in the training(s) for cultural competency in which you have participated? - Religious groups" CMEPOP3 "If yes to CMETRG, which of these population groups have been addressed in the training(s) for cultural competency in which you have participated? - Lesbian, gay, bisexual, transgender (LGBT)" CMEPOP4 "If yes to CMETRG, which of these population groups have been addressed in the training(s) for cultural competency in which you have participated? - Persons with limited English proficiency (LEP)" CMEPOP5 "If yes to CMETRG, which of these population groups have been addressed in the training(s) for cultural competency in which you have participated? - Inmates/formerly incarcerated" CMEPOP6 "If yes to CMETRG, which of these population groups have been addressed in the training(s) for cultural competency in which you have participated? - Other" CMEAREA1 "Which of the following areas have been typically included in training(s) for cultural competency in which you have participated? - Cultural beliefs, values, and behaviors" CMEAREA2 "Which of the following areas have been typically included in training(s) for cultural comptency in which you have participated? - Organizational policies, plans, and protocols regarding cult" CMEAREA3 "Which of the following areas have been typically included in training(s) for cultural comptency in which you have participated? - Heatlh disparities" CMEAREA4 "Which of the following areas have been typically included in training(s) for cultural comptency in which you have participated? - Complementary and alternative healing practices" CMEAREA5 "Which of the following areas have been typically included in training(s) for cultural comptency in which you have participated? - Other" CMEREQ "Was your participation in training for cultural competency to satisfy a continuing medical education unit (CME) requirement or as a requirement for credentialing?" CLASTRAIN "Within the past 12 months, have you participated in any training for cultural competency?" CME12POP1 "If Yes to CLASTRAIN, which of these population groups have been addressed in the training(s) for cultural competency in which you have participated in the past 12 months? - Racial/ethnic mi" CME12POP2 "Which of these population groups have been addressed in the training(s) for cultural compentency in which you have participated in the past 12 months? - Religious groups" CME12POP3 "Which of these population groups have been addressed in the training(s) for cultural compentency in which you have participated in the past 12 months? - Lesbian, gay, bisexual, transgender" CME12POP4 "Which of these population groups have been addressed in the training(s) for cultural compentency in which you have participated in the past 12 months? - Persons with limited English profici" CME12POP5 "Which of these population groups have been addressed in the training(s) for cultural compentency in which you have participated in the past 12 months? - Inmates/formerly incarcerated" CME12POP6 "Which of these population groups have been addressed in the training(s) for cultural compentency in which you have participated in the past 12 months? - Other" CME12AREA1 "If Yes to CLASTRAIN,which of the following areas have been typically included in training(s) for cultural competency in which you have participated in past 12 mos? -Cultural beliefs, value" CME12AREA2 "If Yes to CLASTRAIN,which of the following areas have been typically included in training(s) for cultural competency in which you have participated in past 12 mos? -Organizational policies" CME12AREA3 "If Yes to CLASTRAIN,which of the following areas have been typically included in training(s) for cultural competency in which you have participated in past 12 mos? -Health disparities" CME12AREA4 "If Yes to CLASTRAIN,which of the following areas have been typically included in training(s) for cultural competency in which you have participated in past 12 mos? -Complementary and alter" CME12AREA5 "If Yes to CLASTRAIN,which of the following areas have been typically included in training(s) for cultural competency in which you have participated in past 12 mos? -Other" CME12REQ "Was your participation in training for cultural competency in the past 12 months to satisfy a continuing medical education unit (CME) requirement or as a requirement for credentialing?" HIRETRG "Is training in cultural competency required for newly hired physicians who join your practice?" OFFERTRG "How often does your practice offer or make available training in cultural competency?" CLASPOLICY "Does your practice have at least one written policy related to the provision of culturally and linguistically appropriate services?" AWAREPOLICY "If Yes to CLASPOLICY, if you work in a non-solo practice, how aware are you of your practice's written policy related to culturally and linguistically appropriate services?" LIMITLIT1 "In what format are printed materials provided to your patients with limited English literacy? - Documents created with plain language software or reviewed for literacy level" LIMITLIT2 "In what format are printed materials provided to your patients with limited English literacy? - Universal symbols" LIMITLIT3 "In what format are printed materials provided to your patients with limited English literacy? - Infographics" LIMITLIT4 "In what format are printed materials provided to your patients with limited English literacy? - Other" LIMITLIT5 "In what format are printed materials provided to your patients with limited English literacy? - Not applicable" LANGASST1 "Which of these free language-assistance services are available to patients in your practice? - Translated informational documents" LANGASST2 "Which of these free language-assistance services are available to patients in your practice? - Recorded messages in different languages on telephone lines" LANGASST3 "Which of these free language-assistance services are available to patients in your practice? - Translated signage and notices a key points of contact throughout the office" LANGASST4 "Which of these free language-assistance services are available to patients in your practice? - Other" LANGASST5 "Which of these free language-assistance services are available to patients in your practice? - Not applicable" INTERP "Do you use interpreters when working with patients who have limited English proficiency?" INTERPTY1 "If Yes to INTERP, when you use interpreters how often do you use each type? - Staff/contractor trained as a medical interpreter" INTERPTY2 "If Yes to INTERP, when you use interpreters how often do you use each type? - Bilingual staff" INTERPTY3 "If Yes to INTERP, when you use interpreters how often do you use each type? - Patient's relative or friend" TRANSMAT1 "What types of materials, in language(s) other than English, are available to your patients? - Wellness/illness related education" TRANSMAT2 "What types of materials, in language(s) other than English, are available to your patients? - Patient rights/informed consent documents" TRANSMAT3 "What types of materials, in language(s) other than English, are available to your patients? - Advanced directives" TRANSMAT4 "What types of materials, in language(s) other than English, are available to your patients? - Payment" TRANSMAT5 "What types of materials, in language(s) other than English, are available to your patients? - Care plan" TRANSMAT6 "What types of materials, in language(s) other than English, are available to your patients? - Other" TRANSMAT7 "What types of materials, in language(s) other than English, are available to your patients? - Not applicable" LANGUAGE "Are you fluent in a language besides English?" LANGSERV "How many languages, other than English, do you feel comfortable enough to provide health care services?" KNOWBELIEFS "How knowledgeable are you of your patients' health beliefs, customs, and values?" MEDNEED1 "When assessing your patients' medical needs, how often do you consider: Race/ethnicity?" MEDNEED2 "When assessing your patients' medical needs, how oten do you consider: Other cultural factors such as health beliefs, customs, values?" DIAGNOSE1 "When diagnosing your patients, how often do you consider: Race/ethnicity?" DIAGNOSE2 "When diagnosing your patients, how often do you consider: Other cultural factors such as health beliefs, customs, values?" TREAT1 "When treating your patients, how often do to you consider: Race/ethnicity?" TREAT2 "When treating your patients, how often do to you consider: Other cultural factors such as health beliefs, customs, values?" HLTHEDU1 "When conducting health education with your patients, how often do you consider: Race/ethnicity?" HLTHEDU2 "When conducting health education with your patients, how often do you consider: Other cultural factors such as health beliefs, customs, values?" SERVASMT "How often does your practice assess your services to patients for their cultural and linguistic appropriateness?" SATISFY "By providing culturally and linguistically appropriate services to my patients, I expect: Improved patient satisfaction with the services provided" COMPREHEND "By providing culturally and linguistically appropriate services to my patients, I expect: Improved comprehension of treatment and lifestyle recommendations" TRMTADHERE "By providing culturally and linguistically appropriate services to my patients, I expect: Better adherence to treatment and lifestyle recommendations" TRUST "By providing culturally and linguistically appropriate services to my patients, I expect: Improved patient trust" QUALITYCARE "By providing culturally and linguistically appropriate services to my patients, I expect: Improved quality of patient care (e.g., diagnostics, communication, treatment)" LIABILITY "By providing culturally and linguistically appropriate services to my patients, I expect: Decreased likelihood of liability/malpractice claims" FORMALPOLICY "How has each of the following factors affected you in providing cultural and linguistically appropriate services to your patients? - Formal written policy" RESOURCES "How has each of the following factors affected you in providing cultural and linguistically appropriate services to your patients? - Organizational resources" CULTRTRG "How has each of the following factors affected you in providing cultural and linguistically appropriate services to your patients? - Training in cultural competency" PATKNOW "How has each of the following factors affected you in providing cultural and linguistically appropriate servcies to your patients? - Personal knowledge about the prevailing beliefs, customs," OTHERFACTOR "How has each of the following factors affected you in providing culturall and linguistically appropriate servcies to your patients? - Other factors" CLASKNOW "How familiar are you with the National Standards for Culturally and Linguistically Appropriate Services in Health and Heatlh Care (the National CLAS Standards)?" CLASKNOW1 "If Yes to CLASKNOW, how have you gained knowledge about the National CLAS standards? - Through initial employment orientation in my current organization" CLASKNOW2 "If Yes to CLASKNOW, how have you gained knowledge about the National CLAS standards? - Through other trainings such as in-service, continuing education, or professional development activiti" CLASKNOW3 "If Yes to CLASKNOW, how have you gained knowledge about the National CLAS standards? - Through attending a training/meeting/webinar outside of my current organization" CLASKNOW4 "If Yes to CLASKNOW, how have you gained knowledge about the National CLAS standards? - Through reading a report, publication, newsletter, or other materials publicly available" CLASKNOW5 "If Yes to CLASKNOW, how have you gained knowledge about the National CLAS standards? - Other" CLASADOPT "Has your practice adopted the National CLAS standards?" RECRACETH "Does your practice record your patients' race or ethnicity?" PATHISPANICR "What percent of your patient population is represented by each of the following categories? - Hispanic or Latino, of any race" PATAINALNR "What percent of your patient population is represented by each of the following categories? - American Indian or Alaska Native, not Hispanic or Latino" PATASIANR "What percent of your patient population is represented by each of the following categories? - Asian, not Hispanic or Latino" PATBLACKR "What percent of your patient population is represented by each of the following categories? - Black or African American, not Hispanic or Latino" PATNHOPIR "What percent of your patient population is represented by each of the following categories? - Native Hawaiian or Other Pacific Islander, not NHspanic or Latino" PATWHITER "What percent of your patient population is represented by each of the following categories? - White, not Hispanic or Latino" PAT2MORER "What percent of your patient population is represented by each of the following categories? - Two or more races, not Hispanic or Latino" PATDKNOWR "What percent of your patient population is represented by each of the following categories? - I don't know" RECORD1 "What information does your practice record on your patients' culture and language characteristics? - Nationality/Nativity" RECORD2 "What information does your practice record on your patients' culture and language characteristics? - Patient's primary language" RECORD3 "What information does your practice record on your patients' culture and language characteristics? - Sexual orientation/gender identity" RECORD4 "What information does your practice record on your patients' culture and language characteristics? - Religion" RECORD5 "What information does your practice record on your patients' culture and language characteristics? - Income" RECORD6 "What information does your practice record on your patients' culture and language characteristics? - Other" RECORD7 "What information does your practice record on your patients' culture and language characteristics? - Not applicable. We do not collect information related to culture and language" PHYSEX "What is your sex?" PHYETHR "Physician ethnicity recode" PHYRACER "Physician race recode" PHYAGE50R "Physician age recode" SPECRTYPER "Physician specialty recode" YEAR "Survey year" SUBFILE "1=CLAS" REGION "Region of physician address from survey response" CSTRATM "Masked sampling stratum" CLASWEIGHT "Physician weight to produce national and regional estimates" SUBFILE "Survey identifier" . VALUE LABELS / YRSCARER 1 "Under 25 years" 2 "25 years or more" -9 "Blank" / SETTINGR 1 "Solo or group practice" 2 "Settings other than solo or group practice" / MDSCHTRG 1 "Yes" 2 "No" -7 "Not Applicable" -9 "Blank" / CMETRG 1 "Yes" 2 "No" -7 "Not Applicable" -9 "Blank" / CMEPOP1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEPOP2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEPOP3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEPOP4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEPOP5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEPOP6 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEAREA1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEAREA2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEAREA3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEAREA4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEAREA5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CMEREQ 1 "Yes" 2 "No" -7 "Not Applicable" -9 "Blank" / CLASTRAIN 1 "Yes" 2 "No" -7 "Not Applicable" -9 "Blank" / CME12POP1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12POP2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12POP3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12POP4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12POP5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12POP6 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12AREA1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12AREA2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12AREA3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12AREA4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12AREA5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / CME12REQ 1 "Yes" 2 "No" -7 "Not Applicable" -9 "Blank" / HIRETRG 1 "Yes" 2 "No" -9 "Blank" / OFFERTRG 1 "Annually" 2 "Biannually" 3 "Quarterly" 4 "Other" -7 "Not Applicable" -9 "Blank" / CLASPOLICY 1 "Yes" 2 "No" 3 "I don`t know" -9 "Blank" / AWAREPOLICY 1 "Not applicable (do not work in non-solo practice)" 2 "Not at all" 3 "Barely" 4 "Fairly well" 5 "Very well" -7 "Not applicable (based on skip)" -9 "Blank" / LIMITLIT1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / LIMITLIT2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / LIMITLIT3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / LIMITLIT4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / LIMITLIT5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" / LANGASST1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / LANGASST2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / LANGASST3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / LANGASST4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / LANGASST5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / INTERP 1 "Yes" 2 "No" -9 "Blank" / INTERPTY1 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not Applicable" -9 "Blank" / INTERPTY2 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not Applicable" -9 "Blank" / INTERPTY3 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not Applicable" -9 "Blank" / TRANSMAT1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / TRANSMAT2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / TRANSMAT3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / TRANSMAT4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / TRANSMAT5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / TRANSMAT6 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / TRANSMAT7 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / LANGUAGE 1 "Yes" 2 "No" -9 "Blank" / LANGSERV 1 "0" 2 "1" 3 "2" 4 "3" 5 "4 or more" -9 "Blank" / KNOWBELIEFS 1 "Not at all" 2 "Barely" 3 "Fairly well" 4 "Very well" -7 "Not applicable" -9 "Blank" / MEDNEED1 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / MEDNEED2 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / DIAGNOSE1 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / DIAGNOSE2 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / TREAT1 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / TREAT2 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / HLTHEDU1 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / HLTHEDU2 1 "Often" 2 "Sometimes" 3 "Rarely" 4 "Never" -7 "Not applicable" -9 "Blank" / SERVASMT 1 "More than 4 times a year" 2 "About 2 to 4 times a year" 3 "About once a year" 4 "Less than once a year" 5 "My services are not assessed for their cultural and linguistic appropriateness" -9 "Blank" / SATISFY 1 "Strongly Disagree" 2 "Disagree" 3 "Agree" 4 "Strongly Agree" -9 "Blank" / COMPREHEND 1 "Strongly Disagree" 2 "Disagree" 3 "Agree" 4 "Strongly Agree" -9 "Blank" / TRMTADHERE 1 "Strongly Disagree" 2 "Disagree" 3 "Agree" 4 "Strongly Agree" -9 "Blank" / TRUST 1 "Strongly Disagree" 2 "Disagree" 3 "Agree" 4 "Strongly Agree" -9 "Blank" / QUALITYCARE 1 "Strongly Disagree" 2 "Disagree" 3 "Agree" 4 "Strongly Agree" -9 "Blank" / LIABILITY 1 "Strongly Disagree" 2 "Disagree" 3 "Agree" 4 "Strongly Agree" -9 "Blank" / FORMALPOLICY 1 "Helped" 2 "Helped a little" 3 "Did not help" -7 "Not applicable" -9 "Blank" / RESOURCES 1 "Helped" 2 "Helped a little" 3 "Did not help" -7 "Not applicable" -9 "Blank" / CULTRTRG 1 "Helped" 2 "Helped a little" 3 "Did not help" -7 "Not applicable" -9 "Blank" / PATKNOW 1 "Helped" 2 "Helped a little" 3 "Did not help" -7 "Not applicable" -9 "Blank" / OTHERFACTOR 1 "Helped" 2 "Helped a little" 3 "Did not help" -7 "Not applicable" -9 "Blank" / CLASKNOW 1 "Never heard of it" 2 "Heard of it but do not know much about it" 3 "Know something about it" 4 "Very familiar with it" -9 "Blank" / CLASKNOW1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" -9 "Blank" / CLASKNOW2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" -9 "Blank" / CLASKNOW3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" -9 "Blank" / CLASKNOW4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" -9 "Blank" / CLASKNOW5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" -7 "Not applicable" -9 "Blank" / CLASADOPT 1 "Yes" 2 "No" 3 "I don`t know" -7 "Not applicable" -9 "Blank" / RECRACETH 1 "Yes" 2 "No" 3 "I don`t know" -9 "Blank" / PATHISPANICR -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / PATAINALNR -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / PATASIANR -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / PATBLACKR -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / PATNHOPIR -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / PATWHITER -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / PAT2MORER -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / PATDKNOWR -9 "Blank" -8 "Unknown" -7 "Not applicable" -5 "Entire item blank" / RECORD1 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / RECORD2 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / RECORD3 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / RECORD4 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / RECORD5 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / RECORD6 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / RECORD7 0 "Box is not marked" 1 "Box is marked" -5 "Entire item blank" / PHYSEX -9 "Blank" 1 "Female" 2 "Male" / PHYETHR -9 "Blank" 1 "No, not of Hispanic, Latino/a, or Spanish origin" 2 "Yes, of Hispanic, Latino/a or Spanish origin" / PHYRACER 1 "White only" 2 "All Other" -9 "Blank" / PHYAGE50R 1 "Under 50 years" 2 "50 years and over" / SPECRTYPER 1 "Primary care" 2 "Surgical care" 3 "Medical care" / REGION 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" / SUBFILE 1 "CLAS" . FORMATS CLASWEIGHT(F10.5). SAVE OUTFILE='C:\MYFILES\CLAS2016\SPSS\CLAS2016-spss.sav'. EXECUTE.