/* PROGRAM: NAM12INP PURPOSE: INPUT STATEMENT TO READ 2012 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*/ @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 INJURY 2. /* Is visit related to injury/poisoning/adverse effect? Broad recode*/ @38 INJR1 1. /* Is visit related to injury/poisoning? Recoded version #1*/ @39 INJR2 1. /* Is visit related to injury/poisoning? Recoded version #2*/ @40 INJPOISAD 2. /* Is visit related to injury/poisoning/adverse effect? 2012 format*/ @42 INJPOISADR1 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #1*/ @43 INJPOISADR2 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #2*/ @44 INTENT 2. /* Is injury/poisoining unintentional or intentional?*/ @46 INJDET_TRD 2. /* Is visit related to any of the following? Broad recode using 2010 format*/ @48 INJDETR1_TRD 1. /* Is visit related to any of the following? Recoded version #1*/ @49 INJDETR2_TRD 1. /* Is visit related to any of the following? Recoded version #2*/ @50 RFV1 5. /* Patient's reason for visit #1*/ @55 RFV2 5. /* Patient's reason for visit #2*/ @60 RFV3 5. /* Patient's reason for visit #3*/ @50 RFV13D 4. /* Reason for visit #1 - 3 digit*/ @55 RFV23D 4. /* Reason for visit #2 - 3 digit*/ @60 RFV33D 4. /* Reason for visit #3 - 3 digit*/ @65 PRIMCARE 2. /* Are you the patient's primary care physician?*/ @67 REFER 2. /* Was patient referred for visit?*/ @69 SENBEFOR 1. /* Has this patient been seen in your practice before?*/ @70 PASTVIS 3. /* If yes, how many past visits in the last 12 months?*/ @73 MAJOR 2. /* Major reason for this visit*/ @75 DIAG1 $CHAR5. /* Diagnosis #1*/ @80 PRDIAG1 2. /* Is diagnosis #1 probable, questionable or rule out?*/ @82 DIAG2 $CHAR5. /* Diagnosis #2*/ @87 PRDIAG2 2. /* Is diagnosis $2 probable, questionable or rule out?*/ @89 DIAG3 $CHAR5. /* Diagnosis #3*/ @94 PRDIAG3 2. /* Is diagnosis #3 probable, questionable or rule out?*/ @75 DIAG13D $CHAR3. /* Diagnosis #1 - 3 digit*/ @82 DIAG23D $CHAR3. /* Diagnosis #2 - 3 digit*/ @89 DIAG33D $CHAR3. /* Diagnosis #3 - 3 digit*/ @96 DIAG1R 6. /* Diagnosis #1 - numeric recode*/ @102 DIAG2R 6. /* Diagnosis #2 - numeric recode*/ @108 DIAG3R 6. /* Diagnosis #3 - numeric recode*/ @114 ARTHRTIS 1. /* Does patient now have: Arthritis*/ @115 ASTHMA 1. /* Does patient now have: Asthma*/ @116 ASTH_SEV 2. /* Asthma severity*/ @118 ASTH_CON 2. /* Asthma control*/ @120 CANCER 1. /* Does patient now have: Cancer*/ @121 CASTAGE 2. /* Type of cancer*/ @123 CEBVD 1. /* Does patient now have: Cerebrovascular disease*/ @124 COPD 1. /* Does patient now have: COPD*/ @125 CRF 1. /* Does patient now have: Chronic renal failure*/ @126 CHF 1. /* Does patient now have: Congestive heart failure*/ @127 DEPRN 1. /* Does patient now have: Depression*/ @128 DIABETES 1. /* Does patient now have: Diabetes*/ @129 HYPLIPID 1. /* Does patient now have: Hyperlipidemia*/ @130 HTN 1. /* Does patient now have: Hypertension*/ @131 IHD 1. /* Does patient now have: Ischemic heart disease*/ @132 OBESITY 1. /* Does patient now have: Obesity*/ @133 OSTPRSIS 1. /* Does patient now have: Osteoporosis*/ @134 NOCHRON 1. /* Does patient now have: None of the above*/ @135 TOTCHRON 2. /* Total number of chronic conditions*/ @137 HTTAKE 1. /* Was height taken?*/ @138 HTIN 2. /* Height in inches*/ @140 WTTAKE 1. /* Was weight taken?*/ @141 WTLB 3. /* Weight in pounds*/ @144 BMI 8.2 /* Body mass index - calculated from height and weight*/ @152 TEMPTAKE 1. /* Was temperature taken?*/ @153 TEMPF 4. /* Temperature (in Fahrenheit) */ @157 BLODPRES 1. /* Was blood pressure taken?*/ @158 BPSYS 3. /* Systolic blood pressure*/ @161 BPDIAS 3. /* Diastolic blood pressure*/ @164 SERVICES 1. /* Were any services ordered or provided at this visit? (Based on SERVICES item only, does not include vital signs)*/ @165 BREAST 1. /* Breast exam*/ @166 DEPRESS 1. /* Depression Screening*/ @167 FOOT 1. /* Foot exam*/ @168 PHYSICAL 1. /* General physical exam*/ @169 NEURO 1. /* Neurologic*/ @170 PELVIC 1. /* Pelvic exam*/ @171 RECTAL 1. /* Rectal exam*/ @172 RETINAL 1. /* Retinal exam*/ @173 SKIN 1. /* Skin exam*/ @174 CBC 1. /* CBC (complete blood count)*/ @175 GLUCOSE 1. /* Glucose*/ @176 HGBA 1. /* HbA1C*/ @177 CHOLEST 1. /* Lipid profile*/ @178 PSA 1. /* PSA (prostate specific antigen) test*/ @179 ANYIMAGE 1. /* Any imaging*/ @180 BONEDENS 1. /* Bone mineral density*/ @181 CATSCAN 1. /* CT Scan*/ @182 ECHOCARD 1. /* Echocardiogram*/ @183 OTHULTRA 1. /* Other ultrasound*/ @184 MAMMO 1. /* Mammography*/ @185 MRI 1. /* MRI*/ @186 XRAY 1. /* X-ray*/ @187 OTHIMAGE 1. /* Other imaging*/ @188 AUDIO 1. /* Audiometry*/ @189 BIOPSY 1. /* Biopsy*/ @190 BIOPROV 2. /* Biopsy provided*/ @192 CARDIAC 1. /* Cardiac stress test*/ @193 CHLAMYD 1. /* Chlamydia test*/ @194 COLON 1. /* Colonoscopy*/ @195 EKG 1. /* EKG/ECG*/ @196 EEG 1. /* Electroencephalogram (EEG)*/ @197 EMG 1. /* Electromyogram (EMG)*/ @198 EXCISION 1. /* Excision of tissue*/ @199 EXCIPROV 2. /* Excision of tissue provided*/ @201 FETAL 1. /* Fetal monitoring*/ @202 HIVTEST 1. /* HIV test*/ @203 HPVDNA 1. /* HPV DNA test*/ @204 PAP 1. /* PAP test*/ @205 PEAK 1. /* Peak flow*/ @206 PREGTEST 1. /* Pregnancy test/HCG test*/ @207 SIGMOID 1. /* Sigmoidoscopy*/ @208 SIGPROV 2. /* Sigmoidoscopy provided*/ @210 SPIRO 1. /* Spirometry*/ @211 TONO 1. /* Tonometry*/ @212 URINE 1. /* Urinalysis (UA)*/ @213 SIGCOLON 1. /* Sigmoidoscopy/colonoscopy recoded variable*/ @214 CSW 1. /* Cast/splint/wrap*/ @215 CAM 1. /* Complementary alternative medicine*/ @216 DME 1. /* Durable medical equipment*/ @217 HOMEHLTH 1. /* Home health care*/ @218 MENTAL 1. /* Mental health counseling,excluding psychotherapy*/ @219 PT 1. /* Physical therapy*/ @220 PSYCHOTH 1. /* Psychotherapy*/ @221 RADTHER 1. /* Radiation therapy*/ @222 WOUND 1. /* Wound care*/ @223 ASTHMAED 1. /* Asthma education*/ @224 DIETNUTR 1. /* Diet/nutrition*/ @225 EXERCISE 1. /* Exercise*/ @226 FAMPLAN 1. /* Family planning/Contraception*/ @227 GRWTHDEV 1. /* Growth/Development*/ @228 INJPREV 1. /* Injury prevention*/ @229 STRESMGT 1. /* Stress management*/ @230 TOBACED 1. /* Tobacco use/Exposure*/ @231 WTREDUC 1. /* Weight reduction*/ @232 OTHSERV 1. /* Any write-in procedures reported*/ @233 PROC1 $CHAR4. /* Write-in procedure code*/ @237 PROC2 $CHAR4. /* Write-in procedure code*/ @241 PROC3 $CHAR4. /* Write-in procedure code*/ @245 PROC4 $CHAR4. /* Write-in procedure code*/ @249 PROC5 $CHAR4. /* Write-in procedure code*/ @253 PROC6 $CHAR4. /* Write-in procedure code*/ @257 PROC7 $CHAR4. /* Write-in procedure code*/ @261 PROC8 $CHAR4. /* Write-in procedure code*/ @265 PROC9 $CHAR4. /* Write-in procedure code*/ @233 PROC13D $CHAR3. /*Procedure 1 - 3 digit*/ @237 PROC23D $CHAR3. /*Procedure 2 - 3 digit*/ @241 PROC33D $CHAR3. /*Procedure 3 - 3 digit*/ @245 PROC43D $CHAR3. /*Procedure 4 - 3 digit*/ @249 PROC53D $CHAR3. /*Procedure 5 - 3 digit*/ @253 PROC63D $CHAR3. /*Procedure 6 - 3 digit*/ @257 PROC73D $CHAR3. /*Procedure 7 - 3 digit*/ @261 PROC83D $CHAR3. /*Procedure 8 - 3 digit*/ @265 PROC93D $CHAR3. /*Procedure 9 - 3 digit*/ @233 PROC12D $CHAR2. /*Procedure 1 - 2 digit*/ @237 PROC22D $CHAR2. /*Procedure 2 - 2 digit*/ @241 PROC32D $CHAR2. /*Procedure 3 - 2 digit*/ @245 PROC42D $CHAR2. /*Procedure 4 - 2 digit*/ @249 PROC52D $CHAR2. /*Procedure 5 - 2 digit*/ @253 PROC62D $CHAR2. /*Procedure 6 - 2 digit*/ @257 PROC72D $CHAR2. /*Procedure 7 - 2 digit*/ @261 PROC82D $CHAR2. /*Procedure 8 - 2 digit*/ @265 PROC92D $CHAR2. /*Procedure 9 - 2 digit*/ @269 PROC1R 4. /* Numeric version of write-in procedure code*/ @273 PROC2R 4. /* Numeric version of write-in procedure code*/ @277 PROC3R 4. /* Numeric version of write-in procedure code*/ @281 PROC4R 4. /* Numeric version of write-in procedure code*/ @285 PROC5R 4. /* Numeric version of write-in procedure code*/ @289 PROC6R 4. /* Numeric version of write-in procedure code*/ @293 PROC7R 4. /* Numeric version of write-in procedure code*/ @297 PROC8R 4. /* Numeric version of write-in procedure code*/ @301 PROC9R 4. /* Numeric version of write-in procedure code*/ @305 EXAM 1. /* Were any exams ordered or provided (item derived from ICD-9-CM exam codes)*/ @306 SERVCNT 2. /* Total number of services ordered or provided including vital signs*/ @308 ALLSERV 1. /* Were any services ordered or provided including vital signs?*/ @309 MED 1. /* Were any medications/immunizations ordered, supplied, administered or continued?*/ @310 MED1 $CHAR5. /* Medication #1*/ @315 MED2 $CHAR5. /* Medication #2*/ @320 MED3 $CHAR5. /* Medication #3*/ @325 MED4 $CHAR5. /* Medication #4*/ @330 MED5 $CHAR5. /* Medication #5*/ @335 MED6 $CHAR5. /* Medication #6*/ @340 MED7 $CHAR5. /* Medication #7*/ @345 MED8 $CHAR5. /* Medication #8*/ @350 MED9 $CHAR5. /* Medication #9*/ @355 MED10 $CHAR5. /* Medication #10*/ @360 NCMED1 2. /* Is Medication #1 new or continued?*/ @362 NCMED2 2. /* Is Medication #2 new or continued?*/ @364 NCMED3 2. /* Is Medication #3 new or continued?*/ @366 NCMED4 2. /* Is Medication #4 new or continued?*/ @368 NCMED5 2. /* Is Medication #5 new or continued?*/ @370 NCMED6 2. /* Is Medication #6 new or continued?*/ @372 NCMED7 2. /* Is Medication #7 new or continued?*/ @374 NCMED8 2. /* Is Medication #8 new or continued?*/ @376 NCMED9 2. /* Is Medication #9 new or continued?*/ @378 NCMED10 2. /* Is Medication #10 new or continued*/ @380 NUMMED 2. /* Number of medications coded*/ @382 NUMNEW 2. /* Number of new medications coded*/ @384 NUMCONT 2. /* Number of continuing medications coded*/ @386 NOPROVID 1. /* Providers seen: no answer to item*/ @387 PHYS 1. /* Physician seen*/ @388 PHYSASST 1. /* Physician assistant seen*/ @389 NPNMW 1. /* Nurse practitioner/midwife seen*/ @390 RNLPN 1. /* Registered nurse/LPN seen*/ @391 MHP 1. /* Mental health provider seen*/ @392 OTHPROV 1. /* Other provider seen*/ @393 PROVNONE 1. /* No provider seen*/ @394 TIMEMD 3. /* Time spent with physician in minutes*/ @397 NODISP 1. /* Visit disposition: no answer to item*/ @398 REFOTHMD 1. /* Refer to other physician */ @399 RETAPPT 1. /* Return at specified time */ @400 ERADMHOS 1. /* Refer to ER/Admit to hospital*/ @401 OTHDISP 1. /* Other disposition */ @402 CHOL 2. /* Was blood for total cholesterol test drawn at visit or within past 12 months?*/ @404 CHOLRES 3. /* Most recent result for total cholesterol (mg/dL) */ @407 DAYDCHOL 4. /* Difference in days between visit date and date of cholesterol lab result */ @411 HDL 2. /* Was blood for HDL test drawn at visit or within past 12 months? */ @413 HDLRES 3. /* Most recent result for HDL (mg/dL) */ @416 DAYDHDL 4. /* Difference in days between visit date and date of HDL lab result */ @420 LDL 2. /* Was blood for LDL test drawn at visit or within past 12 months? */ @422 LDLRES 3. /* Most recent result for LDL (mg/dL)/ */ @425 DAYDLDL 4. /* Difference in days between visit date and date of LDL lab result */ @429 LIPIDERR 4. /* Calculated LDL, NOT TO BE USED FOR ANALYSIS */ @433 LDLDIFF 4. /* Difference between reported LDL and calculated LDL */ @437 TGS 2. /* Was blood for triglycerides (TGS) test drawn at visit or within past 12 months?*/ @439 TGSRES 3. /* Most recent result for TGS (mg/dL) */ @442 DAYDTGS 4. /* Difference in days between visit date and date of TGS lab result */ @446 A1C 2. /* Was blood for HbA1c test drawn at visit or within past 12 months? */ @448 A1CRES 4. /* Most recent result for HbA1c */ @452 DAYDA1C 4. /* Difference in days between visit date and date of HbA1c lab result */ @456 FBG 2. /* Was blood for fasting blood glucose (FBG) drawn at visit or within past 12 months? */ @458 FBGRES 3. /* Most recent result for FBG (mg/dL) */ @461 DAYDFBG 4. /* Difference in days between visit date and date of FBG lab result */ @465 AGEFLAG 2. /* Was patient age calculated by NCHS during data processing or recorded on instrument? */ @467 GESTFL 1. /* Was week of gestation calculated by NCHS during data processing?*/ @468 BDATEFL 1. /* Was variable imputed: birth year */ @469 SEXFL 1. /* Was variable imputed: sex */ @470 ETHNICFL 1. /* Was variable imputed: ethnicity */ @471 RACERFL 1. /* Was variable imputed: race */ @472 SENBEFL 1. /* Was variable imputed: patient seen in practice before */ @473 PASTFL 1. /* Was variable imputed: number of past visits in last 12 months */ @474 TIMEMDFL 1. /* Was variable imputed: time spent with physician */ @475 PHYCODE 5. /* Provider marker */ @480 PATCODE 3. /* Sequential numbering of visit records per physician */ @483 SPECR_14 2. /* Physician specialty - 14 groups */ @485 SPECR_17 2. /* Physician specialty - 17 groups */ @487 SPECR17_SPECCAT 4. /* Physician specialty - 17 groups with detail on type of specialty */ @491 SPECCAT 1. /* Type of specialty (Primary, Medical, Surgical) */ @492 MDDO 1. /* Type of doctor (MD or DO) */ @493 RETYPOFFR 1. /* Type of office setting for this visit - recoded*/ @494 SOLO 2. /* Type of practice (solo/nonsolo) */ @496 EMPSTAT 2. /* Ownership status of physician */ @498 OWNSR 2. /* Who owns the practice? - recoded*/ @500 PATEVEN 2. /* Do you see patients during the evening or on weekends at the office? */ @502 NHVISR 2. /* During last normal week of practice, did you make any nursing home visits?*/ @504 HOMVISR 2. /* During last normal week of practice, did you make any home visits? */ @506 HOSVISR 2. /* During last normal week of practice, did you make any hospital visits? */ @508 TELCONR 2. /* During last normal week of practice, did you have any telephone consults with patients? */ @510 ECONR 2. /* During last normal week of practice, did you have any internet/email consults with patients? */ @512 EBILLREC 2. /* Does your practice submit any claims electronically (electronic billing)? */ @514 EINS 2. /* Do you or your staff verify an individual patient's insurance eligibility electronically? */ @516 EINSHOW 2. /* How do you or your staff electronically verify an individual patient's insurance eligibility?*/ @518 EINSFAST 2. /* When you electronically verify patient's insurance eligibility, do you usually get results back before patient leaves office? */ @520 EMEDREC 2. /* Does your practice use electronic medical or health records (EMR/EHR)? Does not include billing record systems. */ @522 EMRINS 2. /* Are there plans for installing new EMR system or replacing current system within next 18 months? */ @524 MUINC 2. /* Plans to apply for Medicare and Medicaid meaningful use of health IT incentives?*/ @526 INTENDYR 2. /* Year expected to apply for meaningful use payments*/ @528 EDEMOG 2. /* Does practice have computerized capability: recording patient history and demographic info*/ @530 EDEMOGR 2. /* Does practice have computerized capability: recording patient history and demographic info - RECODED*/ @532 EPROLST 2. /* If computerized patient history and demographic info, does it include patient problem lists? */ @534 EPROLSTR 2. /* If computerized patient history and demographic info, does it include patient problem lists? - RECODED*/ @536 EVITAL 2. /* Does practice have computerized capability: recording and charting vital signs */ @538 EVITALR 2. /* Does practice have computerized capability: recording and charting vital signs - RECODED */ @540 ESMOKE 2. /* Does practice have computerized capability: recording patient smoking status*/ @542 ESMOKER 2. /* Does practice have computerized capability: recording patient smoking status - RECODED*/ @544 EPNOTES 2. /* Does practice have computerized capability: recording clinical notes*/ @546 EPNOTESR 2. /* Does practice have computerized capability: recording clinical notes - RECODED */ @548 EMEDALG 2. /* If clinical notes are included, do they include list of patient's medications and allergies? */ @550 EMEDALGR 2. /* If clinical notes are included, do they include list of patient's medications and allergies? - RECODED */ @552 ECPOE 2. /* Does practice have computerized capability: ordering prescriptions */ @554 ECPOER 2. /* Does practice have computerized capability: ordering prescriptions - RECODED */ @556 ESCRIP 2. /* If computerized orders for prescriptions are included, are prescriptions sent electronically to pharmacy? */ @558 ESCRIPR 2. /* If computerized orders for prescriptions are included, are prescriptions sent electronically to pharmacy? */ @560 EWHOPRACP 2. /* When orders for prescriptions are submitted electronically, submitted by: prescribing practitioner */ @562 EWHOOTHP 2. /* When orders for prescriptions are submitted electronically, submitted by: other practitioner*/ @564 EWHOUNKP 2. /* When orders for prescriptions are submitted electronically, submitted by: unknown */ @566 EWHOREFP 2. /* When orders for prescriptions are submitted electronically, submitted by: refused to answer*/ @568 EWARN 2. /* If orders for prescriptions submitted electronically, warnings of drug interactions/contraindications provided? */ @570 EWARNR 2. /* If orders for prescriptions submitted electronically, warnings of drug interactions/contraindications provided? - RECODED*/ @572 EREMIND 2. /* Does practice have computerized capability: providing reminders for interventions or screening tests?*/ @574 EREMINDR 2. /* Does practice have computerized capability: providing reminders for interventions or screening tests? - RECODED */ @576 ESETS 2. /* Does practice have computerized capability: providing standard order sets related to condition or procedure? */ @578 ESETSR 2. /* Does practice have computerized capability: providing standard order sets related to condition or procedure? - RECODED*/ @580 ECTOE 2. /* Does practice have computerized capability: ordering lab tests? */ @582 ECTOER 2. /* Does practice have computerized capability: ordering lab tests? - RECODED */ @584 EORDER 2. /* If orders for tests are included, are results sent electronically? */ @586 EORDERR 2. /* If orders for tests are included, are results sent electronically? - RECODED*/ @588 EWHOPRACL 2. /* When orders for lab tests are submitted electronically, submitted by: prescribing practitioner */ @590 EWHOOTHL 2. /* When orders for lab tests are submitted electronically, submitted by: other practitioner */ @592 EWHOUNKL 2. /* When orders for lab tests are submitted electronically, submitted by: unknown */ @594 EWHOREFL 2. /* When orders for lab tests are submitted electronically, submitted by: refused to answer */ @596 ERESULT 2. /* Does practice have computerized capability: viewing lab results*/ @598 ERESULTR 2. /* Does practice have computerized capability: viewing lab results - RECODED*/ @600 EGRAPH 2. /* If viewing lab results included, can EHR/EMR automatically graph a specific patient’s lab results over time? */ @602 EGRAPHR 2. /* If viewing lab results included, can EHR/EMR automatically graph a specific patient’s lab results over time? - RECODED*/ @604 EIMGRES 2. /* Does practice have computerized capability: viewing imaging results*/ @606 EIMGRESR 2. /* Does practice have computerized capability: viewing imaging results - RECODED*/ @608 EQOC 2. /* Does practice have computerized capability: viewing data on quality of care measures */ @610 EQOCR 2. /* Does practice have computerized capability: viewing data on quality of care measures - RECODED*/ @612 ECQM 2. /* Does practice have computerized capability: reporting clinical quality measures to federal or state agencies*/ @614 ECQMR 2. /* Does practice have computerized capability: reporting clinical quality measures to federal or state agencies - RECODED*/ @616 EGENLIST 2. /* Does practice have computerized capability: generating lists of patients with particular health conditions */ @618 EGENLISTR 2. /* Does practice have computerized capability: generating lists of patients with particular health conditions - RECODED*/ @620 EIMMREG 2. /* Does practice have computerized capability: electronic reporting to immunization registries */ @622 EIMMREGR 2. /* Does practice have computerized capability: electronic reporting to immunization registries - RECODED*/ @624 EMUREP 2. /* If reporting to immunization registries, are they in standards specified by Meaningful Use criteria */ @626 EMUREPR 2. /* If reporting to immunization registries, are they in standards specified by Meaningful Use criteria - RECODED*/ @628 ESUM 2. /* Does practice have computerized capability: providing patients with clinical summaries for each visit */ @630 ESUMR 2. /* Does practice have computerized capability: providing patients with clinical summaries for each visit - RECODED*/ @632 EMSG 2. /* Does practice have computerized capability: exchanging secure messages with patients */ @634 EMSGR 2. /* Does practice have computerized capability: exchanging secure messages with patients - RECODED*/ @636 EHLTHINFO 2. /* Does practice have computerized capability: providing patients with an electronic copy of their health information*/ @638 EHLTHINFOR 2. /* Does practice have computerized capability: providing patients with an electronic copy of their health information - RECODED*/ @640 ESHARE 2. /* Does practice share any patient health information electronically (not fax) with other providers? */ @642 ESHAREEHR 2. /* How does practice electronically share patient health information: EMR/EHR */ @644 ESHAREWEB 2. /* How does practice electronically share patient health information: Web portal (separate from EHR/EMR)*/ @646 ESHAREOTH 2. /* How does practice electronically share patient health information: other electronic method*/ @648 ESHAREUNK 2. /* How does practice electronically share patient health information: unknown*/ @650 ESHAREREF 2. /* How does practice electronically share patient health information: refused to question*/ @652 LABRES1 2. /* Share lab results electronically (not fax) with: hospitals with which you are affiliated */ @654 LABRES2 2. /* Share lab results electronically (not fax) with: ambulatory providers inside your office/group */ @656 LABRES3 2. /* Share lab results electronically (not fax) with: hospitals with which you are not affiliated */ @658 LABRES4 2. /* Share lab results electronically (not fax) with: ambulatory providers outside your office/group */ @660 LABRESUNK 2. /* Share lab results electronically (not fax) with: unknown */ @662 LABRESREF 2. /* Share lab results electronically (not fax) with: refused to answer*/ @664 IMAGREP1 2. /* Share imaging reports electronically (not fax) with: hospitals with which you are affiliated*/ @666 IMAGREP2 2. /* Share imaging reports electronically (not fax) with: ambulatory providers inside your office/group*/ @668 IMAGREP3 2. /* Share imaging reports electronically (not fax) with: hospitals with which you are not affiliated*/ @670 IMAGREP4 2. /* Share imaging reports electronically (not fax) with: ambulatory providers outside your office/group*/ @672 IMAGREPUNK 2. /* Share imaging reports electronically (not fax) with: unknown*/ @674 IMAGREPREF 2. /* Share imaging reports electronically (not fax) with: refused to answer*/ @676 PTPROB1 2. /* Share patient problem lists electronically (not fax) with: hospitals with which you are affiliated*/ @678 PTPROB2 2. /* Share patient problem lists electronically (not fax) with: ambulatory providers inside your office/group*/ @680 PTPROB3 2. /* Share patient problem lists electronically (not fax) with: hospitals with which you are not affiliated*/ @682 PTPROB4 2. /* Share patient problem lists electronically (not fax) with: ambulatory providers outside your office/group*/ @684 PTPROBUNK 2. /* Share patient problem lists electronically (not fax) with: unknown */ @686 PTPROBREF 2. /* Share patient problem lists electronically (not fax) with: refused to answer*/ @688 MEDLIST1 2. /* Share medication lists electronically (not fax) with: hospitals with which you are affiliated*/ @690 MEDLIST2 2. /* Share medication lists electronically (not fax) with: ambulatory providers inside your office/group*/ @692 MEDLIST3 2. /* Share medication lists electronically (not fax) with: hospitals with which you are not affiliated*/ @694 MEDLIST4 2. /* Share medication lists electronically (not fax) with: ambulatory providers outside your office/group*/ @696 MEDLISTUNK 2. /* Share medication lists electronically (not fax) with: unknown*/ @698 MEDLISTREF 2. /* Share medication lists electronically (not fax) with: refused to answer*/ @700 ALGLIST1 2. /* Share medication allergy lists electronically (not fax) with: hospitals with which you are affiliated*/ @702 ALGLIST2 2. /* Share medication allergy lists electronically (not fax) with: ambulatory providers inside your office/group*/ @704 ALGLIST3 2. /* Share medication allergy lists electronically (not fax) with: hospitals with which you are not affiliated*/ @706 ALGLIST4 2. /* Share medication allergy lists electronically (not fax) with: ambulatory providers outside your office/group*/ @708 ALGLISTUNK 2. /* Share medication allergy lists electronically (not fax) with: unknown*/ @710 ALGLISTREF 2. /* Share medication allergy lists electronically (not fax) with: refused to answer*/ @712 SUMREC 2. /* Do you share any of the previously mentioned types of information using a Summary Care Record?*/ @714 CONSULTOUT 2. /* When referring patient to provider outside your office/group, do you receive report back with results of consultation?*/ @716 CONSULTOUTE 2. /* If you receive report back, do you receive it electronically (not fax)?*/ @718 CONSULTIN 2. /* When seeing patient referred by provider outside your office/group, do you receive history and reason for consultation?*/ @720 CONSULTINE 2. /* If you receive history and reason for consultation, do you receive it electronically (not fax)?*/ @722 INPTINFO 2. /* When your patient is discharged from inpatient setting, do you receive info you need to continue managing patient?*/ @724 INPTINFOT 2. /* If information is received when patient is discharged, is information timely, available when needed? */ @726 INPTINFOE 2. /* If information is received when patient is discharged, is information received electronically (not fax)?*/ @728 PRMCARER 2. /* Percent of patient care revenue from Medicare */ @730 PRMAIDR 2. /* Percent of patient care revenue from Medicaid */ @732 PRPRVTR 2. /* Percent of patient care revenue from private insurance*/ @734 PRPATR 2. /* Percent of patient revenue from patient payments*/ @736 PROTHR 2. /* Percent of patient revenue from other*/ @738 PRMANR 2. /* Percent of patient care revenue from managed care contracts*/ @740 REVFFSR 2. /* Percent of patient care revenue from fee-for-service*/ @742 REVCAPR 2. /* Percent of patient care revenue from capitation*/ @744 REVCASER 2. /* Percent of patient care revenue from case rates*/ @746 REVOTHR 2. /* Percent of patient care revenue from other*/ @748 ACEPTNEW 2. /* Are you currently accepting new patients into your practice?*/ @750 CAPITATE 2. /* Type of payments accepted from new patients: capitated private insurance*/ @752 NOCAP 2. /* Type of payments accepted from new patients: non-capitated private insurance*/ @754 PRIVATE 2. /* Type of payment accepted - private insurance (capitated or non-capitated)*/ @756 NMEDCARE 2. /* Type of payments accepted from new patients: Medicare*/ @758 NMEDCAID 2. /* Type of payments accepted from new patients: Medicaid*/ @760 NWORKCMP 2. /* Type of payments accepted from new patients: WOrkers Compensation*/ @762 NSELFPAY 2. /* Type of payments accepted from new patients: Self-pay*/ @764 NNOCHRGE 2. /* Type of payments accepted from new patients: No charge/Charity*/ @766 PHYSCOMP 2. /* Which of the following methods best describes your basic compensation?*/ @768 COMPPROD 2. /* Considered in determing compensation: factors that reflect your own productivity*/ @770 COMPSAT 2. /* Considered in determing compensation: results of satisfaction surveys from patients*/ @772 COMPQUAL 2. /* Considered in determing compensation: specific measures of quality*/ @774 COMPDROF 2. /* Considered in determing compensation: results of practice profiling*/ @776 COMPFIN 2. /* Considered in determing compensation: overall financial performance of practice*/ @778 COMPUNK 2. /* Considered in determing compensation: unknown*/ @780 COMPREF 2. /* Considered in determing compensation: refused to answer*/ @782 SDAPPT 3. /* Roughly, what percent of your daily visits are same day appointments?*/ @785 SASDAPPT 2. /* Does your practice set time aside for same day appointments?*/ @787 APPTTIME 2. /* On average, about how long does it take to get appointment for routine medical exam*/ @789 REGIONOFF 1. /* Region where majority of physician's sampled visits occurred*/ @790 DIVISIONOFF 1. /* Census division where majority of physician's sampled visits occurred*/ @791 FIPSSTOFF 2. /* State where majority of physician's sampled visits occurred*/ @793 MSA 1. /* Metropolitan Statistical Area Status of physician location*/ @794 DRUGID1 $CHAR6. /* Drug ID for medication #1*/ @800 PRESCR1 1. /* Prescription status code for medication #1*/ @801 CONTSUB1 1. /* Controlled substance code for medication #1*/ @802 COMSTAT1 1. /* Composition status code for medication #1*/ @803 RX1CAT1 $CHAR3. /* For RX1, MULTUM drug category #1 - detailed*/ @806 RX1CAT2 $CHAR3. /* For RX1, MULTUM drug category #2 - detailed*/ @809 RX1CAT3 $CHAR3. /* For RX1, MULTUM drug category #3 - detailed*/ @812 RX1CAT4 $CHAR3. /* For RX1, MULTUM drug category #4 - detailed*/ @815 RX1V1C1 $CHAR3. /* For RX1, level 1 of MULTUM drug category #1*/ @818 RX1V1C2 $CHAR3. /* For RX1, level 1 of MULTUM drug category #2*/ @821 RX1V1C3 $CHAR3. /* For RX1, level 1 of MULTUM drug category #3*/ @824 RX1V1C4 $CHAR3. /* For RX1, level 1 of MULTUM drug category #4*/ @827 RX1V2C1 $CHAR3. /* For RX1, level 2 of MULTUM drug category #1*/ @830 RX1V2C2 $CHAR3. /* For RX1, level 2 of MULTUM drug category #2*/ @833 RX1V2C3 $CHAR3. /* For RX1, level 2 of MULTUM drug category #3*/ @836 RX1V2C4 $CHAR3. /* For RX1, level 2 of MULTUM drug category #4*/ @839 RX1V3C1 $CHAR3. /* For RX1, level 3 of MULTUM drug category #1*/ @842 RX1V3C2 $CHAR3. /* For RX1, level 3 of MULTUM drug category #2*/ @845 RX1V3C3 $CHAR3. /* For RX1, level 3 of MULTUM drug category #3*/ @848 RX1V3C4 $CHAR3. /* For RX1, level 3 of MULTUM drug category #4*/ @851 DRUGID2 $CHAR6. /* Drug ID for medication #2*/ @857 PRESCR2 1. /* Prescription status code for medication #2*/ @858 CONTSUB2 1. /* Controlled substance code for medication #2*/ @859 COMSTAT2 1. /* Composition status code for medication #2*/ @860 RX2CAT1 $CHAR3. /* For RX2, MULTUM drug category #1 - detailed*/ @863 RX2CAT2 $CHAR3. /* For RX2, MULTUM drug category #2 - detailed*/ @866 RX2CAT3 $CHAR3. /* For RX2, MULTUM drug category #3 - detailed*/ @869 RX2CAT4 $CHAR3. /* For RX2, MULTUM drug category #4 - detailed*/ @872 RX2V1C1 $CHAR3. /* For RX2, level 1 of MULTUM drug category #1*/ @875 RX2V1C2 $CHAR3. /* For RX2, level 1 of MULTUM drug category #2*/ @878 RX2V1C3 $CHAR3. /* For RX2, level 1 of MULTUM drug category #3*/ @881 RX2V1C4 $CHAR3. /* For RX2, level 1 of MULTUM drug category #4*/ @884 RX2V2C1 $CHAR3. /* For RX2, level 2 of MULTUM drug category #1*/ @887 RX2V2C2 $CHAR3. /* For RX2, level 2 of MULTUM drug category #2*/ @890 RX2V2C3 $CHAR3. /* For RX2, level 2 of MULTUM drug category #3*/ @893 RX2V2C4 $CHAR3. /* For RX2, level 2 of MULTUM drug category #4*/ @896 RX2V3C1 $CHAR3. /* For RX2, level 3 of MULTUM drug category #1*/ @899 RX2V3C2 $CHAR3. /* For RX2, level 3 of MULTUM drug category #2*/ @902 RX2V3C3 $CHAR3. /* For RX2, level 3 of MULTUM drug category #3*/ @905 RX2V3C4 $CHAR3. /* For RX2, level 3 of MULTUM drug category #4*/ @908 DRUGID3 $CHAR6. /* Drug ID for medication #3*/ @914 PRESCR3 1. /* Prescription status code for medication #3*/ @915 CONTSUB3 1. /* Controlled substance code for medication #3*/ @916 COMSTAT3 1. /* Composition status code for medication #3*/ @917 RX3CAT1 $CHAR3. /* For RX3, MULTUM drug category #1 - detailed*/ @920 RX3CAT2 $CHAR3. /* For RX3, MULTUM drug category #2 - detailed*/ @923 RX3CAT3 $CHAR3. /* For RX3, MULTUM drug category #3 - detailed*/ @926 RX3CAT4 $CHAR3. /* For RX3, MULTUM drug category #4 - detailed*/ @929 RX3V1C1 $CHAR3. /* For RX3, level 1 of MULTUM drug category #1*/ @932 RX3V1C2 $CHAR3. /* For RX3, level 1 of MULTUM drug category #2*/ @935 RX3V1C3 $CHAR3. /* For RX3, level 1 of MULTUM drug category #3*/ @938 RX3V1C4 $CHAR3. /* For RX3, level 1 of MULTUM drug category #4*/ @941 RX3V2C1 $CHAR3. /* For RX3, level 2 of MULTUM drug category #1*/ @944 RX3V2C2 $CHAR3. /* For RX3, level 2 of MULTUM drug category #2*/ @947 RX3V2C3 $CHAR3. /* For RX3, level 2 of MULTUM drug category #3*/ @950 RX3V2C4 $CHAR3. /* For RX3, level 2 of MULTUM drug category #4*/ @953 RX3V3C1 $CHAR3. /* For RX3, level 3 of MULTUM drug category #1*/ @956 RX3V3C2 $CHAR3. /* For RX3, level 3 of MULTUM drug category #2*/ @959 RX3V3C3 $CHAR3. /* For RX3, level 3 of MULTUM drug category #3*/ @962 RX3V3C4 $CHAR3. /* For RX3, level 3 of MULTUM drug category #4*/ @965 DRUGID4 $CHAR6. /* Drug ID for medication #4*/ @971 PRESCR4 1. /* Prescription status code for medication #4*/ @972 CONTSUB4 1. /* Controlled substance code for medication #4*/ @973 COMSTAT4 1. /* Composition status code for medication #4*/ @974 RX4CAT1 $CHAR3. /* For RX4, MULTUM drug category #1 - detailed*/ @977 RX4CAT2 $CHAR3. /* For RX4, MULTUM drug category #2 - detailed*/ @980 RX4CAT3 $CHAR3. /* For RX4, MULTUM drug category #3 - detailed*/ @983 RX4CAT4 $CHAR3. /* For RX4, MULTUM drug category #4 - detailed*/ @986 RX4V1C1 $CHAR3. /* For RX4, level 1 of MULTUM drug category #1*/ @989 RX4V1C2 $CHAR3. /* For RX4, level 1 of MULTUM drug category #2*/ @992 RX4V1C3 $CHAR3. /* For RX4, level 1 of MULTUM drug category #3*/ @995 RX4V1C4 $CHAR3. /* For RX4, level 1 of MULTUM drug category #4*/ @998 RX4V2C1 $CHAR3. /* For RX4, level 2 of MULTUM drug category #1*/ @1001 RX4V2C2 $CHAR3. /* For RX4, level 2 of MULTUM drug category #2*/ @1004 RX4V2C3 $CHAR3. /* For RX4, level 2 of MULTUM drug category #3*/ @1007 RX4V2C4 $CHAR3. /* For RX4, level 2 of MULTUM drug category #4*/ @1010 RX4V3C1 $CHAR3. /* For RX4, level 3 of MULTUM drug category #1*/ @1013 RX4V3C2 $CHAR3. /* For RX4, level 3 of MULTUM drug category #2*/ @1016 RX4V3C3 $CHAR3. /* For RX4, level 3 of MULTUM drug category #3*/ @1019 RX4V3C4 $CHAR3. /* For RX4, level 3 of MULTUM drug category #4*/ @1022 DRUGID5 $CHAR6. /* Drug ID for medication #5 */ @1028 PRESCR5 1. /* Prescription status code for medication #5*/ @1029 CONTSUB5 1. /* Controlled substance code for medication #5*/ @1030 COMSTAT5 1. /* Composition status code for medication #5*/ @1031 RX5CAT1 $CHAR3. /* For RX5, MULTUM drug category #1 - detailed*/ @1034 RX5CAT2 $CHAR3. /* For RX5, MULTUM drug category #2 - detailed*/ @1037 RX5CAT3 $CHAR3. /* For RX5, MULTUM drug category #3 - detailed*/ @1040 RX5CAT4 $CHAR3. /* For RX5, MULTUM drug category #4 - detailed*/ @1043 RX5V1C1 $CHAR3. /* For RX5, level 1 of MULTUM drug category #1*/ @1046 RX5V1C2 $CHAR3. /* For RX5, level 1 of MULTUM drug category #2*/ @1049 RX5V1C3 $CHAR3. /* For RX5, level 1 of MULTUM drug category #3*/ @1052 RX5V1C4 $CHAR3. /* For RX5, level 1 of MULTUM drug category #4*/ @1055 RX5V2C1 $CHAR3. /* For RX5, level 2 of MULTUM drug category #1*/ @1058 RX5V2C2 $CHAR3. /* For RX5, level 2 of MULTUM drug category #2*/ @1061 RX5V2C3 $CHAR3. /* For RX5, level 2 of MULTUM drug category #3*/ @1064 RX5V2C4 $CHAR3. /* For RX5, level 2 of MULTUM drug category #4*/ @1067 RX5V3C1 $CHAR3. /* For RX5, level 3 of MULTUM drug category #1*/ @1070 RX5V3C2 $CHAR3. /* For RX5, level 3 of MULTUM drug category #2*/ @1073 RX5V3C3 $CHAR3. /* For RX5, level 3 of MULTUM drug category #3*/ @1076 RX5V3C4 $CHAR3. /* For RX5, level 3 of MULTUM drug category #4*/ @1079 DRUGID6 $CHAR6. /* Drug ID for medication #6*/ @1085 PRESCR6 1. /* Prescription status code for medication #6*/ @1086 CONTSUB6 1. /* Controlled substance code for medication #6*/ @1087 COMSTAT6 1. /* Composition status code for medication #6*/ @1088 RX6CAT1 $CHAR3. /* For RX6, MULTUM drug category #1 - detailed*/ @1091 RX6CAT2 $CHAR3. /* For RX6, MULTUM drug category #2 - detailed*/ @1094 RX6CAT3 $CHAR3. /* For RX6, MULTUM drug category #3 - detailed*/ @1097 RX6CAT4 $CHAR3. /* For RX6, MULTUM drug category #4 - detailed*/ @1100 RX6V1C1 $CHAR3. /* For RX6, level 1 of MULTUM drug category #1*/ @1103 RX6V1C2 $CHAR3. /* For RX6, level 1 of MULTUM drug category #2*/ @1106 RX6V1C3 $CHAR3. /* For RX6, level 1 of MULTUM drug category #3*/ @1109 RX6V1C4 $CHAR3. /* For RX6, level 1 of MULTUM drug category #4*/ @1112 RX6V2C1 $CHAR3. /* For RX6, level 2 of MULTUM drug category #1*/ @1115 RX6V2C2 $CHAR3. /* For RX6, level 2 of MULTUM drug category #2*/ @1118 RX6V2C3 $CHAR3. /* For RX6, level 2 of MULTUM drug category #3*/ @1121 RX6V2C4 $CHAR3. /* For RX6, level 2 of MULTUM drug category #4*/ @1124 RX6V3C1 $CHAR3. /* For RX6, level 3 of MULTUM drug category #1*/ @1127 RX6V3C2 $CHAR3. /* For RX6, level 3 of MULTUM drug category #2*/ @1130 RX6V3C3 $CHAR3. /* For RX6, level 3 of MULTUM drug category #3*/ @1133 RX6V3C4 $CHAR3. /* For RX6, level 3 of MULTUM drug category #4*/ @1136 DRUGID7 $CHAR6. /* Drug ID for medication #7*/ @1142 PRESCR7 1. /* Prescription status code for medication #7*/ @1143 CONTSUB7 1. /* Controlled substance code for medication #7*/ @1144 COMSTAT7 1. /* Composition status code for medication #7*/ @1145 RX7CAT1 $CHAR3. /* For RX7, MULTUM drug category #1 - detailed*/ @1148 RX7CAT2 $CHAR3. /* For RX7, MULTUM drug category #2 - detailed*/ @1151 RX7CAT3 $CHAR3. /* For RX7, MULTUM drug category #3 - detailed*/ @1154 RX7CAT4 $CHAR3. /* For RX7, MULTUM drug category #4 - detailed*/ @1157 RX7V1C1 $CHAR3. /* For RX7, level 1 of MULTUM drug category #1*/ @1160 RX7V1C2 $CHAR3. /* For RX7, level 1 of MULTUM drug category #2*/ @1163 RX7V1C3 $CHAR3. /* For RX7, level 1 of MULTUM drug category #3*/ @1166 RX7V1C4 $CHAR3. /* For RX7, level 1 of MULTUM drug category #4*/ @1169 RX7V2C1 $CHAR3. /* For RX7, level 2 of MULTUM drug category #1*/ @1172 RX7V2C2 $CHAR3. /* For RX7, level 2 of MULTUM drug category #2*/ @1175 RX7V2C3 $CHAR3. /* For RX7, level 2 of MULTUM drug category #3*/ @1178 RX7V2C4 $CHAR3. /* For RX7, level 2 of MULTUM drug category #4*/ @1181 RX7V3C1 $CHAR3. /* For RX7, level 3 of MULTUM drug category #1*/ @1184 RX7V3C2 $CHAR3. /* For RX7, level 3 of MULTUM drug category #2*/ @1187 RX7V3C3 $CHAR3. /* For RX7, level 3 of MULTUM drug category #3*/ @1190 RX7V3C4 $CHAR3. /* For RX7, level 3 of MULTUM drug category #4*/ @1193 DRUGID8 $CHAR6. /* Drug ID for medication #8*/ @1199 PRESCR8 1. /* Prescription status code for medication #8*/ @1200 CONTSUB8 1. /* Controlled substance code for medication #8*/ @1201 COMSTAT8 1. /* Composition status code for medication #8*/ @1202 RX8CAT1 $CHAR3. /* For RX8, MULTUM drug category #1 - detailed*/ @1205 RX8CAT2 $CHAR3. /* For RX8, MULTUM drug category #2 - detailed*/ @1208 RX8CAT3 $CHAR3. /* For RX8, MULTUM drug category #3 - detailed*/ @1211 RX8CAT4 $CHAR3. /* For RX8, MULTUM drug category #4 - detailed*/ @1214 RX8V1C1 $CHAR3. /* For RX8, level 1 of MULTUM drug category #1*/ @1217 RX8V1C2 $CHAR3. /* For RX8, level 1 of MULTUM drug category #2*/ @1220 RX8V1C3 $CHAR3. /* For RX8, level 1 of MULTUM drug category #3*/ @1223 RX8V1C4 $CHAR3. /* For RX8, level 1 of MULTUM drug category #4*/ @1226 RX8V2C1 $CHAR3. /* For RX8, level 2 of MULTUM drug category #1*/ @1229 RX8V2C2 $CHAR3. /* For RX8, level 2 of MULTUM drug category #2*/ @1232 RX8V2C3 $CHAR3. /* For RX8, level 2 of MULTUM drug category #3*/ @1235 RX8V2C4 $CHAR3. /* For RX8, level 2 of MULTUM drug category #4*/ @1238 RX8V3C1 $CHAR3. /* For RX8, level 3 of MULTUM drug category #1*/ @1241 RX8V3C2 $CHAR3. /* For RX8, level 3 of MULTUM drug category #2*/ @1244 RX8V3C3 $CHAR3. /* For RX8, level 3 of MULTUM drug category #3*/ @1247 RX8V3C4 $CHAR3. /* For RX8, level 3 of MULTUM drug category #4*/ @1250 DRUGID9 $CHAR6. /* Drug ID for medication #9*/ @1256 PRESCR9 1. /* Prescription status code for medication #9*/ @1257 CONTSUB9 1. /* Controlled substance code for medication #9*/ @1258 COMSTAT9 1. /* Composition status code for medication #9*/ @1259 RX9CAT1 $CHAR3. /* For RX9, MULTUM drug category #1 - detailed*/ @1262 RX9CAT2 $CHAR3. /* For RX9, MULTUM drug category #2 - detailed*/ @1265 RX9CAT3 $CHAR3. /* For RX9, MULTUM drug category #3 - detailed*/ @1268 RX9CAT4 $CHAR3. /* For RX9, MULTUM drug category #4 - detailed*/ @1271 RX9V1C1 $CHAR3. /* For RX9, level 1 of MULTUM drug category #1*/ @1274 RX9V1C2 $CHAR3. /* For RX9, level 1 of MULTUM drug category #2*/ @1277 RX9V1C3 $CHAR3. /* For RX9, level 1 of MULTUM drug category #3*/ @1280 RX9V1C4 $CHAR3. /* For RX9, level 1 of MULTUM drug category #4*/ @1283 RX9V2C1 $CHAR3. /* For RX9, level 2 of MULTUM drug category #1*/ @1286 RX9V2C2 $CHAR3. /* For RX9, level 2 of MULTUM drug category #2*/ @1289 RX9V2C3 $CHAR3. /* For RX9, level 2 of MULTUM drug category #3*/ @1292 RX9V2C4 $CHAR3. /* For RX9, level 2 of MULTUM drug category #4*/ @1295 RX9V3C1 $CHAR3. /* For RX9, level 3 of MULTUM drug category #1*/ @1298 RX9V3C2 $CHAR3. /* For RX9, level 3 of MULTUM drug category #2*/ @1301 RX9V3C3 $CHAR3. /* For RX9, level 3 of MULTUM drug category #3*/ @1304 RX9V3C4 $CHAR3. /* For RX9, level 3 of MULTUM drug category #4*/ @1307 DRUGID10 $CHAR6. /* Drug ID for medication #10*/ @1313 PRESCR10 1. /* Prescription status code for medication #10*/ @1314 CONTSUB10 1. /* Controlled substance code for medication #10*/ @1315 COMSTAT10 1. /* Composition status code for medication #10*/ @1316 RX10CAT1 $CHAR3. /* For RX10, MULTUM drug category #1 - detailed*/ @1319 RX10CAT2 $CHAR3. /* For RX10, MULTUM drug category #2 - detailed*/ @1322 RX10CAT3 $CHAR3. /* For RX10, MULTUM drug category #3 - detailed*/ @1325 RX10CAT4 $CHAR3. /* For RX10, MULTUM drug category #4 - detailed*/ @1328 RX10V1C1 $CHAR3. /* For RX10, level 1 of MULTUM drug categor #1*/ @1331 RX10V1C2 $CHAR3. /* For RX10, level 1 of MULTUM drug categor #2*/ @1334 RX10V1C3 $CHAR3. /* For RX10, level 1 of MULTUM drug categor #3*/ @1337 RX10V1C4 $CHAR3. /* For RX10, level 1 of MULTUM drug categor #4*/ @1340 RX10V2C1 $CHAR3. /* For RX10, level 2 of MULTUM drug categor #1*/ @1343 RX10V2C2 $CHAR3. /* For RX10, level 2 of MULTUM drug categor #2*/ @1346 RX10V2C3 $CHAR3. /* For RX10, level 2 of MULTUM drug categor #3*/ @1349 RX10V2C4 $CHAR3. /* For RX10, level 2 of MULTUM drug categor #4*/ @1352 RX10V3C1 $CHAR3. /* For RX10, level 3 of MULTUM drug categor #1*/ @1355 RX10V3C2 $CHAR3. /* For RX10, level 3 of MULTUM drug categor #2*/ @1358 RX10V3C3 $CHAR3. /* For RX10, level 3 of MULTUM drug categor #3*/ @1361 RX10V3C4 $CHAR3. /* For RX10, level 3 of MULTUM drug categor #4*/ @1364 CSTRATM 8. /* Masked sampling stratum from which provider was selected */ @1372 CPSUM 6. /* Masked provider marker*/ @1378 YEAR 4. /* Survey year*/ @1382 SETTYPE 1. /* Survey identifier*/ @1383 PATWT 11.5 /* Patient visit weight used for national, regional, and divisional estimates*/ @1394 PATWTST 12.5 /* Patient visit weight used for state estimates*/ @1406 PHYSWT 9.5 /* Weight used for physician-level estimates based on responding in-scope physicians seeing patients*/ ;