/* PROGRAM: NAM15INP PURPOSE: INPUT STATEMENT TO READ 2015 NAMCS 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 VDAYR 1. /* Day of week of visit */ @4 AGE 3. /* Patient age in years */ @7 AGER 1. /* Patient age recode */ @8 AGEDAYS 3. /* Age in days for patients less than 1 year */ @11 SEX 1. /* Patient sex */ @12 PREGNANT 2. /* Is patient pregnant? */ @14 GESTWK 2. /* Gestation week */ @16 ETHUN 2. /* Patient ethnicity - unimputed */ @18 RACEUN 2. /* Patient race - unimputed */ @20 ETHIM 1. /* Patient ethnicity - imputed */ @21 RACER 1. /* Patient race - imputed */ @22 RACERETH 1. /* Race/ethnicity - imputed */ @23 NOPAY 1. /* Expected source of payment for visit: No answer to item */ @24 PAYPRIV 1. /* Expected source of payment for visit: Private insurance */ @25 PAYMCARE 1. /* Expected source of payment for visit: Medicare */ @26 PAYMCAID 1. /* Expected source of payment for visit: Medicaid or CHIP or other state-based program */ @27 PAYWKCMP 1. /* Expected source of payment for visit: Workers Compensation */ @28 PAYSELF 1. /* Expected source of payment for visit: Self-pay */ @29 PAYNOCHG 1. /* Expected source of payment for visit: No Charge/Charity */ @30 PAYOTH 1. /* Expected source of payment for visit: Other */ @31 PAYDK 1. /* Expected source of payment for visit: Unknown */ @32 PAYTYPER 2. /* Type of payment (recoded from multiple sources using hierarchy) */ @34 USETOBAC 2. /* Tobacco Use */ @36 EVERTOBAC 2. /* Prior Tobacco Use */ @38 INJURY 2. /* Is visit related to an injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment? */ @40 INJR1 1. /* Is visit related to injury/poisoning? Recoded version #1 */ @41 INJR2 1. /* Is visit related to injury/poisoning? Recoded version #2 */ @42 INJPOISAD 2. /* Is visit related to injury/poisoning/adverse effect? 2012 format */ @44 INJPOISADR1 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #1 */ @45 INJPOISADR2 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #2 */ @46 INJURY72 2. /* Did the injury/trauma, overdose/poisoning or adverse effect occur within 72 hours prior to the date and time of this visit? */ @48 INTENT 2. /* Is this injury/trauma or overdose/poisoning intentional or unintentional? */ @50 INJDET_TRD 2. /* Is visit related to any of the following? */ @52 INJDETR1_TRD 1. /* Is visit related to any of the following? - recode #1 */ @53 INJDETR2_TRD 1. /* Is visit related to any of the following? - recode #2 */ @54 RFV1 5. /* Patient's reason for visit #1 */ @59 RFV2 5. /* Patient's reason for visit #2 */ @64 RFV3 5. /* Patient's reason for visit #3 */ @69 RFV4 5. /* Patient's reason for visit #4 */ @74 RFV5 5. /* Patient's reason for visit #5 */ @54 RFV13D 4. /* Patient's reason for visit #1 - broad */ @59 RFV23D 4. /* Patient's reason for visit #2 - broad */ @64 RFV33D 4. /* Patient's reason for visit #3 - broad */ @69 RFV43D 4. /* Patient's reason for visit #4 - broad */ @74 RFV53D 4. /* Patient's reason for visit #5 - broad */ @79 CAUSE1 $CHAR4. /* Cause of injury/trauma, overdose/poisoning, or adverse effect - #1 */ @83 CAUSE2 $CHAR4. /* Cause of injury/trauma, overdose/poisoning, or adverse effect - #2 */ @87 CAUSE3 $CHAR4. /* Cause of injury/trauma, overdose/poisoning, or adverse effect - #3 */ @79 CAUSE13D $CHAR3. /* Cause of injury, poisoning, or adverse effect - #1 - broad */ @83 CAUSE23D $CHAR3. /* Cause of injury, poisoning, or adverse effect - #2 - broad */ @87 CAUSE33D $CHAR3. /* Cause of injury, poisoning, or adverse effect - #3 - broad */ @91 CAUSE1R 4. /* Cause of injury/trauma, overdose/poisoning, or adverse effect #1 - numeric recode */ @95 CAUSE2R 4. /* Cause of injury/trauma, overdose/poisoning, or adverse effect #2 - numeric recode */ @99 CAUSE3R 4. /* Cause of injury/trauma, overdose/poisoning, or adverse effect #3 - numeric recode */ @103 PRIMCARE 2. /* Are you the patient's primary care provider? */ @105 REFER 2. /* Was patient referred for visit? */ @107 SENBEFOR 1. /* Has this patient been seen in your practice before? */ @108 PASTVIS 3. /* If yes, how many past visits in the last 12 months? */ @111 MAJOR 2. /* Major reason for this visit */ @113 DIAG1 $CHAR5. /* Diagnosis #1 */ @113 DIAG13D $CHAR3. /* Diagnosis #1 - broad */ @118 PRDIAG1 2. /* Is diagnosis #1 probable, questionable or rule out? */ @120 DIAG2 $CHAR5. /* Diagnosis #2 */ @120 DIAG23D $CHAR3. /* Diagnosis #2 - broad */ @125 PRDIAG2 2. /* Is diagnosis $2 probable, questionable or rule out? */ @127 DIAG3 $CHAR5. /* Diagnosis #3 */ @127 DIAG33D $CHAR3. /* Diagnosis #3 - broad */ @132 PRDIAG3 2. /* Is diagnosis #3 probable, questionable or rule out? */ @134 DIAG4 $CHAR5. /* Diagnosis #4 - numeric recode */ @134 DIAG43D $CHAR3. /* Diagnosis #4 - broad */ @139 PRDIAG4 2. /* Is diagnosis #4 probable, questionable or rule out? */ @141 DIAG5 $CHAR5. /* Diagnosis #5 - numeric recode */ @141 DIAG53D $CHAR3. /* Diagnosis #5 - broad */ @146 PRDIAG5 2. /* Is diagnosis #5 probable, questionable or rule out? */ @148 DIAG1R 6. /* Diagnosis #1 - numeric recode */ @154 DIAG2R 6. /* Diagnosis #2 - numeric recode */ @160 DIAG3R 6. /* Diagnosis #3 - numeric recode */ @166 DIAG4R 6. /* Diagnosis #4 - numeric recode */ @172 DIAG5R 6. /* Diagnosis #5 - numeric recode */ @178 ETOHAB 1. /* Does patient now have: alcohol misuse, abuse or dependence */ @179 ALZHD 1. /* Does patient now have: Alzheimer's disease/Dementia */ @180 ARTHRTIS 1. /* Does patient now have: Arthritis */ @181 ASTHMA 1. /* Does patient now have: Asthma */ @182 ASTH_SEV 2. /* Asthma severity */ @184 ASTH_CON 2. /* Asthma control */ @186 AUTISM 1. /* Does patient now have: Autism spectrum disorder */ @187 CANCER 1. /* Does patient now have: Cancer */ @188 CEBVD 1. /* Does patient now have: Cerebrovascular disease/History of stroke (CVA) or transient ischemic attack (TIA) */ @189 CKD 1. /* Does patient now have: chronic kidney disease? (CKD) */ @190 COPD 1. /* Does patient now have: Chronic Obstructive Pulmonary Disease (COPD) */ @191 CHF 1. /* Does patient now have: Congestive heart failure (CHF) */ @192 CAD 1. /* Does patient now have: coronary artery disease (CAD), ischemic heart disease (IHD) or history of myocardial infarction (MI) */ @193 DEPRN 1. /* Does patient now have: Depression */ @194 DIABTYP1 1. /* Does patient now have: Diabetes mellitus (DM), type 1 */ @195 DIABTYP2 1. /* Does patient now have: Diabetes mellitus (DM), type 2 */ @196 DIABTYP0 1. /* Does patient now have: Diabetes mellitus (DM), type unspecified */ @197 ESRD 1. /* Does patient now have: end stage renal disease (ESRD) */ @198 HPE 1. /* Does patient now have: history of pulmonary embolism (PE), deep vein thrombosis (DVT), or venous thromboembolism (VTE) */ @199 HIV 1. /* Does patient now have HIV infection/AIDS? */ @200 HYPLIPID 1. /* Does patient now have: Hyperlipidemia */ @201 HTN 1. /* Does patient now have: Hypertension */ @202 OBESITY 1. /* Does patient now have: Obesity */ @203 OSA 1. /* Does patient now have: obstructive sleep apnea (OSA) */ @204 OSTPRSIS 1. /* Does patient now have: Osteoporosis */ @205 SUBSTAB 1. /* Does patient now have: Substance abuse or dependence */ @206 NOCHRON 1. /* Does patient now have: None of the above */ @207 TOTCHRON 2. /* Total number of chronic conditions */ @209 HTTAKE 1. /* Was height taken? */ @210 HTIN 2. /* Height in inches */ @212 WTTAKE 1. /* Was weight taken? */ @213 WTLB 3. /* Weight in pounds */ @216 BMI 8.2 /* Body mass index - calculated from height and weight */ @224 TEMPTAKE 1. /* Was temperature taken? */ @225 TEMPF 4. /* Temperature (in Fahrenheit) */ @229 BLODPRES 1. /* Was blood pressure taken? */ @230 BPSYS 3. /* Systolic blood pressure */ @233 BPDIAS 3. /* Diastolic blood pressure */ @236 SERVICES 1. /* Were any services ordered or provided at this visit? (Based on SERVICES item only, does not include vital signs) */ @237 ETOH 1. /* Alcohol misuse screening (includes AUDIT, MAST, CAGE, T-ACE) */ @238 BREAST 1. /* Breast exam */ @239 DEPRESS 1. /* Depression screening */ @240 DVS 1. /* Domestic violence screening */ @241 FOOT 1. /* Foot exam */ @242 NEURO 1. /* Neurologic exam */ @243 PELVIC 1. /* Pelvic exam */ @244 RECTAL 1. /* Rectal exam */ @245 RETINAL 1. /* Retinal/Eye exam */ @246 SKIN 1. /* Skin exam */ @247 SUBST 1. /* Substance abuse screening (includes NIDA/NM ASSIST, CAGE-AID, DAST-10) */ @248 BMP 1. /* Basic metabolic panel (BMP) */ @249 CBC 1. /* CBC (complete blood count) */ @250 CHLAMYD 1. /* Chlamydia test */ @251 CMP 1. /* Comprehensive metabolic panel (CMP) */ @252 CREAT 1. /* Creatinine/Renal function panel */ @253 BLDCX 1. /* Culture, blood */ @254 TRTCX 1. /* Culture, throat */ @255 URNCX 1. /* Culture, urine */ @256 OTHCX 1. /* Culture, other */ @257 GLUCOSE 1. /* Glucose, serum */ @258 GCT 1. /* Gonorrhea test */ @259 HGBA 1. /* HbA1C (Glycohemoglobin) */ @260 HEPTEST 1. /* Hepatitis testing/Hepatitis panel */ @261 HIVTEST 1. /* HIV test */ @262 HPVDNA 1. /* HPV DNA test */ @263 CHOLEST 1. /* Lipid profile */ @264 HEPATIC 1. /* Liver enzymes/hepatic function panel */ @265 PAP 1. /* PAP test */ @266 PREGTEST 1. /* Pregnancy/HCG test */ @267 PSA 1. /* PSA (prostate specific antigen) test */ @268 STREP 1. /* Rapid strep test */ @269 THYROID 1. /* TSH/Thyroid panel */ @270 URINE 1. /* Urinalysis (UA) */ @271 VITD 1. /* Vitamin D test */ @272 ANYIMAGE 1. /* Any imaging */ @273 BONEDENS 1. /* Bone mineral density */ @274 CATSCAN 1. /* CT Scan */ @275 ECHOCARD 1. /* Echocardiogram */ @276 OTHULTRA 1. /* Ultrasound */ @277 MAMMO 1. /* Mammography */ @278 MRI 1. /* MRI */ @279 XRAY 1. /* X-ray */ @280 OTHIMAGE 1. /* Other imaging */ @281 AUDIO 1. /* Audiometry */ @282 BIOPSY 1. /* Biopsy */ @283 BIOPROV 2. /* Biopsy provided */ @285 CARDIAC 1. /* Cardiac stress test */ @286 COLON 1. /* Colonoscopy */ @287 CRYO 1. /* Cryosurgery (cryotherapy)/Destruction of tissue */ @288 EKG 1. /* EKG/ECG */ @289 EEG 1. /* Electroencephalogram (EEG) */ @290 EMG 1. /* Electromyogram (EMG) */ @291 EXCISION 1. /* Excision of tissue */ @292 EXCIPROV 2. /* Excision of tissue provided */ @294 FETAL 1. /* Fetal monitoring */ @295 PEAK 1. /* Peak flow */ @296 SIGMOID 1. /* Sigmoidoscopy */ @297 SIGPROV 2. /* Sigmoidoscopy provided */ @299 SPIRO 1. /* Spirometry */ @300 TONO 1. /* Tonometry */ @301 TBTEST 1. /* Tuberculosis skin testing/PPD */ @302 EGD 1. /* Upper gastrointestinal endoscopy/EGD */ @303 SIGCOLON 1. /* Sigmoidoscopy/colonoscopy recoded variable */ @304 CSW 1. /* Cast/splint/wrap */ @305 CAM 1. /* Complementary and alternative medicine (CAM) */ @306 DME 1. /* Durable medical equipment */ @307 HOMEHLTH 1. /* Home health care */ @308 MENTAL 1. /* Mental health counseling, excluding psychotherapy */ @309 OCCUPY 1. /* Occupational therapy */ @310 PT 1. /* Physical therapy */ @311 PSYCHOTH 1. /* Psychotherapy */ @312 RADTHER 1. /* Radiation therapy */ @313 WOUND 1. /* Wound care */ @314 ETOHED 1. /* Alcohol abuse counseling */ @315 ASTHMAED 1. /* Asthma education */ @316 ASTHMAP 1. /* Asthma action plan given to patient */ @317 DIAEDUC 1. /* Diabetes education */ @318 DIETNUTR 1. /* Diet/nutrition */ @319 EXERCISE 1. /* Exercise */ @320 FAMPLAN 1. /* Family planning/Contraception */ @321 GENETIC 1. /* Genetic counseling */ @322 GRWTHDEV 1. /* Growth/Development */ @323 INJPREV 1. /* Injury prevention */ @324 STDPREV 1. /* STD prevention */ @325 STRESMGT 1. /* Stress management */ @326 SUBSTED 1. /* Substance abuse counseling */ @327 TOBACED 1. /* Tobacco use/Exposure */ @328 WTREDUC 1. /* Weight reduction */ @329 OTHSERV 1. /* Any write-in procedures reported */ @330 PROC1 $CHAR4. /* Procedure #1 */ @334 PROC2 $CHAR4. /* Procedure #2 */ @338 PROC3 $CHAR4. /* Procedure #3 */ @342 PROC4 $CHAR4. /* Procedure #4 */ @346 PROC5 $CHAR4. /* Procedure #5 */ @350 PROC6 $CHAR4. /* Procedure #6 */ @354 PROC7 $CHAR4. /* Procedure #7 */ @358 PROC8 $CHAR4. /* Procedure #8 */ @362 PROC9 $CHAR4. /* Procedure #9 */ @330 PROC13D $CHAR3. /* Write-in procedure code - 3 digit */ @334 PROC23D $CHAR3. /* Write-in procedure code - 3 digit */ @338 PROC33D $CHAR3. /* Write-in procedure code - 3 digit */ @342 PROC43D $CHAR3. /* Write-in procedure code - 3 digit */ @346 PROC53D $CHAR3. /* Write-in procedure code - 3 digit */ @350 PROC63D $CHAR3. /* Write-in procedure code - 3 digit */ @354 PROC73D $CHAR3. /* Write-in procedure code - 3 digit */ @358 PROC83D $CHAR3. /* Write-in procedure code - 3 digit */ @362 PROC93D $CHAR3. /* Write-in procedure code - 3 digit */ @330 PROC12D $CHAR2. /* Write-in procedure code - 2 digit */ @334 PROC22D $CHAR2. /* Write-in procedure code - 2 digit */ @338 PROC32D $CHAR2. /* Write-in procedure code - 2 digit */ @342 PROC42D $CHAR2. /* Write-in procedure code - 2 digit */ @346 PROC52D $CHAR2. /* Write-in procedure code - 2 digit */ @350 PROC62D $CHAR2. /* Write-in procedure code - 2 digit */ @354 PROC72D $CHAR2. /* Write-in procedure code - 2 digit */ @358 PROC82D $CHAR2. /* Write-in procedure code - 2 digit */ @362 PROC92D $CHAR2. /* Write-in procedure code - 2 digit */ @366 PROC1R 4. /* Procedure #1 - numeric recode */ @370 PROC2R 4. /* Procedure #2 - numeric recode */ @374 PROC3R 4. /* Procedure #3 - numeric recode */ @378 PROC4R 4. /* Procedure #4 - numeric recode */ @382 PROC5R 4. /* Procedure #5 - numeric recode */ @386 PROC6R 4. /* Procedure #6 - numeric recode */ @390 PROC7R 4. /* Procedure #7 - numeric recode */ @394 PROC8R 4. /* Procedure #8 - numeric recode */ @398 PROC9R 4. /* Procedure #9 - numeric recode */ @402 EXAM 1. /* Were any exams ordered or provided (item derived from ICD-9-CM exam codes) */ @403 SERVCNT 2. /* Total number of services ordered or provided including vital signs */ @405 ALLSERV 1. /* Were any services ordered or provided including vital signs? */ @406 MED 1. /* Were any prescription or non-prescription drugs ordered or provided (by any route of administration) at this visit? */ @407 MED1 $CHAR5. /* Medication #1 */ @412 MED2 $CHAR5. /* Medication #2 */ @417 MED3 $CHAR5. /* Medication #3 */ @422 MED4 $CHAR5. /* Medication #4 */ @427 MED5 $CHAR5. /* Medication #5 */ @432 MED6 $CHAR5. /* Medication #6 */ @437 MED7 $CHAR5. /* Medication #7 */ @442 MED8 $CHAR5. /* Medication #8 */ @447 MED9 $CHAR5. /* Medication #9 */ @452 MED10 $CHAR5. /* Medication #10 */ @457 MED11 $CHAR5. /* Medication #11 */ @462 MED12 $CHAR5. /* Medication #12 */ @467 MED13 $CHAR5. /* Medication #13 */ @472 MED14 $CHAR5. /* Medication #14 */ @477 MED15 $CHAR5. /* Medication #15 */ @482 MED16 $CHAR5. /* Medication #16 */ @487 MED17 $CHAR5. /* Medication #17 */ @492 MED18 $CHAR5. /* Medication #18 */ @497 MED19 $CHAR5. /* Medication #19 */ @502 MED20 $CHAR5. /* Medication #20 */ @507 MED21 $CHAR5. /* Medication #21 */ @512 MED22 $CHAR5. /* Medication #22 */ @517 MED23 $CHAR5. /* Medication #23 */ @522 MED24 $CHAR5. /* Medication #24 */ @527 MED25 $CHAR5. /* Medication #25 */ @532 MED26 $CHAR5. /* Medication #26 */ @537 MED27 $CHAR5. /* Medication #27 */ @542 MED28 $CHAR5. /* Medication #28 */ @547 MED29 $CHAR5. /* Medication #29 */ @552 MED30 $CHAR5. /* Medication #30 */ @557 NCMED1 2. /* Is Medication #1 new or continued? */ @559 NCMED2 2. /* Is Medication #2 new or continued? */ @561 NCMED3 2. /* Is Medication #3 new or continued? */ @563 NCMED4 2. /* Is Medication #4 new or continued? */ @565 NCMED5 2. /* Is Medication #5 new or continued? */ @567 NCMED6 2. /* Is Medication #6 new or continued? */ @569 NCMED7 2. /* Is Medication #7 new or continued? */ @571 NCMED8 2. /* Is Medication #8 new or continued? */ @573 NCMED9 2. /* Is Medication #9 new or continued? */ @575 NCMED10 2. /* Is Medication #10 new or continued */ @577 NCMED11 2. /* Is Medication #11 new or continued */ @579 NCMED12 2. /* Is Medication #12 new or continued */ @581 NCMED13 2. /* Is Medication #13 new or continued */ @583 NCMED14 2. /* Is Medication #14 new or continued */ @585 NCMED15 2. /* Is Medication #15 new or continued */ @587 NCMED16 2. /* Is Medication #16 new or continued */ @589 NCMED17 2. /* Is Medication #17 new or continued */ @591 NCMED18 2. /* Is Medication #18 new or continued */ @593 NCMED19 2. /* Is Medication #19 new or continued */ @595 NCMED20 2. /* Is Medication #20 new or continued */ @597 NCMED21 2. /* Is Medication #21 new or continued */ @599 NCMED22 2. /* Is Medication #22 new or continued */ @601 NCMED23 2. /* Is Medication #23 new or continued */ @603 NCMED24 2. /* Is Medication #24 new or continued */ @605 NCMED25 2. /* Is Medication #25 new or continued */ @607 NCMED26 2. /* Is Medication #26 new or continued */ @609 NCMED27 2. /* Is Medication #27 new or continued */ @611 NCMED28 2. /* Is Medication #28 new or continued */ @613 NCMED29 2. /* Is Medication #29 new or continued */ @615 NCMED30 2. /* Is Medication #30 new or continued */ @617 NUMMED 2. /* Number of medications coded */ @619 NUMNEW 2. /* Number of new medications coded */ @621 NUMCONT 2. /* Number of continuing medications coded */ @623 NOPROVID 1. /* Providers seen: no answer to item */ @624 PHYS 1. /* Physician seen */ @625 PHYSASST 1. /* Physician assistant seen */ @626 NPNMW 1. /* Nurse practitioner/midwife seen */ @627 RNLPN 1. /* Registered nurse/LPN seen */ @628 MHP 1. /* Mental health provider seen */ @629 OTHPROV 1. /* Other provider seen */ @630 PROVNONE 1. /* No provider seen */ @631 TIMEMD 3. /* Time spent with physician in minutes */ @634 NODISP 1. /* Visit disposition: no answer to item */ @635 RETREFPHY 1. /* Return to referring physician */ @636 REFOTHMD 1. /* Refer to other physician */ @637 RETAPPT1 1. /* Return in less than 1 week */ @638 RETAPPT2 1. /* Return in 1 week to less than 2 months */ @639 RETAPPT3 1. /* Return in 2 months or greater */ @640 RETUNSP 1. /* Return at unspecified time */ @641 RETNEED 1. /* Return as needed (p.r.n.) */ @642 ERADMHOS 1. /* Refer to ER/Admit to hospital */ @643 OTHDISP 1. /* Other disposition */ @644 AGEFLAG 2. /* Was patient age calculated by NCHS during data processing or recorded on instrument? */ @647 BDATEFL 1. /* Was birth year imputed? */ @648 SEXFL 1. /* Was sex imputed? */ @649 ETHNICFL 1. /* Was ethnicity imputed (model based)? */ @650 RACERFL 1. /* Was race imputed (model based)? */ @651 SENBEFL 1. /* Was seen before imputed? */ @652 PASTFL 1. /* Was Past visits imputed */ @653 TIMEMDFL 1. /* Was time spent with physician imputed? */ @654 HTWTFL 1. /* Did height or weight fall outside of acceptable ranges? */ @655 PHYCODE 5. /* Provider marker */ @660 PATCODE 3. /* Sequential numbering of visit records per physician */ @663 SPECR 2. /* Physician specialty - 14 groups */ @665 SPECCAT 1. /* Type of specialty (Primary, Medical, Surgical) */ @666 MDDO 1. /* Type of doctor (MD or DO) */ @667 RETYPOFFR 1. /* Type of office setting for this visit - recoded */ @668 SOLO 2. /* Type of practice (solo/nonsolo) */ @670 EMPSTAT 2. /* Ownership status of physician */ @672 OWNSR 2. /* Who owns the practice? - recoded */ @674 PATEVEN 2. /* Do you see patients in the office during the evening or on weekends? */ @676 NHVISR 2. /* During last normal week of practice, did you make any nursing home visits? */ @678 HOMVISR 2. /* During last normal week of practice, did you make any home visits? */ @680 HOSVISR 2. /* During last normal week of practice, did you make any hospital visits? */ @682 TELCONR 2. /* During last normal week of practice, did you have any telephone consults with patients? */ @684 ECONR 2. /* During last normal week of practice, did you have any internet/email consults with patients? */ @686 EBILLANY 2. /* Does the reporting location (office with most visits) submit any claims electronically (electronic billing)? */ @688 EMEDREC 2. /* Does the reporting location (office with most visits) use an electronic health record (EHR) or electronic medical record (EMR) system? Do not include billing record systems */ @690 HHSMU 2. /* Does your current system meet meaningful use criteria as defined by the Department of Health and Human Services? */ @692 SECURCHCK 2. /* Has your practice made an assessment of the potential risks and vulnerability of your electronic health information within the last 12 months? */ @694 DIFFEHR 2. /* Does your EHR have the capability to electronically send health information to another provider whose EHR system is different from your system? */ @696 EMRINS 2. /* At the reporting location (office with the most visits) are there plans for installing new EMR system or replacing current system within next 18 months? */ @698 MUSTAGE1 2. /* Medicard and Medicaid offer incentives to practices that demonstrate "meaningul use of health IT." At the reporting location (office with the most visits) are there plans to apply for Stage 1 of these incentive payments? */ @700 MUSTAGE2 2. /* Are there plans to apply for Stage 2 incentive payments? */ @702 EDEMOG 2. /* Does reporting location have this computerized capability:recording patient history and demographic information? */ @704 EDEMOGR 2. /* Does reporting location have this computerized capability: recording patient history and demographic information? - RECODED */ @706 EPROLST 2. /* Does reporting location have this computerized capability: recording patient problem lists? */ @708 EPROLSTR 2. /* Does reporting location have this computerized capability:recording patient problem lists? - RECODED */ @710 EVITAL 2. /* Does reporting location have this computerized capability: recording and charting vital signs */ @712 EVITALR 2. /* Does reporting location have this computerized capability: recording and charting vital signs - RECODED */ @714 ESMOKE 2. /* Does reporting location have this computerized capability:recording patient smoking status */ @716 ESMOKER 2. /* Does reporting location have this computerized capability: recording patient smoking status - RECODED */ @718 EPNOTES 2. /* Does reporting location have this computerized capability: recording clinical notes */ @720 EPNOTESR 2. /* Does reporting location have this computerized capability: recording clinical notes - RECODED */ @722 EMEDALG 2. /* Does reporting location have this computerized capability: recording patient's medications and allergies? */ @724 EMEDALGR 2. /* Does reporting location have this computerized capability: recording patient's medications and allergies? - RECODED */ @726 EMEDID 2. /* Does reporting location have this computerized capability: reconciling lists of patient medications to identify the most accurate list */ @728 EMEDIDR 2. /* Does reporting location have this computerized capability: reconciling lists of patient medications to identify the most accurate list - RECODED */ @730 EREMIND 2. /* Does reporting location have this computerized capability: providing reminders for guideline-based interventions or screening tests? */ @732 EREMINDR 2. /* Does reporting location have this computerized capability: providing reminders for guideline-based interventions or screening tests? - RECODED */ @734 ECPOE 2. /* Does reporting location have this computerized capability: ordering prescriptions */ @736 ECPOER 2. /* Does reporting location have this computerized capability: ordering prescriptions - RECODED */ @738 ESCRIP 2. /* If location has computerized capability to order presccriptions, are prescriptions sent electronically to pharmacy? */ @740 ESCRIPR 2. /* If location has computerized capability to order presccriptions, are prescriptions sent electronically to pharmacy? - RECODED */ @742 EWARN 2. /* If location has computerized capability to order presccriptions, are warnings of drug interactions or contraindications provided? */ @744 EWARNR 2. /* If location has computerized capability to order presccriptions, are warnings of drug interactions or contraindications provided? - RECODED */ @746 EFORMULA 2. /* If location has computerized capability to order presccriptions, are drug formulary checks performed? */ @748 EFORMULAR 2. /* If location has computerized capability to order presccriptions, are drug formulary checks performed? - RECODED */ @750 ECTOE 2. /* Does reporting location have this computerized capability: ordering lab tests? */ @752 ECTOER 2. /* Does reporting location have this computerized capability: ordering lab tests? - RECODED */ @754 EORDER 2. /* If reporting location has computerized capability to order lab tests, are results sent electronically? */ @756 EORDERR 2. /* If reporting location has computerized capability to order lab tests, are results sent electronically? - RECODED */ @758 ERESULT 2. /* Does reporting location have this computerized capability: viewing lab results */ @760 ERESULTR 2. /* Does reporting location have this computerized capability: viewing lab results - RECODED */ @762 EGRAPH 2. /* If location has computerized capability to view lab results, can the EHR/EMR automatically graph a specific patients lab results over time? */ @764 EGRAPHR 2. /* If location has computerized capability to view lab results, can the EHR/EMR automatically graph a specific patients lab results over time? - RECODED */ @766 ERADI 2. /* Does reporting location have this computerized capability: ordering radiology tests? */ @768 ERADIR 2. /* Does reporting location have this computerized capability: ordering radiology tests? - RECODED */ @770 EIMGRES 2. /* Does reporting location have this computerized capability: viewing imaging results */ @772 EIMGRESR 2. /* Does reporting location have this computerized capability: viewing imaging results - RECODED */ @774 EPTEDU 2. /* Does reporting location have this computerized capability: identifying educational resources for patients' specific conditions */ @776 EPTEDUR 2. /* Does reporting location have this computerized capability: identifying educational resources for patients' specific conditions - RECODED */ @778 ECQM 2. /* Does reporting location have this computerized capability: reporting clinical quality measures to federal or state agencies (such as CMS or Medicaid) */ @780 ECQMR 2. /* Does reporting location have this computerized capability: reporting clinical quality measures to federal or state agencies (such as CMS or Medicaid) - RECODED */ @782 EIDPT 2. /* Does reporting location have this computerized capability: identifying patients due for preventive or follow-up care in order to send patients reminders? */ @784 EIDPTR 2. /* Does reporting location have this computerized capability: identifying patients due for preventive or follow-up care in order to send patients reminders? - RECODED */ @786 EGENLIST 2. /* Does reporting location have this computerized capability: generating lists of patients with particular health conditions */ @788 EGENLISTR 2. /* Does reporting location have this computerized capability: generating lists of patients with particular health conditions - RECODED */ @790 EIMMREG 2. /* Does reporting location have this computerized capability: electronic reporting to immunization registries */ @792 EIMMREGR 2. /* Does reporting location have this computerized capability: electronic reporting to immunization registries - RECODED */ @794 ESUM 2. /* Does reporting location have this computerized capability: providing patients with clinical summaries for each visit */ @796 ESUMR 2. /* Does reporting location have this computerized capability: providing patients with clinical summaries for each visit - RECODED */ @798 EMSG 2. /* Does reporting location have this computerized capability: exchanging secure messages with patients */ @800 EMSGR 2. /* Does reporting location have this computerized capability: exchanging secure messages with patients - RECODED */ @802 EPTREC 2. /* Does reporting location have this computerized capability: providing patients the ability to view online, download, or transmit information from their medical record */ @804 EPTRECR 2. /* Does reporting location have this computerized capability: providing patients the ability to view online, download, or transmit information from their medical record - RECODED */ @806 REFOUT 2. /* Do you refer any of your patients to a provider outside of your office or group? */ @808 REFOUTS 2. /* Do you send the patient's clinical information to the other providers? */ @810 REFOUTSE 2. /* Do you send the patient's clinical information electronically (not fax)? */ @812 REFIN 2. /* Do you see any patients referred to you by providers outside of your office or group? */ @814 REFINS 2. /* Do you send a consultation report with clinical information to the other providers? */ @816 REFINSE 2. /* Do you send the consultation report electronically (not fax)? */ @818 INPTCARE 2. /* Do you take care of patients after they are discharged from an inpatient setting? */ @820 DISSUM 2. /* Do you receive a discharge summary with clinical information from the hospital? */ @822 DISSUME 2. /* Do you receive the discharge summary with clinical information electronically (not fax)? */ @824 INCORINFO 2. /* Can you automatically incorporate the discharge summary information into your EHR without manually entering the data? */ @826 ESHARE 2. /* Does practice share any patient health information electronically (not fax) with other providers? */ @828 ESHAREEHR 2. /* How does practice electronically share patient health information: EMR/EHR */ @830 ESHAREWEB 2. /* How does practice electronically share patient health information: Web portal (separate from EHREMR) */ @832 ESHAREOTH 2. /* How does practice electronically share patient health information: other electronic method */ @834 ESHAREUNK 2. /* How does practice electronically share patient health information: unknown */ @836 ESHAREREF 2. /* How does practice electronically share patient health information: refused to question */ @838 EHRTOEHR 2. /* Is the patient health information that you share electronically sent directly from your EHR system to another EHR system? */ @840 ESHAREPROV1 2. /* With what types of providers do you electronically share patient health information - Ambulatory providers inside your office/group */ @842 ESHAREPROV2 2. /* With what types of providers do you electronically share patient health information - Ambulatory providers outside your office/group */ @844 ESHAREPROV3 2. /* With what types of providers do you electronically share patient health information - Hospitals with which you are affiliated */ @846 ESHAREPROV4 2. /* With what types of providers do you electronically share patient health information - Hospitals with which you are not affiliated */ @848 ESHAREPROV5 2. /* With what types of providers do you electronically share patient health information - Behavioral health providers */ @850 ESHAREPROV6 2. /* With what types of providers do you electronically share patient health information - Long-term care providers */ @852 ESHAREPROV7 2. /* With what types of providers do you electronically share patient health information - Home health providers */ @854 ESHAREPROVUNK 2. /* With what types of providers do you electronically share patient health information - Unknown */ @856 ESHAREPROVREF 2. /* With what types of providers do you electronically share patient health information - Refused */ @858 EOUTINFO 2. /* Are you/your staff able to electronically find health information (e.g. medications, outside encounters) from sources outside of the office for your patients? */ @860 EOUTHOW1 2. /* How do you look up patient health information from sources outside of the office? - Through your EHR/EMR */ @862 EOUTHOW2 2. /* How do you look up patient health information from sources outside of the office? - Web portal (separate from EHR/EMR) */ @864 EOUTHOW3 2. /* How do you look up patient health information from sources outside of the office? - View only or restricted access to other provider's EHR system */ @866 EOUTHOW4 2. /* How do you look up patient health information from sources outside of the office? - Other electronic method (not fax) */ @868 EOUTHOWUNK 2. /* How do you look up patient health information from sources outside of the office? - Unknown */ @870 EOUTHOWREF 2. /* How do you look up patient health information from sources outside of the office? - Refused */ @872 EOUTYP1 2. /* What types of information do you routinely look up? - Lab */ @874 EOUTYP2 2. /* What types of information do you routinely look up? - Imaging reports */ @876 EOUTYP3 2. /* What types of information do you routinely look up? - Patient problem lists */ @878 EOUTYP4 2. /* What types of information do you routinely look up? - Medication lists */ @880 EOUTYP5 2. /* What types of information do you routinely look up? - Other */ @882 EOUTYPUNK 2. /* What types of information do you routinely look up? - Unknown */ @884 EOUTYPREF 2. /* What types of information do you routinely look up? - Refused */ @886 EOUTINCORP 2. /* Do you or your staff routinely incorporate the information you look up into your EHR? */ @888 PRMCARER 2. /* Percent of patient care revenue from Medicare */ @890 PRMAIDR 2. /* Percent of patient care revenue from Medicaid */ @892 PRPRVTR 2. /* Percent of patient care revenue from private insurance */ @894 PRPATR 2. /* Percent of patient care revenue from patient payments */ @896 PROTHR 2. /* Percent of patient care revenue from other */ @898 PRMANR 2. /* Percent of patient care revenue from managed care contracts */ @900 REVFFSR 2. /* Percent of patient care revenue from fee-for-service */ @902 REVCAPR 2. /* Percent of patient care revenue from capitation */ @904 REVCASER 2. /* Percent of patient care revenue from case rates */ @906 REVOTHR 2. /* Percent of patient care revenue from other */ @908 ACEPTNEW 2. /* Are you currently accepting new patients into your practice? */ @910 CAPITATE 2. /* Type of payments accepted from new patients: capitated private insurance */ @912 NOCAP 2. /* Type of payments accepted from new patients: non-capitated private insurance */ @914 PRIVATE 2. /* Type of payment accepted - private insurance (capitated or non-capitated) */ @916 NMEDCARE 2. /* Type of payments accepted from new patients: Medicare */ @918 NMEDCAID 2. /* Type of payments accepted from new patients: Medicaid */ @920 NWORKCMP 2. /* Type of payments accepted from new patients: Workers' Compensation */ @922 NSELFPAY 2. /* Type of payments accepted from new patients: Self-pay */ @924 NNOCHRGE 2. /* Type of payments accepted from new patients: No Charge */ @926 PHYSCOMP 2. /* Which of the following methods best describes your basic compensation? */ @928 COMPPROD 2. /* Considered in determining compensation: factors that reflect your own productivity */ @930 COMPSAT 2. /* Considered in determining compensation: results of satisfaction surveys from your own patients */ @932 COMPQUAL 2. /* Considered in determining compensation: specific measures of quality */ @934 COMPDROF 2. /* Considered in determining compensation: results of practice profiling */ @936 COMPFIN 2. /* Considered in determining compensation: overall financial performance of practice */ @938 COMPUNK 2. /* Considered in determining compensation: unknown */ @940 COMPREF 2. /* Considered in determining compensation: refused to answer */ @942 SASDAPPT 2. /* Does your practice set time aside for same day appointments? */ @944 SDAPPTPCT 3. /* If yes to SASDAPPT, roughly, what percent of your daily visits are same day appointments? */ @947 APPTTIME 2. /* On average, about how long does it take to get appointment for routine medical exam */ @949 REGIONOFF 1. /* Region where majority of physician's sampled visits occurred */ @950 FIPSSTOFF 2. /* State where majority of physician's sampled visits occurred */ @952 MSA 1. /* Metropolitan Statistical Area Status of physician location */ @953 DRUGID1 $CHAR6. /* Drug ID for medication #1 */ @959 PRESCR1 1. /* Prescription status code for medication #1 */ @960 CONTSUB1 1. /* Controlled substance code for medication #1 */ @961 COMSTAT1 1. /* Composition status code for medication #1 */ @962 RX1CAT1 $CHAR3. /* For RX1, MULTUM drug category #1 - detailed */ @965 RX1CAT2 $CHAR3. /* For RX1, MULTUM drug category #2 - detailed */ @968 RX1CAT3 $CHAR3. /* For RX1, MULTUM drug category #3 - detailed */ @971 RX1CAT4 $CHAR3. /* For RX1, MULTUM drug category #4 - detailed */ @974 RX1V1C1 $CHAR3. /* For RX1, level 1 of MULTUM drug category #1 */ @977 RX1V1C2 $CHAR3. /* For RX1, level 1 of MULTUM drug category #2 */ @980 RX1V1C3 $CHAR3. /* For RX1, level 1 of MULTUM drug category #3 */ @983 RX1V1C4 $CHAR3. /* For RX1, level 1 of MULTUM drug category #4 */ @986 RX1V2C1 $CHAR3. /* For RX1, level 2 of MULTUM drug category #1 */ @989 RX1V2C2 $CHAR3. /* For RX1, level 2 of MULTUM drug category #2 */ @992 RX1V2C3 $CHAR3. /* For RX1, level 2 of MULTUM drug category #3 */ @995 RX1V2C4 $CHAR3. /* For RX1, level 2 of MULTUM drug category #4 */ @998 RX1V3C1 $CHAR3. /* For RX1, level 3 of MULTUM drug category #1 */ @1001 RX1V3C2 $CHAR3. /* For RX1, level 3 of MULTUM drug category #2 */ @1004 RX1V3C3 $CHAR3. /* For RX1, level 3 of MULTUM drug category #3 */ @1007 RX1V3C4 $CHAR3. /* For RX1, level 3 of MULTUM drug category #4 */ @1010 DRUGID2 $CHAR6. /* Drug ID for medication #2 */ @1016 PRESCR2 1. /* Prescription status code for medication #2 */ @1017 CONTSUB2 1. /* Controlled substance code for medication #2 */ @1018 COMSTAT2 1. /* Composition status code for medication #2 */ @1019 RX2CAT1 $CHAR3. /* For RX2, MULTUM drug category #1 - detailed */ @1022 RX2CAT2 $CHAR3. /* For RX2, MULTUM drug category #2 - detailed */ @1025 RX2CAT3 $CHAR3. /* For RX2, MULTUM drug category #3 - detailed */ @1028 RX2CAT4 $CHAR3. /* For RX2, MULTUM drug category #4 - detailed */ @1031 RX2V1C1 $CHAR3. /* For RX2, level 1 of MULTUM drug category #1 */ @1034 RX2V1C2 $CHAR3. /* For RX2, level 1 of MULTUM drug category #2 */ @1037 RX2V1C3 $CHAR3. /* For RX2, level 1 of MULTUM drug category #3 */ @1040 RX2V1C4 $CHAR3. /* For RX2, level 1 of MULTUM drug category #4 */ @1043 RX2V2C1 $CHAR3. /* For RX2, level 2 of MULTUM drug category #1 */ @1046 RX2V2C2 $CHAR3. /* For RX2, level 2 of MULTUM drug category #2 */ @1049 RX2V2C3 $CHAR3. /* For RX2, level 2 of MULTUM drug category #3 */ @1052 RX2V2C4 $CHAR3. /* For RX2, level 2 of MULTUM drug category #4 */ @1055 RX2V3C1 $CHAR3. /* For RX2, level 3 of MULTUM drug category #1 */ @1058 RX2V3C2 $CHAR3. /* For RX2, level 3 of MULTUM drug category #2 */ @1061 RX2V3C3 $CHAR3. /* For RX2, level 3 of MULTUM drug category #3 */ @1064 RX2V3C4 $CHAR3. /* For RX2, level 3 of MULTUM drug category #4 */ @1067 DRUGID3 $CHAR6. /* Drug ID for medication #3 */ @1073 PRESCR3 1. /* Prescription status code for medication #3 */ @1074 CONTSUB3 1. /* Controlled substance code for medication #3 */ @1075 COMSTAT3 1. /* Composition status code for medication #3 */ @1076 RX3CAT1 $CHAR3. /* For RX3, MULTUM drug category #1 - detailed */ @1079 RX3CAT2 $CHAR3. /* For RX3, MULTUM drug category #2 - detailed */ @1082 RX3CAT3 $CHAR3. /* For RX3, MULTUM drug category #3 - detailed */ @1085 RX3CAT4 $CHAR3. /* For RX3, MULTUM drug category #4 - detailed */ @1088 RX3V1C1 $CHAR3. /* For RX3, level 1 of MULTUM drug category #1 */ @1091 RX3V1C2 $CHAR3. /* For RX3, level 1 of MULTUM drug category #2 */ @1094 RX3V1C3 $CHAR3. /* For RX3, level 1 of MULTUM drug category #3 */ @1097 RX3V1C4 $CHAR3. /* For RX3, level 1 of MULTUM drug category #4 */ @1100 RX3V2C1 $CHAR3. /* For RX3, level 2 of MULTUM drug category #1 */ @1103 RX3V2C2 $CHAR3. /* For RX3, level 2 of MULTUM drug category #2 */ @1106 RX3V2C3 $CHAR3. /* For RX3, level 2 of MULTUM drug category #3 */ @1109 RX3V2C4 $CHAR3. /* For RX3, level 2 of MULTUM drug category #4 */ @1112 RX3V3C1 $CHAR3. /* For RX3, level 3 of MULTUM drug category #1 */ @1115 RX3V3C2 $CHAR3. /* For RX3, level 3 of MULTUM drug category #2 */ @1118 RX3V3C3 $CHAR3. /* For RX3, level 3 of MULTUM drug category #3 */ @1121 RX3V3C4 $CHAR3. /* For RX3, level 3 of MULTUM drug category #4 */ @1124 DRUGID4 $CHAR6. /* Drug ID for medication #4 */ @1130 PRESCR4 1. /* Prescription status code for medication #4 */ @1131 CONTSUB4 1. /* Controlled substance code for medication #4 */ @1132 COMSTAT4 1. /* Composition status code for medication #4 */ @1133 RX4CAT1 $CHAR3. /* For RX4, MULTUM drug category #1 - detailed */ @1136 RX4CAT2 $CHAR3. /* For RX4, MULTUM drug category #2 - detailed */ @1139 RX4CAT3 $CHAR3. /* For RX4, MULTUM drug category #3 - detailed */ @1142 RX4CAT4 $CHAR3. /* For RX4, MULTUM drug category #4 - detailed */ @1145 RX4V1C1 $CHAR3. /* For RX4, level 1 of MULTUM drug category #1 */ @1148 RX4V1C2 $CHAR3. /* For RX4, level 1 of MULTUM drug category #2 */ @1151 RX4V1C3 $CHAR3. /* For RX4, level 1 of MULTUM drug category #3 */ @1154 RX4V1C4 $CHAR3. /* For RX4, level 1 of MULTUM drug category #4 */ @1157 RX4V2C1 $CHAR3. /* For RX4, level 2 of MULTUM drug category #1 */ @1160 RX4V2C2 $CHAR3. /* For RX4, level 2 of MULTUM drug category #2 */ @1163 RX4V2C3 $CHAR3. /* For RX4, level 2 of MULTUM drug category #3 */ @1166 RX4V2C4 $CHAR3. /* For RX4, level 2 of MULTUM drug category #4 */ @1169 RX4V3C1 $CHAR3. /* For RX4, level 3 of MULTUM drug category #1 */ @1172 RX4V3C2 $CHAR3. /* For RX4, level 3 of MULTUM drug category #2 */ @1175 RX4V3C3 $CHAR3. /* For RX4, level 3 of MULTUM drug category #3 */ @1178 RX4V3C4 $CHAR3. /* For RX4, level 3 of MULTUM drug category #4 */ @1181 DRUGID5 $CHAR6. /* Drug ID for medication #5 */ @1187 PRESCR5 1. /* Prescription status code for medication #5 */ @1188 CONTSUB5 1. /* Controlled substance code for medication #5 */ @1189 COMSTAT5 1. /* Composition status code for medication #5 */ @1190 RX5CAT1 $CHAR3. /* For RX5, MULTUM drug category #1 - detailed */ @1193 RX5CAT2 $CHAR3. /* For RX5, MULTUM drug category #2 - detailed */ @1196 RX5CAT3 $CHAR3. /* For RX5, MULTUM drug category #3 - detailed */ @1199 RX5CAT4 $CHAR3. /* For RX5, MULTUM drug category #4 - detailed */ @1202 RX5V1C1 $CHAR3. /* For RX5, level 1 of MULTUM drug category #1 */ @1205 RX5V1C2 $CHAR3. /* For RX5, level 1 of MULTUM drug category #2 */ @1208 RX5V1C3 $CHAR3. /* For RX5, level 1 of MULTUM drug category #3 */ @1211 RX5V1C4 $CHAR3. /* For RX5, level 1 of MULTUM drug category #4 */ @1214 RX5V2C1 $CHAR3. /* For RX5, level 2 of MULTUM drug category #1 */ @1217 RX5V2C2 $CHAR3. /* For RX5, level 2 of MULTUM drug category #2 */ @1220 RX5V2C3 $CHAR3. /* For RX5, level 2 of MULTUM drug category #3 */ @1223 RX5V2C4 $CHAR3. /* For RX5, level 2 of MULTUM drug category #4 */ @1226 RX5V3C1 $CHAR3. /* For RX5, level 3 of MULTUM drug category #1 */ @1229 RX5V3C2 $CHAR3. /* For RX5, level 3 of MULTUM drug category #2 */ @1232 RX5V3C3 $CHAR3. /* For RX5, level 3 of MULTUM drug category #3 */ @1235 RX5V3C4 $CHAR3. /* For RX5, level 3 of MULTUM drug category #4 */ @1238 DRUGID6 $CHAR6. /* Drug ID for medication #6 */ @1244 PRESCR6 1. /* Prescription status code for medication #6 */ @1245 CONTSUB6 1. /* Controlled substance code for medication #6 */ @1246 COMSTAT6 1. /* Composition status code for medication #6 */ @1247 RX6CAT1 $CHAR3. /* For RX6, MULTUM drug category #1 - detailed */ @1250 RX6CAT2 $CHAR3. /* For RX6, MULTUM drug category #2 - detailed */ @1253 RX6CAT3 $CHAR3. /* For RX6, MULTUM drug category #3 - detailed */ @1256 RX6CAT4 $CHAR3. /* For RX6, MULTUM drug category #4 - detailed */ @1259 RX6V1C1 $CHAR3. /* For RX6, level 1 of MULTUM drug category #1 */ @1262 RX6V1C2 $CHAR3. /* For RX6, level 1 of MULTUM drug category #2 */ @1265 RX6V1C3 $CHAR3. /* For RX6, level 1 of MULTUM drug category #3 */ @1268 RX6V1C4 $CHAR3. /* For RX6, level 1 of MULTUM drug category #4 */ @1271 RX6V2C1 $CHAR3. /* For RX6, level 2 of MULTUM drug category #1 */ @1274 RX6V2C2 $CHAR3. /* For RX6, level 2 of MULTUM drug category #2 */ @1277 RX6V2C3 $CHAR3. /* For RX6, level 2 of MULTUM drug category #3 */ @1280 RX6V2C4 $CHAR3. /* For RX6, level 2 of MULTUM drug category #4 */ @1283 RX6V3C1 $CHAR3. /* For RX6, level 3 of MULTUM drug category #1 */ @1286 RX6V3C2 $CHAR3. /* For RX6, level 3 of MULTUM drug category #2 */ @1289 RX6V3C3 $CHAR3. /* For RX6, level 3 of MULTUM drug category #3 */ @1292 RX6V3C4 $CHAR3. /* For RX6, level 3 of MULTUM drug category #4 */ @1295 DRUGID7 $CHAR6. /* Drug ID for medication #7 */ @1301 PRESCR7 1. /* Prescription status code for medication #7 */ @1302 CONTSUB7 1. /* Controlled substance code for medication #7 */ @1303 COMSTAT7 1. /* Composition status code for medication #7 */ @1304 RX7CAT1 $CHAR3. /* For RX7, MULTUM drug category #1 - detailed */ @1307 RX7CAT2 $CHAR3. /* For RX7, MULTUM drug category #2 - detailed */ @1310 RX7CAT3 $CHAR3. /* For RX7, MULTUM drug category #3 - detailed */ @1313 RX7CAT4 $CHAR3. /* For RX7, MULTUM drug category #4 - detailed */ @1316 RX7V1C1 $CHAR3. /* For RX7, level 1 of MULTUM drug category #1 */ @1319 RX7V1C2 $CHAR3. /* For RX7, level 1 of MULTUM drug category #2 */ @1322 RX7V1C3 $CHAR3. /* For RX7, level 1 of MULTUM drug category #3 */ @1325 RX7V1C4 $CHAR3. /* For RX7, level 1 of MULTUM drug category #4 */ @1328 RX7V2C1 $CHAR3. /* For RX7, level 2 of MULTUM drug category #1 */ @1331 RX7V2C2 $CHAR3. /* For RX7, level 2 of MULTUM drug category #2 */ @1334 RX7V2C3 $CHAR3. /* For RX7, level 2 of MULTUM drug category #3 */ @1337 RX7V2C4 $CHAR3. /* For RX7, level 2 of MULTUM drug category #4 */ @1340 RX7V3C1 $CHAR3. /* For RX7, level 3 of MULTUM drug category #1 */ @1343 RX7V3C2 $CHAR3. /* For RX7, level 3 of MULTUM drug category #2 */ @1346 RX7V3C3 $CHAR3. /* For RX7, level 3 of MULTUM drug category #3 */ @1349 RX7V3C4 $CHAR3. /* For RX7, level 3 of MULTUM drug category #4 */ @1352 DRUGID8 $CHAR6. /* Drug ID for medication #8 */ @1358 PRESCR8 1. /* Prescription status code for medication #8 */ @1359 CONTSUB8 1. /* Controlled substance code for medication #8 */ @1360 COMSTAT8 1. /* Composition status code for medication #8 */ @1361 RX8CAT1 $CHAR3. /* For RX8, MULTUM drug category #1 - detailed */ @1364 RX8CAT2 $CHAR3. /* For RX8, MULTUM drug category #2 - detailed */ @1367 RX8CAT3 $CHAR3. /* For RX8, MULTUM drug category #3 - detailed */ @1370 RX8CAT4 $CHAR3. /* For RX8, MULTUM drug category #4 - detailed */ @1373 RX8V1C1 $CHAR3. /* For RX8, level 1 of MULTUM drug category #1 */ @1376 RX8V1C2 $CHAR3. /* For RX8, level 1 of MULTUM drug category #2 */ @1379 RX8V1C3 $CHAR3. /* For RX8, level 1 of MULTUM drug category #3 */ @1382 RX8V1C4 $CHAR3. /* For RX8, level 1 of MULTUM drug category #4 */ @1385 RX8V2C1 $CHAR3. /* For RX8, level 2 of MULTUM drug category #1 */ @1388 RX8V2C2 $CHAR3. /* For RX8, level 2 of MULTUM drug category #2 */ @1391 RX8V2C3 $CHAR3. /* For RX8, level 2 of MULTUM drug category #3 */ @1394 RX8V2C4 $CHAR3. /* For RX8, level 2 of MULTUM drug category #4 */ @1397 RX8V3C1 $CHAR3. /* For RX8, level 3 of MULTUM drug category #1 */ @1400 RX8V3C2 $CHAR3. /* For RX8, level 3 of MULTUM drug category #2 */ @1403 RX8V3C3 $CHAR3. /* For RX8, level 3 of MULTUM drug category #3 */ @1406 RX8V3C4 $CHAR3. /* For RX8, level 3 of MULTUM drug category #4 */ @1409 DRUGID9 $CHAR6. /* Drug ID for medication #9 */ @1415 PRESCR9 1. /* Prescription status code for medication #9 */ @1416 CONTSUB9 1. /* Controlled substance code for medication #9 */ @1417 COMSTAT9 1. /* Composition status code for medication #9 */ @1418 RX9CAT1 $CHAR3. /* For RX9, MULTUM drug category #1 - detailed */ @1421 RX9CAT2 $CHAR3. /* For RX9, MULTUM drug category #2 - detailed */ @1424 RX9CAT3 $CHAR3. /* For RX9, MULTUM drug category #3 - detailed */ @1427 RX9CAT4 $CHAR3. /* For RX9, MULTUM drug category #4 - detailed */ @1430 RX9V1C1 $CHAR3. /* For RX9, level 1 of MULTUM drug category #1 */ @1433 RX9V1C2 $CHAR3. /* For RX9, level 1 of MULTUM drug category #2 */ @1436 RX9V1C3 $CHAR3. /* For RX9, level 1 of MULTUM drug category #3 */ @1439 RX9V1C4 $CHAR3. /* For RX9, level 1 of MULTUM drug category #4 */ @1442 RX9V2C1 $CHAR3. /* For RX9, level 2 of MULTUM drug category #1 */ @1445 RX9V2C2 $CHAR3. /* For RX9, level 2 of MULTUM drug category #2 */ @1448 RX9V2C3 $CHAR3. /* For RX9, level 2 of MULTUM drug category #3 */ @1451 RX9V2C4 $CHAR3. /* For RX9, level 2 of MULTUM drug category #4 */ @1454 RX9V3C1 $CHAR3. /* For RX9, level 3 of MULTUM drug category #1 */ @1457 RX9V3C2 $CHAR3. /* For RX9, level 3 of MULTUM drug category #2 */ @1460 RX9V3C3 $CHAR3. /* For RX9, level 3 of MULTUM drug category #3 */ @1463 RX9V3C4 $CHAR3. /* For RX9, level 3 of MULTUM drug category #4 */ @1466 DRUGID10 $CHAR6. /* Drug ID for medication #10 */ @1472 PRESCR10 1. /* Prescription status code for medication #10 */ @1473 CONTSUB10 1. /* Controlled substance code for medication #10 */ @1474 COMSTAT10 1. /* Composition status code for medication #10 */ @1475 RX10CAT1 $CHAR3. /* For RX10, MULTUM drug category #1 - detailed */ @1478 RX10CAT2 $CHAR3. /* For RX10, MULTUM drug category #2 - detailed */ @1481 RX10CAT3 $CHAR3. /* For RX10, MULTUM drug category #3 - detailed */ @1484 RX10CAT4 $CHAR3. /* For RX10, MULTUM drug category #4 - detailed */ @1487 RX10V1C1 $CHAR3. /* For RX10, level 1 of MULTUM drug category #1 */ @1490 RX10V1C2 $CHAR3. /* For RX10, level 1 of MULTUM drug category #2 */ @1493 RX10V1C3 $CHAR3. /* For RX10, level 1 of MULTUM drug category #3 */ @1496 RX10V1C4 $CHAR3. /* For RX10, level 1 of MULTUM drug category #4 */ @1499 RX10V2C1 $CHAR3. /* For RX10, level 2 of MULTUM drug category #1 */ @1502 RX10V2C2 $CHAR3. /* For RX10, level 2 of MULTUM drug category #2 */ @1505 RX10V2C3 $CHAR3. /* For RX10, level 2 of MULTUM drug category #3 */ @1508 RX10V2C4 $CHAR3. /* For RX10, level 2 of MULTUM drug category #4 */ @1511 RX10V3C1 $CHAR3. /* For RX10, level 3 of MULTUM drug category #1 */ @1514 RX10V3C2 $CHAR3. /* For RX10, level 3 of MULTUM drug category #2 */ @1517 RX10V3C3 $CHAR3. /* For RX10, level 3 of MULTUM drug category #3 */ @1520 RX10V3C4 $CHAR3. /* For RX10, level 3 of MULTUM drug category #4 */ @1523 DRUGID11 $CHAR6. /* Drug ID for medication #11 */ @1529 PRESCR11 1. /* Prescription status code for medication #11 */ @1530 CONTSUB11 1. /* Controlled substance code for medication #11 */ @1531 COMSTAT11 1. /* Composition status code for medication #11 */ @1532 RX11CAT1 $CHAR3. /* For RX11, MULTUM drug category #1 - detailed */ @1535 RX11CAT2 $CHAR3. /* For RX11, MULTUM drug category #2 - detailed */ @1538 RX11CAT3 $CHAR3. /* For RX11, MULTUM drug category #3 - detailed */ @1541 RX11CAT4 $CHAR3. /* For RX11, MULTUM drug category #4 - detailed */ @1544 RX11V1C1 $CHAR3. /* For RX11, level 1 of MULTUM drug category #1 */ @1547 RX11V1C2 $CHAR3. /* For RX11, level 1 of MULTUM drug category #2 */ @1550 RX11V1C3 $CHAR3. /* For RX11, level 1 of MULTUM drug category #3 */ @1553 RX11V1C4 $CHAR3. /* For RX11, level 1 of MULTUM drug category #4 */ @1556 RX11V2C1 $CHAR3. /* For RX11, level 2 of MULTUM drug category #1 */ @1559 RX11V2C2 $CHAR3. /* For RX11, level 2 of MULTUM drug category #2 */ @1562 RX11V2C3 $CHAR3. /* For RX11, level 2 of MULTUM drug category #3 */ @1565 RX11V2C4 $CHAR3. /* For RX11, level 2 of MULTUM drug category #4 */ @1568 RX11V3C1 $CHAR3. /* For RX11, level 3 of MULTUM drug category #1 */ @1571 RX11V3C2 $CHAR3. /* For RX11, level 3 of MULTUM drug category #2 */ @1574 RX11V3C3 $CHAR3. /* For RX11, level 3 of MULTUM drug category #3 */ @1577 RX11V3C4 $CHAR3. /* For RX11, level 3 of MULTUM drug category #4 */ @1580 DRUGID12 $CHAR6. /* Drug ID for medication #12 */ @1586 PRESCR12 1. /* Prescription status code for medication #12 */ @1587 CONTSUB12 1. /* Controlled substance code for medication #12 */ @1588 COMSTAT12 1. /* Composition status code for medication #12 */ @1589 RX12CAT1 $CHAR3. /* For RX12, MULTUM drug category #1 - detailed */ @1592 RX12CAT2 $CHAR3. /* For RX12, MULTUM drug category #2 - detailed */ @1595 RX12CAT3 $CHAR3. /* For RX12, MULTUM drug category #3 - detailed */ @1598 RX12CAT4 $CHAR3. /* For RX12, MULTUM drug category #4 - detailed */ @1601 RX12V1C1 $CHAR3. /* For RX12, level 1 of MULTUM drug category #1 */ @1604 RX12V1C2 $CHAR3. /* For RX12, level 1 of MULTUM drug category #2 */ @1607 RX12V1C3 $CHAR3. /* For RX12, level 1 of MULTUM drug category #3 */ @1610 RX12V1C4 $CHAR3. /* For RX12, level 1 of MULTUM drug category #4 */ @1613 RX12V2C1 $CHAR3. /* For RX12, level 2 of MULTUM drug category #1 */ @1616 RX12V2C2 $CHAR3. /* For RX12, level 2 of MULTUM drug category #2 */ @1619 RX12V2C3 $CHAR3. /* For RX12, level 2 of MULTUM drug category #3 */ @1622 RX12V2C4 $CHAR3. /* For RX12, level 2 of MULTUM drug category #4 */ @1625 RX12V3C1 $CHAR3. /* For RX12, level 3 of MULTUM drug category #1 */ @1628 RX12V3C2 $CHAR3. /* For RX12, level 3 of MULTUM drug category #2 */ @1631 RX12V3C3 $CHAR3. /* For RX12, level 3 of MULTUM drug category #3 */ @1634 RX12V3C4 $CHAR3. /* For RX12, level 3 of MULTUM drug category #4 */ @1637 DRUGID13 $CHAR6. /* Drug ID for medication #13 */ @1643 PRESCR13 1. /* Prescription status code for medication #13 */ @1644 CONTSUB13 1. /* Controlled substance code for medication #13 */ @1645 COMSTAT13 1. /* Composition status code for medication #13 */ @1646 RX13CAT1 $CHAR3. /* For RX13, MULTUM drug category #1 - detailed */ @1649 RX13CAT2 $CHAR3. /* For RX13, MULTUM drug category #2 - detailed */ @1652 RX13CAT3 $CHAR3. /* For RX13, MULTUM drug category #3 - detailed */ @1655 RX13CAT4 $CHAR3. /* For RX13, MULTUM drug category #4 - detailed */ @1658 RX13V1C1 $CHAR3. /* For RX13, level 1 of MULTUM drug category #1 */ @1661 RX13V1C2 $CHAR3. /* For RX13, level 1 of MULTUM drug category #2 */ @1664 RX13V1C3 $CHAR3. /* For RX13, level 1 of MULTUM drug category #3 */ @1667 RX13V1C4 $CHAR3. /* For RX13, level 1 of MULTUM drug category #4 */ @1670 RX13V2C1 $CHAR3. /* For RX13, level 2 of MULTUM drug category #1 */ @1673 RX13V2C2 $CHAR3. /* For RX13, level 2 of MULTUM drug category #2 */ @1676 RX13V2C3 $CHAR3. /* For RX13, level 2 of MULTUM drug category #3 */ @1679 RX13V2C4 $CHAR3. /* For RX13, level 2 of MULTUM drug category #4 */ @1682 RX13V3C1 $CHAR3. /* For RX13, level 3 of MULTUM drug category #1 */ @1685 RX13V3C2 $CHAR3. /* For RX13, level 3 of MULTUM drug category #2 */ @1688 RX13V3C3 $CHAR3. /* For RX13, level 3 of MULTUM drug category #3 */ @1691 RX13V3C4 $CHAR3. /* For RX13, level 3 of MULTUM drug category #4 */ @1694 DRUGID14 $CHAR6. /* Drug ID for medication #14 */ @1700 PRESCR14 1. /* Prescription status code for medication #14 */ @1701 CONTSUB14 1. /* Controlled substance code for medication #14 */ @1702 COMSTAT14 1. /* Composition status code for medication #14 */ @1703 RX14CAT1 $CHAR3. /* For RX14, MULTUM drug category #1 - detailed */ @1706 RX14CAT2 $CHAR3. /* For RX14, MULTUM drug category #2 - detailed */ @1709 RX14CAT3 $CHAR3. /* For RX14, MULTUM drug category #3 - detailed */ @1712 RX14CAT4 $CHAR3. /* For RX14, MULTUM drug category #4 - detailed */ @1715 RX14V1C1 $CHAR3. /* For RX14, level 1 of MULTUM drug category #1 */ @1718 RX14V1C2 $CHAR3. /* For RX14, level 1 of MULTUM drug category #2 */ @1721 RX14V1C3 $CHAR3. /* For RX14, level 1 of MULTUM drug category #3 */ @1724 RX14V1C4 $CHAR3. /* For RX14, level 1 of MULTUM drug category #4 */ @1727 RX14V2C1 $CHAR3. /* For RX14, level 2 of MULTUM drug category #1 */ @1730 RX14V2C2 $CHAR3. /* For RX14, level 2 of MULTUM drug category #2 */ @1733 RX14V2C3 $CHAR3. /* For RX14, level 2 of MULTUM drug category #3 */ @1736 RX14V2C4 $CHAR3. /* For RX14, level 2 of MULTUM drug category #4 */ @1739 RX14V3C1 $CHAR3. /* For RX14, level 3 of MULTUM drug category #1 */ @1742 RX14V3C2 $CHAR3. /* For RX14, level 3 of MULTUM drug category #2 */ @1745 RX14V3C3 $CHAR3. /* For RX14, level 3 of MULTUM drug category #3 */ @1748 RX14V3C4 $CHAR3. /* For RX14, level 3 of MULTUM drug category #4 */ @1751 DRUGID15 $CHAR6. /* Drug ID for medication #15 */ @1757 PRESCR15 1. /* Prescription status code for medication #15 */ @1758 CONTSUB15 1. /* Controlled substance code for medication #15 */ @1759 COMSTAT15 1. /* Composition status code for medication #15 */ @1760 RX15CAT1 $CHAR3. /* For RX15, MULTUM drug category #1 - detailed */ @1763 RX15CAT2 $CHAR3. /* For RX15, MULTUM drug category #2 - detailed */ @1766 RX15CAT3 $CHAR3. /* For RX15, MULTUM drug category #3 - detailed */ @1769 RX15CAT4 $CHAR3. /* For RX15, MULTUM drug category #4 - detailed */ @1772 RX15V1C1 $CHAR3. /* For RX15, level 1 of MULTUM drug category #1 */ @1775 RX15V1C2 $CHAR3. /* For RX15, level 1 of MULTUM drug category #2 */ @1778 RX15V1C3 $CHAR3. /* For RX15, level 1 of MULTUM drug category #3 */ @1781 RX15V1C4 $CHAR3. /* For RX15, level 1 of MULTUM drug category #4 */ @1784 RX15V2C1 $CHAR3. /* For RX15, level 2 of MULTUM drug category #1 */ @1787 RX15V2C2 $CHAR3. /* For RX15, level 2 of MULTUM drug category #2 */ @1790 RX15V2C3 $CHAR3. /* For RX15, level 2 of MULTUM drug category #3 */ @1793 RX15V2C4 $CHAR3. /* For RX15, level 2 of MULTUM drug category #4 */ @1796 RX15V3C1 $CHAR3. /* For RX15, level 3 of MULTUM drug category #1 */ @1799 RX15V3C2 $CHAR3. /* For RX15, level 3 of MULTUM drug category #2 */ @1802 RX15V3C3 $CHAR3. /* For RX15, level 3 of MULTUM drug category #3 */ @1805 RX15V3C4 $CHAR3. /* For RX15, level 3 of MULTUM drug category #4 */ @1808 DRUGID16 $CHAR6. /* Drug ID for medication #16 */ @1814 PRESCR16 1. /* Prescription status code for medication #16 */ @1815 CONTSUB16 1. /* Controlled substance code for medication #16 */ @1816 COMSTAT16 1. /* Composition status code for medication #16 */ @1817 RX16CAT1 $CHAR3. /* For RX16, MULTUM drug category #1 - detailed */ @1820 RX16CAT2 $CHAR3. /* For RX16, MULTUM drug category #2 - detailed */ @1823 RX16CAT3 $CHAR3. /* For RX16, MULTUM drug category #3 - detailed */ @1826 RX16CAT4 $CHAR3. /* For RX16, MULTUM drug category #4 - detailed */ @1829 RX16V1C1 $CHAR3. /* For RX16, level 1 of MULTUM drug category #1 */ @1832 RX16V1C2 $CHAR3. /* For RX16, level 1 of MULTUM drug category #2 */ @1835 RX16V1C3 $CHAR3. /* For RX16, level 1 of MULTUM drug category #3 */ @1838 RX16V1C4 $CHAR3. /* For RX16, level 1 of MULTUM drug category #4 */ @1841 RX16V2C1 $CHAR3. /* For RX16, level 2 of MULTUM drug category #1 */ @1844 RX16V2C2 $CHAR3. /* For RX16, level 2 of MULTUM drug category #2 */ @1847 RX16V2C3 $CHAR3. /* For RX16, level 2 of MULTUM drug category #3 */ @1850 RX16V2C4 $CHAR3. /* For RX16, level 2 of MULTUM drug category #4 */ @1853 RX16V3C1 $CHAR3. /* For RX16, level 3 of MULTUM drug category #1 */ @1856 RX16V3C2 $CHAR3. /* For RX16, level 3 of MULTUM drug category #2 */ @1859 RX16V3C3 $CHAR3. /* For RX16, level 3 of MULTUM drug category #3 */ @1862 RX16V3C4 $CHAR3. /* For RX16, level 3 of MULTUM drug category #4 */ @1865 DRUGID17 $CHAR6. /* Drug ID for medication #17 */ @1871 PRESCR17 1. /* Prescription status code for medication #17 */ @1872 CONTSUB17 1. /* Controlled substance code for medication #17 */ @1873 COMSTAT17 1. /* Composition status code for medication #17 */ @1874 RX17CAT1 $CHAR3. /* For RX17, MULTUM drug category #1 - detailed */ @1877 RX17CAT2 $CHAR3. /* For RX17, MULTUM drug category #2 - detailed */ @1880 RX17CAT3 $CHAR3. /* For RX17, MULTUM drug category #3 - detailed */ @1883 RX17CAT4 $CHAR3. /* For RX17, MULTUM drug category #4 - detailed */ @1886 RX17V1C1 $CHAR3. /* For RX17, level 1 of MULTUM drug category #1 */ @1889 RX17V1C2 $CHAR3. /* For RX17, level 1 of MULTUM drug category #2 */ @1892 RX17V1C3 $CHAR3. /* For RX17, level 1 of MULTUM drug category #3 */ @1895 RX17V1C4 $CHAR3. /* For RX17, level 1 of MULTUM drug category #4 */ @1898 RX17V2C1 $CHAR3. /* For RX17, level 2 of MULTUM drug category #1 */ @1901 RX17V2C2 $CHAR3. /* For RX17, level 2 of MULTUM drug category #2 */ @1904 RX17V2C3 $CHAR3. /* For RX17, level 2 of MULTUM drug category #3 */ @1907 RX17V2C4 $CHAR3. /* For RX17, level 2 of MULTUM drug category #4 */ @1910 RX17V3C1 $CHAR3. /* For RX17, level 3 of MULTUM drug category #1 */ @1913 RX17V3C2 $CHAR3. /* For RX17, level 3 of MULTUM drug category #2 */ @1916 RX17V3C3 $CHAR3. /* For RX17, level 3 of MULTUM drug category #3 */ @1919 RX17V3C4 $CHAR3. /* For RX17, level 3 of MULTUM drug category #4 */ @1922 DRUGID18 $CHAR6. /* Drug ID for medication #18 */ @1928 PRESCR18 1. /* Prescription status code for medication #18 */ @1929 CONTSUB18 1. /* Controlled substance code for medication #18 */ @1930 COMSTAT18 1. /* Composition status code for medication #18 */ @1931 RX18CAT1 $CHAR3. /* For RX18, MULTUM drug category #1 - detailed */ @1934 RX18CAT2 $CHAR3. /* For RX18, MULTUM drug category #2 - detailed */ @1937 RX18CAT3 $CHAR3. /* For RX18, MULTUM drug category #3 - detailed */ @1940 RX18CAT4 $CHAR3. /* For RX18, MULTUM drug category #4 - detailed */ @1943 RX18V1C1 $CHAR3. /* For RX18, level 1 of MULTUM drug category #1 */ @1946 RX18V1C2 $CHAR3. /* For RX18, level 1 of MULTUM drug category #2 */ @1949 RX18V1C3 $CHAR3. /* For RX18, level 1 of MULTUM drug category #3 */ @1952 RX18V1C4 $CHAR3. /* For RX18, level 1 of MULTUM drug category #4 */ @1955 RX18V2C1 $CHAR3. /* For RX18, level 2 of MULTUM drug category #1 */ @1958 RX18V2C2 $CHAR3. /* For RX18, level 2 of MULTUM drug category #2 */ @1961 RX18V2C3 $CHAR3. /* For RX18, level 2 of MULTUM drug category #3 */ @1964 RX18V2C4 $CHAR3. /* For RX18, level 2 of MULTUM drug category #4 */ @1967 RX18V3C1 $CHAR3. /* For RX18, level 3 of MULTUM drug category #1 */ @1970 RX18V3C2 $CHAR3. /* For RX18, level 3 of MULTUM drug category #2 */ @1973 RX18V3C3 $CHAR3. /* For RX18, level 3 of MULTUM drug category #3 */ @1976 RX18V3C4 $CHAR3. /* For RX18, level 3 of MULTUM drug category #4 */ @1979 DRUGID19 $CHAR6. /* Drug ID for medication #19 */ @1985 PRESCR19 1. /* Prescription status code for medication #19 */ @1986 CONTSUB19 1. /* Controlled substance code for medication #19 */ @1987 COMSTAT19 1. /* Composition status code for medication #19 */ @1988 RX19CAT1 $CHAR3. /* For RX19, MULTUM drug category #1 - detailed */ @1991 RX19CAT2 $CHAR3. /* For RX19, MULTUM drug category #2 - detailed */ @1994 RX19CAT3 $CHAR3. /* For RX19, MULTUM drug category #3 - detailed */ @1997 RX19CAT4 $CHAR3. /* For RX19, MULTUM drug category #4 - detailed */ @2000 RX19V1C1 $CHAR3. /* For RX19, level 1 of MULTUM drug category #1 */ @2003 RX19V1C2 $CHAR3. /* For RX19, level 1 of MULTUM drug category #2 */ @2006 RX19V1C3 $CHAR3. /* For RX19, level 1 of MULTUM drug category #3 */ @2009 RX19V1C4 $CHAR3. /* For RX19, level 1 of MULTUM drug category #4 */ @2012 RX19V2C1 $CHAR3. /* For RX19, level 2 of MULTUM drug category #1 */ @2015 RX19V2C2 $CHAR3. /* For RX19, level 2 of MULTUM drug category #2 */ @2018 RX19V2C3 $CHAR3. /* For RX19, level 2 of MULTUM drug category #3 */ @2021 RX19V2C4 $CHAR3. /* For RX19, level 2 of MULTUM drug category #4 */ @2024 RX19V3C1 $CHAR3. /* For RX19, level 3 of MULTUM drug category #1 */ @2027 RX19V3C2 $CHAR3. /* For RX19, level 3 of MULTUM drug category #2 */ @2030 RX19V3C3 $CHAR3. /* For RX19, level 3 of MULTUM drug category #3 */ @2033 RX19V3C4 $CHAR3. /* For RX19, level 3 of MULTUM drug category #4 */ @2036 DRUGID20 $CHAR6. /* Drug ID for medication #20 */ @2042 PRESCR20 1. /* Prescription status code for medication #20 */ @2043 CONTSUB20 1. /* Controlled substance code for medication #20 */ @2044 COMSTAT20 1. /* Composition status code for medication #20 */ @2045 RX20CAT1 $CHAR3. /* For RX20, MULTUM drug category #1 - detailed */ @2048 RX20CAT2 $CHAR3. /* For RX20, MULTUM drug category #2 - detailed */ @2051 RX20CAT3 $CHAR3. /* For RX20, MULTUM drug category #3 - detailed */ @2054 RX20CAT4 $CHAR3. /* For RX20, MULTUM drug category #4 - detailed */ @2057 RX20V1C1 $CHAR3. /* For RX20, level 1 of MULTUM drug category #1 */ @2060 RX20V1C2 $CHAR3. /* For RX20, level 1 of MULTUM drug category #2 */ @2063 RX20V1C3 $CHAR3. /* For RX20, level 1 of MULTUM drug category #3 */ @2066 RX20V1C4 $CHAR3. /* For RX20, level 1 of MULTUM drug category #4 */ @2069 RX20V2C1 $CHAR3. /* For RX20, level 2 of MULTUM drug category #1 */ @2072 RX20V2C2 $CHAR3. /* For RX20, level 2 of MULTUM drug category #2 */ @2075 RX20V2C3 $CHAR3. /* For RX20, level 2 of MULTUM drug category #3 */ @2078 RX20V2C4 $CHAR3. /* For RX20, level 2 of MULTUM drug category #4 */ @2081 RX20V3C1 $CHAR3. /* For RX20, level 3 of MULTUM drug category #1 */ @2084 RX20V3C2 $CHAR3. /* For RX20, level 3 of MULTUM drug category #2 */ @2087 RX20V3C3 $CHAR3. /* For RX20, level 3 of MULTUM drug category #3 */ @2090 RX20V3C4 $CHAR3. /* For RX20, level 3 of MULTUM drug category #4 */ @2093 DRUGID21 $CHAR6. /* Drug ID for medication #21 */ @2099 PRESCR21 1. /* Prescription status code for medication #21 */ @2100 CONTSUB21 1. /* Controlled substance code for medication #21 */ @2101 COMSTAT21 1. /* Composition status code for medication #21 */ @2102 RX21CAT1 $CHAR3. /* For RX21, MULTUM drug category #1 - detailed */ @2105 RX21CAT2 $CHAR3. /* For RX21, MULTUM drug category #2 - detailed */ @2108 RX21CAT3 $CHAR3. /* For RX21, MULTUM drug category #3 - detailed */ @2111 RX21CAT4 $CHAR3. /* For RX21, MULTUM drug category #4 - detailed */ @2114 RX21V1C1 $CHAR3. /* For RX21, level 1 of MULTUM drug category #1 */ @2117 RX21V1C2 $CHAR3. /* For RX21, level 1 of MULTUM drug category #2 */ @2120 RX21V1C3 $CHAR3. /* For RX21, level 1 of MULTUM drug category #3 */ @2123 RX21V1C4 $CHAR3. /* For RX21, level 1 of MULTUM drug category #4 */ @2126 RX21V2C1 $CHAR3. /* For RX21, level 2 of MULTUM drug category #1 */ @2129 RX21V2C2 $CHAR3. /* For RX21, level 2 of MULTUM drug category #2 */ @2132 RX21V2C3 $CHAR3. /* For RX21, level 2 of MULTUM drug category #3 */ @2135 RX21V2C4 $CHAR3. /* For RX21, level 2 of MULTUM drug category #4 */ @2138 RX21V3C1 $CHAR3. /* For RX21, level 3 of MULTUM drug category #1 */ @2141 RX21V3C2 $CHAR3. /* For RX21, level 3 of MULTUM drug category #2 */ @2144 RX21V3C3 $CHAR3. /* For RX21, level 3 of MULTUM drug category #3 */ @2147 RX21V3C4 $CHAR3. /* For RX21, level 3 of MULTUM drug category #4 */ @2150 DRUGID22 $CHAR6. /* Drug ID for medication #22 */ @2156 PRESCR22 1. /* Prescription status code for medication #22 */ @2157 CONTSUB22 1. /* Controlled substance code for medication #22 */ @2158 COMSTAT22 1. /* Composition status code for medication #22 */ @2159 RX22CAT1 $CHAR3. /* For RX22, MULTUM drug category #1 - detailed */ @2162 RX22CAT2 $CHAR3. /* For RX22, MULTUM drug category #2 - detailed */ @2165 RX22CAT3 $CHAR3. /* For RX22, MULTUM drug category #3 - detailed */ @2168 RX22CAT4 $CHAR3. /* For RX22, MULTUM drug category #4 - detailed */ @2171 RX22V1C1 $CHAR3. /* For RX22, level 1 of MULTUM drug category #1 */ @2174 RX22V1C2 $CHAR3. /* For RX22, level 1 of MULTUM drug category #2 */ @2177 RX22V1C3 $CHAR3. /* For RX22, level 1 of MULTUM drug category #3 */ @2180 RX22V1C4 $CHAR3. /* For RX22, level 1 of MULTUM drug category #4 */ @2183 RX22V2C1 $CHAR3. /* For RX22, level 2 of MULTUM drug category #1 */ @2186 RX22V2C2 $CHAR3. /* For RX22, level 2 of MULTUM drug category #2 */ @2189 RX22V2C3 $CHAR3. /* For RX22, level 2 of MULTUM drug category #3 */ @2192 RX22V2C4 $CHAR3. /* For RX22, level 2 of MULTUM drug category #4 */ @2195 RX22V3C1 $CHAR3. /* For RX22, level 3 of MULTUM drug category #1 */ @2198 RX22V3C2 $CHAR3. /* For RX22, level 3 of MULTUM drug category #2 */ @2201 RX22V3C3 $CHAR3. /* For RX22, level 3 of MULTUM drug category #3 */ @2204 RX22V3C4 $CHAR3. /* For RX22, level 3 of MULTUM drug category #4 */ @2207 DRUGID23 $CHAR6. /* Drug ID for medication #23 */ @2213 PRESCR23 1. /* Prescription status code for medication #23 */ @2214 CONTSUB23 1. /* Controlled substance code for medication #23 */ @2215 COMSTAT23 1. /* Composition status code for medication #23 */ @2216 RX23CAT1 $CHAR3. /* For RX23, MULTUM drug category #1 - detailed */ @2219 RX23CAT2 $CHAR3. /* For RX23, MULTUM drug category #2 - detailed */ @2222 RX23CAT3 $CHAR3. /* For RX23, MULTUM drug category #3 - detailed */ @2225 RX23CAT4 $CHAR3. /* For RX23, MULTUM drug category #4 - detailed */ @2228 RX23V1C1 $CHAR3. /* For RX23, level 1 of MULTUM drug category #1 */ @2231 RX23V1C2 $CHAR3. /* For RX23, level 1 of MULTUM drug category #2 */ @2234 RX23V1C3 $CHAR3. /* For RX23, level 1 of MULTUM drug category #3 */ @2237 RX23V1C4 $CHAR3. /* For RX23, level 1 of MULTUM drug category #4 */ @2240 RX23V2C1 $CHAR3. /* For RX23, level 2 of MULTUM drug category #1 */ @2243 RX23V2C2 $CHAR3. /* For RX23, level 2 of MULTUM drug category #2 */ @2246 RX23V2C3 $CHAR3. /* For RX23, level 2 of MULTUM drug category #3 */ @2249 RX23V2C4 $CHAR3. /* For RX23, level 2 of MULTUM drug category #4 */ @2252 RX23V3C1 $CHAR3. /* For RX23, level 3 of MULTUM drug category #1 */ @2255 RX23V3C2 $CHAR3. /* For RX23, level 3 of MULTUM drug category #2 */ @2258 RX23V3C3 $CHAR3. /* For RX23, level 3 of MULTUM drug category #3 */ @2261 RX23V3C4 $CHAR3. /* For RX23, level 3 of MULTUM drug category #4 */ @2264 DRUGID24 $CHAR6. /* Drug ID for medication #24 */ @2270 PRESCR24 1. /* Prescription status code for medication #24 */ @2271 CONTSUB24 1. /* Controlled substance code for medication #24 */ @2272 COMSTAT24 1. /* Composition status code for medication #24 */ @2273 RX24CAT1 $CHAR3. /* For RX24, MULTUM drug category #1 - detailed */ @2276 RX24CAT2 $CHAR3. /* For RX24, MULTUM drug category #2 - detailed */ @2279 RX24CAT3 $CHAR3. /* For RX24, MULTUM drug category #3 - detailed */ @2282 RX24CAT4 $CHAR3. /* For RX24, MULTUM drug category #4 - detailed */ @2285 RX24V1C1 $CHAR3. /* For RX24, level 1 of MULTUM drug category #1 */ @2288 RX24V1C2 $CHAR3. /* For RX24, level 1 of MULTUM drug category #2 */ @2291 RX24V1C3 $CHAR3. /* For RX24, level 1 of MULTUM drug category #3 */ @2294 RX24V1C4 $CHAR3. /* For RX24, level 1 of MULTUM drug category #4 */ @2297 RX24V2C1 $CHAR3. /* For RX24, level 2 of MULTUM drug category #1 */ @2300 RX24V2C2 $CHAR3. /* For RX24, level 2 of MULTUM drug category #2 */ @2303 RX24V2C3 $CHAR3. /* For RX24, level 2 of MULTUM drug category #3 */ @2306 RX24V2C4 $CHAR3. /* For RX24, level 2 of MULTUM drug category #4 */ @2309 RX24V3C1 $CHAR3. /* For RX24, level 3 of MULTUM drug category #1 */ @2312 RX24V3C2 $CHAR3. /* For RX24, level 3 of MULTUM drug category #2 */ @2315 RX24V3C3 $CHAR3. /* For RX24, level 3 of MULTUM drug category #3 */ @2318 RX24V3C4 $CHAR3. /* For RX24, level 3 of MULTUM drug category #4 */ @2321 DRUGID25 $CHAR6. /* Drug ID for medication #25 */ @2327 PRESCR25 1. /* Prescription status code for medication #25 */ @2328 CONTSUB25 1. /* Controlled substance code for medication #25 */ @2329 COMSTAT25 1. /* Composition status code for medication #25 */ @2330 RX25CAT1 $CHAR3. /* For RX25, MULTUM drug category #1 - detailed */ @2333 RX25CAT2 $CHAR3. /* For RX25, MULTUM drug category #2 - detailed */ @2336 RX25CAT3 $CHAR3. /* For RX25, MULTUM drug category #3 - detailed */ @2339 RX25CAT4 $CHAR3. /* For RX25, MULTUM drug category #4 - detailed */ @2342 RX25V1C1 $CHAR3. /* For RX25, level 1 of MULTUM drug category #1 */ @2345 RX25V1C2 $CHAR3. /* For RX25, level 1 of MULTUM drug category #2 */ @2348 RX25V1C3 $CHAR3. /* For RX25, level 1 of MULTUM drug category #3 */ @2351 RX25V1C4 $CHAR3. /* For RX25, level 1 of MULTUM drug category #4 */ @2354 RX25V2C1 $CHAR3. /* For RX25, level 2 of MULTUM drug category #1 */ @2357 RX25V2C2 $CHAR3. /* For RX25, level 2 of MULTUM drug category #2 */ @2360 RX25V2C3 $CHAR3. /* For RX25, level 2 of MULTUM drug category #3 */ @2363 RX25V2C4 $CHAR3. /* For RX25, level 2 of MULTUM drug category #4 */ @2366 RX25V3C1 $CHAR3. /* For RX25, level 3 of MULTUM drug category #1 */ @2369 RX25V3C2 $CHAR3. /* For RX25, level 3 of MULTUM drug category #2 */ @2372 RX25V3C3 $CHAR3. /* For RX25, level 3 of MULTUM drug category #3 */ @2375 RX25V3C4 $CHAR3. /* For RX25, level 3 of MULTUM drug category #4 */ @2378 DRUGID26 $CHAR6. /* Drug ID for medication #26 */ @2384 PRESCR26 1. /* Prescription status code for medication #26 */ @2385 CONTSUB26 1. /* Controlled substance code for medication #26 */ @2386 COMSTAT26 1. /* Composition status code for medication #26 */ @2387 RX26CAT1 $CHAR3. /* For RX26, MULTUM drug category #1 - detailed */ @2390 RX26CAT2 $CHAR3. /* For RX26, MULTUM drug category #2 - detailed */ @2393 RX26CAT3 $CHAR3. /* For RX26, MULTUM drug category #3 - detailed */ @2396 RX26CAT4 $CHAR3. /* For RX26, MULTUM drug category #4 - detailed */ @2399 RX26V1C1 $CHAR3. /* For RX26, level 1 of MULTUM drug category #1 */ @2402 RX26V1C2 $CHAR3. /* For RX26, level 1 of MULTUM drug category #2 */ @2405 RX26V1C3 $CHAR3. /* For RX26, level 1 of MULTUM drug category #3 */ @2408 RX26V1C4 $CHAR3. /* For RX26, level 1 of MULTUM drug category #4 */ @2411 RX26V2C1 $CHAR3. /* For RX26, level 2 of MULTUM drug category #1 */ @2414 RX26V2C2 $CHAR3. /* For RX26, level 2 of MULTUM drug category #2 */ @2417 RX26V2C3 $CHAR3. /* For RX26, level 2 of MULTUM drug category #3 */ @2420 RX26V2C4 $CHAR3. /* For RX26, level 2 of MULTUM drug category #4 */ @2423 RX26V3C1 $CHAR3. /* For RX26, level 3 of MULTUM drug category #1 */ @2426 RX26V3C2 $CHAR3. /* For RX26, level 3 of MULTUM drug category #2 */ @2429 RX26V3C3 $CHAR3. /* For RX26, level 3 of MULTUM drug category #3 */ @2432 RX26V3C4 $CHAR3. /* For RX26, level 3 of MULTUM drug category #4 */ @2435 DRUGID27 $CHAR6. /* Drug ID for medication #27 */ @2441 PRESCR27 1. /* Prescription status code for medication #27 */ @2442 CONTSUB27 1. /* Controlled substance code for medication #27 */ @2443 COMSTAT27 1. /* Composition status code for medication #27 */ @2444 RX27CAT1 $CHAR3. /* For RX27, MULTUM drug category #1 - detailed */ @2447 RX27CAT2 $CHAR3. /* For RX27, MULTUM drug category #2 - detailed */ @2450 RX27CAT3 $CHAR3. /* For RX27, MULTUM drug category #3 - detailed */ @2453 RX27CAT4 $CHAR3. /* For RX27, MULTUM drug category #4 - detailed */ @2456 RX27V1C1 $CHAR3. /* For RX27, level 1 of MULTUM drug category #1 */ @2459 RX27V1C2 $CHAR3. /* For RX27, level 1 of MULTUM drug category #2 */ @2462 RX27V1C3 $CHAR3. /* For RX27, level 1 of MULTUM drug category #3 */ @2465 RX27V1C4 $CHAR3. /* For RX27, level 1 of MULTUM drug category #4 */ @2468 RX27V2C1 $CHAR3. /* For RX27, level 2 of MULTUM drug category #1 */ @2471 RX27V2C2 $CHAR3. /* For RX27, level 2 of MULTUM drug category #2 */ @2474 RX27V2C3 $CHAR3. /* For RX27, level 2 of MULTUM drug category #3 */ @2477 RX27V2C4 $CHAR3. /* For RX27, level 2 of MULTUM drug category #4 */ @2480 RX27V3C1 $CHAR3. /* For RX27, level 3 of MULTUM drug category #1 */ @2483 RX27V3C2 $CHAR3. /* For RX27, level 3 of MULTUM drug category #2 */ @2486 RX27V3C3 $CHAR3. /* For RX27, level 3 of MULTUM drug category #3 */ @2489 RX27V3C4 $CHAR3. /* For RX27, level 3 of MULTUM drug category #4 */ @2492 DRUGID28 $CHAR6. /* Drug ID for medication #28 */ @2498 PRESCR28 1. /* Prescription status code for medication #28 */ @2499 CONTSUB28 1. /* Controlled substance code for medication #28 */ @2500 COMSTAT28 1. /* Composition status code for medication #28 */ @2501 RX28CAT1 $CHAR3. /* For RX28, MULTUM drug category #1 - detailed */ @2504 RX28CAT2 $CHAR3. /* For RX28, MULTUM drug category #2 - detailed */ @2507 RX28CAT3 $CHAR3. /* For RX28, MULTUM drug category #3 - detailed */ @2510 RX28CAT4 $CHAR3. /* For RX28, MULTUM drug category #4 - detailed */ @2513 RX28V1C1 $CHAR3. /* For RX28, level 1 of MULTUM drug category #1 */ @2516 RX28V1C2 $CHAR3. /* For RX28, level 1 of MULTUM drug category #2 */ @2519 RX28V1C3 $CHAR3. /* For RX28, level 1 of MULTUM drug category #3 */ @2522 RX28V1C4 $CHAR3. /* For RX28, level 1 of MULTUM drug category #4 */ @2525 RX28V2C1 $CHAR3. /* For RX28, level 2 of MULTUM drug category #1 */ @2528 RX28V2C2 $CHAR3. /* For RX28, level 2 of MULTUM drug category #2 */ @2531 RX28V2C3 $CHAR3. /* For RX28, level 2 of MULTUM drug category #3 */ @2534 RX28V2C4 $CHAR3. /* For RX28, level 2 of MULTUM drug category #4 */ @2537 RX28V3C1 $CHAR3. /* For RX28, level 3 of MULTUM drug category #1 */ @2540 RX28V3C2 $CHAR3. /* For RX28, level 3 of MULTUM drug category #2 */ @2543 RX28V3C3 $CHAR3. /* For RX28, level 3 of MULTUM drug category #3 */ @2546 RX28V3C4 $CHAR3. /* For RX28, level 3 of MULTUM drug category #4 */ @2549 DRUGID29 $CHAR6. /* Drug ID for medication #29 */ @2555 PRESCR29 1. /* Prescription status code for medication #29 */ @2556 CONTSUB29 1. /* Controlled substance code for medication #29 */ @2557 COMSTAT29 1. /* Composition status code for medication #29 */ @2558 RX29CAT1 $CHAR3. /* For RX29, MULTUM drug category #1 - detailed */ @2561 RX29CAT2 $CHAR3. /* For RX29, MULTUM drug category #2 - detailed */ @2564 RX29CAT3 $CHAR3. /* For RX29, MULTUM drug category #3 - detailed */ @2567 RX29CAT4 $CHAR3. /* For RX29, MULTUM drug category #4 - detailed */ @2570 RX29V1C1 $CHAR3. /* For RX29, level 1 of MULTUM drug category #1 */ @2573 RX29V1C2 $CHAR3. /* For RX29, level 1 of MULTUM drug category #2 */ @2576 RX29V1C3 $CHAR3. /* For RX29, level 1 of MULTUM drug category #3 */ @2579 RX29V1C4 $CHAR3. /* For RX29, level 1 of MULTUM drug category #4 */ @2582 RX29V2C1 $CHAR3. /* For RX29, level 2 of MULTUM drug category #1 */ @2585 RX29V2C2 $CHAR3. /* For RX29, level 2 of MULTUM drug category #2 */ @2588 RX29V2C3 $CHAR3. /* For RX29, level 2 of MULTUM drug category #3 */ @2591 RX29V2C4 $CHAR3. /* For RX29, level 2 of MULTUM drug category #4 */ @2594 RX29V3C1 $CHAR3. /* For RX29, level 3 of MULTUM drug category #1 */ @2597 RX29V3C2 $CHAR3. /* For RX29, level 3 of MULTUM drug category #2 */ @2600 RX29V3C3 $CHAR3. /* For RX29, level 3 of MULTUM drug category #3 */ @2603 RX29V3C4 $CHAR3. /* For RX29, level 3 of MULTUM drug category #4 */ @2606 DRUGID30 $CHAR6. /* Drug ID for medication #30 */ @2612 PRESCR30 1. /* Prescription status code for medication #30 */ @2613 CONTSUB30 1. /* Controlled substance code for medication #30 */ @2614 COMSTAT30 1. /* Composition status code for medication #30 */ @2615 RX30CAT1 $CHAR3. /* For RX30, MULTUM drug category #1 - detailed */ @2618 RX30CAT2 $CHAR3. /* For RX30, MULTUM drug category #2 - detailed */ @2621 RX30CAT3 $CHAR3. /* For RX30, MULTUM drug category #3 - detailed */ @2624 RX30CAT4 $CHAR3. /* For RX30, MULTUM drug category #4 - detailed */ @2627 RX30V1C1 $CHAR3. /* For RX30, level 1 of MULTUM drug category #1 */ @2630 RX30V1C2 $CHAR3. /* For RX30, level 1 of MULTUM drug category #2 */ @2633 RX30V1C3 $CHAR3. /* For RX30, level 1 of MULTUM drug category #3 */ @2636 RX30V1C4 $CHAR3. /* For RX30, level 1 of MULTUM drug category #4 */ @2639 RX30V2C1 $CHAR3. /* For RX30, level 2 of MULTUM drug category #1 */ @2642 RX30V2C2 $CHAR3. /* For RX30, level 2 of MULTUM drug category #2 */ @2645 RX30V2C3 $CHAR3. /* For RX30, level 2 of MULTUM drug category #3 */ @2648 RX30V2C4 $CHAR3. /* For RX30, level 2 of MULTUM drug category #4 */ @2651 RX30V3C1 $CHAR3. /* For RX30, level 3 of MULTUM drug category #1 */ @2654 RX30V3C2 $CHAR3. /* For RX30, level 3 of MULTUM drug category #2 */ @2657 RX30V3C3 $CHAR3. /* For RX30, level 3 of MULTUM drug category #3 */ @2660 RX30V3C4 $CHAR3. /* For RX30, level 3 of MULTUM drug category #4 */ @2663 CSTRATM 8. /* Masked sampling stratum from which provider was selected */ @2671 CPSUM 6. /* Masked provider marker */ @2677 YEAR 4. /* Survey year */ @2681 SETTYPE 1. /* Survey identifier */ @2682 PATWT 11.5 /* Patient visit weight used for national, regional, and divisional estimates */ @2693 PATWTST 12.5 /* Patient visit weight used for state estimates */ @2705 PHYSWT 9.5 /* Weight used for physician-level estimates based on responding in-scope physicians seeing patients */ ;