********************************************************************* * JUNE 12, 2013 8:30 AM * * THIS IS AN EXAMPLE OF AN SPSS SCRIPT THAT CREATES * A TEMPORARY SPSS FILE FROM THE * 2012 NHIS PUBLIC USE samchild.DAT ASCII FILE * * THIS IS STORED IN samchild.SPS ********************************************************************* FILE HANDLE TEMP /NAME='C:\NHIS2012\samchild.dat' /RECFORM=VARIABLE /LRECL=529 DATA LIST FILE=TEMP FIXED RECORDS=1 TABLE / RECTYPE 1 - 2 SRVY_YR 3 - 6 HHX 7 - 12 (A) INTV_QRT 13 - 13 INTV_MON 14 - 15 FMX 16 - 17 (A) FPX 18 - 19 (A) WTIA_SC 20 - 26 WTFA_SC 27 - 32 REGION 33 - 33 STRAT_P 34 - 36 PSU_P 37 - 38 SEX 39 - 39 HISPAN_I 40 - 41 RACERPI2 42 - 43 MRACRPI2 44 - 45 MRACBPI2 46 - 47 AGE_P 48 - 49 CSRESPNO 50 - 51 (A) CSRELTIV 52 - 53 LATEINTC 54 - 54 FDRN_FLG 55 - 55 TOTOZ_P 56 - 58 BWTGRM_P 59 - 62 CHGHT_TC 63 - 64 CWGHT_TC 65 - 67 BMI_SC 68 - 71 AMR1R 72 - 72 AODD1 73 - 73 ADD2 74 - 74 AMR2R 75 - 75 AODD2 76 - 76 CCONDL01 77 - 77 CCONDL02 78 - 78 CCONDL03 79 - 79 CCONDL04 80 - 80 CCONDL05 81 - 81 CCONDL6R 82 - 82 CCONDL07 83 - 83 CCONDL08 84 - 84 CCONDL09 85 - 85 CCONDL10 86 - 86 CPOX 87 - 87 CPOX12MO 88 - 88 CASHMEV 89 - 89 CASSTILL 90 - 90 CASHYR 91 - 91 CASERYR1 92 - 92 CHPYR 93 - 93 CHYPMED 94 - 94 CCHLYR 95 - 95 CFLUPNYR 96 - 96 CCONMED 97 - 97 CSINYR 98 - 98 CSTREPYR 99 - 99 HAYF1 100 - 100 RALLG1 101 - 101 DALLG1 102 - 102 SALLG1 103 - 103 DIARH1 104 - 104 ANEMIA1 105 - 105 EARINF1 106 - 106 SEIZE1 107 - 107 HAYF2 108 - 108 RALLG2 109 - 109 DALLG2 110 - 110 SALLG2 111 - 111 DIARH2 112 - 112 ANEMIA2 113 - 113 FHEAD 114 - 114 EARINF2 115 - 115 SEIZE2 116 - 116 STUTTER 117 - 117 CHEADYR 118 - 118 CABDOMYR 119 - 119 CJNTSYMP 120 - 120 CPAINECK 121 - 121 CPAINLB 122 - 122 CMUSCLYR 123 - 123 CSPNYR 124 - 124 CDENYR 125 - 125 CPNOTHYR 126 - 126 COVRWTYR 127 - 127 CTHOTHYR 128 - 128 CFEVRYR 129 - 129 CCOLDYR 130 - 130 CNAUSYR 131 - 131 CFATIGYR 132 - 132 CFATYR 133 - 133 CINSYR 134 - 134 CHSTATYR 135 - 135 SCHDAYR1 136 - 138 CCOLD2W 139 - 139 CINTIL2W 140 - 140 CHEARST1 141 - 141 CVISION 142 - 142 CBLIND 143 - 143 IHSPEQ 144 - 144 IHMOB 145 - 145 IHMOBYR 146 - 146 PROBRX 147 - 147 LEARND 148 - 148 CMHAGM15 149 - 149 MHIBOY2 150 - 151 CMHAGF15 152 - 152 MHIGRL2 153 - 154 CDEPRSYR 155 - 155 CANXNWYR 156 - 156 CSTRESYR 157 - 157 MENSTYR 158 - 158 CGYNYR 159 - 159 CUSUALPL 160 - 160 CPLKIND 161 - 161 CHCPLROU 162 - 162 CHCPLKND 163 - 163 CHCCHGYR 164 - 164 CHCCHGHI 165 - 165 CNOUSPL1 166 - 166 CNOUSPL2 167 - 167 CNOUSPL3 168 - 168 CNOUSPL4 169 - 169 CNOUSPL5 170 - 170 CNOUSPL6 171 - 171 CNOUSPL7 172 - 172 CNOUSPL8 173 - 173 CNOUSPL9 174 - 174 CPRVTRYR 175 - 175 CPRVTRFD 176 - 176 CDRNANP 177 - 177 CDRNAI 178 - 178 CHCDLYR1 179 - 179 CHCDLYR2 180 - 180 CHCDLYR3 181 - 181 CHCDLYR4 182 - 182 CHCDLYR5 183 - 183 CHCAFYR 184 - 184 CHCAFYRN 185 - 185 CHCAFYRF 186 - 186 CHCAFYR1 187 - 187 CHCAFYR2 188 - 188 CHCAFYR3 189 - 189 CHCAFYR4 190 - 190 CHCAFYR5 191 - 191 CHCAFYR6 192 - 192 CDNLONGR 193 - 193 CHCSYR11 194 - 194 CHCSYR12 195 - 195 CHCSYR13 196 - 196 CHCSYR14 197 - 197 CHCSYR1 198 - 198 CHCSYR2 199 - 199 CHCSYR3 200 - 200 CHCSYR4 201 - 201 CHCSYR5 202 - 202 CHCSYR6 203 - 203 CHCSYR7 204 - 204 CHCSYR81 205 - 205 CHCSYR82 206 - 206 CHCSYR10 207 - 207 CHCSYREM 208 - 208 CHPXYR_C 209 - 209 CHERNOY2 210 - 211 CERVISND 212 - 212 CERHOS 213 - 213 CERREAS1 214 - 214 CERREA1R 215 - 215 CERREAS2 216 - 216 CERREA2R 217 - 217 CERREAS3 218 - 218 CERREA3R 219 - 219 CERREAS4 220 - 220 CERREA4R 221 - 221 CERREAS5 222 - 222 CERREA5R 223 - 223 CERREAS6 224 - 224 CERREA6R 225 - 225 CERREAS7 226 - 226 CERREA7R 227 - 227 CERREAS8 228 - 228 CERREA8R 229 - 229 CHCHYR 230 - 230 CHCHMOYR 231 - 232 CHCHNOY2 233 - 234 CHCNOYR2 235 - 236 CSRGYR 237 - 237 RSRGNOYR 238 - 239 CMDLONGR 240 - 240 CVSLWRD 241 - 242 CVSLVYR 243 - 243 CVSLSWYR 244 - 244 CVSLSPYR 245 - 245 CVSLLGYR 246 - 246 CVSLEVER 247 - 247 CVSLDG 248 - 248 CVSLDGT1 249 - 249 CVSLDGT2 250 - 250 CVSLDGT3 251 - 251 CVSLDGT4 252 - 252 CVSLVD01 253 - 253 CVSLVD02 254 - 254 CVSLVD03 255 - 255 CVSLVD04 256 - 256 CVSLVD05 257 - 257 CVSLVD06 258 - 258 CVSLVD07 259 - 259 CVSLVD08 260 - 260 CVSLVD09 261 - 261 CVSLVD10 262 - 262 CVSLVD11 263 - 263 CVSLSW01 264 - 264 CVSLSW02 265 - 265 CVSLSW03 266 - 266 CVSLSW04 267 - 267 CVSLSW05 268 - 268 CVSLSW06 269 - 269 CVSLSW07 270 - 270 CVSLSW08 271 - 271 CVSLSW09 272 - 272 CVSLSP01 273 - 273 CVSLSP02 274 - 274 CVSLSP03 275 - 275 CVSLSP04 276 - 276 CVSLSP05 277 - 277 CVSLSP06 278 - 278 CVSLSP07 279 - 279 CVSLSP08 280 - 280 CVSLSP09 281 - 281 CVSLSP10 282 - 282 CVSLLG01 283 - 283 CVSLLG02 284 - 284 CVSLLG03 285 - 285 CVSLLG04 286 - 286 CVSLLG05 287 - 287 CVSLLG06 288 - 288 CVSLLG07 289 - 289 CVSLLG08 290 - 290 CVSLLG09 291 - 291 CVSLVAG 292 - 293 CVSLSWAG 294 - 295 CVSLSPAG 296 - 297 CVSLLGAG 298 - 299 CVSLVPB 300 - 300 CVSLSWPB 301 - 301 CVSLSPPB 302 - 302 CVSLLGPB 303 - 303 CVSLVSP 304 - 304 CVSLVPE 305 - 305 CVSLSWSP 306 - 306 CVSLSWPE 307 - 307 CVSLSPSP 308 - 308 CVSLSPPE 309 - 309 CVSLLGSP 310 - 310 CVSLLGPE 311 - 311 CVSVP01 312 - 312 CVSVP02 313 - 313 CVSVP03 314 - 314 CVSVP04 315 - 315 CVSVP05 316 - 316 CVSVP06 317 - 317 CVSVP07 318 - 318 CVSVP08 319 - 319 CVSVP09 320 - 320 CVSVP10 321 - 321 CVSSWP01 322 - 322 CVSSWP02 323 - 323 CVSSWP03 324 - 324 CVSSWP04 325 - 325 CVSSWP05 326 - 326 CVSSWP06 327 - 327 CVSSWP07 328 - 328 CVSSWP08 329 - 329 CVSSWP09 330 - 330 CVSSWP10 331 - 331 CVSSPP01 332 - 332 CVSSPP02 333 - 333 CVSSPP03 334 - 334 CVSSPP04 335 - 335 CVSSPP05 336 - 336 CVSSPP06 337 - 337 CVSSPP07 338 - 338 CVSSPP08 339 - 339 CVSSPP09 340 - 340 CVSSPP10 341 - 341 CVSLGP01 342 - 342 CVSLGP02 343 - 343 CVSLGP03 344 - 344 CVSLGP04 345 - 345 CVSLGP05 346 - 346 CVSLGP06 347 - 347 CVSLGP07 348 - 348 CVSLGP08 349 - 349 CVSLGP09 350 - 350 CVSLGP10 351 - 351 CBALWLK 352 - 353 CBALLIMB 354 - 354 CBALVRTG 355 - 355 CBALSTED 356 - 356 CBALMOTR 357 - 357 CBALFALL 358 - 358 CBALPASS 359 - 359 CBALOTH 360 - 360 CBALDGHP 361 - 361 CBALDG01 362 - 362 CBALDG02 363 - 363 CBALDG03 364 - 364 CBALDG04 365 - 365 CBALDG05 366 - 366 CBALDG06 367 - 367 CBALDG07 368 - 368 CBALDG08 369 - 369 CBALDG09 370 - 370 CBALDG10 371 - 371 CBALDG11 372 - 372 CBALDG12 373 - 373 CBALPART 374 - 374 CBALPROB 375 - 375 CBALHPYR 376 - 376 CBALTRET 377 - 377 RSCL2_C2 378 - 378 RSCL2_E2 379 - 379 RSCL3_E3 380 - 380 RSCL5_P5 381 - 381 RSCL5_H5 382 - 382 RSCL6 383 - 383 DIFF6M 384 - 384 DIFFINTF 385 - 385 DIFFDEG 386 - 386 DIFFLNG 387 - 387 PRESCP6M 388 - 388 PRESHELP 389 - 389 PMEDPED 390 - 390 PMEDPSY 391 - 391 PMEDNEU 392 - 392 PMEDOTHR 393 - 393 NSDUH21 394 - 394 NSDUH3 395 - 395 NSDUH31 396 - 396 NSDUH321 397 - 397 NSDUH322 398 - 398 NSDUH323 399 - 399 NSDUH324 400 - 400 NSDUH325 401 - 401 NSDUH4 402 - 402 NSDUH51R 403 - 403 NSDUH52R 404 - 404 NSDUH53R 405 - 405 NSDUH54R 406 - 406 NSDUH55R 407 - 411 TRTWRE1R 412 - 412 TRTWH11R 413 - 413 TRTWH12R 414 - 414 TRTWH13R 415 - 415 TRTWH14R 416 - 416 TRTWH16R 417 - 417 TRTMHP11 418 - 418 TRTMHP12 419 - 419 TRTMHP13 420 - 420 TRTMHP14 421 - 421 TRTWRE2R 422 - 422 TRTWH21R 423 - 423 TRTWH22R 424 - 424 TRTWH23R 425 - 425 TRTWH24R 426 - 426 TRTWH25R 427 - 427 TRTWH26R 428 - 428 TRTMHP21 429 - 429 TRTMHP22 430 - 430 TRTMHP23 431 - 431 TRTMHP24 432 - 432 TRTWRE3R 433 - 433 TRTWH31R 434 - 434 TRTWH32R 435 - 435 TRTWH33R 436 - 436 TRTWH34R 437 - 437 TRTWH35R 438 - 438 TRTWH36R 439 - 439 TRTMHP31 440 - 440 TRTMHP32 441 - 441 TRTMHP33 442 - 442 TRTMHP34 443 - 443 TRTWRE4R 444 - 444 TRTWH41R 445 - 445 TRTWH42R 446 - 446 TRTWH43R 447 - 447 TRTWH44R 448 - 448 TRTWH45R 449 - 449 TRTWH46R 450 - 450 TRTMHP41 451 - 451 TRTMHP42 452 - 452 TRTMHP43 453 - 453 TRTMHP44 454 - 454 TRTWRE5R 455 - 455 TRTWH51R 456 - 456 TRTWH52R 457 - 457 TRTWH53R 458 - 458 TRTWH54R 459 - 459 TRTWH55R 460 - 460 TRTWH56R 461 - 461 TRTMHP51 462 - 462 TRTMHP52 463 - 463 TRTMHP53 464 - 464 TRTMHP54 465 - 465 TRTWRE6R 466 - 466 TRTWH61R 467 - 467 TRTWH62R 468 - 468 TRTWH63R 469 - 469 TRTWH64R 470 - 470 TRTWH65R 471 - 471 TRTWH66R 472 - 472 TRTMHP61 473 - 473 TRTMHP62 474 - 474 TRTMHP63 475 - 475 TRTMHP64 476 - 476 OVRNT6MR 477 - 477 OVERWH1R 478 - 478 OVERWH2R 479 - 479 OVERWH3R 480 - 480 OVERWH4R 481 - 481 OVERWH5R 482 - 482 OVERWH6R 483 - 483 OVERWH7R 484 - 484 SH1 485 - 485 SH2 486 - 486 CASEM6M 487 - 487 CASEMWHO 488 - 489 TRETHELP 490 - 490 TRPYPHIR 491 - 491 TRPYSCHR 492 - 492 TRPYSLFR 493 - 493 TRPYMEDR 494 - 494 TRPYCHPR 495 - 495 TRPYMILR 496 - 496 TRPYSHPR 497 - 497 TRPYIHSR 498 - 498 TRPYOTHR 499 - 499 TRTFREER 500 - 500 TRTNEED1 501 - 501 NTRCOSTR 502 - 502 NTRLOCR 503 - 503 NTRNEXPR 504 - 504 NTRFEARR 505 - 505 NTRLOSER 506 - 506 NTRSAYR 507 - 507 NTRWAITR 508 - 508 NTRTRANR 509 - 509 NTRINCVR 510 - 510 NTRFARR 511 - 511 NTRCHNOR 512 - 512 NTROTHR 513 - 513 CSHFLU12 514 - 514 CSHFLUNM 515 - 515 CSHFLUM1 516 - 517 CSHFLUY1 518 - 521 CSHSPFL1 522 - 522 CSHFLUM2 523 - 524 CSHFLUY2 525 - 528 CSHSPFL2 529 - 529 . VARIABLE LABELS RECTYPE "File type identifier" SRVY_YR "Year of National Health Interview Survey" HHX "Household Number" INTV_QRT "Interview Quarter" INTV_MON "Interview Month" FMX "Family Number" FPX "Person Number (Within family)" WTIA_SC "Weight - Interim Annual" WTFA_SC "Weight - Final Annual" REGION "Region" STRAT_P "Pseudo-stratum for public use file variance estimation" PSU_P "Pseudo-PSU for public use file variance estimation" SEX "Sex" HISPAN_I "Hispanic subgroup detail" RACERPI2 "OMB groups w/multiple race" MRACRPI2 "Race coded to single/multiple race group" MRACBPI2 "Race coded to single/multiple race group" AGE_P "Age" CSRESPNO "Person # of available SC respondent" CSRELTIV "Person's relationship to child" LATEINTC "Late Sample Child interviews" FDRN_FLG "Disability Questions Test flag" TOTOZ_P "Total birth weight in ounces for public use" BWTGRM_P "Birth weight in grams for public use" CHGHT_TC "Total current height in inches (truncated)" CWGHT_TC "Current weight in pounds (truncated)" BMI_SC "Body Mass Index (BMI)" AMR1R "Ever told SC had an intellectual disability also known as mental retardation" AODD1 "Ever told SC had other developmental delay" ADD2 "Ever told SC had ADHD/ADD" AMR2R "Ever told SC had an intellectual disability also known as mental retardation" AODD2 "Ever told SC had other developmental delay" CCONDL01 "Ever told SC had Down syndrome" CCONDL02 "Ever told SC had cerebral palsy" CCONDL03 "Ever told SC had muscular dystrophy" CCONDL04 "Ever told SC had cystic fibrosis" CCONDL05 "Ever told SC had sickle cell anemia" CCONDL6R "Ever told SC had autism/autism spectrum disorder" CCONDL07 "Ever told SC had diabetes" CCONDL08 "Ever told SC had arthritis" CCONDL09 "Ever told SC had congenital heart disease" CCONDL10 "Ever told SC had other heart condition" CPOX "Ever had chickenpox" CPOX12MO "Chickenpox, past 12 m" CASHMEV "Ever been told SC had asthma" CASSTILL "Still have asthma" CASHYR "Had an asthma episode/attack, past 12 m" CASERYR1 "Had visit to ER due to asthma, past 12 m" CHPYR "Ever told SC had hypertension, past 12 m" CHYPMED "Took prescription medication for hypertension" CCHLYR "Told SC had high cholesterol, past 12 m" CFLUPNYR "Told SC had influenza or pneumonia, past 12 m" CCONMED "Told SC had constipation requiring medication, past 12 m" CSINYR "Told SC had sinusitis, past 12 m" CSTREPYR "Told SC had strep throat or tonsillitis, past 12 m" HAYF1 "Had hay fever, past 12 m" RALLG1 "Had respiratory allergy, past 12 m" DALLG1 "Had food/digestive allergy, past 12 m" SALLG1 "Had eczema/skin allergy, past 12 m" DIARH1 "Had frequent diarrhea/colitis, past 12 m" ANEMIA1 "Had anemia, past 12 m" EARINF1 "Had 3+ ear infections, past 12 m" SEIZE1 "Had seizures, past 12 m" HAYF2 "Had hay fever, past 12 m" RALLG2 "Had respiratory allergy, past 12 m" DALLG2 "Had food/digestive allergy, past 12 m" SALLG2 "Had eczema/skin allergy, past 12 m" DIARH2 "Had frequent diarrhea/colitis, past 12 m" ANEMIA2 "Had anemia, past 12 m" FHEAD "Had frequent headaches/migraines, past 12 m" EARINF2 "Had 3+ ear infections, past 12 m" SEIZE2 "Had seizures, past 12 m" STUTTER "Stuttered/stammered, past 12 m" CHEADYR "Had recurring headache other than migraine, past 12 m" CABDOMYR "Had abdominal pain, past 12 m" CJNTSYMP "Had pain, aching, or stiffness, in/around joint, past 30 days" CPAINECK "Had neck pain, past 12 m" CPAINLB "Had lower back pain, past 12 m" CMUSCLYR "Had other muscle or bone pain, past 12 m" CSPNYR "Had severe sprains or strains, past 12 m" CDENYR "Had dental pain, past 12 m" CPNOTHYR "Had other chronic pain, past 12 m" COVRWTYR "Had problems with being overweight, past 12 m" CTHOTHYR "Had sore throat other than strep or tonsillitis, past 12 m" CFEVRYR "Had fever more than one day, past 12 m" CCOLDYR "Had head or chest cold, past 12 m" CNAUSYR "Had nausea and/or vomiting, past 12 m" CFATIGYR "Had fatigue or lack of energy more than three days, past 12 m" CFATYR "Regularly had excessive sleepiness during the day, past 12 m" CINSYR "Regularly had insomnia or trouble sleeping, past 12 m" CHSTATYR "Health better, worse, or about the same" SCHDAYR1 "Days missed due to illness/injury, past 12 m" CCOLD2W "Had a head/chest cold, 2 week reference period" CINTIL2W "Had stomach illness with vomiting/diarrhea, 2 week reference period" CHEARST1 "Hearing without hearing aid" CVISION "Trouble seeing" CBLIND "Blind/unable to see at all" IHSPEQ "Need special equipment due to impairment/health problem" IHMOB "Impairment/health problem limit crawl/walk/run/play" IHMOBYR "Impairment/health problem lasted/will last 12+ m" PROBRX "Taken RX medication for 3+ m" LEARND "Ever told SC had a learning disability" CMHAGM15 "Been unhappy/depressed, past 2 m" MHIBOY2 "Mental health indicator (MHI) scale score" CMHAGF15 "Been unhappy/depressed, past 2 m" MHIGRL2 "Mental health indicator (MHI) scale score" CDEPRSYR "Told SC had depression, past 12 m" CANXNWYR "Frequently felt anxious, nervous, or worried, past 12 m" CSTRESYR "Frequently felt stressed, past 12 m" MENSTYR "Had menstrual problems or premenstrual syndrome (PMS), past 12 m" CGYNYR "Had gynecologic problems, past 12 m" CUSUALPL "Place USUALLY go when sick" CPLKIND "Type of place to go when sick (most often)" CHCPLROU "USUALLY go there for routine/preventive care" CHCPLKND "Type of place USUALLY go for routine/preventive care" CHCCHGYR "Change health care place, past 12 m" CHCCHGHI "Change related to health insurance" CNOUSPL1 "Doesn't need doctor/No problems" CNOUSPL2 "Doesn't like/trust/believe in doctors" CNOUSPL3 "Doesn't know where to go" CNOUSPL4 "Previous doctor not available/moved" CNOUSPL5 "Too expensive/no insurance/cost" CNOUSPL6 "Speak a different language" CNOUSPL7 "No care available/Care too far away, inconvenient" CNOUSPL8 "Put it off/Didn't get around to it" CNOUSPL9 "Other reason child not have usual source of medical care" CPRVTRYR "Trouble finding a general doctor to see child" CPRVTRFD "Able to find general doctor to see child" CDRNANP "Doctor's office not accept child as new patient" CDRNAI "Doctor's office not accept child's health insurance" CHCDLYR1 "Couldn't get through on phone, past 12 m" CHCDLYR2 "Couldn't get appointment soon enough, past 12 m" CHCDLYR3 "Wait too long in doctor's office, past 12 m" CHCDLYR4 "Not open when you could go, past 12 m" CHCDLYR5 "No transportation, past 12 m" CHCAFYR "Can't afford prescription medicine, past 12 m" CHCAFYRN "Can't afford to see a specialist, past 12 m" CHCAFYRF "Can't afford follow-up care, past 12 m" CHCAFYR1 "Can't afford prescription medicine, past 12 m" CHCAFYR2 "Can't afford mental care/counseling, past 12 m" CHCAFYR3 "Can't afford dental care, past 12 m" CHCAFYR4 "Can't afford eyeglasses, past 12 m" CHCAFYR5 "Can't afford to see a specialist, past 12 m" CHCAFYR6 "Can't afford follow-up care, past 12 m" CDNLONGR "Time since last saw dentist" CHCSYR11 "Seen/talked to eye doctor, past 12 m" CHCSYR12 "Seen/talked to foot doctor, past 12 m" CHCSYR13 "Seen/talked to therapist (PT/OT/etc), past 12 m" CHCSYR14 "Seen/talked to a NP/PA, past 12 m" CHCSYR1 "Seen/talked to mental health professional, past 12 m" CHCSYR2 "Seen/talked to eye doctor, past 12 m" CHCSYR3 "Seen/talked to foot doctor, past 12 m" CHCSYR4 "Seen/talked to chiropractor, past 12 m" CHCSYR5 "Seen/talked to therapist (PT/OT/etc), past 12 m" CHCSYR6 "Seen/talked to NP/PA/midwife, past 12 m" CHCSYR7 "Seen/talked to obstetrician/gynecologist, past 12 m" CHCSYR81 "Seen/talked to a medical specialist, past 12 m" CHCSYR82 "Seen/talked to a general doctor, past 12 m" CHCSYR10 "Doctor treats both children and adults" CHCSYREM "Seen/talked to doctor for emotional/behavioral problem" CHPXYR_C "Had well-child checkup, past 12 m" CHERNOY2 "# times in ER/ED, past 12 m" CERVISND "Most recent ER visit at night or on weekend" CERHOS "Hospital admission was result of most recent ER visit" CERREAS1 "Didn't have another place to go" CERREA1R "Didn't have another place to go" CERREAS2 "Doctor's office or clinic was not open" CERREA2R "Doctor's office or clinic was not open" CERREAS3 "Health provider advised ER visit" CERREA3R "Health provider advised ER visit" CERREAS4 "Problem too serious for doctor's office or clinic" CERREA4R "Problem too serious for doctor's office or clinic" CERREAS5 "Only a hospital could help" CERREA5R "Only a hospital could help" CERREAS6 "ER is closest provider" CERREA6R "ER is closest provider" CERREAS7 "ER provides most of child's medical care" CERREA7R "ER provides most of child's medical care" CERREAS8 "Arrived by ambulance or other emergency vehicle" CERREA8R "Arrived by ambulance or other emergency vehicle" CHCHYR "Received home care from health professional, past 12 m" CHCHMOYR "# of months of home care, past 12 m" CHCHNOY2 "Total number of home visits" CHCNOYR2 "Total number of office visits, past 12 m" CSRGYR "Had surgery/surgical procedure, past 12 m" RSRGNOYR "# of outpatient surgeries, past 12 m" CMDLONGR "Time since last seen/talked to health professional" CVSLWRD "Age first words spoken" CVSLVYR "Voice problem lasting 1+ weeks, past 12 months" CVSLSWYR "Swallowing problem lasting 1+ weeks, past 12 months" CVSLSPYR "Speech problem lasting 1+ weeks, past 12 months" CVSLLGYR "Language learning problem lasting 1+ weeks, past 12 months" CVSLEVER "Ever had voice, swallowing, speech, or language problem lasting 1+ weeks" CVSLDG "Ever given diagnosis for voice, swallowing, speech, or language problem" CVSLDGT1 "Given diagnosis for voice problem" CVSLDGT2 "Given diagnosis for swallowing problem" CVSLDGT3 "Given diagnosis for speech problem" CVSLDGT4 "Given diagnosis for language problem" CVSLVD01 "Laryngitis causes voice problem" CVSLVD02 "Head/neck injury causes voice problem" CVSLVD03 "Allergies or airborne irritants cause voice problems" CVSLVD04 "Tissue damage in throat causes voice problems" CVSLVD05 "Laryngeal growths cause voice problems" CVSLVD06 "Cancer in head, neck or throat causes voice problems" CVSLVD07 "Neurological problem causes voice problems" CVSLVD08 "Congenital malformation/birth defect causes voice problems" CVSLVD09 "Gastroesophageal reflux causes voice problems" CVSLVD10 "Prescription medication causes voice problems" CVSLVD11 "Something else causes voice problems" CVSLSW01 "Neurological problem causes swallowing problem" CVSLSW02 "Head/neck injury causes swallowing problem" CVSLSW03 "Tissue damage in throat causes swallowing problems" CVSLSW04 "Congenital malformation/birth defect causes swallowing problems" CVSLSW05 "Genetic syndrome causes swallowing problems" CVSLSW06 "Cancer in head, neck or throat causes swallowing problems" CVSLSW07 "Asthma causes swallowing problems" CVSLSW08 "Prescription medication causes swallowing problems" CVSLSW09 "Something else causes swallowing problems" CVSLSP01 "Hearing loss or deafness causes speech problem" CVSLSP02 "Developmental speech sound disorder causes speech problem" CVSLSP03 "Stuttering causes speech problems" CVSLSP04 "Congenital malformation/birth defect causes speech problems" CVSLSP05 "Genetic syndrome causes speech problems" CVSLSP06 "Neurological disease causes speech problems" CVSLSP07 "Head/neck injury causes speech problems" CVSLSP08 "Cancer in head, neck or throat causes speech problems" CVSLSP09 "Prescription medication causes speech problems" CVSLSP10 "Something else causes speech problems" CVSLLG01 "Hearing loss or deafness causes language problem" CVSLLG02 "Genetic syndrome causes language problems" CVSLLG03 "Intellectual disability causes language problems" CVSLLG04 "Autism spectrum disorder causes language problems" CVSLLG05 "Developmental language-learning disorder causes language problems" CVSLLG06 "Head injury, traumatic brain injury causes language problems" CVSLLG07 "Other neurological problem causes language problems" CVSLLG08 "Prescription medication causes language problems" CVSLLG09 "Something else causes language problems" CVSLVAG "Age first had any voice problems" CVSLSWAG "Age first had swallowing problems" CVSLSPAG "Age first had speech problems" CVSLLGAG "Age first had language problems" CVSLVPB "How much of a voice problem, past 12 months" CVSLSWPB "How much of a swallowing problem, past 12 months" CVSLSPPB "How much of a speech problem, past 12 months" CVSLLGPB "How much of a language problem, past 12 months" CVSLVSP "Received voice services, past 12 months" CVSLVPE "Received voice services, ever" CVSLSWSP "Received swallowing services, past 12 months" CVSLSWPE "Received swallowing services, ever" CVSLSPSP "Received speech services, past 12 months" CVSLSPPE "Received speech services, ever" CVSLLGSP "Received language services, past 12 months" CVSLLGPE "Received language services, ever" CVSVP01 "Speech-language pathologist provided voice services" CVSVP02 "Early intervention specialist provided voice services" CVSVP03 "Occupational/physical therapist provided voice services" CVSVP04 "Ear, nose, throat doctor provided voice services" CVSVP05 "Audiologist or hearing aid specialist provided voice services" CVSVP06 "Pediatrician or family practice doctor provided voice services" CVSVP07 "Neurologist or other specialist provided voice services" CVSVP08 "Nutritionist or dietician provided voice services" CVSVP09 "Psychiatrist or psychologist provided voice services" CVSVP10 "Someone else provided voice services" CVSSWP01 "Speech-language pathologist provided swallowing services" CVSSWP02 "Early intervention specialist provided swallowing services" CVSSWP03 "Occupational/physical therapist provided swallowing services" CVSSWP04 "Ear, nose, throat doctor provided swallowing services" CVSSWP05 "Audiologist or hearing aid specialist provided swallowing services" CVSSWP06 "Pediatrician or family practice doctor provided swallowing services" CVSSWP07 "Neurologist or other specialist provided swallowing services" CVSSWP08 "Nutritionist or dietician provided swallowing services" CVSSWP09 "Psychiatrist or psychologist provided swallowing services" CVSSWP10 "Someone else provided swallowing services" CVSSPP01 "Speech-language pathologist provided speech services" CVSSPP02 "Early intervention specialist provided speech services" CVSSPP03 "Occupational/physical therapist provided speech services" CVSSPP04 "Ear, nose, throat doctor provided speech services" CVSSPP05 "Audiologist or hearing aid specialist provided speech services" CVSSPP06 "Pediatrician or family practice doctor provided speech services" CVSSPP07 "Neurologist or other specialist provided speech services" CVSSPP08 "Nutritionist or dietician provided speech services" CVSSPP09 "Psychiatrist or psychologist provided speech services" CVSSPP10 "Someone else provided speech services" CVSLGP01 "Speech-language pathologist provided language services" CVSLGP02 "Early intervention specialist provided language services" CVSLGP03 "Occupational/physical therapist provided language services" CVSLGP04 "Ear, nose, throat doctor provided language services" CVSLGP05 "Audiologist or hearing aid specialist provided language services" CVSLGP06 "Pediatrician or family practice doctor provided language services" CVSLGP07 "Neurologist or other specialist provided language services" CVSLGP08 "Nutritionist or dietician provided language services" CVSLGP09 "Psychiatrist or psychologist provided language services" CVSLGP10 "Someone else provided language services" CBALWLK "Age at first steps without support" CBALLIMB "Had problems standing, walking, using arms or legs" CBALVRTG "Bothered by episodes of vertigo, past 12 months" CBALSTED "Bothered by episodes of poor balance, past 12 months" CBALMOTR "Bothered by episodes of poor coordination, past 12 months" CBALFALL "Bothered by episodes of frequent falls, past 12 months" CBALPASS "Bothered by episodes of light-headedness, fainting, feeling about to pass out, past 12 months" CBALOTH "Bothered by episodes of other balance or dizziness problem, past 12 months" CBALDGHP "Ever given diagnosis for dizziness or balance problem" CBALDG01 "Ear infection causes balance or dizziness problem" CBALDG02 "Vision problems/blurred vision causes balance or dizziness problem" CBALDG03 "Positional dizziness or vertigo (BPPV) causes balance or dizziness problem" CBALDG04 "Severe headaches or migraine cause balance or dizziness problem" CBALDG05 "Head or neck injury or concussion causes balance or dizziness problem" CBALDG06 "Neurologic disorders cause balance or dizziness problem" CBALDG07 "Developmental motor coordination disorder causes balance or dizziness problem" CBALDG08 "Ear malformation causes balance or dizziness problem" CBALDG09 "Other genetic problem causes balance or dizziness problem" CBALDG10 "Metabolic problem causes balance or dizziness problem" CBALDG11 "Prescription medication causes balance or dizziness problem" CBALDG12 "Something else causes balance or dizziness problem" CBALPART "Dizziness or balance problem interferes with home, school, recreational activities" CBALPROB "How problematic was dizziness or balance problem, past 12 months" CBALHPYR "Saw health care professional for dizziness or balance problem, past 12 months" CBALTRET "Used treatment methods recommended by health care professional for dizziness or balance problem, past 12 months" RSCL2_C2 "Well behaved/does what requested, past 6 m" RSCL2_E2 "Many worries/often seems worried, past 6 m" RSCL3_E3 "Unhappy/depressed/tearful, past 6 m" RSCL5_P5 "Gets along better w/adults than children/youth, past 6 m" RSCL5_H5 "Good attention/completes chores, homework, past 6 m" RSCL6 "Difficulties w/emotions/concentration/behavior/getting along" DIFF6M "Difficulties with emotions, concentration, behavior, past 6 months" DIFFINTF "Difficulties interfere with family, school, or daily activities, past 6 months" DIFFDEG "How much difficulties interfere with family, school, or daily activities" DIFFLNG "How long difficulties have been present" PRESCP6M "Medication prescribed for difficulties with emotions, concentration, behavior, or getting along with others, past 6 months" PRESHELP "How much prescribed medicine helped" PMEDPED "Pediatrician or other family doctor first prescribed medication" PMEDPSY "Psychiatrist, psychologist or other mental health professional first prescribed medication" PMEDNEU "Neurologist first prescribed medication" PMEDOTHR "Someone else first prescribed medication" NSDUH21 "Treatment or counseling from school personnel, past 6 months" NSDUH3 "Attend school for students with difficulties with emotions, concentration, behavior, past 6 months" NSDUH31 "Attend a special needs day or overnight school, past 6 months" NSDUH321 "Special Education teacher provided treatment or counseling in a special needs day school" NSDUH322 "Other school teacher provided treatment or counseling in a special needs day school" NSDUH323 "School counselor, psychologist, nurse or social worker provided treatment or counseling in a special needs day school" NSDUH324 "School speech, occupational or physical therapist provided treatment or counseling in a special needs day school" NSDUH325 "Other school official provided treatment or counseling in a special needs day school" NSDUH4 "Participate in school program for students with difficulties with emotions, concentration, behavior, past 6 months" NSDUH51R "Special Ed teacher provided treatment or counseling in school program" NSDUH52R "Other school teacher provided treatment or counseling in school program" NSDUH53R "School counselor, psychologist, nurse or social worker provided treatment or counseling in school program" NSDUH54R "School speech, occupational or physical therapist provided treatment or counseling in school program" NSDUH55R "Other school official provided treatment or counseling in school program" TRTWRE1R "Treatment or counseling provided at daycare, child care, or play group, past 6 months" TRTWH11R "Pediatrician or family doctor provided treatment or counseling at daycare, child care, or play group" TRTWH12R "Psychiatrist, psychologist, clinical social worker or psychiatric nurse provided treatment or counseling at daycare, child care, or play group" TRTWH13R "Speech, occupational or physical therapist provided treatment or counseling at daycare, child care, or play group" TRTWH14R "Religious or spiritual counselor or advisor provided treatment or counseling at daycare, child care, or play group" TRTWH16R "Other source provided treatment or counseling at daycare, child care, or play group" TRTMHP11 "Psychiatrist provided treatment or counseling at daycare, child care, or play group" TRTMHP12 "Psychologist provided treatment or counseling at daycare, child care, or play group" TRTMHP13 "Clinical social worker provided treatment or counseling at daycare, child care, or play group" TRTMHP14 "Psychiatric nurse provided treatment or counseling at daycare, child care, or play group" TRTWRE2R "Treatment or counseling provided in an office, clinic or community center, past 6 months" TRTWH21R "Pediatrician or family doctor provided treatment or counseling in an office, clinic or community center" TRTWH22R "Psychiatrist, psychologist, clinical social worker or psychiatric nurse provided treatment or counseling in an office, clinic or community center" TRTWH23R "Speech, occupational or physical therapist provided treatment or counseling in an office, clinic or community center" TRTWH24R "Religious or spiritual counselor or advisor provided treatment or counseling in an office, clinic or community center" TRTWH25R "Probation or juvenile corrections officer or court counselor provided treatment or counseling in an office, clinic or community center" TRTWH26R "Other source provided treatment or counseling in an office, clinic or community center" TRTMHP21 "Psychiatrist provided treatment or counseling at an office, clinic or community center" TRTMHP22 "Psychologist provided treatment or counseling at an office, clinic or community center" TRTMHP23 "Clinical social worker provided treatment or counseling at an office, clinic or community center" TRTMHP24 "Psychiatric nurse provided treatment or counseling at an office, clinic or community center" TRTWRE3R "Treatment or counseling provided in home by visiting teacher or counselor" TRTWH31R "Pediatrician or family doctor provided treatment or counseling in home" TRTWH32R "Psychiatrist, psychologist, clinical social worker or psychiatric nurse provided treatment or counseling in home" TRTWH33R "Speech, occupational or physical therapist provided treatment or counseling in home" TRTWH34R "Religious or spiritual counselor or advisor provided treatment or counseling in home" TRTWH35R "Probation or juvenile corrections officer or court counselor provided treatment or counseling in home" TRTWH36R "Other source provided treatment or counseling in home" TRTMHP31 "Psychiatrist provided treatment or counseling at home" TRTMHP32 "Psychologist provided treatment or counseling at home" TRTMHP33 "Clinical social worker provided treatment or counseling at home" TRTMHP34 "Psychiatric nurse provided treatment or counseling at home" TRTWRE4R "Treatment or counseling provided in hospital ER, crisis center, or shelter, past 6 months" TRTWH41R "Pediatrician or family doctor provided treatment or counseling in hospital ER, crisis center, or emergency shelter" TRTWH42R "Psychiatrist, psychologist, clinical social worker or psychiatric nurse provided treatment or counseling in hospital ER, crisis center, or emergency shelter" TRTWH43R "Speech, occupational or physical therapist provided treatment or counseling in hospital ER, crisis center, or shelter" TRTWH44R "Religious or spiritual counselor or advisor provided treatment or counseling in hospital ER, crisis center, or emergency shelter" TRTWH45R "Probation or juvenile corrections officer or court counselor provided treatment or counseling in hospital ER, crisis center, or emergency shelter" TRTWH46R "Other source provided treatment or counseling in hospital ER, crisis center, or emergency shelter" TRTMHP41 "Psychiatrist provided treatment or counseling at hospital/ER/crisis center/shelter" TRTMHP42 "Psychologist provided treatment or counseling at hospital/ER/crisis center/shelter" TRTMHP43 "Clinical social worker provided treatment or counseling at hospital/ER/crisis center/shelter" TRTMHP44 "Psychiatric nurse provided treatment or counseling at hospital/ER/crisis center/shelter" TRTWRE5R "Treatment or counseling provided in hospital or community day program, past 6 months" TRTWH51R "Pediatrician or family doctor provided treatment or counseling in hospital or community day program" TRTWH52R "Psychiatrist, psychologist, clinical social worker or psychiatric nurse provided treatment or counseling in hospital or community day program" TRTWH53R "Speech, occupational or physical therapist provided treatment or counseling in hospital or community day program" TRTWH54R "Religious or spiritual counselor or advisor provided treatment or counseling in hospital or community day program" TRTWH55R "Probation or juvenile corrections officer or court counselor provided treatment or counseling in hospital or community day program" TRTWH56R "Other source provided treatment or counseling in hospital or community day program" TRTMHP51 "Psychiatrist provided treatment or counseling at day treatment program in a hospital or community" TRTMHP52 "Psychologist provided treatment or counseling at day treatment program in a hospital or community" TRTMHP53 "Clinical social worker provided treatment or counseling at day treatment program in a hospital or community" TRTMHP54 "Psychiatric nurse provided treatment or counseling at day treatment program in a hospital or community" TRTWRE6R "Treatment or counseling provided in any other place, past 6 months" TRTWH61R "Pediatrician or family doctor provided treatment or counseling in any other place" TRTWH62R "Psychiatrist, psychologist, clinical social worker or psychiatric nurse provided treatment or counseling in any other place" TRTWH63R "Speech, occupational or physical therapist provided treatment or counseling in any other place" TRTWH64R "Religious or spiritual counselor or advisor provided treatment or counseling in any other place" TRTWH65R "Probation or juvenile corrections officer or court counselor provided treatment or counseling in any other place" TRTWH66R "Other source provided treatment or counseling in any other place" TRTMHP61 "Psychiatrist provided treatment or counseling at another place" TRTMHP62 "Psychologist provided treatment or counseling at another place" TRTMHP63 "Clinical social worker provided treatment or counseling at another place" TRTMHP64 "Psychiatric nurse provided treatment or counseling at another place" OVRNT6MR "Overnight or longer stay in facility for difficulties with emotions, concentration, or behavior, past 6 months" OVERWH1R "Stayed overnight in a hospital for difficulties with emotions, concentration, or behavior" OVERWH2R "Stayed overnight in a residential treatment center for difficulties with emotions, concentration, or behavior" OVERWH3R "Stayed overnight in a foster care or therapeutic foster care home for difficulties with emotions, concentration, or behavior" OVERWH4R "Stayed overnight in any type of juvenile detention center, sometimes called 'juvie', prison or jail for difficulties with emotions, concentration, or behavior" OVERWH5R "Stayed overnight in a group home for difficulties with emotions, concentration, or behavior" OVERWH6R "Stayed overnight in a homeless shelter for difficulties with emotions, concentration, or behavior" OVERWH7R "Stayed overnight in another place for difficulties with emotions, concentration, or behavior" SH1 "Participate in self-help group for children/youth with difficulties with emotions, concentration, or behavior, past 6 months" SH2 "Use internet to seek treatment or counseling for difficulties with emotions, concentration, or behavior, past 6 months" CASEM6M "Case management help from individual or agency, past 6 months" CASEMWHO "Case management main provider" TRETHELP "Amount that treatment or counseling helped child, past 6 months" TRPYPHIR "Private health insurance paid for treatment or counseling" TRPYSCHR "School system paid for treatment or counseling" TRPYSLFR "Family paid for treatment or counseling" TRPYMEDR "Medicaid paid for treatment or counseling" TRPYCHPR "State SCHIP/CHIP paid for treatment or counseling" TRPYMILR "Military health care paid for treatment or counseling" TRPYSHPR "Medicare or other government plan paid for treatment or counseling" TRPYIHSR "Indian Health Service paid for treatment or counseling" TRPYOTHR "Some other source paid for treatment or counseling" TRTFREER "All treatment or counseling was received free" TRTNEED1 "Needed treatment or counseling for difficulties with emotions, concentration, or behavior, past 6 months, but did not get it" NTRCOSTR "Didn't get treatment or counseling because it was too expensive" NTRLOCR "Didn't get treatment or counseling because didn't know where to go" NTRNEXPR "Didn't get treatment or counseling because had negative experience previously" NTRFEARR "Didn't get treatment or counseling because afraid or dislike counselors" NTRLOSER "Didn't get treatment or counseling because afraid child would be removed from home or lose custody" NTRSAYR "Didn't get treatment or counseling because afraid of family/friends opinion" NTRWAITR "Didn't get treatment or counseling because it was a long wait time for appointment" NTRTRANR "Didn't get treatment or counseling because had no way to get there" NTRINCVR "Didn't get treatment or counseling because services were too inconvenient to use" NTRFARR "Didn't get treatment or counseling because services were too far away" NTRCHNOR "Didn't get treatment or counseling because child did not want to go." NTROTHR "Didn't get treatment or counseling for some other reason" CSHFLU12 "Flu vaccination, past 12 m" CSHFLUNM "Number of flu vaccines, past 12 m" CSHFLUM1 "Month of most recent flu vaccine" CSHFLUY1 "Year of most recent flu vaccine" CSHSPFL1 "Administration method most recent flu vaccine" CSHFLUM2 "Month of next most recent flu vaccine" CSHFLUY2 "Year of next most recent flu vaccine" CSHSPFL2 "Administration method next most recent flu vaccine" . VALUE LABELS RECTYPE 10 "Household" 20 "Person" 25 "Income Imputation" 30 "Sample Adult" 31 "Sample Adult Cancer" 34 "Adult Alternative Medicine" 38 "Functioning and Disability" 39 "Adult Disability Questions Test" 40 "Sample Child" 44 "Child Alternative Medicine" 49 "Child Disability Questions Test" 60 "Family" 63 "Family Disability Questions Test" 65 "Paradata" 70 "Injury/Poisoning Episode" 75 "Injury/Poisoning Verbatim" / INTV_QRT 1 "Quarter 1" 2 "Quarter 2" 3 "Quarter 3" 4 "Quarter 4" / INTV_MON 01 "January" 02 "February" 03 "March" 04 "April" 05 "May" 06 "June" 07 "July" 08 "August" 09 "September" 10 "October" 11 "November" 12 "December" / REGION 1 "Northeast" 2 "Midwest" 3 "South" 4 "West" / SEX 1 "Male" 2 "Female" / HISPAN_I 00 "Multiple Hispanic" 01 "Puerto Rico" 02 "Mexican" 03 "Mexican-American" 04 "Cuban/Cuban American" 05 "Dominican (Republic)" 06 "Central or South American" 07 "Other Latin American, type not specified" 08 "Other Spanish" 09 "Hispanic/Latino/Spanish, non-specific type" 10 "Hispanic/Latino/Spanish, type refused" 11 "Hispanic/Latino/Spanish, type not ascertained" 12 "Not Hispanic/Spanish origin" / RACERPI2 01 "White only" 02 "Black/African American only" 03 "AIAN only" 04 "Asian only" 05 "Race group not releasable (See file layout)" 06 "Multiple race" / MRACRPI2 01 "White" 02 "Black/African American" 03 "Indian (American), Alaska Native" 09 "Asian Indian" 10 "Chinese" 11 "Filipino" 15 "Other Asian (See file layout)" 16 "Primary race not releasable (See file layout)" 17 "Multiple race, no primary race selected" / MRACBPI2 01 "White" 02 "Black/African American" 03 "Indian (American) (includes Eskimo, Aleut)" 06 "Chinese" 07 "Filipino" 12 "Asian Indian" 16 "Other race (See file layout)" 17 "Multiple race, no primary race selected" / AGE_P 00 "Under 1 year" 85 "85+ years" / CSRESPNO "96" "No person available" "98" "Not ascertained" / CSRELTIV 01 "Parent (Biological, adoptive, or step)" 02 "Grandparent" 03 "Aunt/Uncle" 04 "Brother/Sister" 05 "Other relative" 06 "Legal guardian" 07 "Foster parent" 08 "Other non-relative" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / LATEINTC 1 "Started Sample Child Core 2+ weeks after the initial interview" 2 "Started Sample Child Core less than 2 weeks after the initial interview" / FDRN_FLG 1 "Families selected to receive ADB (sample adults) and CDB (sample children 1-17 years) sections" 2 "Families selected to receive FDB (all persons 1 year and older) section" / TOTOZ_P 018 "18 ounces or less" 193 "193+ ounces" 997 "Refused" 998 "Not ascertained" 999 "Don't know" / BWTGRM_P 0500 "500 grams or less" 5485 "5485+ grams" 9997 "Refused" 9998 "Not ascertained" 9999 "Don't know" / CHGHT_TC 96 "Not available" 97 "Refused" 98 "Not ascertained" 99 "Unknown" / CWGHT_TC 996 "Not available" 997 "Refused" 998 "Not ascertained" 999 "Unknown" / BMI_SC 9995 "99.95+" 9999 "Unknown" / AMR1R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / AODD1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / ADD2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / AMR2R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / AODD2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL6R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONDL10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CPOX 1 "Yes" 2 "No" 7 "Refused" 9 "Don't know" / CPOX12MO 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CASHMEV 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CASSTILL 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CASHYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CASERYR1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHPYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHYPMED 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCHLYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CFLUPNYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCONMED 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CSINYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CSTREPYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / HAYF1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RALLG1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DALLG1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / SALLG1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DIARH1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / ANEMIA1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / EARINF1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / SEIZE1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / HAYF2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RALLG2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DALLG2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / SALLG2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DIARH2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / ANEMIA2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / FHEAD 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / EARINF2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / SEIZE2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / STUTTER 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHEADYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CABDOMYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CJNTSYMP 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CPAINECK 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CPAINLB 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CMUSCLYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CSPNYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CDENYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CPNOTHYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / COVRWTYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CTHOTHYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CFEVRYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CCOLDYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CNAUSYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CFATIGYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CFATYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CINSYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHSTATYR 1 "Better" 2 "Worse" 3 "About the same" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / SCHDAYR1 000 "None" 996 "Did not go to school" 997 "Refused" 998 "Not ascertained" 999 "Don't know" / CCOLD2W 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CINTIL2W 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHEARST1 1 "Excellent" 2 "Good" 3 "A little trouble hearing" 4 "Moderate trouble" 5 "A lot of trouble" 6 "Deaf" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVISION 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBLIND 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / IHSPEQ 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / IHMOB 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / IHMOBYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / PROBRX 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / LEARND 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CMHAGM15 0 "Not true" 1 "Sometimes true" 2 "Often true" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / MHIBOY2 99 "Unknown" / CMHAGF15 0 "Not true" 1 "Sometimes true" 2 "Often true" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / MHIGRL2 99 "Unknown" / CDEPRSYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CANXNWYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CSTRESYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / MENSTYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CGYNYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CUSUALPL 1 "Yes" 2 "There is NO place" 3 "There is MORE THAN ONE place" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CPLKIND 1 "Clinic or health center" 2 "Doctor's office or HMO" 3 "Hospital emergency room" 4 "Hospital outpatient department" 5 "Some other place" 6 "Doesn't go to one place most often" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCPLROU 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCPLKND 0 "Doesn't get preventive care anywhere" 1 "Clinic or health center" 2 "Doctor's office or HMO" 3 "Hospital emergency room" 4 "Hospital outpatient department" 5 "Some other place" 6 "Doesn't go to one place most often" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCCHGYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCCHGHI 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CNOUSPL1 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL5 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL6 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL7 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL8 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CNOUSPL9 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CPRVTRYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CPRVTRFD 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CDRNANP 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CDRNAI 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCDLYR1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCDLYR2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCDLYR3 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCDLYR4 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCDLYR5 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYRN 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYRF 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYR1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYR2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYR3 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYR4 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYR5 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCAFYR6 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CDNLONGR 0 "Never" 1 "6 months or less" 2 "More than 6 months, but not more than 1 year ago" 3 "More than 1 year, but not more than 2 years ago" 4 "More than 2 years, but not more than 5 years ago" 5 "More than 5 years ago" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR11 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR12 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR13 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR14 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR3 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR4 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR5 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR6 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR7 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR81 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR82 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYR10 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCSYREM 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHPXYR_C 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHERNOY2 00 "None" 01 "1" 02 "2-3" 03 "4-5" 04 "6-7" 05 "8-9" 06 "10-12" 07 "13-15" 08 "16 or more" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CERVISND 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CERHOS 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CERREAS1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREA1R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREAS2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREA2R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREAS3 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CERREA3R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CERREAS4 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t' know" / CERREA4R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t' know" / CERREAS5 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CERREA5R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CERREAS6 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREA6R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREAS7 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREA7R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREAS8 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CERREA8R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CHCHYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CHCHMOYR 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CHCHNOY2 01 "1" 02 "2-3" 03 "4-5" 04 "6-7" 05 "8-9" 06 "10-12" 07 "13-15" 08 "16 or more" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CHCNOYR2 00 "None" 01 "1" 02 "2-3" 03 "4-5" 04 "6-7" 05 "8-9" 06 "10-12" 07 "13-15" 08 "16 or more" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CSRGYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RSRGNOYR 95 "95+ times" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CMDLONGR 0 "Never" 1 "6 months or less" 2 "More than 6 months, but not more than 1 year ago" 3 "More than 1 year, but not more than 2 years ago" 4 "More than 2 years, but not more than 5 years ago" 5 "More than 5 years ago" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLWRD 01 "6 to 8 months" 02 "9 to 11 months" 03 "12 to 14 months" 04 "15 to 17 months" 05 "18 to 23 months" 06 "24 months (2 years) or later" 07 "Cannot talk" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CVSLVYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CVSLSWYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CVSLSPYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CVSLLGYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CVSLEVER 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CVSLDG 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CVSLDGT1 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLDGT2 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLDGT3 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLDGT4 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVD11 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSW09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSP10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLG09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVAG 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CVSLSWAG 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CVSLSPAG 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CVSLLGAG 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CVSLVPB 1 "No problem" 2 "A small problem" 3 "A moderate problem" 4 "A big problem" 5 "A very big problem" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSWPB 1 "No problem" 2 "A small problem" 3 "A moderate problem" 4 "A big problem" 5 "A very big problem" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSPPB 1 "No problem" 2 "A small problem" 3 "A moderate problem" 4 "A big problem" 5 "A very big problem" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLGPB 1 "No problem" 2 "A small problem" 3 "A moderate problem" 4 "A big problem" 5 "A very big problem" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVSP 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLVPE 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSWSP 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSWPE 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSPSP 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLSPPE 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLGSP 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLLGPE 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSVP10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSWP10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSSPP10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CVSLGP10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALWLK 01 "6 to 8 months" 02 "9 to 11 months" 03 "12 to 14 months" 04 "15 to 17 months" 05 "18 to 23 months" 06 "24 months (2 years) or later" 07 "Cannot walk" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CBALLIMB 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALVRTG 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALSTED 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALMOTR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALFALL 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALPASS 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALOTH 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALDGHP 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALDG01 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG02 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG03 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG04 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG05 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG06 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG07 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG08 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG09 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG10 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG11 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALDG12 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALPART 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALPROB 1 "No problem" 2 "A small problem" 3 "A moderate problem" 4 "A big problem" 5 "A very big problem" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CBALHPYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CBALTRET 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / RSCL2_C2 0 "Not true" 1 "Somewhat true" 2 "Certainly true" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RSCL2_E2 0 "Not true" 1 "Somewhat true" 2 "Certainly true" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RSCL3_E3 0 "Not true" 1 "Somewhat true" 2 "Certainly true" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RSCL5_P5 0 "Not true" 1 "Somewhat true" 2 "Certainly true" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RSCL5_H5 0 "Not true" 1 "Somewhat true" 2 "Certainly true" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / RSCL6 0 "No" 1 "Yes, minor difficulties" 2 "Yes, definite difficulties" 3 "Yes, severe difficulties" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DIFF6M 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DIFFINTF 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DIFFDEG 1 "A lot" 2 "Some" 3 "A little" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / DIFFLNG 1 "Less than a month" 2 "1-5 months" 3 "6 to 12 months" 4 "Over a year" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / PRESCP6M 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / PRESHELP 1 "Not at all" 2 "A little" 3 "Some" 4 "A lot" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / PMEDPED 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / PMEDPSY 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / PMEDNEU 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / PMEDOTHR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH21 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH3 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH31 1 "Day School" 2 "Overnight School" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH321 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH322 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NSDUH323 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH324 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NSDUH325 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH4 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH51R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH52R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH53R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NSDUH54R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NSDUH55R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWRE1R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH11R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH12R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH13R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTWH14R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH16R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP11 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP12 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTMHP13 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP14 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTWRE2R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTWH21R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH22R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH23R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH24R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH25R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH26R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP21 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP22 1 "Mentioned" 2 "Not ascertained" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP23 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP24 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWRE3R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTWH31R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTWH32R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH33R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH34R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH35R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH36R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP31 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP32 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP33 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP34 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWRE4R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH41R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH42R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH43R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTWH44R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH45R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH46R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP41 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP42 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTMHP43 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP44 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWRE5R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH51R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH52R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH53R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH54R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t' know" / TRTWH55R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH56R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP51 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP52 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTMHP53 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP54 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWRE6R 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH61R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH62R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTWH63R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH64R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH65R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTWH66R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP61 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP62 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTMHP63 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRTMHP64 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / OVRNT6MR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / OVERWH1R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / OVERWH2R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / OVERWH3R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / OVERWH4R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / OVERWH5R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not mentioned" 9 "Don’t know" / OVERWH6R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / OVERWH7R 1 "Mentioned" 2 "Not mentioned" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / SH1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / SH2 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CASEM6M 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CASEMWHO 01 "Child welfare/social services/family and child services agency" 02 "School or educational system" 03 "Mental health agency" 04 "Private mental health professional" 05 "Juvenile justice agency or court system" 06 "Private insurance service" 07 "Family or friend" 08 "Pediatrician or other family doctor" 09 "Family or youth advocacy groups" 10 "Other" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / TRETHELP 1 "Not at all" 2 "A little" 3 "Some" 4 "A lot" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRPYPHIR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRPYSCHR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRPYSLFR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRPYMEDR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRPYCHPR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRPYMILR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRPYSHPR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRPYIHSR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / TRPYOTHR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTFREER 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / TRTNEED1 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRCOSTR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRLOCR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRNEXPR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRFEARR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRLOSER 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRSAYR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRWAITR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / NTRTRANR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRINCVR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRFARR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTRCHNOR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / NTROTHR 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don’t know" / CSHFLU12 1 "Yes" 2 "No" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CSHFLUNM 1 "1 vaccination or dose" 2 "2 or more vaccination doses" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CSHFLUM1 01 "January" 02 "February" 03 "March" 04 "April" 05 "May" 06 "June" 07 "July" 08 "August" 09 "September" 10 "October" 11 "November" 12 "December" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CSHFLUY1 9997 "Refused" 9998 "Not ascertained" 9999 "Don't know" / CSHSPFL1 1 "Flu shot" 2 "Flu nasal spray (spray, mist or drop in nose)" 7 "Refused" 8 "Not ascertained" 9 "Don't know" / CSHFLUM2 01 "January" 02 "February" 03 "March" 04 "April" 05 "May" 06 "June" 07 "July" 08 "August" 09 "September" 10 "October" 11 "November" 12 "December" 97 "Refused" 98 "Not ascertained" 99 "Don't know" / CSHFLUY2 9997 "Refused" 9998 "Not ascertained" 9999 "Don't know" / CSHSPFL2 1 "Flu shot" 2 "Flu nasal spray (spray, mist or drop in nose)" 7 "Refused" 8 "Not ascertained" 9 "Don't know" COMPUTE WTIA_SC = WTIA_SC / 10. FREQUENCIES GENERAL = RECTYPE. EXECUTE.