/* PROGRAM: CHC14INP PURPOSE: INPUT STATEMENT TO READ 2014 NATIONAL AMBULATORY MEDICAL CARE SURVEY COMMUNITY HEALTH CENTER PUBLIC USE FILE We recommend that you use a MISSOVER option in your INFILE statement. Note that the value of LRECL may equal or exceed the actual file size. We use a value of 9999 for convenience. EXAMPLE: INFILE [file reference] MISSOVER LRECL=9999; */ INPUT @1 VMONTH 2. /* Month of visit */ @3 AGE 3. /* Patient age in years */ @6 AGER 1. /* Patient age recode */ @7 AGEDAYS 3. /* Age in days for patients less than 1 year */ @10 SEX 1. /* Patient sex */ @11 PREGNANT 2. /* Is patient pregnant? */ @13 GESTWK 2. /* Gestation week */ @15 ETHUN 2. /* Patient ethnicity - unimputed */ @17 RACEUN 2. /* Patient race - unimputed */ @19 ETHIM 1. /* Patient ethnicity - imputed */ @20 RACER 1. /* Patient race - imputed */ @21 RACERETH 1. /* Race/ethnicity - imputed */ @22 NOPAY 1. /* Expected source of payment for visit: No answer to item */ @23 PAYPRIV 1. /* Expected source of payment for visit: Private insurance */ @24 PAYMCARE 1. /* Expected source of payment for visit: Medicare */ @25 PAYMCAID 1. /* Expected source of payment for visit: Medicaid or CHIP or other state-based program */ @26 PAYWKCMP 1. /* Expected source of payment for visit: Workers Compensation */ @27 PAYSELF 1. /* Expected source of payment for visit: Self-pay */ @28 PAYNOCHG 1. /* Expected source of payment for visit: No Charge/Charity */ @29 PAYOTH 1. /* Expected source of payment for visit: Other */ @30 PAYDK 1. /* Expected source of payment for visit: Unknown */ @31 PAYTYPER 2. /* Type of payment (recoded from multiple sources using hierarchy) */ @33 USETOBAC 2. /* Tobacco Use */ @35 INJURY 2. /* Is visit related to injury/poisoning/adverse effect? */ @37 INJR1 1. /* Is visit related to injury/poisoning? Recoded version #1 */ @38 INJR2 1. /* Is visit related to injury/poisoning? Recoded version #2 */ @39 INJPOISAD 2. /* Is visit related to injury/poisoning/adverse effect? 2012 format */ @41 INJPOISADR1 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #1 */ @42 INJPOISADR2 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #2 */ @43 INJURY72 2. /* Did the injury or poisoning occur within 72 hours prior to the date and time of this visit? */ @45 INTENT 2. /* Is this injury/poisoning unintentional or intentional? */ @47 INJDET_TRD 2. /* Is visit related to any of the following? */ @49 INJDETR1_TRD 1. /* Is visit related to any of the following? - recode #1 */ @50 INJDETR2_TRD 1. /* Is visit related to any of the following? - recode #2 */ @51 RFV1 5. /* Patient's reason for visit #1 */ @56 RFV2 5. /* Patient's reason for visit #2 */ @61 RFV3 5. /* Patient's reason for visit #3 */ @66 RFV4 5. /* Patient's reason for visit #4 */ @71 RFV5 5. /* Patient's reason for visit #5 */ @51 RFV13D 4. /* Patient's reason for visit #1 - broader */ @56 RFV23D 4. /* Patient's reason for visit #2 - broader */ @61 RFV33D 4. /* Patient's reason for visit #3 - broader */ @66 RFV43D 4. /* Patient's reason for visit #4 - broader */ @71 RFV53D 4. /* Patient's reason for visit #5 - broader */ @76 CAUSE1 $CHAR4. /* Cause of injury, poisoning, or adverse effect - #1 */ @80 CAUSE2 $CHAR4. /* Cause of injury, poisoning, or adverse effect - #2 */ @84 CAUSE3 $CHAR4. /* Cause of injury, poisoning, or adverse effect - #3 */ @76 CAUSE13D $CHAR3. /* Cause of injury, poisoning, or adverse effect - #1 - broader */ @80 CAUSE23D $CHAR3. /* Cause of injury, poisoning, or adverse effect - #2 - broader */ @84 CAUSE33D $CHAR3. /* Cause of injury, poisoning, or adverse effect - #3 - broader */ @88 CAUSE1R 4. /* Cause of injury #1 - numeric recode */ @92 CAUSE2R 4. /* Cause of injury #2 - numeric recode */ @96 CAUSE3R 4. /* Cause of injury #3 - numeric recode */ @100 PRIMCARE 2. /* Are you the patient's primary care physician? */ @102 REFER 2. /* Was patient referred for visit? */ @104 SENBEFOR 1. /* Has this patient been seen in your practice before? */ @105 PASTVIS 3. /* If yes, how many past visits in the last 12 months? */ @108 MAJOR 2. /* Major reason for this visit */ @110 DIAG1 $CHAR5. /* Diagnosis #1 */ @115 PRDIAG1 2. /* Is diagnosis #1 probable, questionable or rule out? */ @117 DIAG2 $CHAR5. /* Diagnosis #2 */ @122 PRDIAG2 2. /* Is diagnosis $2 probable, questionable or rule out? */ @124 DIAG3 $CHAR5. /* Diagnosis #3 */ @129 PRDIAG3 2. /* Is diagnosis #3 probable, questionable or rule out? */ @131 DIAG4 $CHAR5. /* Diagnosis #4 - numeric recode */ @136 PRDIAG4 2. /* Is diagnosis #4 probable, questionable or rule out? */ @138 DIAG5 $CHAR5. /* Diagnosis #5 - numeric recode */ @143 PRDIAG5 2. /* Is diagnosis #5 probable, questionable or rule out? */ @110 DIAG13D $CHAR3. /* Diagnosis #1 - broader */ @117 DIAG23D $CHAR3. /* Diagnosis #2 - broader */ @124 DIAG33D $CHAR3. /* Diagnosis #3 - broader */ @131 DIAG43D $CHAR3. /* Diagnosis #4 - broader */ @138 DIAG53D $CHAR3. /* Diagnosis #5 - broader */ @145 DIAG1R 6. /* Diagnosis #1 - numeric recode */ @151 DIAG2R 6. /* Diagnosis #2 - numeric recode */ @157 DIAG3R 6. /* Diagnosis #3 - numeric recode */ @163 DIAG4R 6. /* Diagnosis #4 - numeric recode */ @169 DIAG5R 6. /* Diagnosis #5 - numeric recode */ @175 ETOHAB 1. /* Does patient now have: alcohol misuse, abuse or dependence */ @176 ALZHD 1. /* Does patient now have: alzheimer's disease */ @177 ARTHRTIS 1. /* Does patient now have: Arthritis */ @178 ASTHMA 1. /* Does patient now have: Asthma */ @179 ASTH_SEV 2. /* Asthma severity */ @181 ASTH_CON 2. /* Asthma control */ @183 CANCER 1. /* Does patient now have: Cancer */ @184 CEBVD 1. /* Does patient now have: Cerebrovascular disease or transient ischemic attack */ @185 CKD 1. /* Does patient now have: chronic kidney disease? */ @186 COPD 1. /* Does patient now have: COPD */ @187 CHF 1. /* Does patient now have: Congestive heart failure */ @188 CAD 1. /* Does patient now have: coronary heart disease, ischemic heart disease or history of myocardial infarction */ @189 DEPRN 1. /* Does patient now have: Depression */ @190 DIABTYP1 1. /* Does patient now have: diabetes mellitus type 1 */ @191 DIABTYP2 1. /* Does patient now have: diabetes mellitus type 2 */ @192 DIABTYP0 1. /* Does patient now have: diabetes mellitus type unspecified */ @193 ESRD 1. /* Does patient now have: end stage renal disease */ @194 HPE 1. /* Does patient now have: history of pulmonary embolism or deep vein thrombosis */ @195 HIV 1. /* Does patient now have HIV infection? */ @196 HYPLIPID 1. /* Does patient now have: Hyperlipidemia */ @197 HTN 1. /* Does patient now have: Hypertension */ @198 OBESITY 1. /* Does patient now have: Obesity */ @199 OSA 1. /* Does patient now have: obstructive sleep apnea? */ @200 OSTPRSIS 1. /* Does patient now have: Osteoporosis */ @201 SUBSTAB 1. /* Does patient now have: substance abuse? */ @202 NOCHRON 1. /* Does patient now have: None of the above */ @203 TOTCHRON 2. /* Total number of chronic conditions */ @205 HTTAKE 1. /* Was height taken? */ @206 HTIN 2. /* Height in inches */ @208 WTTAKE 1. /* Was weight taken? */ @209 WTLB 3. /* Weight in pounds */ @212 BMI 8.2 /* Body mass index - calculated from height and weight */ @220 TEMPTAKE 1. /* Was temperature taken? */ @221 TEMPF 4. /* Temperature (in Fahrenheit) */ @225 BLODPRES 1. /* Was blood pressure taken? */ @226 BPSYS 3. /* Systolic blood pressure */ @229 BPDIAS 3. /* Diastolic blood pressure */ @232 SERVICES 1. /* Were any services ordered or provided at this visit? (Based on SERVICES item only, does not include vital signs) */ @233 ETOH 1. /* Alcohol Abuse screening */ @234 BREAST 1. /* Breast exam */ @235 DEPRESS 1. /* Depression Screening */ @236 DVS 1. /* Domestic violence screening */ @237 FOOT 1. /* Foot exam */ @238 NEURO 1. /* Neurologic */ @239 PELVIC 1. /* Pelvic exam */ @240 RECTAL 1. /* Rectal exam */ @241 RETINAL 1. /* Retinal exam */ @242 SKIN 1. /* Skin exam */ @243 SUBST 1. /* Substance abuse screening */ @244 BMP 1. /* Basic metabolic panel */ @245 CBC 1. /* CBC (complete blood count) */ @246 CHLAMYD 1. /* Chlamydia test */ @247 CMP 1. /* Comprehensive metabolic panel */ @248 CREAT 1. /* Creatinine or Renal function panel */ @249 BLDCX 1. /* Culture, blood */ @250 TRTCX 1. /* Throat culture */ @251 URNCX 1. /* Urine culture */ @252 OTHCX 1. /* Other culture */ @253 GLUCOSE 1. /* Glucose */ @254 GCT 1. /* Gonorrhea serum */ @255 HGBA 1. /* HbA1C */ @256 HEPTEST 1. /* Hepatitis testing */ @257 HIVTEST 1. /* HIV test */ @258 HPVDNA 1. /* HPV DNA test */ @259 CHOLEST 1. /* Lipid profile */ @260 HEPATIC 1. /* Liver enzyme/hepatic function panel */ @261 PAP 1. /* PAP test */ @262 PREGTEST 1. /* Pregnancy test/HCG test */ @263 PSA 1. /* PSA (prostate specific antigen) test */ @264 STREP 1. /* Rapid strep test */ @265 THYROID 1. /* TSH/Thyroid panel */ @266 URINE 1. /* Urinalysis (UA) */ @267 VITD 1. /* Vitamin D test */ @268 ANYIMAGE 1. /* Any imaging */ @269 BONEDENS 1. /* Bone mineral density */ @270 CATSCAN 1. /* CT Scan */ @271 ECHOCARD 1. /* Echocardiogram */ @272 OTHULTRA 1. /* Other ultrasound */ @273 MAMMO 1. /* Mammography */ @274 MRI 1. /* MRI */ @275 XRAY 1. /* X-ray */ @276 OTHIMAGE 1. /* Other imaging */ @277 AUDIO 1. /* Audiometry */ @278 BIOPSY 1. /* Biopsy */ @279 BIOPROV 2. /* Biopsy provided */ @281 CARDIAC 1. /* Cardiac stress test */ @282 COLON 1. /* Colonoscopy */ @283 CRYO 1. /* Cryosurgery/Destruction of tissue */ @284 EKG 1. /* EKG/ECG */ @285 EEG 1. /* Electroencephalogram (EEG) */ @286 EMG 1. /* Electromyogram (EMG) */ @287 EXCISION 1. /* Excision of tissue */ @288 EXCIPROV 2. /* Excision of tissue provided */ @290 FETAL 1. /* Fetal monitoring */ @291 PEAK 1. /* Peak flow */ @292 SIGMOID 1. /* Sigmoidoscopy */ @293 SIGPROV 2. /* Sigmoidoscopy provided */ @295 SPIRO 1. /* Spirometry */ @296 TONO 1. /* Tonometry */ @297 TBTEST 1. /* Tuberculosis skin testing */ @298 EGD 1. /* Upper gastrointestinal endoscopy */ @299 SIGCOLON 1. /* Sigmoidoscopy/colonoscopy recoded variable */ @300 CSW 1. /* Cast/splint/wrap */ @301 CAM 1. /* Complementary alternative medicine */ @302 DME 1. /* Durable medical equipment */ @303 HOMEHLTH 1. /* Home health care */ @304 MENTAL 1. /* Mental health counseling, excluding psychotherapy */ @305 OCCUPY 1. /* Occupational therapy */ @306 PT 1. /* Physical therapy */ @307 PSYCHOTH 1. /* Psychotherapy */ @308 RADTHER 1. /* Radiation therapy */ @309 WOUND 1. /* Wound care */ @310 ETOHED 1. /* Alcohol abuse counseling */ @311 ASTHMAED 1. /* Asthma education */ @312 ASTHMAP 1. /* Asthma action plan given to patient */ @313 DIAEDUC 1. /* Diabetes education */ @314 DIETNUTR 1. /* Diet/nutrition */ @315 EXERCISE 1. /* Exercise */ @316 FAMPLAN 1. /* Family planning/Contraception */ @317 GENETIC 1. /* Genetic counseling */ @318 GRWTHDEV 1. /* Growth/Development */ @319 INJPREV 1. /* Injury prevention */ @320 STDPREV 1. /* STD prevention */ @321 STRESMGT 1. /* Stress management */ @322 SUBSTED 1. /* Substance abuse counseling */ @323 TOBACED 1. /* Tobacco use/Exposure */ @324 WTREDUC 1. /* Weight reduction */ @325 OTHSERV 1. /* Any write-in procedures reported */ @326 PROC1 $CHAR4. /* Write-in procedure code */ @330 PROC2 $CHAR4. /* Write-in procedure code */ @334 PROC3 $CHAR4. /* Write-in procedure code */ @338 PROC4 $CHAR4. /* Write-in procedure code */ @342 PROC5 $CHAR4. /* Write-in procedure code */ @346 PROC6 $CHAR4. /* Write-in procedure code */ @350 PROC7 $CHAR4. /* Write-in procedure code */ @354 PROC8 $CHAR4. /* Write-in procedure code */ @358 PROC9 $CHAR4. /* Write-in procedure code */ @326 PROC13D $CHAR3. /* Write-in procedure code #1 - 3 digits */ @330 PROC23D $CHAR3. /* Write-in procedure code #2 - 3 digits */ @334 PROC33D $CHAR3. /* Write-in procedure code #3 - 3 digits */ @338 PROC43D $CHAR3. /* Write-in procedure code #4 - 3 digits */ @342 PROC53D $CHAR3. /* Write-in procedure code #5 - 3 digits */ @346 PROC63D $CHAR3. /* Write-in procedure code #6 - 3 digits */ @350 PROC73D $CHAR3. /* Write-in procedure code #7 - 3 digits */ @354 PROC83D $CHAR3. /* Write-in procedure code #8 - 3 digits */ @358 PROC93D $CHAR3. /* Write-in procedure code #9 - 3 digits */ @326 PROC12D $CHAR2. /* Write-in procedure code #1 - 2 digits */ @330 PROC22D $CHAR2. /* Write-in procedure code #2 - 2 digits */ @334 PROC32D $CHAR2. /* Write-in procedure code #3 - 2 digits */ @338 PROC42D $CHAR2. /* Write-in procedure code #4 - 2 digits */ @342 PROC52D $CHAR2. /* Write-in procedure code #5 - 2 digits */ @346 PROC62D $CHAR2. /* Write-in procedure code #6 - 2 digits */ @350 PROC72D $CHAR2. /* Write-in procedure code #7 - 2 digits */ @354 PROC82D $CHAR2. /* Write-in procedure code #8 - 2 digits */ @358 PROC92D $CHAR2. /* Write-in procedure code #9 - 2 digits */ @362 PROC1R 4. /* Numeric version of write-in procedure code */ @366 PROC2R 4. /* Numeric version of write-in procedure code */ @370 PROC3R 4. /* Numeric version of write-in procedure code */ @374 PROC4R 4. /* Numeric version of write-in procedure code */ @378 PROC5R 4. /* Numeric version of write-in procedure code */ @382 PROC6R 4. /* Numeric version of write-in procedure code */ @386 PROC7R 4. /* Numeric version of write-in procedure code */ @390 PROC8R 4. /* Numeric version of write-in procedure code */ @394 PROC9R 4. /* Numeric version of write-in procedure code */ @398 EXAM 1. /* Were any exams ordered or provided (item derived from ICD-9-CM exam codes) */ @399 SERVCNT 2. /* Total number of services ordered or provided including vital signs */ @401 ALLSERV 1. /* Were any services ordered or provided including vital signs? */ @402 MED 1. /* Were any medications/immunizations ordered, supplied, administered or continued? */ @403 MED1 $CHAR5. /* Medication #1 */ @408 MED2 $CHAR5. /* Medication #2 */ @413 MED3 $CHAR5. /* Medication #3 */ @418 MED4 $CHAR5. /* Medication #4 */ @423 MED5 $CHAR5. /* Medication #5 */ @428 MED6 $CHAR5. /* Medication #6 */ @433 MED7 $CHAR5. /* Medication #7 */ @438 MED8 $CHAR5. /* Medication #8 */ @443 MED9 $CHAR5. /* Medication #9 */ @448 MED10 $CHAR5. /* Medication #10 */ @453 MED11 $CHAR5. /* Medication #11 */ @458 MED12 $CHAR5. /* Medication #12 */ @463 MED13 $CHAR5. /* Medication #13 */ @468 MED14 $CHAR5. /* Medication #14 */ @473 MED15 $CHAR5. /* Medication #15 */ @478 MED16 $CHAR5. /* Medication #16 */ @483 MED17 $CHAR5. /* Medication #17 */ @488 MED18 $CHAR5. /* Medication #18 */ @493 MED19 $CHAR5. /* Medication #19 */ @498 MED20 $CHAR5. /* Medication #20 */ @503 MED21 $CHAR5. /* Medication #21 */ @508 MED22 $CHAR5. /* Medication #22 */ @513 MED23 $CHAR5. /* Medication #23 */ @518 MED24 $CHAR5. /* Medication #24 */ @523 MED25 $CHAR5. /* Medication #25 */ @528 MED26 $CHAR5. /* Medication #26 */ @533 MED27 $CHAR5. /* Medication #27 */ @538 MED28 $CHAR5. /* Medication #28 */ @543 MED29 $CHAR5. /* Medication #29 */ @548 MED30 $CHAR5. /* Medication #30 */ @553 NCMED1 2. /* Is Medication #1 new or continued? */ @555 NCMED2 2. /* Is Medication #2 new or continued? */ @557 NCMED3 2. /* Is Medication #3 new or continued? */ @559 NCMED4 2. /* Is Medication #4 new or continued? */ @561 NCMED5 2. /* Is Medication #5 new or continued? */ @563 NCMED6 2. /* Is Medication #6 new or continued? */ @565 NCMED7 2. /* Is Medication #7 new or continued? */ @567 NCMED8 2. /* Is Medication #8 new or continued? */ @569 NCMED9 2. /* Is Medication #9 new or continued? */ @571 NCMED10 2. /* Is Medication #10 new or continued */ @573 NCMED11 2. /* Is Medication #11 new or continued */ @575 NCMED12 2. /* Is Medication #12 new or continued */ @577 NCMED13 2. /* Is Medication #13 new or continued */ @579 NCMED14 2. /* Is Medication #14 new or continued */ @581 NCMED15 2. /* Is Medication #15 new or continued */ @583 NCMED16 2. /* Is Medication #16 new or continued */ @585 NCMED17 2. /* Is Medication #17 new or continued */ @587 NCMED18 2. /* Is Medication #18 new or continued */ @589 NCMED19 2. /* Is Medication #19 new or continued */ @591 NCMED20 2. /* Is Medication #20 new or continued */ @593 NCMED21 2. /* Is Medication #21 new or continued */ @595 NCMED22 2. /* Is Medication #22 new or continued */ @597 NCMED23 2. /* Is Medication #23 new or continued */ @599 NCMED24 2. /* Is Medication #24 new or continued */ @601 NCMED25 2. /* Is Medication #25 new or continued */ @603 NCMED26 2. /* Is Medication #26 new or continued */ @605 NCMED27 2. /* Is Medication #27 new or continued */ @607 NCMED28 2. /* Is Medication #28 new or continued */ @609 NCMED29 2. /* Is Medication #29 new or continued */ @611 NCMED30 2. /* Is Medication #30 new or continued */ @613 NUMMED 2. /* Number of medications coded */ @615 NUMNEW 2. /* Number of new medications coded */ @617 NUMCONT 2. /* Number of continuing medications coded */ @619 NOPROVID 1. /* Providers seen: no answer to item */ @620 PHYS 1. /* Physician seen */ @621 PHYSASST 1. /* Physician assistant seen */ @622 NPNMW 1. /* Nurse practitioner/midwife seen */ @623 RNLPN 1. /* Registered nurse/LPN seen */ @624 MHP 1. /* Mental health provider seen */ @625 OTHPROV 1. /* Other provider seen */ @626 PROVNONE 1. /* No provider seen */ @627 TIMEMD 3. /* Time spent with physician in minutes */ @630 NODISP 1. /* Visit disposition: no answer to item */ @631 RETREFPHY 1. /* Return to referring physician */ @632 REFOTHMD 1. /* Refer to other physician */ @633 RETAPPT1 1. /* Return in less than 1 week */ @634 RETAPPT2 1. /* Return in 1 week to less than 2 months */ @635 RETAPPT3 1. /* Return in 2 months or greater */ @636 RETUNSP 1. /* Return at unspecified time */ @637 RETNEED 1. /* Return as needed (p.r.n.) */ @638 ERADMHOS 1. /* Refer to ER/Admit to hospital */ @639 OTHDISP 1. /* Other disposition */ @640 CHOL 2. /* Was blood for total cholesterol test drawn at visit or within past 12 months? */ @642 CHOLRES 3. /* Most recent result for total cholesterol (mg/dL) */ @645 DAYDCHOL 4. /* Difference in days between visit date and date of cholesterol lab result */ @649 HDL 2. /* Was blood for HDL test drawn at visit or within past 12 months? */ @651 HDLRES 3. /* Most recent result for HDL (mg/dL) */ @654 DAYDHDL 4. /* Difference in days between visit date and date of HDL lab result */ @658 LDL 2. /* Was blood for LDL test drawn at visit or within past 12 months? */ @660 LDLRES 3. /* Most recent result for LDL (mg/dL) */ @663 DAYDLDL 4. /* Difference in days between visit date and date of LDL lab result */ @667 LIPIDERR 4. /* Calculated LDL, NOT TO BE USED FOR ANALYSIS */ @671 LDLDIFF 4. /* Difference between reported LDL and calculated LDL */ @675 TGS 2. /* Was blood for triglycerides (TGS) test drawn at visit or within past 12 months? */ @677 TGSRES 3. /* Most recent result for TGS (mg/dL) */ @680 DAYDTGS 4. /* Difference in days between visit date and date of TGS lab result */ @684 A1C 2. /* Was blood for HbA1c test drawn at visit or within past 12 months? */ @686 A1CRES 4. /* Most recent result for HbA1c */ @690 DAYDA1C 4. /* Difference in days between visit date and date of HbA1c lab result */ @694 FBG 2. /* Was blood for fasting blood glucose (FBG) drawn at visit or within past 12 months? */ @696 FBGRES 3. /* Most recent result for FBG (mg/dL) */ @699 DAYDFBG 4. /* Difference in days between visit date and date of FBG lab result */ @703 SERUM 2. /* Was blood for serum creatinine drawn at visit or within past 12 months? */ @705 SERUMRES 4.1 /* Most recent result for serum creatinine (mg/dL) */ @709 DAYDSERUM 4. /* Difference in days between visit date and date of serum creatinine lab result */ @713 AGEFLAG 2. /* Was patient age calculated by NCHS during data processing or recorded on instrument? */ @715 GESTFL 1. /* Was week of gestation calculated by NCHS during data processing? */ @716 BDATEFL 1. /* Was variable imputed: birth year */ @717 SEXFL 1. /* Was variable imputed: sex */ @718 ETHNICFL 1. /* Was variable imputed: ethnicity */ @719 RACERFL 1. /* Was variable imputed: race */ @720 SENBEFL 1. /* Was variable imputed: patient seen in practice before */ @721 PASTFL 1. /* Was variable imputed: number of past visits in last 12 months */ @722 TIMEMDFL 2. /* Was variable imputed: time spent with physician */ @724 PHYCODE 6. /* Provider marker */ @730 PATCODE 3. /* Sequential numbering of visit records per physician */ @733 SPECR 2. /* Physician specialty (14) or non-physician type (3) */ @735 SPECCAT 1. /* Type of specialty (Primary, Medical, Surgical) */ @736 MDDO 1. /* Type of doctor (MD or DO) */ @737 RETYPOFFR 1. /* Type of office setting for this visit - recoded */ @738 SOLO 2. /* Type of practice (solo/nonsolo) */ @740 EMPSTAT 2. /* Ownership status of physician */ @742 OWNSR_CHC 2. /* Who owns the practice? - recoded */ @744 PATEVEN 2. /* Do you see patients during the evening or on weekends at the office? */ @746 NHVISR 2. /* During last normal week of practice, did you make any nursing home visits? */ @748 HOMVISR 2. /* During last normal week of practice, did you make any home visits? */ @750 HOSVISR 2. /* During last normal week of practice, did you make any hospital visits? */ @752 TELCONR 2. /* During last normal week of practice, did you have any telephone consults with patients? */ @754 ECONR 2. /* During last normal week of practice, did you have any internet/email consults with patients? */ @756 EBILLANY 2. /* Does your practice submit any claims electronically (electronic billing)? */ @758 EMEDREC 2. /* Does your practice use electronic medical or health records (EMR/EHR)? Does not include billing record systems */ @760 HHSMU 2. /* Does your current system meet meaningful use criteria as defined by the Department of Health and Human Services? */ @762 SECURCHCK 2. /* Has your practice made an assessment of the potential risks and vulnerability of your electronic health information within the last 12 months? */ @764 DIFFEHR 2. /* Does your EHR have the capability to electronically send health information to another provider whose EHR system is different from your system? */ @766 EMRINS 2. /* Are there plans for installing new EMR system or replacing current system within next 18 months? */ @768 MUSTAGE1 2. /* Plans to apply for Stage 1 of Medicare and Medicaid meaningful use of health IT incentives? */ @770 MUSTAGE2 2. /* Plans to apply for stage 2 meaningful use incentive payments? */ @772 EDEMOG 2. /* Does practice have computerized capability: recording patient history and demographic info */ @774 EDEMOGR 2. /* Does practice have computerized capability: recording patient history and demographic info - RECODED */ @776 EPROLST 2. /* If computerized patient history and demographic info, does it include patient problem lists? */ @778 EPROLSTR 2. /* If computerized patient history and demographic info, does it include patient problem lists? - RECODED */ @780 EVITAL 2. /* Does practice have computerized capability: recording and charting vital signs */ @782 EVITALR 2. /* Does practice have computerized capability: recording and charting vital signs - RECODED */ @784 ESMOKE 2. /* Does practice have computerized capability: recording patient smoking status */ @786 ESMOKER 2. /* Does practice have computerized capability: recording patient smoking status - RECODED */ @788 EPNOTES 2. /* Does practice have computerized capability: recording clinical notes */ @790 EPNOTESR 2. /* Does practice have computerized capability: recording clinical notes - RECODED */ @792 EMEDALG 2. /* If clinical notes are included, do they include list of patient's medications and allergies? */ @794 EMEDALGR 2. /* If clinical notes are included, do they include list of patient's medications and allergies? - RECODED */ @796 EMEDID 2. /* Does practice have computerized capability: reconciling lists of patients medications to identify the most accurate list */ @798 EMEDIDR 2. /* Does practice have computerized capability: reconciling lists of patients medications to identify the most accurate list - RECODED */ @800 EREMIND 2. /* Does practice have computerized capability: providing reminders for interventions or screening tests? */ @802 EREMINDR 2. /* Does practice have computerized capability: providing reminders for interventions or screening tests? - RECODED */ @804 ECPOE 2. /* Does practice have computerized capability: ordering prescriptions */ @806 ECPOER 2. /* Does practice have computerized capability: ordering prescriptions - RECODED */ @808 ESCRIP 2. /* If computerized orders for prescriptions are included, are prescriptions sent electronically to pharmacy? */ @810 ESCRIPR 2. /* If computerized orders for prescriptions are included, are prescriptions sent electronically to pharmacy? */ @812 EWARN 2. /* If orders for prescriptions submitted electronically, warnings of drug interactions or contraindications provided? */ @814 EWARNR 2. /* If orders for prescriptions submitted electronically, warnings of drug interactions or contraindications provided? - RECODED */ @816 EFORMULA 2. /* If orders for prescriptions submitted electronically, drug formulary checks performed? */ @818 EFORMULAR 2. /* If orders for prescriptions submitted electronically, drug formulary checks performed? - RECODED */ @820 ECTOE 2. /* Does practice have computerized capability: ordering lab tests? */ @822 ECTOER 2. /* Does practice have computerized capability: ordering lab tests? - RECODED */ @824 EORDER 2. /* If orders for tests are included, are results sent electronically? */ @826 EORDERR 2. /* If orders for tests are included, are results sent electronically? - RECODED */ @828 ERESULT 2. /* Does practice have computerized capability: viewing lab results */ @830 ERESULTR 2. /* Does practice have computerized capability: viewing lab results - RECODED */ @832 EGRAPH 2. /* If viewing lab results included, can EHREMR automatically graph a specific patients lab results over time? */ @834 EGRAPHR 2. /* If viewing lab results included, can EHREMR automatically graph a specific patients lab results over time? - RECODED */ @836 ERADI 2. /* Does practice have computerized capability: ordering radiology tests? */ @838 ERADIR 2. /* Does practice have computerized capability: ordering radiology tests? - RECODED */ @840 EIMGRES 2. /* Does practice have computerized capability: viewing imaging results */ @842 EIMGRESR 2. /* Does practice have computerized capability: viewing imaging results - RECODED */ @844 EPTEDU 2. /* Does practice have computerized capability: identifying educational resources for patients' specific conditions */ @846 EPTEDUR 2. /* Does practice have computerized capability: identifying educational resources for patients' specific conditions - RECODED */ @848 ECQM 2. /* Does practice have computerized capability: reporting clinical quality measures to federal or state agencies */ @850 ECQMR 2. /* Does practice have computerized capability: reporting clinical quality measures to federal or state agencies - RECODED */ @852 EIDPT 2. /* Does practice have computerized capability: identifying patients due for preventive or follow-up care in order to send patients reminders? */ @854 EIDPTR 2. /* Does practice have computerized capability: identifying patients due for preventive or follow-up care in order to send patients reminders? - RECODED */ @856 EGENLIST 2. /* Does practice have computerized capability: generating lists of patients with particular health conditions */ @858 EGENLISTR 2. /* Does practice have computerized capability: generating lists of patients with particular health conditions - RECODED */ @860 EIMMREG 2. /* Does practice have computerized capability: electronic reporting to immunization registries */ @862 EIMMREGR 2. /* Does practice have computerized capability: electronic reporting to immunization registries - RECODED */ @864 ESUM 2. /* Does practice have computerized capability: providing patients with clinical summaries for each visit */ @866 ESUMR 2. /* Does practice have computerized capability: providing patients with clinical summaries for each visit - RECODED */ @868 EMSG 2. /* Does practice have computerized capability: exchanging secure messages with patients */ @870 EMSGR 2. /* Does practice have computerized capability: exchanging secure messages with patients - RECODED */ @872 EPTREC 2. /* Does practice have computerized capability: providing patients the ability to view online, download, or transmit information from their medical record */ @874 EPTRECR 2. /* Does practice have computerized capability: providing patients the ability to view online, download, or transmit information from their medical record - RECODED */ @876 REFOUT 2. /* Do you refer any of your patients to a provider outside of your office or group? */ @878 REFOUTS 2. /* Do you send the patient's clinical information to the other providers? */ @880 REFOUTSE 2. /* Do you send the patient's clinical information electronically (not fax)? */ @882 REFIN 2. /* Do you see any patients referred to you by providers outside of your office or group? */ @884 REFINS 2. /* Do you send a consultation report with clinical information to the other providers? */ @886 REFINSE 2. /* Do you send the consultation report electronically (not fax)? */ @888 INPTCARE 2. /* Do you take care of patients after they are discharged from an inpatient setting? */ @890 DISSUM 2. /* Do you receive a discharge summary with clinical information from the hospital? */ @892 DISSUME 2. /* Do you receive the discharge summary with clinical information electronically (not fax)? */ @894 INCORINFO 2. /* Can you automatically incorporate the discharge summary information into your EHR without manually entering the data? */ @896 ESHARE 2. /* Does practice share any patient health information electronically (not fax) with other providers? */ @898 ESHAREEHR 2. /* How does practice electronically share patient health information: EMR/EHR */ @900 ESHAREWEB 2. /* How does practice electronically share patient health information: Web portal (separate from EHREMR) */ @902 ESHAREOTH 2. /* How does practice electronically share patient health information: other electronic method */ @904 ESHAREUNK 2. /* How does practice electronically share patient health information: unknown */ @906 ESHAREREF 2. /* How does practice electronically share patient health information: refused to question */ @908 EHRTOEHR 2. /* Is the patient health information that you share electronically sent directly from your EHR system to another EHR system? */ @910 ESHAREPROV1 2. /* With what types of providers do you electronically share patient health information - Ambulatory providers inside your office/group */ @912 ESHAREPROV2 2. /* With what types of providers do you electronically share patient health information - Ambulatory providers outside your office/group */ @914 ESHAREPROV3 2. /* With what types of providers do you electronically share patient health information - Hospitals with which you are affiliated */ @916 ESHAREPROV4 2. /* With what types of providers do you electronically share patient health information - Hospitals with which you are not affiliated */ @918 ESHAREPROV5 2. /* With what types of providers do you electronically share patient health information - Behavioral health providers */ @920 ESHAREPROV6 2. /* With what types of providers do you electronically share patient health information - Long-term care providers */ @922 ESHAREPROV7 2. /* With what types of providers do you electronically share patient health information - Home health providers */ @924 ESHAREPROVUNK 2. /* With what types of providers do you electronically share patient health information - Unknown */ @926 ESHAREPROVREF 2. /* With what types of providers do you electronically share patient health information - Refused */ @928 PRMCARER 2. /* Percent of patient care revenue from Medicare */ @930 PRMAIDR 2. /* Percent of patient care revenue from Medicaid */ @932 PRPRVTR 2. /* Percent of patient care revenue from private insurance */ @934 PRPATR 2. /* Percent of patient revenue from patient payments */ @936 PROTHR 2. /* Percent of patient revenue from other */ @938 PRMANR 2. /* Percent of patient care revenue from managed care contracts */ @940 REVFFSR 2. /* Percent of patient care revenue from fee-for-service */ @942 REVCAPR 2. /* Percent of patient care revenue from capitation */ @944 REVCASER 2. /* Percent of patient care revenue from case rates */ @946 REVOTHR 2. /* Percent of patient care revenue from other */ @948 ACEPTNEW 2. /* Are you currently accepting new patients into your practice? */ @950 CAPITATE 2. /* Types of payment accepted from new patients: Capitated private insurance */ @952 NOCAP 2. /* Types of payment accepted from new patients: Non-capitated private insurance */ @954 PRIVATE 2. /* Types of payment accepted from new patients: Private insurance (capitated or non-capitated) */ @956 NMEDCARE 2. /* Types of payment accepted from new patients: Medicare */ @958 NMEDCAID 2. /* Types of payment accepted from new patients: Medicaid */ @960 NWORKCMP 2. /* Types of payment accepted from new patients: Workers Compensation */ @962 NSELFPAY 2. /* Types of payment accepted from new patients: Self-pay */ @964 NNOCHRGE 2. /* Types of payment accepted from new patients: No Charge/Charity */ @966 PHYSCOMP 2. /* Which of the following methods best describes your basic compensation? */ @968 COMPPROD 2. /* Considered in determining compensation: factors that reflect your own productivity */ @970 COMPSAT 2. /* Considered in determining compensation: results of satisfaction surveys from patients */ @972 COMPQUAL 2. /* Considered in determining compensation: specific measures of quality */ @974 COMPDROF 2. /* Considered in determining compensation: results of practice profiling */ @976 COMPFIN 2. /* Considered in determining compensation: overall financial performance of practice */ @978 COMPUNK 2. /* Considered in determining compensation: unknown */ @980 COMPREF 2. /* Considered in determining compensation: refused to answer */ @982 SDAPPT 3. /* Roughly, what percent of your daily visits are same day appointments? */ @985 SASDAPPT 2. /* Does your practice set time aside for same day appointments? */ @987 APPTTIME 2. /* On average, about how long does it take to get appointment for routine medical exam */ @989 REGIONOFF 1. /* Region where majority of physician's sampled visits occurred */ @990 BLANK1 1. /* Reserved for possible future use */ @991 BLANK2 2. /* Reserved for possible future use */ @993 MSA 1. /* Metropolitan Statistical Area Status of physician location */ @994 DRUGID1 $CHAR6. /* Drug ID for medication #1 */ @1000 PRESCR1 1. /* Prescription status code for medication #1 */ @1001 CONTSUB1 1. /* Controlled substance code for medication #1 */ @1002 COMSTAT1 1. /* Composition status code for medication #1 */ @1003 RX1CAT1 $CHAR3. /* For RX1, MULTUM drug category #1 - detailed */ @1006 RX1CAT2 $CHAR3. /* For RX1, MULTUM drug category #2 - detailed */ @1009 RX1CAT3 $CHAR3. /* For RX1, MULTUM drug category #3 - detailed */ @1012 RX1CAT4 $CHAR3. /* For RX1, MULTUM drug category #4 - detailed */ @1015 RX1V1C1 $CHAR3. /* For RX1, level 1 of MULTUM drug category #1 */ @1018 RX1V1C2 $CHAR3. /* For RX1, level 1 of MULTUM drug category #2 */ @1021 RX1V1C3 $CHAR3. /* For RX1, level 1 of MULTUM drug category #3 */ @1024 RX1V1C4 $CHAR3. /* For RX1, level 1 of MULTUM drug category #4 */ @1027 RX1V2C1 $CHAR3. /* For RX1, level 2 of MULTUM drug category #1 */ @1030 RX1V2C2 $CHAR3. /* For RX1, level 2 of MULTUM drug category #2 */ @1033 RX1V2C3 $CHAR3. /* For RX1, level 2 of MULTUM drug category #3 */ @1036 RX1V2C4 $CHAR3. /* For RX1, level 2 of MULTUM drug category #4 */ @1039 RX1V3C1 $CHAR3. /* For RX1, level 3 of MULTUM drug category #1 */ @1042 RX1V3C2 $CHAR3. /* For RX1, level 3 of MULTUM drug category #2 */ @1045 RX1V3C3 $CHAR3. /* For RX1, level 3 of MULTUM drug category #3 */ @1048 RX1V3C4 $CHAR3. /* For RX1, level 3 of MULTUM drug category #4 */ @1051 DRUGID2 $CHAR6. /* Drug ID for medication #2 */ @1057 PRESCR2 1. /* Prescription status code for medication #2 */ @1058 CONTSUB2 1. /* Controlled substance code for medication #2 */ @1059 COMSTAT2 1. /* Composition status code for medication #2 */ @1060 RX2CAT1 $CHAR3. /* For RX2, MULTUM drug category #1 - detailed */ @1063 RX2CAT2 $CHAR3. /* For RX2, MULTUM drug category #2 - detailed */ @1066 RX2CAT3 $CHAR3. /* For RX2, MULTUM drug category #3 - detailed */ @1069 RX2CAT4 $CHAR3. /* For RX2, MULTUM drug category #4 - detailed */ @1072 RX2V1C1 $CHAR3. /* For RX2, level 1 of MULTUM drug category #1 */ @1075 RX2V1C2 $CHAR3. /* For RX2, level 1 of MULTUM drug category #2 */ @1078 RX2V1C3 $CHAR3. /* For RX2, level 1 of MULTUM drug category #3 */ @1081 RX2V1C4 $CHAR3. /* For RX2, level 1 of MULTUM drug category #4 */ @1084 RX2V2C1 $CHAR3. /* For RX2, level 2 of MULTUM drug category #1 */ @1087 RX2V2C2 $CHAR3. /* For RX2, level 2 of MULTUM drug category #2 */ @1090 RX2V2C3 $CHAR3. /* For RX2, level 2 of MULTUM drug category #3 */ @1093 RX2V2C4 $CHAR3. /* For RX2, level 2 of MULTUM drug category #4 */ @1096 RX2V3C1 $CHAR3. /* For RX2, level 3 of MULTUM drug category #1 */ @1099 RX2V3C2 $CHAR3. /* For RX2, level 3 of MULTUM drug category #2 */ @1102 RX2V3C3 $CHAR3. /* For RX2, level 3 of MULTUM drug category #3 */ @1105 RX2V3C4 $CHAR3. /* For RX2, level 3 of MULTUM drug category #4 */ @1108 DRUGID3 $CHAR6. /* Drug ID for medication #3 */ @1114 PRESCR3 1. /* Prescription status code for medication #3 */ @1115 CONTSUB3 1. /* Controlled substance code for medication #3 */ @1116 COMSTAT3 1. /* Composition status code for medication #3 */ @1117 RX3CAT1 $CHAR3. /* For RX3, MULTUM drug category #1 - detailed */ @1120 RX3CAT2 $CHAR3. /* For RX3, MULTUM drug category #2 - detailed */ @1123 RX3CAT3 $CHAR3. /* For RX3, MULTUM drug category #3 - detailed */ @1126 RX3CAT4 $CHAR3. /* For RX3, MULTUM drug category #4 - detailed */ @1129 RX3V1C1 $CHAR3. /* For RX3, level 1 of MULTUM drug category #1 */ @1132 RX3V1C2 $CHAR3. /* For RX3, level 1 of MULTUM drug category #2 */ @1135 RX3V1C3 $CHAR3. /* For RX3, level 1 of MULTUM drug category #3 */ @1138 RX3V1C4 $CHAR3. /* For RX3, level 1 of MULTUM drug category #4 */ @1141 RX3V2C1 $CHAR3. /* For RX3, level 2 of MULTUM drug category #1 */ @1144 RX3V2C2 $CHAR3. /* For RX3, level 2 of MULTUM drug category #2 */ @1147 RX3V2C3 $CHAR3. /* For RX3, level 2 of MULTUM drug category #3 */ @1150 RX3V2C4 $CHAR3. /* For RX3, level 2 of MULTUM drug category #4 */ @1153 RX3V3C1 $CHAR3. /* For RX3, level 3 of MULTUM drug category #1 */ @1156 RX3V3C2 $CHAR3. /* For RX3, level 3 of MULTUM drug category #2 */ @1159 RX3V3C3 $CHAR3. /* For RX3, level 3 of MULTUM drug category #3 */ @1162 RX3V3C4 $CHAR3. /* For RX3, level 3 of MULTUM drug category #4 */ @1165 DRUGID4 $CHAR6. /* Drug ID for medication #4 */ @1171 PRESCR4 1. /* Prescription status code for medication #4 */ @1172 CONTSUB4 1. /* Controlled substance code for medication #4 */ @1173 COMSTAT4 1. /* Composition status code for medication #4 */ @1174 RX4CAT1 $CHAR3. /* For RX4, MULTUM drug category #1 - detailed */ @1177 RX4CAT2 $CHAR3. /* For RX4, MULTUM drug category #2 - detailed */ @1180 RX4CAT3 $CHAR3. /* For RX4, MULTUM drug category #3 - detailed */ @1183 RX4CAT4 $CHAR3. /* For RX4, MULTUM drug category #4 - detailed */ @1186 RX4V1C1 $CHAR3. /* For RX4, level 1 of MULTUM drug category #1 */ @1189 RX4V1C2 $CHAR3. /* For RX4, level 1 of MULTUM drug category #2 */ @1192 RX4V1C3 $CHAR3. /* For RX4, level 1 of MULTUM drug category #3 */ @1195 RX4V1C4 $CHAR3. /* For RX4, level 1 of MULTUM drug category #4 */ @1198 RX4V2C1 $CHAR3. /* For RX4, level 2 of MULTUM drug category #1 */ @1201 RX4V2C2 $CHAR3. /* For RX4, level 2 of MULTUM drug category #2 */ @1204 RX4V2C3 $CHAR3. /* For RX4, level 2 of MULTUM drug category #3 */ @1207 RX4V2C4 $CHAR3. /* For RX4, level 2 of MULTUM drug category #4 */ @1210 RX4V3C1 $CHAR3. /* For RX4, level 3 of MULTUM drug category #1 */ @1213 RX4V3C2 $CHAR3. /* For RX4, level 3 of MULTUM drug category #2 */ @1216 RX4V3C3 $CHAR3. /* For RX4, level 3 of MULTUM drug category #3 */ @1219 RX4V3C4 $CHAR3. /* For RX4, level 3 of MULTUM drug category #4 */ @1222 DRUGID5 $CHAR6. /* Drug ID for medication #5 */ @1228 PRESCR5 1. /* Prescription status code for medication #5 */ @1229 CONTSUB5 1. /* Controlled substance code for medication #5 */ @1230 COMSTAT5 1. /* Composition status code for medication #5 */ @1231 RX5CAT1 $CHAR3. /* For RX5, MULTUM drug category #1 - detailed */ @1234 RX5CAT2 $CHAR3. /* For RX5, MULTUM drug category #2 - detailed */ @1237 RX5CAT3 $CHAR3. /* For RX5, MULTUM drug category #3 - detailed */ @1240 RX5CAT4 $CHAR3. /* For RX5, MULTUM drug category #4 - detailed */ @1243 RX5V1C1 $CHAR3. /* For RX5, level 1 of MULTUM drug category #1 */ @1246 RX5V1C2 $CHAR3. /* For RX5, level 1 of MULTUM drug category #2 */ @1249 RX5V1C3 $CHAR3. /* For RX5, level 1 of MULTUM drug category #3 */ @1252 RX5V1C4 $CHAR3. /* For RX5, level 1 of MULTUM drug category #4 */ @1255 RX5V2C1 $CHAR3. /* For RX5, level 2 of MULTUM drug category #1 */ @1258 RX5V2C2 $CHAR3. /* For RX5, level 2 of MULTUM drug category #2 */ @1261 RX5V2C3 $CHAR3. /* For RX5, level 2 of MULTUM drug category #3 */ @1264 RX5V2C4 $CHAR3. /* For RX5, level 2 of MULTUM drug category #4 */ @1267 RX5V3C1 $CHAR3. /* For RX5, level 3 of MULTUM drug category #1 */ @1270 RX5V3C2 $CHAR3. /* For RX5, level 3 of MULTUM drug category #2 */ @1273 RX5V3C3 $CHAR3. /* For RX5, level 3 of MULTUM drug category #3 */ @1276 RX5V3C4 $CHAR3. /* For RX5, level 3 of MULTUM drug category #4 */ @1279 DRUGID6 $CHAR6. /* Drug ID for medication #6 */ @1285 PRESCR6 1. /* Prescription status code for medication #6 */ @1286 CONTSUB6 1. /* Controlled substance code for medication #6 */ @1287 COMSTAT6 1. /* Composition status code for medication #6 */ @1288 RX6CAT1 $CHAR3. /* For RX6, MULTUM drug category #1 - detailed */ @1291 RX6CAT2 $CHAR3. /* For RX6, MULTUM drug category #2 - detailed */ @1294 RX6CAT3 $CHAR3. /* For RX6, MULTUM drug category #3 - detailed */ @1297 RX6CAT4 $CHAR3. /* For RX6, MULTUM drug category #4 - detailed */ @1300 RX6V1C1 $CHAR3. /* For RX6, level 1 of MULTUM drug category #1 */ @1303 RX6V1C2 $CHAR3. /* For RX6, level 1 of MULTUM drug category #2 */ @1306 RX6V1C3 $CHAR3. /* For RX6, level 1 of MULTUM drug category #3 */ @1309 RX6V1C4 $CHAR3. /* For RX6, level 1 of MULTUM drug category #4 */ @1312 RX6V2C1 $CHAR3. /* For RX6, level 2 of MULTUM drug category #1 */ @1315 RX6V2C2 $CHAR3. /* For RX6, level 2 of MULTUM drug category #2 */ @1318 RX6V2C3 $CHAR3. /* For RX6, level 2 of MULTUM drug category #3 */ @1321 RX6V2C4 $CHAR3. /* For RX6, level 2 of MULTUM drug category #4 */ @1324 RX6V3C1 $CHAR3. /* For RX6, level 3 of MULTUM drug category #1 */ @1327 RX6V3C2 $CHAR3. /* For RX6, level 3 of MULTUM drug category #2 */ @1330 RX6V3C3 $CHAR3. /* For RX6, level 3 of MULTUM drug category #3 */ @1333 RX6V3C4 $CHAR3. /* For RX6, level 3 of MULTUM drug category #4 */ @1336 DRUGID7 $CHAR6. /* Drug ID for medication #7 */ @1342 PRESCR7 1. /* Prescription status code for medication #7 */ @1343 CONTSUB7 1. /* Controlled substance code for medication #7 */ @1344 COMSTAT7 1. /* Composition status code for medication #7 */ @1345 RX7CAT1 $CHAR3. /* For RX7, MULTUM drug category #1 - detailed */ @1348 RX7CAT2 $CHAR3. /* For RX7, MULTUM drug category #2 - detailed */ @1351 RX7CAT3 $CHAR3. /* For RX7, MULTUM drug category #3 - detailed */ @1354 RX7CAT4 $CHAR3. /* For RX7, MULTUM drug category #4 - detailed */ @1357 RX7V1C1 $CHAR3. /* For RX7, level 1 of MULTUM drug category #1 */ @1360 RX7V1C2 $CHAR3. /* For RX7, level 1 of MULTUM drug category #2 */ @1363 RX7V1C3 $CHAR3. /* For RX7, level 1 of MULTUM drug category #3 */ @1366 RX7V1C4 $CHAR3. /* For RX7, level 1 of MULTUM drug category #4 */ @1369 RX7V2C1 $CHAR3. /* For RX7, level 2 of MULTUM drug category #1 */ @1372 RX7V2C2 $CHAR3. /* For RX7, level 2 of MULTUM drug category #2 */ @1375 RX7V2C3 $CHAR3. /* For RX7, level 2 of MULTUM drug category #3 */ @1378 RX7V2C4 $CHAR3. /* For RX7, level 2 of MULTUM drug category #4 */ @1381 RX7V3C1 $CHAR3. /* For RX7, level 3 of MULTUM drug category #1 */ @1384 RX7V3C2 $CHAR3. /* For RX7, level 3 of MULTUM drug category #2 */ @1387 RX7V3C3 $CHAR3. /* For RX7, level 3 of MULTUM drug category #3 */ @1390 RX7V3C4 $CHAR3. /* For RX7, level 3 of MULTUM drug category #4 */ @1393 DRUGID8 $CHAR6. /* Drug ID for medication #8 */ @1399 PRESCR8 1. /* Prescription status code for medication #8 */ @1400 CONTSUB8 1. /* Controlled substance code for medication #8 */ @1401 COMSTAT8 1. /* Composition status code for medication #8 */ @1402 RX8CAT1 $CHAR3. /* For RX8, MULTUM drug category #1 - detailed */ @1405 RX8CAT2 $CHAR3. /* For RX8, MULTUM drug category #2 - detailed */ @1408 RX8CAT3 $CHAR3. /* For RX8, MULTUM drug category #3 - detailed */ @1411 RX8CAT4 $CHAR3. /* For RX8, MULTUM drug category #4 - detailed */ @1414 RX8V1C1 $CHAR3. /* For RX8, level 1 of MULTUM drug category #1 */ @1417 RX8V1C2 $CHAR3. /* For RX8, level 1 of MULTUM drug category #2 */ @1420 RX8V1C3 $CHAR3. /* For RX8, level 1 of MULTUM drug category #3 */ @1423 RX8V1C4 $CHAR3. /* For RX8, level 1 of MULTUM drug category #4 */ @1426 RX8V2C1 $CHAR3. /* For RX8, level 2 of MULTUM drug category #1 */ @1429 RX8V2C2 $CHAR3. /* For RX8, level 2 of MULTUM drug category #2 */ @1432 RX8V2C3 $CHAR3. /* For RX8, level 2 of MULTUM drug category #3 */ @1435 RX8V2C4 $CHAR3. /* For RX8, level 2 of MULTUM drug category #4 */ @1438 RX8V3C1 $CHAR3. /* For RX8, level 3 of MULTUM drug category #1 */ @1441 RX8V3C2 $CHAR3. /* For RX8, level 3 of MULTUM drug category #2 */ @1444 RX8V3C3 $CHAR3. /* For RX8, level 3 of MULTUM drug category #3 */ @1447 RX8V3C4 $CHAR3. /* For RX8, level 3 of MULTUM drug category #4 */ @1450 DRUGID9 $CHAR6. /* Drug ID for medication #9 */ @1456 PRESCR9 1. /* Prescription status code for medication #9 */ @1457 CONTSUB9 1. /* Controlled substance code for medication #9 */ @1458 COMSTAT9 1. /* Composition status code for medication #9 */ @1459 RX9CAT1 $CHAR3. /* For RX9, MULTUM drug category #1 - detailed */ @1462 RX9CAT2 $CHAR3. /* For RX9, MULTUM drug category #2 - detailed */ @1465 RX9CAT3 $CHAR3. /* For RX9, MULTUM drug category #3 - detailed */ @1468 RX9CAT4 $CHAR3. /* For RX9, MULTUM drug category #4 - detailed */ @1471 RX9V1C1 $CHAR3. /* For RX9, level 1 of MULTUM drug category #1 */ @1474 RX9V1C2 $CHAR3. /* For RX9, level 1 of MULTUM drug category #2 */ @1477 RX9V1C3 $CHAR3. /* For RX9, level 1 of MULTUM drug category #3 */ @1480 RX9V1C4 $CHAR3. /* For RX9, level 1 of MULTUM drug category #4 */ @1483 RX9V2C1 $CHAR3. /* For RX9, level 2 of MULTUM drug category #1 */ @1486 RX9V2C2 $CHAR3. /* For RX9, level 2 of MULTUM drug category #2 */ @1489 RX9V2C3 $CHAR3. /* For RX9, level 2 of MULTUM drug category #3 */ @1492 RX9V2C4 $CHAR3. /* For RX9, level 2 of MULTUM drug category #4 */ @1495 RX9V3C1 $CHAR3. /* For RX9, level 3 of MULTUM drug category #1 */ @1498 RX9V3C2 $CHAR3. /* For RX9, level 3 of MULTUM drug category #2 */ @1501 RX9V3C3 $CHAR3. /* For RX9, level 3 of MULTUM drug category #3 */ @1504 RX9V3C4 $CHAR3. /* For RX9, level 3 of MULTUM drug category #4 */ @1507 DRUGID10 $CHAR6. /* Drug ID for medication #10 */ @1513 PRESCR10 1. /* Prescription status code for medication #10 */ @1514 CONTSUB10 1. /* Controlled substance code for medication #10 */ @1515 COMSTAT10 1. /* Composition status code for medication #10 */ @1516 RX10CAT1 $CHAR3. /* For RX10, MULTUM drug category #1 - detailed */ @1519 RX10CAT2 $CHAR3. /* For RX10, MULTUM drug category #2 - detailed */ @1522 RX10CAT3 $CHAR3. /* For RX10, MULTUM drug category #3 - detailed */ @1525 RX10CAT4 $CHAR3. /* For RX10, MULTUM drug category #4 - detailed */ @1528 RX10V1C1 $CHAR3. /* For RX10, level 1 of MULTUM drug category #1 */ @1531 RX10V1C2 $CHAR3. /* For RX10, level 1 of MULTUM drug category #2 */ @1534 RX10V1C3 $CHAR3. /* For RX10, level 1 of MULTUM drug category #3 */ @1537 RX10V1C4 $CHAR3. /* For RX10, level 1 of MULTUM drug category #4 */ @1540 RX10V2C1 $CHAR3. /* For RX10, level 2 of MULTUM drug category #1 */ @1543 RX10V2C2 $CHAR3. /* For RX10, level 2 of MULTUM drug category #2 */ @1546 RX10V2C3 $CHAR3. /* For RX10, level 2 of MULTUM drug category #3 */ @1549 RX10V2C4 $CHAR3. /* For RX10, level 2 of MULTUM drug category #4 */ @1552 RX10V3C1 $CHAR3. /* For RX10, level 3 of MULTUM drug category #1 */ @1555 RX10V3C2 $CHAR3. /* For RX10, level 3 of MULTUM drug category #2 */ @1558 RX10V3C3 $CHAR3. /* For RX10, level 3 of MULTUM drug category #3 */ @1561 RX10V3C4 $CHAR3. /* For RX10, level 3 of MULTUM drug category #4 */ @1564 DRUGID11 $CHAR6. /* Drug ID for medication #11 */ @1570 PRESCR11 1. /* Prescription status code for medication #11 */ @1571 CONTSUB11 1. /* Controlled substance code for medication #11 */ @1572 COMSTAT11 1. /* Composition status code for medication #11 */ @1573 RX11CAT1 $CHAR3. /* For RX11, MULTUM drug category #1 - detailed */ @1576 RX11CAT2 $CHAR3. /* For RX11, MULTUM drug category #2 - detailed */ @1579 RX11CAT3 $CHAR3. /* For RX11, MULTUM drug category #3 - detailed */ @1582 RX11CAT4 $CHAR3. /* For RX11, MULTUM drug category #4 - detailed */ @1585 RX11V1C1 $CHAR3. /* For RX11, level 1 of MULTUM drug category #1 */ @1588 RX11V1C2 $CHAR3. /* For RX11, level 1 of MULTUM drug category #2 */ @1591 RX11V1C3 $CHAR3. /* For RX11, level 1 of MULTUM drug category #3 */ @1594 RX11V1C4 $CHAR3. /* For RX11, level 1 of MULTUM drug category #4 */ @1597 RX11V2C1 $CHAR3. /* For RX11, level 2 of MULTUM drug category #1 */ @1600 RX11V2C2 $CHAR3. /* For RX11, level 2 of MULTUM drug category #2 */ @1603 RX11V2C3 $CHAR3. /* For RX11, level 2 of MULTUM drug category #3 */ @1606 RX11V2C4 $CHAR3. /* For RX11, level 2 of MULTUM drug category #4 */ @1609 RX11V3C1 $CHAR3. /* For RX11, level 3 of MULTUM drug category #1 */ @1612 RX11V3C2 $CHAR3. /* For RX11, level 3 of MULTUM drug category #2 */ @1615 RX11V3C3 $CHAR3. /* For RX11, level 3 of MULTUM drug category #3 */ @1618 RX11V3C4 $CHAR3. /* For RX11, level 3 of MULTUM drug category #4 */ @1621 DRUGID12 $CHAR6. /* Drug ID for medication #12 */ @1627 PRESCR12 1. /* Prescription status code for medication #12 */ @1628 CONTSUB12 1. /* Controlled substance code for medication #12 */ @1629 COMSTAT12 1. /* Composition status code for medication #12 */ @1630 RX12CAT1 $CHAR3. /* For RX12, MULTUM drug category #1 - detailed */ @1633 RX12CAT2 $CHAR3. /* For RX12, MULTUM drug category #2 - detailed */ @1636 RX12CAT3 $CHAR3. /* For RX12, MULTUM drug category #3 - detailed */ @1639 RX12CAT4 $CHAR3. /* For RX12, MULTUM drug category #4 - detailed */ @1642 RX12V1C1 $CHAR3. /* For RX12, level 1 of MULTUM drug category #1 */ @1645 RX12V1C2 $CHAR3. /* For RX12, level 1 of MULTUM drug category #2 */ @1648 RX12V1C3 $CHAR3. /* For RX12, level 1 of MULTUM drug category #3 */ @1651 RX12V1C4 $CHAR3. /* For RX12, level 1 of MULTUM drug category #4 */ @1654 RX12V2C1 $CHAR3. /* For RX12, level 2 of MULTUM drug category #1 */ @1657 RX12V2C2 $CHAR3. /* For RX12, level 2 of MULTUM drug category #2 */ @1660 RX12V2C3 $CHAR3. /* For RX12, level 2 of MULTUM drug category #3 */ @1663 RX12V2C4 $CHAR3. /* For RX12, level 2 of MULTUM drug category #4 */ @1666 RX12V3C1 $CHAR3. /* For RX12, level 3 of MULTUM drug category #1 */ @1669 RX12V3C2 $CHAR3. /* For RX12, level 3 of MULTUM drug category #2 */ @1672 RX12V3C3 $CHAR3. /* For RX12, level 3 of MULTUM drug category #3 */ @1675 RX12V3C4 $CHAR3. /* For RX12, level 3 of MULTUM drug category #4 */ @1678 DRUGID13 $CHAR6. /* Drug ID for medication #13 */ @1684 PRESCR13 1. /* Prescription status code for medication #13 */ @1685 CONTSUB13 1. /* Controlled substance code for medication #13 */ @1686 COMSTAT13 1. /* Composition status code for medication #13 */ @1687 RX13CAT1 $CHAR3. /* For RX13, MULTUM drug category #1 - detailed */ @1690 RX13CAT2 $CHAR3. /* For RX13, MULTUM drug category #2 - detailed */ @1693 RX13CAT3 $CHAR3. /* For RX13, MULTUM drug category #3 - detailed */ @1696 RX13CAT4 $CHAR3. /* For RX13, MULTUM drug category #4 - detailed */ @1699 RX13V1C1 $CHAR3. /* For RX13, level 1 of MULTUM drug category #1 */ @1702 RX13V1C2 $CHAR3. /* For RX13, level 1 of MULTUM drug category #2 */ @1705 RX13V1C3 $CHAR3. /* For RX13, level 1 of MULTUM drug category #3 */ @1708 RX13V1C4 $CHAR3. /* For RX13, level 1 of MULTUM drug category #4 */ @1711 RX13V2C1 $CHAR3. /* For RX13, level 2 of MULTUM drug category #1 */ @1714 RX13V2C2 $CHAR3. /* For RX13, level 2 of MULTUM drug category #2 */ @1717 RX13V2C3 $CHAR3. /* For RX13, level 2 of MULTUM drug category #3 */ @1720 RX13V2C4 $CHAR3. /* For RX13, level 2 of MULTUM drug category #4 */ @1723 RX13V3C1 $CHAR3. /* For RX13, level 3 of MULTUM drug category #1 */ @1726 RX13V3C2 $CHAR3. /* For RX13, level 3 of MULTUM drug category #2 */ @1729 RX13V3C3 $CHAR3. /* For RX13, level 3 of MULTUM drug category #3 */ @1732 RX13V3C4 $CHAR3. /* For RX13, level 3 of MULTUM drug category #4 */ @1735 DRUGID14 $CHAR6. /* Drug ID for medication #14 */ @1741 PRESCR14 1. /* Prescription status code for medication #14 */ @1742 CONTSUB14 1. /* Controlled substance code for medication #14 */ @1743 COMSTAT14 1. /* Composition status code for medication #14 */ @1744 RX14CAT1 $CHAR3. /* For RX14, MULTUM drug category #1 - detailed */ @1747 RX14CAT2 $CHAR3. /* For RX14, MULTUM drug category #2 - detailed */ @1750 RX14CAT3 $CHAR3. /* For RX14, MULTUM drug category #3 - detailed */ @1753 RX14CAT4 $CHAR3. /* For RX14, MULTUM drug category #4 - detailed */ @1756 RX14V1C1 $CHAR3. /* For RX14, level 1 of MULTUM drug category #1 */ @1759 RX14V1C2 $CHAR3. /* For RX14, level 1 of MULTUM drug category #2 */ @1762 RX14V1C3 $CHAR3. /* For RX14, level 1 of MULTUM drug category #3 */ @1765 RX14V1C4 $CHAR3. /* For RX14, level 1 of MULTUM drug category #4 */ @1768 RX14V2C1 $CHAR3. /* For RX14, level 2 of MULTUM drug category #1 */ @1771 RX14V2C2 $CHAR3. /* For RX14, level 2 of MULTUM drug category #2 */ @1774 RX14V2C3 $CHAR3. /* For RX14, level 2 of MULTUM drug category #3 */ @1777 RX14V2C4 $CHAR3. /* For RX14, level 2 of MULTUM drug category #4 */ @1780 RX14V3C1 $CHAR3. /* For RX14, level 3 of MULTUM drug category #1 */ @1783 RX14V3C2 $CHAR3. /* For RX14, level 3 of MULTUM drug category #2 */ @1786 RX14V3C3 $CHAR3. /* For RX14, level 3 of MULTUM drug category #3 */ @1789 RX14V3C4 $CHAR3. /* For RX14, level 3 of MULTUM drug category #4 */ @1792 DRUGID15 $CHAR6. /* Drug ID for medication #15 */ @1798 PRESCR15 1. /* Prescription status code for medication #15 */ @1799 CONTSUB15 1. /* Controlled substance code for medication #15 */ @1800 COMSTAT15 1. /* Composition status code for medication #15 */ @1801 RX15CAT1 $CHAR3. /* For RX15, MULTUM drug category #1 - detailed */ @1804 RX15CAT2 $CHAR3. /* For RX15, MULTUM drug category #2 - detailed */ @1807 RX15CAT3 $CHAR3. /* For RX15, MULTUM drug category #3 - detailed */ @1810 RX15CAT4 $CHAR3. /* For RX15, MULTUM drug category #4 - detailed */ @1813 RX15V1C1 $CHAR3. /* For RX15, level 1 of MULTUM drug category #1 */ @1816 RX15V1C2 $CHAR3. /* For RX15, level 1 of MULTUM drug category #2 */ @1819 RX15V1C3 $CHAR3. /* For RX15, level 1 of MULTUM drug category #3 */ @1822 RX15V1C4 $CHAR3. /* For RX15, level 1 of MULTUM drug category #4 */ @1825 RX15V2C1 $CHAR3. /* For RX15, level 2 of MULTUM drug category #1 */ @1828 RX15V2C2 $CHAR3. /* For RX15, level 2 of MULTUM drug category #2 */ @1831 RX15V2C3 $CHAR3. /* For RX15, level 2 of MULTUM drug category #3 */ @1834 RX15V2C4 $CHAR3. /* For RX15, level 2 of MULTUM drug category #4 */ @1837 RX15V3C1 $CHAR3. /* For RX15, level 3 of MULTUM drug category #1 */ @1840 RX15V3C2 $CHAR3. /* For RX15, level 3 of MULTUM drug category #2 */ @1843 RX15V3C3 $CHAR3. /* For RX15, level 3 of MULTUM drug category #3 */ @1846 RX15V3C4 $CHAR3. /* For RX15, level 3 of MULTUM drug category #4 */ @1849 DRUGID16 $CHAR6. /* Drug ID for medication #16 */ @1855 PRESCR16 1. /* Prescription status code for medication #16 */ @1856 CONTSUB16 1. /* Controlled substance code for medication #16 */ @1857 COMSTAT16 1. /* Composition status code for medication #16 */ @1858 RX16CAT1 $CHAR3. /* For RX16, MULTUM drug category #1 - detailed */ @1861 RX16CAT2 $CHAR3. /* For RX16, MULTUM drug category #2 - detailed */ @1864 RX16CAT3 $CHAR3. /* For RX16, MULTUM drug category #3 - detailed */ @1867 RX16CAT4 $CHAR3. /* For RX16, MULTUM drug category #4 - detailed */ @1870 RX16V1C1 $CHAR3. /* For RX16, level 1 of MULTUM drug category #1 */ @1873 RX16V1C2 $CHAR3. /* For RX16, level 1 of MULTUM drug category #2 */ @1876 RX16V1C3 $CHAR3. /* For RX16, level 1 of MULTUM drug category #3 */ @1879 RX16V1C4 $CHAR3. /* For RX16, level 1 of MULTUM drug category #4 */ @1882 RX16V2C1 $CHAR3. /* For RX16, level 2 of MULTUM drug category #1 */ @1885 RX16V2C2 $CHAR3. /* For RX16, level 2 of MULTUM drug category #2 */ @1888 RX16V2C3 $CHAR3. /* For RX16, level 2 of MULTUM drug category #3 */ @1891 RX16V2C4 $CHAR3. /* For RX16, level 2 of MULTUM drug category #4 */ @1894 RX16V3C1 $CHAR3. /* For RX16, level 3 of MULTUM drug category #1 */ @1897 RX16V3C2 $CHAR3. /* For RX16, level 3 of MULTUM drug category #2 */ @1900 RX16V3C3 $CHAR3. /* For RX16, level 3 of MULTUM drug category #3 */ @1903 RX16V3C4 $CHAR3. /* For RX16, level 3 of MULTUM drug category #4 */ @1906 DRUGID17 $CHAR6. /* Drug ID for medication #17 */ @1912 PRESCR17 1. /* Prescription status code for medication #17 */ @1913 CONTSUB17 1. /* Controlled substance code for medication #17 */ @1914 COMSTAT17 1. /* Composition status code for medication #17 */ @1915 RX17CAT1 $CHAR3. /* For RX17, MULTUM drug category #1 - detailed */ @1918 RX17CAT2 $CHAR3. /* For RX17, MULTUM drug category #2 - detailed */ @1921 RX17CAT3 $CHAR3. /* For RX17, MULTUM drug category #3 - detailed */ @1924 RX17CAT4 $CHAR3. /* For RX17, MULTUM drug category #4 - detailed */ @1927 RX17V1C1 $CHAR3. /* For RX17, level 1 of MULTUM drug category #1 */ @1930 RX17V1C2 $CHAR3. /* For RX17, level 1 of MULTUM drug category #2 */ @1933 RX17V1C3 $CHAR3. /* For RX17, level 1 of MULTUM drug category #3 */ @1936 RX17V1C4 $CHAR3. /* For RX17, level 1 of MULTUM drug category #4 */ @1939 RX17V2C1 $CHAR3. /* For RX17, level 2 of MULTUM drug category #1 */ @1942 RX17V2C2 $CHAR3. /* For RX17, level 2 of MULTUM drug category #2 */ @1945 RX17V2C3 $CHAR3. /* For RX17, level 2 of MULTUM drug category #3 */ @1948 RX17V2C4 $CHAR3. /* For RX17, level 2 of MULTUM drug category #4 */ @1951 RX17V3C1 $CHAR3. /* For RX17, level 3 of MULTUM drug category #1 */ @1954 RX17V3C2 $CHAR3. /* For RX17, level 3 of MULTUM drug category #2 */ @1957 RX17V3C3 $CHAR3. /* For RX17, level 3 of MULTUM drug category #3 */ @1960 RX17V3C4 $CHAR3. /* For RX17, level 3 of MULTUM drug category #4 */ @1963 DRUGID18 $CHAR6. /* Drug ID for medication #18 */ @1969 PRESCR18 1. /* Prescription status code for medication #18 */ @1970 CONTSUB18 1. /* Controlled substance code for medication #18 */ @1971 COMSTAT18 1. /* Composition status code for medication #18 */ @1972 RX18CAT1 $CHAR3. /* For RX18, MULTUM drug category #1 - detailed */ @1975 RX18CAT2 $CHAR3. /* For RX18, MULTUM drug category #2 - detailed */ @1978 RX18CAT3 $CHAR3. /* For RX18, MULTUM drug category #3 - detailed */ @1981 RX18CAT4 $CHAR3. /* For RX18, MULTUM drug category #4 - detailed */ @1984 RX18V1C1 $CHAR3. /* For RX18, level 1 of MULTUM drug category #1 */ @1987 RX18V1C2 $CHAR3. /* For RX18, level 1 of MULTUM drug category #2 */ @1990 RX18V1C3 $CHAR3. /* For RX18, level 1 of MULTUM drug category #3 */ @1993 RX18V1C4 $CHAR3. /* For RX18, level 1 of MULTUM drug category #4 */ @1996 RX18V2C1 $CHAR3. /* For RX18, level 2 of MULTUM drug category #1 */ @1999 RX18V2C2 $CHAR3. /* For RX18, level 2 of MULTUM drug category #2 */ @2002 RX18V2C3 $CHAR3. /* For RX18, level 2 of MULTUM drug category #3 */ @2005 RX18V2C4 $CHAR3. /* For RX18, level 2 of MULTUM drug category #4 */ @2008 RX18V3C1 $CHAR3. /* For RX18, level 3 of MULTUM drug category #1 */ @2011 RX18V3C2 $CHAR3. /* For RX18, level 3 of MULTUM drug category #2 */ @2014 RX18V3C3 $CHAR3. /* For RX18, level 3 of MULTUM drug category #3 */ @2017 RX18V3C4 $CHAR3. /* For RX18, level 3 of MULTUM drug category #4 */ @2020 DRUGID19 $CHAR6. /* Drug ID for medication #19 */ @2026 PRESCR19 1. /* Prescription status code for medication #19 */ @2027 CONTSUB19 1. /* Controlled substance code for medication #19 */ @2028 COMSTAT19 1. /* Composition status code for medication #19 */ @2029 RX19CAT1 $CHAR3. /* For RX19, MULTUM drug category #1 - detailed */ @2032 RX19CAT2 $CHAR3. /* For RX19, MULTUM drug category #2 - detailed */ @2035 RX19CAT3 $CHAR3. /* For RX19, MULTUM drug category #3 - detailed */ @2038 RX19CAT4 $CHAR3. /* For RX19, MULTUM drug category #4 - detailed */ @2041 RX19V1C1 $CHAR3. /* For RX19, level 1 of MULTUM drug category #1 */ @2044 RX19V1C2 $CHAR3. /* For RX19, level 1 of MULTUM drug category #2 */ @2047 RX19V1C3 $CHAR3. /* For RX19, level 1 of MULTUM drug category #3 */ @2050 RX19V1C4 $CHAR3. /* For RX19, level 1 of MULTUM drug category #4 */ @2053 RX19V2C1 $CHAR3. /* For RX19, level 2 of MULTUM drug category #1 */ @2056 RX19V2C2 $CHAR3. /* For RX19, level 2 of MULTUM drug category #2 */ @2059 RX19V2C3 $CHAR3. /* For RX19, level 2 of MULTUM drug category #3 */ @2062 RX19V2C4 $CHAR3. /* For RX19, level 2 of MULTUM drug category #4 */ @2065 RX19V3C1 $CHAR3. /* For RX19, level 3 of MULTUM drug category #1 */ @2068 RX19V3C2 $CHAR3. /* For RX19, level 3 of MULTUM drug category #2 */ @2071 RX19V3C3 $CHAR3. /* For RX19, level 3 of MULTUM drug category #3 */ @2074 RX19V3C4 $CHAR3. /* For RX19, level 3 of MULTUM drug category #4 */ @2077 DRUGID20 $CHAR6. /* Drug ID for medication #20 */ @2083 PRESCR20 1. /* Prescription status code for medication #20 */ @2084 CONTSUB20 1. /* Controlled substance code for medication #20 */ @2085 COMSTAT20 1. /* Composition status code for medication #20 */ @2086 RX20CAT1 $CHAR3. /* For RX20, MULTUM drug category #1 - detailed */ @2089 RX20CAT2 $CHAR3. /* For RX20, MULTUM drug category #2 - detailed */ @2092 RX20CAT3 $CHAR3. /* For RX20, MULTUM drug category #3 - detailed */ @2095 RX20CAT4 $CHAR3. /* For RX20, MULTUM drug category #4 - detailed */ @2098 RX20V1C1 $CHAR3. /* For RX20, level 1 of MULTUM drug category #1 */ @2101 RX20V1C2 $CHAR3. /* For RX20, level 1 of MULTUM drug category #2 */ @2104 RX20V1C3 $CHAR3. /* For RX20, level 1 of MULTUM drug category #3 */ @2107 RX20V1C4 $CHAR3. /* For RX20, level 1 of MULTUM drug category #4 */ @2110 RX20V2C1 $CHAR3. /* For RX20, level 2 of MULTUM drug category #1 */ @2113 RX20V2C2 $CHAR3. /* For RX20, level 2 of MULTUM drug category #2 */ @2116 RX20V2C3 $CHAR3. /* For RX20, level 2 of MULTUM drug category #3 */ @2119 RX20V2C4 $CHAR3. /* For RX20, level 2 of MULTUM drug category #4 */ @2122 RX20V3C1 $CHAR3. /* For RX20, level 3 of MULTUM drug category #1 */ @2125 RX20V3C2 $CHAR3. /* For RX20, level 3 of MULTUM drug category #2 */ @2128 RX20V3C3 $CHAR3. /* For RX20, level 3 of MULTUM drug category #3 */ @2131 RX20V3C4 $CHAR3. /* For RX20, level 3 of MULTUM drug category #4 */ @2134 DRUGID21 $CHAR6. /* Drug ID for medication #21 */ @2140 PRESCR21 1. /* Prescription status code for medication #21 */ @2141 CONTSUB21 1. /* Controlled substance code for medication #21 */ @2142 COMSTAT21 1. /* Composition status code for medication #21 */ @2143 RX21CAT1 $CHAR3. /* For RX21, MULTUM drug category #1 - detailed */ @2146 RX21CAT2 $CHAR3. /* For RX21, MULTUM drug category #2 - detailed */ @2149 RX21CAT3 $CHAR3. /* For RX21, MULTUM drug category #3 - detailed */ @2152 RX21CAT4 $CHAR3. /* For RX21, MULTUM drug category #4 - detailed */ @2155 RX21V1C1 $CHAR3. /* For RX21, level 1 of MULTUM drug category #1 */ @2158 RX21V1C2 $CHAR3. /* For RX21, level 1 of MULTUM drug category #2 */ @2161 RX21V1C3 $CHAR3. /* For RX21, level 1 of MULTUM drug category #3 */ @2164 RX21V1C4 $CHAR3. /* For RX21, level 1 of MULTUM drug category #4 */ @2167 RX21V2C1 $CHAR3. /* For RX21, level 2 of MULTUM drug category #1 */ @2170 RX21V2C2 $CHAR3. /* For RX21, level 2 of MULTUM drug category #2 */ @2173 RX21V2C3 $CHAR3. /* For RX21, level 2 of MULTUM drug category #3 */ @2176 RX21V2C4 $CHAR3. /* For RX21, level 2 of MULTUM drug category #4 */ @2179 RX21V3C1 $CHAR3. /* For RX21, level 3 of MULTUM drug category #1 */ @2182 RX21V3C2 $CHAR3. /* For RX21, level 3 of MULTUM drug category #2 */ @2185 RX21V3C3 $CHAR3. /* For RX21, level 3 of MULTUM drug category #3 */ @2188 RX21V3C4 $CHAR3. /* For RX21, level 3 of MULTUM drug category #4 */ @2191 DRUGID22 $CHAR6. /* Drug ID for medication #22 */ @2197 PRESCR22 1. /* Prescription status code for medication #22 */ @2198 CONTSUB22 1. /* Controlled substance code for medication #22 */ @2199 COMSTAT22 1. /* Composition status code for medication #22 */ @2200 RX22CAT1 $CHAR3. /* For RX22, MULTUM drug category #1 - detailed */ @2203 RX22CAT2 $CHAR3. /* For RX22, MULTUM drug category #2 - detailed */ @2206 RX22CAT3 $CHAR3. /* For RX22, MULTUM drug category #3 - detailed */ @2209 RX22CAT4 $CHAR3. /* For RX22, MULTUM drug category #4 - detailed */ @2212 RX22V1C1 $CHAR3. /* For RX22, level 1 of MULTUM drug category #1 */ @2215 RX22V1C2 $CHAR3. /* For RX22, level 1 of MULTUM drug category #2 */ @2218 RX22V1C3 $CHAR3. /* For RX22, level 1 of MULTUM drug category #3 */ @2221 RX22V1C4 $CHAR3. /* For RX22, level 1 of MULTUM drug category #4 */ @2224 RX22V2C1 $CHAR3. /* For RX22, level 2 of MULTUM drug category #1 */ @2227 RX22V2C2 $CHAR3. /* For RX22, level 2 of MULTUM drug category #2 */ @2230 RX22V2C3 $CHAR3. /* For RX22, level 2 of MULTUM drug category #3 */ @2233 RX22V2C4 $CHAR3. /* For RX22, level 2 of MULTUM drug category #4 */ @2236 RX22V3C1 $CHAR3. /* For RX22, level 3 of MULTUM drug category #1 */ @2239 RX22V3C2 $CHAR3. /* For RX22, level 3 of MULTUM drug category #2 */ @2242 RX22V3C3 $CHAR3. /* For RX22, level 3 of MULTUM drug category #3 */ @2245 RX22V3C4 $CHAR3. /* For RX22, level 3 of MULTUM drug category #4 */ @2248 DRUGID23 $CHAR6. /* Drug ID for medication #23 */ @2254 PRESCR23 1. /* Prescription status code for medication #23 */ @2255 CONTSUB23 1. /* Controlled substance code for medication #23 */ @2256 COMSTAT23 1. /* Composition status code for medication #23 */ @2257 RX23CAT1 $CHAR3. /* For RX23, MULTUM drug category #1 - detailed */ @2260 RX23CAT2 $CHAR3. /* For RX23, MULTUM drug category #2 - detailed */ @2263 RX23CAT3 $CHAR3. /* For RX23, MULTUM drug category #3 - detailed */ @2266 RX23CAT4 $CHAR3. /* For RX23, MULTUM drug category #4 - detailed */ @2269 RX23V1C1 $CHAR3. /* For RX23, level 1 of MULTUM drug category #1 */ @2272 RX23V1C2 $CHAR3. /* For RX23, level 1 of MULTUM drug category #2 */ @2275 RX23V1C3 $CHAR3. /* For RX23, level 1 of MULTUM drug category #3 */ @2278 RX23V1C4 $CHAR3. /* For RX23, level 1 of MULTUM drug category #4 */ @2281 RX23V2C1 $CHAR3. /* For RX23, level 2 of MULTUM drug category #1 */ @2284 RX23V2C2 $CHAR3. /* For RX23, level 2 of MULTUM drug category #2 */ @2287 RX23V2C3 $CHAR3. /* For RX23, level 2 of MULTUM drug category #3 */ @2290 RX23V2C4 $CHAR3. /* For RX23, level 2 of MULTUM drug category #4 */ @2293 RX23V3C1 $CHAR3. /* For RX23, level 3 of MULTUM drug category #1 */ @2296 RX23V3C2 $CHAR3. /* For RX23, level 3 of MULTUM drug category #2 */ @2299 RX23V3C3 $CHAR3. /* For RX23, level 3 of MULTUM drug category #3 */ @2302 RX23V3C4 $CHAR3. /* For RX23, level 3 of MULTUM drug category #4 */ @2305 DRUGID24 $CHAR6. /* Drug ID for medication #24 */ @2311 PRESCR24 1. /* Prescription status code for medication #24 */ @2312 CONTSUB24 1. /* Controlled substance code for medication #24 */ @2313 COMSTAT24 1. /* Composition status code for medication #24 */ @2314 RX24CAT1 $CHAR3. /* For RX24, MULTUM drug category #1 - detailed */ @2317 RX24CAT2 $CHAR3. /* For RX24, MULTUM drug category #2 - detailed */ @2320 RX24CAT3 $CHAR3. /* For RX24, MULTUM drug category #3 - detailed */ @2323 RX24CAT4 $CHAR3. /* For RX24, MULTUM drug category #4 - detailed */ @2326 RX24V1C1 $CHAR3. /* For RX24, level 1 of MULTUM drug category #1 */ @2329 RX24V1C2 $CHAR3. /* For RX24, level 1 of MULTUM drug category #2 */ @2332 RX24V1C3 $CHAR3. /* For RX24, level 1 of MULTUM drug category #3 */ @2335 RX24V1C4 $CHAR3. /* For RX24, level 1 of MULTUM drug category #4 */ @2338 RX24V2C1 $CHAR3. /* For RX24, level 2 of MULTUM drug category #1 */ @2341 RX24V2C2 $CHAR3. /* For RX24, level 2 of MULTUM drug category #2 */ @2344 RX24V2C3 $CHAR3. /* For RX24, level 2 of MULTUM drug category #3 */ @2347 RX24V2C4 $CHAR3. /* For RX24, level 2 of MULTUM drug category #4 */ @2350 RX24V3C1 $CHAR3. /* For RX24, level 3 of MULTUM drug category #1 */ @2353 RX24V3C2 $CHAR3. /* For RX24, level 3 of MULTUM drug category #2 */ @2356 RX24V3C3 $CHAR3. /* For RX24, level 3 of MULTUM drug category #3 */ @2359 RX24V3C4 $CHAR3. /* For RX24, level 3 of MULTUM drug category #4 */ @2362 DRUGID25 $CHAR6. /* Drug ID for medication #25 */ @2368 PRESCR25 1. /* Prescription status code for medication #25 */ @2369 CONTSUB25 1. /* Controlled substance code for medication #25 */ @2370 COMSTAT25 1. /* Composition status code for medication #25 */ @2371 RX25CAT1 $CHAR3. /* For RX25, MULTUM drug category #1 - detailed */ @2374 RX25CAT2 $CHAR3. /* For RX25, MULTUM drug category #2 - detailed */ @2377 RX25CAT3 $CHAR3. /* For RX25, MULTUM drug category #3 - detailed */ @2380 RX25CAT4 $CHAR3. /* For RX25, MULTUM drug category #4 - detailed */ @2383 RX25V1C1 $CHAR3. /* For RX25, level 1 of MULTUM drug category #1 */ @2386 RX25V1C2 $CHAR3. /* For RX25, level 1 of MULTUM drug category #2 */ @2389 RX25V1C3 $CHAR3. /* For RX25, level 1 of MULTUM drug category #3 */ @2392 RX25V1C4 $CHAR3. /* For RX25, level 1 of MULTUM drug category #4 */ @2395 RX25V2C1 $CHAR3. /* For RX25, level 2 of MULTUM drug category #1 */ @2398 RX25V2C2 $CHAR3. /* For RX25, level 2 of MULTUM drug category #2 */ @2401 RX25V2C3 $CHAR3. /* For RX25, level 2 of MULTUM drug category #3 */ @2404 RX25V2C4 $CHAR3. /* For RX25, level 2 of MULTUM drug category #4 */ @2407 RX25V3C1 $CHAR3. /* For RX25, level 3 of MULTUM drug category #1 */ @2410 RX25V3C2 $CHAR3. /* For RX25, level 3 of MULTUM drug category #2 */ @2413 RX25V3C3 $CHAR3. /* For RX25, level 3 of MULTUM drug category #3 */ @2416 RX25V3C4 $CHAR3. /* For RX25, level 3 of MULTUM drug category #4 */ @2419 DRUGID26 $CHAR6. /* Drug ID for medication #26 */ @2425 PRESCR26 1. /* Prescription status code for medication #26 */ @2426 CONTSUB26 1. /* Controlled substance code for medication #26 */ @2427 COMSTAT26 1. /* Composition status code for medication #26 */ @2428 RX26CAT1 $CHAR3. /* For RX26, MULTUM drug category #1 - detailed */ @2431 RX26CAT2 $CHAR3. /* For RX26, MULTUM drug category #2 - detailed */ @2434 RX26CAT3 $CHAR3. /* For RX26, MULTUM drug category #3 - detailed */ @2437 RX26CAT4 $CHAR3. /* For RX26, MULTUM drug category #4 - detailed */ @2440 RX26V1C1 $CHAR3. /* For RX26, level 1 of MULTUM drug category #1 */ @2443 RX26V1C2 $CHAR3. /* For RX26, level 1 of MULTUM drug category #2 */ @2446 RX26V1C3 $CHAR3. /* For RX26, level 1 of MULTUM drug category #3 */ @2449 RX26V1C4 $CHAR3. /* For RX26, level 1 of MULTUM drug category #4 */ @2452 RX26V2C1 $CHAR3. /* For RX26, level 2 of MULTUM drug category #1 */ @2455 RX26V2C2 $CHAR3. /* For RX26, level 2 of MULTUM drug category #2 */ @2458 RX26V2C3 $CHAR3. /* For RX26, level 2 of MULTUM drug category #3 */ @2461 RX26V2C4 $CHAR3. /* For RX26, level 2 of MULTUM drug category #4 */ @2464 RX26V3C1 $CHAR3. /* For RX26, level 3 of MULTUM drug category #1 */ @2467 RX26V3C2 $CHAR3. /* For RX26, level 3 of MULTUM drug category #2 */ @2470 RX26V3C3 $CHAR3. /* For RX26, level 3 of MULTUM drug category #3 */ @2473 RX26V3C4 $CHAR3. /* For RX26, level 3 of MULTUM drug category #4 */ @2476 DRUGID27 $CHAR6. /* Drug ID for medication #27 */ @2482 PRESCR27 1. /* Prescription status code for medication #27 */ @2483 CONTSUB27 1. /* Controlled substance code for medication #27 */ @2484 COMSTAT27 1. /* Composition status code for medication #27 */ @2485 RX27CAT1 $CHAR3. /* For RX27, MULTUM drug category #1 - detailed */ @2488 RX27CAT2 $CHAR3. /* For RX27, MULTUM drug category #2 - detailed */ @2491 RX27CAT3 $CHAR3. /* For RX27, MULTUM drug category #3 - detailed */ @2494 RX27CAT4 $CHAR3. /* For RX27, MULTUM drug category #4 - detailed */ @2497 RX27V1C1 $CHAR3. /* For RX27, level 1 of MULTUM drug category #1 */ @2500 RX27V1C2 $CHAR3. /* For RX27, level 1 of MULTUM drug category #2 */ @2503 RX27V1C3 $CHAR3. /* For RX27, level 1 of MULTUM drug category #3 */ @2506 RX27V1C4 $CHAR3. /* For RX27, level 1 of MULTUM drug category #4 */ @2509 RX27V2C1 $CHAR3. /* For RX27, level 2 of MULTUM drug category #1 */ @2512 RX27V2C2 $CHAR3. /* For RX27, level 2 of MULTUM drug category #2 */ @2515 RX27V2C3 $CHAR3. /* For RX27, level 2 of MULTUM drug category #3 */ @2518 RX27V2C4 $CHAR3. /* For RX27, level 2 of MULTUM drug category #4 */ @2521 RX27V3C1 $CHAR3. /* For RX27, level 3 of MULTUM drug category #1 */ @2524 RX27V3C2 $CHAR3. /* For RX27, level 3 of MULTUM drug category #2 */ @2527 RX27V3C3 $CHAR3. /* For RX27, level 3 of MULTUM drug category #3 */ @2530 RX27V3C4 $CHAR3. /* For RX27, level 3 of MULTUM drug category #4 */ @2533 DRUGID28 $CHAR6. /* Drug ID for medication #28 */ @2539 PRESCR28 1. /* Prescription status code for medication #28 */ @2540 CONTSUB28 1. /* Controlled substance code for medication #28 */ @2541 COMSTAT28 1. /* Composition status code for medication #28 */ @2542 RX28CAT1 $CHAR3. /* For RX28, MULTUM drug category #1 - detailed */ @2545 RX28CAT2 $CHAR3. /* For RX28, MULTUM drug category #2 - detailed */ @2548 RX28CAT3 $CHAR3. /* For RX28, MULTUM drug category #3 - detailed */ @2551 RX28CAT4 $CHAR3. /* For RX28, MULTUM drug category #4 - detailed */ @2554 RX28V1C1 $CHAR3. /* For RX28, level 1 of MULTUM drug category #1 */ @2557 RX28V1C2 $CHAR3. /* For RX28, level 1 of MULTUM drug category #2 */ @2560 RX28V1C3 $CHAR3. /* For RX28, level 1 of MULTUM drug category #3 */ @2563 RX28V1C4 $CHAR3. /* For RX28, level 1 of MULTUM drug category #4 */ @2566 RX28V2C1 $CHAR3. /* For RX28, level 2 of MULTUM drug category #1 */ @2569 RX28V2C2 $CHAR3. /* For RX28, level 2 of MULTUM drug category #2 */ @2572 RX28V2C3 $CHAR3. /* For RX28, level 2 of MULTUM drug category #3 */ @2575 RX28V2C4 $CHAR3. /* For RX28, level 2 of MULTUM drug category #4 */ @2578 RX28V3C1 $CHAR3. /* For RX28, level 3 of MULTUM drug category #1 */ @2581 RX28V3C2 $CHAR3. /* For RX28, level 3 of MULTUM drug category #2 */ @2584 RX28V3C3 $CHAR3. /* For RX28, level 3 of MULTUM drug category #3 */ @2587 RX28V3C4 $CHAR3. /* For RX28, level 3 of MULTUM drug category #4 */ @2590 DRUGID29 $CHAR6. /* Drug ID for medication #29 */ @2596 PRESCR29 1. /* Prescription status code for medication #29 */ @2597 CONTSUB29 1. /* Controlled substance code for medication #29 */ @2598 COMSTAT29 1. /* Composition status code for medication #29 */ @2599 RX29CAT1 $CHAR3. /* For RX29, MULTUM drug category #1 - detailed */ @2602 RX29CAT2 $CHAR3. /* For RX29, MULTUM drug category #2 - detailed */ @2605 RX29CAT3 $CHAR3. /* For RX29, MULTUM drug category #3 - detailed */ @2608 RX29CAT4 $CHAR3. /* For RX29, MULTUM drug category #4 - detailed */ @2611 RX29V1C1 $CHAR3. /* For RX29, level 1 of MULTUM drug category #1 */ @2614 RX29V1C2 $CHAR3. /* For RX29, level 1 of MULTUM drug category #2 */ @2617 RX29V1C3 $CHAR3. /* For RX29, level 1 of MULTUM drug category #3 */ @2620 RX29V1C4 $CHAR3. /* For RX29, level 1 of MULTUM drug category #4 */ @2623 RX29V2C1 $CHAR3. /* For RX29, level 2 of MULTUM drug category #1 */ @2626 RX29V2C2 $CHAR3. /* For RX29, level 2 of MULTUM drug category #2 */ @2629 RX29V2C3 $CHAR3. /* For RX29, level 2 of MULTUM drug category #3 */ @2632 RX29V2C4 $CHAR3. /* For RX29, level 2 of MULTUM drug category #4 */ @2635 RX29V3C1 $CHAR3. /* For RX29, level 3 of MULTUM drug category #1 */ @2638 RX29V3C2 $CHAR3. /* For RX29, level 3 of MULTUM drug category #2 */ @2641 RX29V3C3 $CHAR3. /* For RX29, level 3 of MULTUM drug category #3 */ @2644 RX29V3C4 $CHAR3. /* For RX29, level 3 of MULTUM drug category #4 */ @2647 DRUGID30 $CHAR6. /* Drug ID for medication #30 */ @2653 PRESCR30 1. /* Prescription status code for medication #30 */ @2654 CONTSUB30 1. /* Controlled substance code for medication #30 */ @2655 COMSTAT30 1. /* Composition status code for medication #30 */ @2656 RX30CAT1 $CHAR3. /* For RX30, MULTUM drug category #1 - detailed */ @2659 RX30CAT2 $CHAR3. /* For RX30, MULTUM drug category #2 - detailed */ @2662 RX30CAT3 $CHAR3. /* For RX30, MULTUM drug category #3 - detailed */ @2665 RX30CAT4 $CHAR3. /* For RX30, MULTUM drug category #4 - detailed */ @2668 RX30V1C1 $CHAR3. /* For RX30, level 1 of MULTUM drug category #1 */ @2671 RX30V1C2 $CHAR3. /* For RX30, level 1 of MULTUM drug category #2 */ @2674 RX30V1C3 $CHAR3. /* For RX30, level 1 of MULTUM drug category #3 */ @2677 RX30V1C4 $CHAR3. /* For RX30, level 1 of MULTUM drug category #4 */ @2680 RX30V2C1 $CHAR3. /* For RX30, level 2 of MULTUM drug category #1 */ @2683 RX30V2C2 $CHAR3. /* For RX30, level 2 of MULTUM drug category #2 */ @2686 RX30V2C3 $CHAR3. /* For RX30, level 2 of MULTUM drug category #3 */ @2689 RX30V2C4 $CHAR3. /* For RX30, level 2 of MULTUM drug category #4 */ @2692 RX30V3C1 $CHAR3. /* For RX30, level 3 of MULTUM drug category #1 */ @2695 RX30V3C2 $CHAR3. /* For RX30, level 3 of MULTUM drug category #2 */ @2698 RX30V3C3 $CHAR3. /* For RX30, level 3 of MULTUM drug category #3 */ @2701 RX30V3C4 $CHAR3. /* For RX30, level 3 of MULTUM drug category #4 */ @2704 CSTRATM 8. /* Masked sampling stratum from which provider was selected */ @2712 CPSUM 6. /* Masked provider marker */ @2718 YEAR 4. /* Survey year */ @2722 SETTYPE 1. /* Survey identifier */ @2723 PATWT 11.5 /* Patient visit weight */ @2734 PHYSWT 8.5 /* Weight used for physician-level estimates based on responding in-scope physicians seeing patients */ @2742 HTWTFL 1. /* Did height or weight fall outside of acceptable ranges? */ @2743 SMPROV 1. /* Sampled provider type */ @2744 TIMECHC 3. /* Time spent with non-physician provider in minutes - imputed */ @2747 TIMECHCFL 2. /* Was time spent with non-physician provider imputed? */ ;