/* PROGRAM: CHC13INP PURPOSE: INPUT STATEMENT TO READ 2013 NAMCS COMMUNITY HEALTH CENTER PUBLIC USE FILE We recommend that you use a MISSOVER option in your INFILE statement. Note that the value of LRECL may equal or exceed the actual file size. We use a value of 9999 for convenience. EXAMPLE: INFILE [file reference] MISSOVER LRECL=9999; */ INPUT @1 VMONTH 2. /* Month of visit */ @3 AGE 3. /* Patient age in years */ @6 AGER 1. /* Patient age recode */ @7 AGEDAYS 3. /* Age in days for patients less than 1 year */ @10 SEX 1. /* Patient sex */ @11 PREGNANT 2. /* Is patient pregnant? */ @13 GESTWK 2. /* Gestation week */ @15 ETHUN 2. /* Patient ethnicity - unimputed */ @17 RACEUN 2. /* Patient race - unimputed */ @19 ETHIM 1. /* Patient ethnicity - imputed */ @20 RACER 1. /* Patient race - imputed */ @21 RACERETH 1. /* Race/ethnicity - imputed */ @22 NOPAY 1. /* Expected source of payment for visit: No answer to item */ @23 PAYPRIV 1. /* Expected source of payment for visit: Private insurance */ @24 PAYMCARE 1. /* Expected source of payment for visit: Medicare */ @25 PAYMCAID 1. /* Expected source of payment for visit: Medicaid */ @26 PAYWKCMP 1. /* Expected source of payment for visit: Workers Compensation */ @27 PAYSELF 1. /* Expected source of payment for visit: Self-pay */ @28 PAYNOCHG 1. /* Expected source of payment for visit: No Charge/Charity */ @29 PAYOTH 1. /* Expected source of payment for visit: Other */ @30 PAYDK 1. /* Expected source of payment for visit: Unknown */ @31 PAYTYPER 2. /* Type of payment (recoded from multiple sources using hierarchy) */ @33 USETOBAC 2. /* Tobacco Use */ @35 INJURY 2. /* Is visit related to injury/poisoning/adverse effect? Broad recode */ @37 INJR1 1. /* Is visit related to injury/poisoning? Recoded version #1 */ @38 INJR2 1. /* Is visit related to injury/poisoning? Recoded version #2 */ @39 INJPOISAD 2. /* Is visit related to injury/poisoning/adverse effect? 2012 format */ @41 INJPOISADR1 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #1 */ @42 INJPOISADR2 1. /* Is visit related to injury/poisoning/adverse effect? 2012 format, recoded version #2 */ @43 INTENT 2. /* Is this injury/poisoning intentional? */ @45 INJDET_TRD 2. /* Is visit related to any of the following? */ @47 INJDETR1_TRD 1. /* Is visit related to any of the following? - recode #1 */ @48 INJDETR2_TRD 1. /* Is visit related to any of the following? - recode #2 */ @49 RFV1 5. /* Patient's reason for visit #1 */ @54 RFV2 5. /* Patient's reason for visit #2 */ @59 RFV3 5. /* Patient's reason for visit #3 */ @49 RFV13D 4. /* Patient's reason for visit #1 - broad */ @54 RFV23D 4. /* Patient's reason for visit #2 - broad */ @59 RFV33D 4. /* Patient's reason for visit #3 - broad */ @64 PRIMCARE 2. /* Are you the patient's primary care provider? */ @66 REFER 2. /* Was patient referred for visit? */ @68 SENBEFOR 1. /* Has this patient been seen in your practice before? */ @69 PASTVIS 3. /* If yes, how many past visits in the last 12 months? */ @72 MAJOR 2. /* Major reason for this visit */ @74 DIAG1 $CHAR5. /* Diagnosis #1 */ @74 DIAG13D $CHAR3. /* Diagnosis #1 - broad */ @79 PRDIAG1 2. /* Is diagnosis #1 probable, questionable or rule out? */ @81 DIAG2 $CHAR5. /* Diagnosis #2 */ @81 DIAG23D $CHAR3. /* Diagnosis #2 - broad */ @86 PRDIAG2 2. /* Is diagnosis $2 probable, questionable or rule out? */ @88 DIAG3 $CHAR5. /* Diagnosis #3 */ @88 DIAG33D $CHAR3. /* Diagnosis #3 - broad */ @93 PRDIAG3 2. /* Is diagnosis #3 probable, questionable or rule out? */ @95 DIAG1R 6. /* Diagnosis #1 - numeric recode */ @101 DIAG2R 6. /* Diagnosis #2 - numeric recode */ @107 DIAG3R 6. /* Diagnosis #3 - numeric recode */ @113 ARTHRTIS 1. /* Does patient now have: Arthritis */ @114 ASTHMA 1. /* Does patient now have: Asthma */ @115 ASTH_SEV 2. /* Asthma severity */ @117 ASTH_CON 2. /* Asthma control */ @119 CANCER 1. /* Does patient now have: Cancer */ @120 CEBVD 1. /* Does patient now have: Cerebrovascular disease */ @121 COPD 1. /* Does patient now have: COPD */ @122 CRF 1. /* Does patient now have: Chronic renal failure */ @123 CHF 1. /* Does patient now have: Congestive heart failure */ @124 DEPRN 1. /* Does patient now have: Depression */ @125 DIABETES 1. /* Does patient now have: Diabetes */ @126 HYPLIPID 1. /* Does patient now have: Hyperlipidemia */ @127 HTN 1. /* Does patient now have: Hypertension */ @128 IHD 1. /* Does patient now have: Ischemic heart disease */ @129 OBESITY 1. /* Does patient now have: Obesity */ @130 OSTPRSIS 1. /* Does patient now have: Osteoporosis */ @131 NOCHRON 1. /* Does patient now have: None of the above */ @132 TOTCHRON 2. /* Total number of chronic conditions */ @134 HTTAKE 1. /* Was height taken? */ @135 HTIN 2. /* Height in inches */ @137 WTTAKE 1. /* Was weight taken? */ @138 WTLB 3. /* Weight in pounds */ @141 BMI 8.2 /* Body mass index - calculated from height and weight */ @149 TEMPTAKE 1. /* Was temperature taken? */ @150 TEMPF 4. /* Temperature (in Fahrenheit) */ @154 BLODPRES 1. /* Was blood pressure taken? */ @155 BPSYS 3. /* Systolic blood pressure */ @158 BPDIAS 3. /* Diastolic blood pressure */ @161 SERVICES 1. /* Were any services ordered or provided at this visit? (Based on SERVICES item only, does not include vital signs) */ @162 BREAST 1. /* Breast exam */ @163 DEPRESS 1. /* Depression Screening */ @164 FOOT 1. /* Foot exam */ @165 PHYSICAL 1. /* General physical exam */ @166 NEURO 1. /* Neurologic */ @167 PELVIC 1. /* Pelvic exam */ @168 RECTAL 1. /* Rectal exam */ @169 RETINAL 1. /* Retinal exam */ @170 SKIN 1. /* Skin exam */ @171 CBC 1. /* CBC (complete blood count) */ @172 GLUCOSE 1. /* Glucose */ @173 HGBA 1. /* HbA1C */ @174 CHOLEST 1. /* Lipid profile */ @175 PSA 1. /* PSA (prostate specific antigen) test */ @176 ANYIMAGE 1. /* Any imaging */ @177 BONEDENS 1. /* Bone mineral density */ @178 CATSCAN 1. /* CT Scan */ @179 ECHOCARD 1. /* Echocardiogram */ @180 OTHULTRA 1. /* Other ultrasound */ @181 MAMMO 1. /* Mammography */ @182 MRI 1. /* MRI */ @183 XRAY 1. /* X-ray */ @184 OTHIMAGE 1. /* Other imaging */ @185 AUDIO 1. /* Audiometry */ @186 BIOPSY 1. /* Biopsy */ @187 BIOPROV 2. /* Biopsy provided */ @189 CARDIAC 1. /* Cardiac stress test */ @190 CHLAMYD 1. /* Chlamydia test */ @191 COLON 1. /* Colonoscopy */ @192 EKG 1. /* EKG/ECG */ @193 EEG 1. /* Electroencephalogram (EEG) */ @194 EMG 1. /* Electromyogram (EMG) */ @195 EXCISION 1. /* Excision of tissue */ @196 EXCIPROV 2. /* Excision of tissue provided */ @198 FETAL 1. /* Fetal monitoring */ @199 HIVTEST 1. /* HIV test */ @200 HPVDNA 1. /* HPV DNA test */ @201 PAP 1. /* PAP test */ @202 PEAK 1. /* Peak flow */ @203 PREGTEST 1. /* Pregnancy test/HCG test */ @204 SIGMOID 1. /* Sigmoidoscopy */ @205 SIGPROV 2. /* Sigmoidoscopy provided */ @207 SPIRO 1. /* Spirometry */ @208 TONO 1. /* Tonometry */ @209 URINE 1. /* Urinalysis (UA) */ @210 SIGCOLON 1. /* Sigmoidoscopy/colonoscopy recoded variable */ @211 CSW 1. /* Cast/splint/wrap */ @212 CAM 1. /* Complementary alternative medicine */ @213 DME 1. /* Durable medical equipment */ @214 HOMEHLTH 1. /* Home health care */ @215 MENTAL 1. /* Mental health counseling,excluding psychotherapy */ @216 PT 1. /* Physical therapy */ @217 PSYCHOTH 1. /* Psychotherapy */ @218 RADTHER 1. /* Radiation therapy */ @219 WOUND 1. /* Wound care */ @220 ASTHMAED 1. /* Asthma education */ @221 ASTHMAP 1. /* Asthma action plan given to patient */ @222 DIETNUTR 1. /* Diet/nutrition */ @223 EXERCISE 1. /* Exercise */ @224 FAMPLAN 1. /* Family planning/Contraception */ @225 GRWTHDEV 1. /* Growth/Development */ @226 INJPREV 1. /* Injury prevention */ @227 STDPREV 1. /* ST+K237D prevention */ @228 STRESMGT 1. /* Stress management */ @229 TOBACED 1. /* Tobacco use/Exposure */ @230 WTREDUC 1. /* Weight reduction */ @231 OTHSERV 1. /* Any write-in procedures reported */ @232 PROC1 $CHAR4. /* Write-in procedure code #1 */ @236 PROC2 $CHAR4. /* Write-in procedure code #2 */ @240 PROC3 $CHAR4. /* Write-in procedure code #3 */ @244 PROC4 $CHAR4. /* Write-in procedure code #4 */ @248 PROC5 $CHAR4. /* Write-in procedure code #5 */ @252 PROC6 $CHAR4. /* Write-in procedure code #6 */ @256 PROC7 $CHAR4. /* Write-in procedure code #7 */ @260 PROC8 $CHAR4. /* Write-in procedure code #8 */ @264 PROC9 $CHAR4. /* Write-in procedure code #9 */ @232 PROC13D $CHAR3. /* Write-in procedure code #1 - 3 digit */ @236 PROC23D $CHAR3. /* Write-in procedure code #2 - 3 digit */ @240 PROC33D $CHAR3. /* Write-in procedure code #3 - 3 digit */ @244 PROC43D $CHAR3. /* Write-in procedure code #4 - 3 digit */ @248 PROC53D $CHAR3. /* Write-in procedure code #5 - 3 digit */ @252 PROC63D $CHAR3. /* Write-in procedure code #6 - 3 digit */ @256 PROC73D $CHAR3. /* Write-in procedure code #7 - 3 digit */ @260 PROC83D $CHAR3. /* Write-in procedure code #8 - 3 digit */ @264 PROC93D $CHAR3. /* Write-in procedure code #9 - 3 digit */ @232 PROC12D $CHAR2. /* Write-in procedure code #1 - 2 digit */ @236 PROC22D $CHAR2. /* Write-in procedure code #2 - 2 digit */ @240 PROC32D $CHAR2. /* Write-in procedure code #3 - 2 digit */ @244 PROC42D $CHAR2. /* Write-in procedure code #4 - 2 digit */ @248 PROC52D $CHAR2. /* Write-in procedure code #5 - 2 digit */ @252 PROC62D $CHAR2. /* Write-in procedure code #6 - 2 digit */ @256 PROC72D $CHAR2. /* Write-in procedure code #7 - 2 digit */ @260 PROC82D $CHAR2. /* Write-in procedure code #8 - 2 digit */ @264 PROC92D $CHAR2. /* Write-in procedure code #9 - 2 digit */ @268 PROC1R 4. /* Numeric version of write-in procedure code #1 */ @272 PROC2R 4. /* Numeric version of write-in procedure code #2 */ @276 PROC3R 4. /* Numeric version of write-in procedure code #3 */ @280 PROC4R 4. /* Numeric version of write-in procedure code #4 */ @284 PROC5R 4. /* Numeric version of write-in procedure code #5 */ @288 PROC6R 4. /* Numeric version of write-in procedure code #6 */ @292 PROC7R 4. /* Numeric version of write-in procedure code #7 */ @296 PROC8R 4. /* Numeric version of write-in procedure code #8 */ @300 PROC9R 4. /* Numeric version of write-in procedure code #9 */ @304 EXAM 1. /* Were any exams ordered or provided (item derived from ICD-9-CM exam codes)? */ @305 SERVCNT 2. /* Total number of services ordered or provided including vital signs */ @307 ALLSERV 1. /* Were any services ordered or provided including vital signs? */ @308 MED 1. /* Were any medications/immunizations ordered, supplied, administered or continued? */ @309 MED1 $CHAR5. /* Medication #1 */ @314 MED2 $CHAR5. /* Medication #2 */ @319 MED3 $CHAR5. /* Medication #3 */ @324 MED4 $CHAR5. /* Medication #4 */ @329 MED5 $CHAR5. /* Medication #5 */ @334 MED6 $CHAR5. /* Medication #6 */ @339 MED7 $CHAR5. /* Medication #7 */ @344 MED8 $CHAR5. /* Medication #8 */ @349 MED9 $CHAR5. /* Medication #9 */ @354 MED10 $CHAR5. /* Medication #10 */ @359 NCMED1 2. /* Is Medication #1 new or continued? */ @361 NCMED2 2. /* Is Medication #2 new or continued? */ @363 NCMED3 2. /* Is Medication #3 new or continued? */ @365 NCMED4 2. /* Is Medication #4 new or continued? */ @367 NCMED5 2. /* Is Medication #5 new or continued? */ @369 NCMED6 2. /* Is Medication #6 new or continued? */ @371 NCMED7 2. /* Is Medication #7 new or continued? */ @373 NCMED8 2. /* Is Medication #8 new or continued? */ @375 NCMED9 2. /* Is Medication #9 new or continued? */ @377 NCMED10 2. /* Is Medication #10 new or continued */ @379 NUMMED 2. /* Number of medications coded */ @381 NUMNEW 2. /* Number of new medications coded */ @383 NUMCONT 2. /* Number of continuing medications coded */ @385 NOPROVID 1. /* Providers seen: no answer to item */ @386 PHYS 1. /* Physician seen */ @387 PHYSASST 1. /* Physician assistant seen */ @388 NPNMW 1. /* Nurse practitioner/midwife seen */ @389 RNLPN 1. /* Registered nurse/LPN seen */ @390 MHP 1. /* Mental health provider seen */ @391 OTHPROV 1. /* Other provider seen */ @392 PROVNONE 1. /* No provider seen */ @393 TIMEMD 3. /* Time spent with physician in minutes */ @396 NODISP 1. /* Visit disposition: no answer to item */ @397 REFOTHMD 1. /* Refer to other physician */ @398 RETAPPT 1. /* Return at specified time */ @399 ERADMHOS 1. /* Refer to ER/Admit to hospital */ @400 OTHDISP 1. /* Other disposition */ @401 CHOL 2. /* Was blood for total cholesterol test drawn at visit or within past 12 months? */ @403 CHOLRES 3. /* Most recent result for total cholesterol (mg/dL) */ @406 DAYDCHOL 4. /* Difference in days between visit date and date of cholesterol lab result */ @410 HDL 2. /* Was blood for HDL test drawn at visit or within past 12 months? */ @412 HDLRES 3. /* Most recent result for HDL (mg/dL) */ @415 DAYDHDL 4. /* Difference in days between visit date and date of HDL lab result */ @419 LDL 2. /* Was blood for LDL test drawn at visit or within past 12 months? */ @421 LDLRES 3. /* Most recent result for LDL (mg/dL) */ @424 DAYDLDL 4. /* Difference in days between visit date and date of LDL lab result */ @428 LIPIDERR 4. /* Calculated LDL, NOT TO BE USED FOR ANALYSIS */ @432 LDLDIFF 4. /* Difference between reported LDL and calculated LDL */ @436 TGS 2. /* Was blood for triglycerides (TGS) test drawn at visit or within past 12 months? */ @438 TGSRES 3. /* Most recent result for TGS (mg/dL) */ @441 DAYDTGS 4. /* Difference in days between visit date and date of TGS lab result */ @445 A1C 2. /* Was blood for HbA1c test drawn at visit or within past 12 months? */ @447 A1CRES 4. /* Most recent result for HbA1c */ @451 DAYDA1C 4. /* Difference in days between visit date and date of HbA1c lab result */ @455 FBG 2. /* Was blood for fasting blood glucose (FBG) drawn at visit or within past 12 months? */ @457 FBGRES 3. /* Most recent result for FBG (mg/dL) */ @460 DAYDFBG 4. /* Difference in days between visit date and date of FBG lab result */ @464 AGEFLAG 2. /* Was patient age calculated by NCHS during data processing or recorded on instrument? */ @466 GESTFL 1. /* Was week of gestation calculated by NCHS during data processing? */ @467 BDATEFL 1. /* Was variable imputed: birth year */ @468 SEXFL 1. /* Was variable imputed: sex */ @469 ETHNICFL 1. /* Was variable imputed: ethnicity */ @470 RACERFL 1. /* Was variable imputed: race */ @471 SENBEFL 1. /* Was variable imputed: patient seen in practice before */ @472 PASTFL 1. /* Was variable imputed: number of past visits in last 12 months */ @473 TIMEMDFL 2. /* Was variable imputed: time spent with physician */ @475 PHYCODE 6. /* Provider marker */ @481 PATCODE 3. /* Sequential numbering of visit records per sampled provider */ @484 SPECR 2. /* Physician specialty or non-physician clinician type */ @486 SPECCAT 1. /* Type of specialty (Primary, Medical, Surgical) */ @487 MDDO 1. /* Type of doctor (MD or DO) */ @488 RETYPOFFR 1. /* Type of office setting for this visit - recoded */ @489 SOLO 2. /* Type of practice (solo/nonsolo) */ @491 EMPSTAT 2. /* Ownership status of provider */ @493 OWNSR_CHC 2. /* Who owns the practice? - recoded */ @495 PATEVEN 2. /* Do you see patients during the evening or on weekends at the office? */ @497 NHVISR 2. /* During last normal week of practice, did you make any nursing home visits? */ @499 HOMVISR 2. /* During last normal week of practice, did you make any home visits? */ @501 HOSVISR 2. /* During last normal week of practice, did you make any hospital visits? */ @503 TELCONR 2. /* During last normal week of practice, did you have any telephone consults with patients? */ @505 ECONR 2. /* During last normal week of practice, did you have any internet/email consults with patients? */ @507 EBILLANY 2. /* Does your practice submit any claims electronically (electronic billing)? */ @509 EMEDREC 2. /* Does your practice use electronic medical or health records (EMR/EHR)? Does not include billing record systems */ @511 HHSMU 2. /* Does your current system meet meaningful use criteria as defined by the Department of Health and Human Services? */ @513 EMRINS 2. /* Are there plans for installing new EMR system or replacing current system within next 18 months? */ @515 MUINC 2. /* Plans to apply for Medicare and Medicaid meaningful use of health IT incentives? */ @517 MUYEAR 2. /* When did you first apply or when do you first intend to apply? */ @519 EDEMOG 2. /* Does practice have computerized capability: recording patient history and demographic info */ @521 EDEMOGR 2. /* Does practice have computerized capability: recording patient history and demographic info - RECODED */ @523 EPROLST 2. /* If computerized patient history and demographic info, does it include patient problem lists? */ @525 EPROLSTR 2. /* If computerized patient history and demographic info, does it include patient problem lists? - RECODED */ @527 EVITAL 2. /* Does practice have computerized capability: recording and charting vital signs */ @529 EVITALR 2. /* Does practice have computerized capability: recording and charting vital signs - RECODED */ @531 ESMOKE 2. /* Does practice have computerized capability: recording patient smoking status */ @533 ESMOKER 2. /* Does practice have computerized capability: recording patient smoking status - RECODED */ @535 EPNOTES 2. /* Does practice have computerized capability: recording clinical notes */ @537 EPNOTESR 2. /* Does practice have computerized capability: recording clinical notes - RECODED */ @539 EMEDALG 2. /* If clinical notes are included, do they include list of patient's medications and allergies? */ @541 EMEDALGR 2. /* If clinical notes are included, do they include list of patient's medications and allergies? - RECODED */ @543 EMEDID 2. /* Does practice have computerized capability: reconciling lists of patients medications to identify the most accurate list */ @545 EMEDIDR 2. /* Does practice have computerized capability: reconciling lists of patients medications to identify the most accurate list - RECODED */ @547 ECPOE 2. /* Does practice have computerized capability: ordering prescriptions */ @549 ECPOER 2. /* Does practice have computerized capability: ordering prescriptions - RECODED */ @551 ESCRIP 2. /* If computerized orders for prescriptions are included, are prescriptions sent electronically to pharmacy? */ @553 ESCRIPR 2. /* If computerized orders for prescriptions are included, are prescriptions sent electronically to pharmacy? */ @555 EWARN 2. /* If orders for prescriptions submitted electronically, warnings of drug interactionscontraindications provided? */ @557 EWARNR 2. /* If orders for prescriptions submitted electronically, warnings of drug interactionscontraindications provided? - RECODED */ @559 EREMIND 2. /* Does practice have computerized capability: providing reminders for interventions or screening tests? */ @561 EREMINDR 2. /* Does practice have computerized capability: providing reminders for interventions or screening tests? - RECODED */ @563 ECTOE 2. /* Does practice have computerized capability: ordering lab tests? */ @565 ECTOER 2. /* Does practice have computerized capability: ordering lab tests? - RECODED */ @567 EORDER 2. /* If orders for tests are included, are results sent electronically? */ @569 EORDERR 2. /* If orders for tests are included, are results sent electronically? - RECODED */ @571 ERESULT 2. /* Does practice have computerized capability: viewing lab results */ @573 ERESULTR 2. /* Does practice have computerized capability: viewing lab results - RECODED */ @575 EGRAPH 2. /* If viewing lab results included, can EHREMR automatically graph a specific patients lab results over time? */ @577 EGRAPHR 2. /* If viewing lab results included, can EHREMR automatically graph a specific patients lab results over time? - RECODED */ @579 EIMGRES 2. /* Does practice have computerized capability: viewing imaging results */ @581 EIMGRESR 2. /* Does practice have computerized capability: viewing imaging results - RECODED */ @583 EPTEDU 2. /* Does practice have computerized capability: identifying educational resources for patients' specific conditions */ @585 EPTEDUR 2. /* Does practice have computerized capability: identifying educational resources for patients' specific conditions - RECODED */ @587 ECQM 2. /* Does practice have computerized capability: reporting clinical quality measures to federal or state agencies */ @589 ECQMR 2. /* Does practice have computerized capability: reporting clinical quality measures to federal or state agencies - RECODED */ @591 EGENLIST 2. /* Does practice have computerized capability: generating lists of patients with particular health conditions */ @593 EGENLISTR 2. /* Does practice have computerized capability: generating lists of patients with particular health conditions - RECODED */ @595 EIMMREG 2. /* Does practice have computerized capability: electronic reporting to immunization registries */ @597 EIMMREGR 2. /* Does practice have computerized capability: electronic reporting to immunization registries - RECODED */ @599 ESUM 2. /* Does practice have computerized capability: providing patients with clinical summaries for each visit */ @601 ESUMR 2. /* Does practice have computerized capability: providing patients with clinical summaries for each visit - RECODED */ @603 EMSG 2. /* Does practice have computerized capability: exchanging secure messages with patients */ @605 EMSGR 2. /* Does practice have computerized capability: exchanging secure messages with patients - RECODED */ @607 EHLTHINFO 2. /* Does practice have computerized capability: providing patients with an electronic copy of their health information */ @609 EHLTHINFOR 2. /* Does practice have computerized capability: providing patients with an electronic copy of their health information - RECODED */ @611 EPTREC 2. /* Does practice have computerized capability: providing patients the ability to view online, download, or transmit information from their medical record */ @613 EPTRECR 2. /* Does practice have computerized capability: providing patients the ability to view online, download, or transmit information from their medical record - RECODED */ @615 ESHARE 2. /* Does practice share any patient health information electronically (not fax) with other providers? */ @617 ESHAREEHR 2. /* How does practice electronically share patient health information: EMR/EHR */ @619 ESHAREWEB 2. /* How does practice electronically share patient health information: Web portal (separate from EHREMR) */ @621 ESHAREOTH 2. /* How does practice electronically share patient health information: other electronic method */ @623 ESHAREUNK 2. /* How does practice electronically share patient health information: unknown */ @625 ESHAREREF 2. /* How does practice electronically share patient health information: refused to question */ @627 LABRES1 2. /* Share lab results electronically (not fax) with: hospitals with which you are affiliated */ @629 LABRES2 2. /* Share lab results electronically (not fax) with: ambulatory providers inside your office/group */ @631 LABRES3 2. /* Share lab results electronically (not fax) with: hospitals with which you are not affiliated */ @633 LABRES4 2. /* Share lab results electronically (not fax) with: ambulatory providers outside your office/group */ @635 LABRESUNK 2. /* Share lab results electronically (not fax) with: unknown */ @637 LABRESREF 2. /* Share lab results electronically (not fax) with: refused to answer */ @639 IMAGREP1 2. /* Share imaging reports electronically (not fax) with: hospitals with which you are affiliated */ @641 IMAGREP2 2. /* Share imaging reports electronically (not fax) with: ambulatory providers inside your office/group */ @643 IMAGREP3 2. /* Share imaging reports electronically (not fax) with: hospitals with which you are not affiliated */ @645 IMAGREP4 2. /* Share imaging reports electronically (not fax) with: ambulatory providers outside your office/group */ @647 IMAGREPUNK 2. /* Share imaging reports electronically (not fax) with: unknown */ @649 IMAGREPREF 2. /* Share imaging reports electronically (not fax) with: refused to answer */ @651 PTPROB1 2. /* Share patient problem lists electronically (not fax) with: hospitals with which you are affiliated */ @653 PTPROB2 2. /* Share patient problem lists electronically (not fax) with: ambulatory providers inside your office/group */ @655 PTPROB3 2. /* Share patient problem lists electronically (not fax) with: hospitals with which you are not affiliated */ @657 PTPROB4 2. /* Share patient problem lists electronically (not fax) with: ambulatory providers outside your office/group */ @659 PTPROBUNK 2. /* Share patient problem lists electronically (not fax) with: unknown */ @661 PTPROBREF 2. /* Share patient problem lists electronically (not fax) with: refused to answer */ @663 MEDLIST1 2. /* Share medication lists electronically (not fax) with: hospitals with which you are affiliated */ @665 MEDLIST2 2. /* Share medication lists electronically (not fax) with: ambulatory providers inside your office/group */ @667 MEDLIST3 2. /* Share medication lists electronically (not fax) with: hospitals with which you are not affiliated */ @669 MEDLIST4 2. /* Share medication lists electronically (not fax) with: ambulatory providers outside your office/group */ @671 MEDLISTUNK 2. /* Share medication lists electronically (not fax) with: unknown */ @673 MEDLISTREF 2. /* Share medication lists electronically (not fax) with: refused to answer */ @675 ALGLIST1 2. /* Share medication allergy lists electronically (not fax) with: hospitals with which you are affiliated */ @677 ALGLIST2 2. /* Share medication allergy lists electronically (not fax) with: ambulatory providers inside your office/group */ @679 ALGLIST3 2. /* Share medication allergy lists electronically (not fax) with: hospitals with which you are not affiliated */ @681 ALGLIST4 2. /* Share medication allergy lists electronically (not fax) with: ambulatory providers outside your office/group */ @683 ALGLISTUNK 2. /* Share medication allergy lists electronically (not fax) with: unknown */ @685 ALGLISTREF 2. /* Share medication allergy lists electronically (not fax) with: refused to answer */ @687 SUMREC 2. /* Do you share any of the previously mentioned types of information using a Summary Care Record? */ @689 REFOUT 2. /* Do you refer any of your patients to a provider outside of your office or group? */ @691 REFOUTR 2. /* Do you receive a report back from the other provider with results of the consultation? */ @693 REFOUTE 2. /* When you refer your patient to a provider outside of your office or group: do you receive it electronically (not fax)? */ @695 REFIN 2. /* Do you see any patients referred to you by providers outside of your office or group? */ @697 REFINR 2. /* Do you receive notification of both the patient's history and reason for consultation? */ @699 REFINE 2. /* Do you receive notification of both the patient's history and reason for consultation electronically (not fax)? */ @701 INPTCARE 2. /* Do you take care of patients after they are discharged from an inpatient setting? */ @703 INPTCARER 2. /* Do you receive all of the information you need to continue managing the patient? */ @705 INPTCARET 2. /* Is the information available when needed? */ @707 INPTCAREE 2. /* Do you receive the information electronically (not fax)? */ @709 PRMCARER 2. /* Percent of patient care revenue from Medicare */ @711 PRMAIDR 2. /* Percent of patient care revenue from Medicaid */ @713 PRPRVTR 2. /* Percent of patient care revenue from private insurance */ @715 PRPATR 2. /* Percent of patient revenue from patient payments */ @717 PROTHR 2. /* Percent of patient revenue from other */ @719 PRMANR 2. /* Percent of patient care revenue from managed care contracts */ @721 REVFFSR 2. /* Percent of patient care revenue from fee-for-service */ @723 REVCAPR 2. /* Percent of patient care revenue from capitation */ @725 REVCASER 2. /* Percent of patient care revenue from case rates */ @727 REVOTHR 2. /* Percent of patient care revenue from other */ @729 ACEPTNEW 2. /* Are you currently accepting new patients into your practice? */ @731 CAPITATE 2. /* Type of payments accepted from new patients: capitated private insurance */ @733 NOCAP 2. /* Type of payments accepted from new patients: non-capitated private insurance */ @735 PRIVATE 2. /* Type of payment accepted - private insurance (capitated or non-capitated) */ @737 NMEDCARE 2. /* Type of payments accepted from new patients: Medicare */ @739 NMEDCAID 2. /* Type of payments accepted from new patients: Medicaid */ @741 NWORKCMP 2. /* Type of payments accepted from new patients: WOrkers Compensation */ @743 NSELFPAY 2. /* Type of payments accepted from new patients: Self-pay */ @745 NNOCHRGE 2. /* Type of payments accepted from ew patients: No chargecharity */ @747 PHYSCOMP 2. /* Which of the following methods best describes your basic compensation? */ @749 COMPPROD 2. /* Considered in determing compensation: factors that reflect your own productivity */ @751 COMPSAT 2. /* Considered in determing compensation: results of satisfaction surveys from patients */ @753 COMPQUAL 2. /* Considered in determing compensation: specific measures of quality */ @755 COMPDROF 2. /* Considered in determing compensation: results of practice profiling */ @757 COMPFIN 2. /* Considered in determing compensation: overall financial performance of practice */ @759 COMPUNK 2. /* Considered in determing compensation: unknown */ @761 COMPREF 2. /* Considered in determing compensation: refused to answer */ @763 SDAPPT 3. /* Roughly, what percent of your daily visits are same day appointments? */ @766 SASDAPPT 2. /* Does your practice set time aside for same day appointments? */ @768 APPTTIME 2. /* On average, about how long does it take to get appointment for routine medical exam */ @770 REGIONOFF 1. /* Region where majority of provider's sampled visits occurred */ @771 DIVISIONOFF 1. /* Census division where majority of provider's sampled visits occurred */ @772 FIPSSTOFF 2. /* State where majority of physician's sampled visits occurred */ @774 MSA 1. /* Metropolitan Statistical Area Status of provider location */ @775 DRUGID1 $CHAR6. /* Drug ID for medication #1 */ @781 PRESCR1 1. /* Prescription status code for medication #1 */ @782 CONTSUB1 1. /* Controlled substance code for medication #1 */ @783 COMSTAT1 1. /* Composition status code for medication #1 */ @784 RX1CAT1 $CHAR3. /* For RX1, MULTUM drug category #1 - detailed */ @787 RX1CAT2 $CHAR3. /* For RX1, MULTUM drug category #2 - detailed */ @790 RX1CAT3 $CHAR3. /* For RX1, MULTUM drug category #3 - detailed */ @793 RX1CAT4 $CHAR3. /* For RX1, MULTUM drug category #4 - detailed */ @796 RX1V1C1 $CHAR3. /* For RX1, level 1 of MULTUM drug category #1 */ @799 RX1V1C2 $CHAR3. /* For RX1, level 1 of MULTUM drug category #2 */ @802 RX1V1C3 $CHAR3. /* For RX1, level 1 of MULTUM drug category #3 */ @805 RX1V1C4 $CHAR3. /* For RX1, level 1 of MULTUM drug category #4 */ @808 RX1V2C1 $CHAR3. /* For RX1, level 2 of MULTUM drug category #1 */ @811 RX1V2C2 $CHAR3. /* For RX1, level 2 of MULTUM drug category #2 */ @814 RX1V2C3 $CHAR3. /* For RX1, level 2 of MULTUM drug category #3 */ @817 RX1V2C4 $CHAR3. /* For RX1, level 2 of MULTUM drug category #4 */ @820 RX1V3C1 $CHAR3. /* For RX1, level 3 of MULTUM drug category #1 */ @823 RX1V3C2 $CHAR3. /* For RX1, level 3 of MULTUM drug category #2 */ @826 RX1V3C3 $CHAR3. /* For RX1, level 3 of MULTUM drug category #3 */ @829 RX1V3C4 $CHAR3. /* For RX1, level 3 of MULTUM drug category #4 */ @832 DRUGID2 $CHAR6. /* Drug ID for medication #2 */ @838 PRESCR2 1. /* Prescription status code for medication #2 */ @839 CONTSUB2 1. /* Controlled substance code for medication #2 */ @840 COMSTAT2 1. /* Composition status code for medication #2 */ @841 RX2CAT1 $CHAR3. /* For RX2, MULTUM drug category #1 - detailed */ @844 RX2CAT2 $CHAR3. /* For RX2, MULTUM drug category #2 - detailed */ @847 RX2CAT3 $CHAR3. /* For RX2, MULTUM drug category #3 - detailed */ @850 RX2CAT4 $CHAR3. /* For RX2, MULTUM drug category #4 - detailed */ @853 RX2V1C1 $CHAR3. /* For RX2, level 1 of MULTUM drug category #1 */ @856 RX2V1C2 $CHAR3. /* For RX2, level 1 of MULTUM drug category #2 */ @859 RX2V1C3 $CHAR3. /* For RX2, level 1 of MULTUM drug category #3 */ @862 RX2V1C4 $CHAR3. /* For RX2, level 1 of MULTUM drug category #4 */ @865 RX2V2C1 $CHAR3. /* For RX2, level 2 of MULTUM drug category #1 */ @868 RX2V2C2 $CHAR3. /* For RX2, level 2 of MULTUM drug category #2 */ @871 RX2V2C3 $CHAR3. /* For RX2, level 2 of MULTUM drug category #3 */ @874 RX2V2C4 $CHAR3. /* For RX2, level 2 of MULTUM drug category #4 */ @877 RX2V3C1 $CHAR3. /* For RX2, level 3 of MULTUM drug category #1 */ @880 RX2V3C2 $CHAR3. /* For RX2, level 3 of MULTUM drug category #2 */ @883 RX2V3C3 $CHAR3. /* For RX2, level 3 of MULTUM drug category #3 */ @886 RX2V3C4 $CHAR3. /* For RX2, level 3 of MULTUM drug category #4 */ @889 DRUGID3 $CHAR6. /* Drug ID for medication #3 */ @895 PRESCR3 1. /* Prescription status code for medication #3 */ @896 CONTSUB3 1. /* Controlled substance code for medication #3 */ @897 COMSTAT3 1. /* Composition status code for medication #3 */ @898 RX3CAT1 $CHAR3. /* For RX3, MULTUM drug category #1 - detailed */ @901 RX3CAT2 $CHAR3. /* For RX3, MULTUM drug category #2 - detailed */ @904 RX3CAT3 $CHAR3. /* For RX3, MULTUM drug category #3 - detailed */ @907 RX3CAT4 $CHAR3. /* For RX3, MULTUM drug category #4 - detailed */ @910 RX3V1C1 $CHAR3. /* For RX3, level 1 of MULTUM drug category #1 */ @913 RX3V1C2 $CHAR3. /* For RX3, level 1 of MULTUM drug category #2 */ @916 RX3V1C3 $CHAR3. /* For RX3, level 1 of MULTUM drug category #3 */ @919 RX3V1C4 $CHAR3. /* For RX3, level 1 of MULTUM drug category #4 */ @922 RX3V2C1 $CHAR3. /* For RX3, level 2 of MULTUM drug category #1 */ @925 RX3V2C2 $CHAR3. /* For RX3, level 2 of MULTUM drug category #2 */ @928 RX3V2C3 $CHAR3. /* For RX3, level 2 of MULTUM drug category #3 */ @931 RX3V2C4 $CHAR3. /* For RX3, level 2 of MULTUM drug category #4 */ @934 RX3V3C1 $CHAR3. /* For RX3, level 3 of MULTUM drug category #1 */ @937 RX3V3C2 $CHAR3. /* For RX3, level 3 of MULTUM drug category #2 */ @940 RX3V3C3 $CHAR3. /* For RX3, level 3 of MULTUM drug category #3 */ @943 RX3V3C4 $CHAR3. /* For RX3, level 3 of MULTUM drug category #4 */ @946 DRUGID4 $CHAR6. /* Drug ID for medication #4 */ @952 PRESCR4 1. /* Prescription status code for medication #4 */ @953 CONTSUB4 1. /* Controlled substance code for medication #4 */ @954 COMSTAT4 1. /* Composition status code for medication #4 */ @955 RX4CAT1 $CHAR3. /* For RX4, MULTUM drug category #1 - detailed */ @958 RX4CAT2 $CHAR3. /* For RX4, MULTUM drug category #2 - detailed */ @961 RX4CAT3 $CHAR3. /* For RX4, MULTUM drug category #3 - detailed */ @964 RX4CAT4 $CHAR3. /* For RX4, MULTUM drug category #4 - detailed */ @967 RX4V1C1 $CHAR3. /* For RX4, level 1 of MULTUM drug category #1 */ @970 RX4V1C2 $CHAR3. /* For RX4, level 1 of MULTUM drug category #2 */ @973 RX4V1C3 $CHAR3. /* For RX4, level 1 of MULTUM drug category #3 */ @976 RX4V1C4 $CHAR3. /* For RX4, level 1 of MULTUM drug category #4 */ @979 RX4V2C1 $CHAR3. /* For RX4, level 2 of MULTUM drug category #1 */ @982 RX4V2C2 $CHAR3. /* For RX4, level 2 of MULTUM drug category #2 */ @985 RX4V2C3 $CHAR3. /* For RX4, level 2 of MULTUM drug category #3 */ @988 RX4V2C4 $CHAR3. /* For RX4, level 2 of MULTUM drug category #4 */ @991 RX4V3C1 $CHAR3. /* For RX4, level 3 of MULTUM drug category #1 */ @994 RX4V3C2 $CHAR3. /* For RX4, level 3 of MULTUM drug category #2 */ @997 RX4V3C3 $CHAR3. /* For RX4, level 3 of MULTUM drug category #3 */ @1000 RX4V3C4 $CHAR3. /* For RX4, level 3 of MULTUM drug category #4 */ @1003 DRUGID5 $CHAR6. /* Drug ID for medication #5 */ @1009 PRESCR5 1. /* Prescription status code for medication #5 */ @1010 CONTSUB5 1. /* Controlled substance code for medication #5 */ @1011 COMSTAT5 1. /* Composition status code for medication #5 */ @1012 RX5CAT1 $CHAR3. /* For RX5, MULTUM drug category #1 - detailed */ @1015 RX5CAT2 $CHAR3. /* For RX5, MULTUM drug category #2 - detailed */ @1018 RX5CAT3 $CHAR3. /* For RX5, MULTUM drug category #3 - detailed */ @1021 RX5CAT4 $CHAR3. /* For RX5, MULTUM drug category #4 - detailed */ @1024 RX5V1C1 $CHAR3. /* For RX5, level 1 of MULTUM drug category #1 */ @1027 RX5V1C2 $CHAR3. /* For RX5, level 1 of MULTUM drug category #2 */ @1030 RX5V1C3 $CHAR3. /* For RX5, level 1 of MULTUM drug category #3 */ @1033 RX5V1C4 $CHAR3. /* For RX5, level 1 of MULTUM drug category #4 */ @1036 RX5V2C1 $CHAR3. /* For RX5, level 2 of MULTUM drug category #1 */ @1039 RX5V2C2 $CHAR3. /* For RX5, level 2 of MULTUM drug category #2 */ @1042 RX5V2C3 $CHAR3. /* For RX5, level 2 of MULTUM drug category #3 */ @1045 RX5V2C4 $CHAR3. /* For RX5, level 2 of MULTUM drug category #4 */ @1048 RX5V3C1 $CHAR3. /* For RX5, level 3 of MULTUM drug category #1 */ @1051 RX5V3C2 $CHAR3. /* For RX5, level 3 of MULTUM drug category #2 */ @1054 RX5V3C3 $CHAR3. /* For RX5, level 3 of MULTUM drug category #3 */ @1057 RX5V3C4 $CHAR3. /* For RX5, level 3 of MULTUM drug category #4 */ @1060 DRUGID6 $CHAR6. /* Drug ID for medication #6 */ @1066 PRESCR6 1. /* Prescription status code for medication #6 */ @1067 CONTSUB6 1. /* Controlled substance code for medication #6 */ @1068 COMSTAT6 1. /* Composition status code for medication #6 */ @1069 RX6CAT1 $CHAR3. /* For RX6, MULTUM drug category #1 - detailed */ @1072 RX6CAT2 $CHAR3. /* For RX6, MULTUM drug category #2 - detailed */ @1075 RX6CAT3 $CHAR3. /* For RX6, MULTUM drug category #3 - detailed */ @1078 RX6CAT4 $CHAR3. /* For RX6, MULTUM drug category #4 - detailed */ @1081 RX6V1C1 $CHAR3. /* For RX6, level 1 of MULTUM drug category #1 */ @1084 RX6V1C2 $CHAR3. /* For RX6, level 1 of MULTUM drug category #2 */ @1087 RX6V1C3 $CHAR3. /* For RX6, level 1 of MULTUM drug category #3 */ @1090 RX6V1C4 $CHAR3. /* For RX6, level 1 of MULTUM drug category #4 */ @1093 RX6V2C1 $CHAR3. /* For RX6, level 2 of MULTUM drug category #1 */ @1096 RX6V2C2 $CHAR3. /* For RX6, level 2 of MULTUM drug category #2 */ @1099 RX6V2C3 $CHAR3. /* For RX6, level 2 of MULTUM drug category #3 */ @1102 RX6V2C4 $CHAR3. /* For RX6, level 2 of MULTUM drug category #4 */ @1105 RX6V3C1 $CHAR3. /* For RX6, level 3 of MULTUM drug category #1 */ @1108 RX6V3C2 $CHAR3. /* For RX6, level 3 of MULTUM drug category #2 */ @1111 RX6V3C3 $CHAR3. /* For RX6, level 3 of MULTUM drug category #3 */ @1114 RX6V3C4 $CHAR3. /* For RX6, level 3 of MULTUM drug category #4 */ @1117 DRUGID7 $CHAR6. /* Drug ID for medication #7 */ @1123 PRESCR7 1. /* Prescription status code for medication #7 */ @1124 CONTSUB7 1. /* Controlled substance code for medication #7 */ @1125 COMSTAT7 1. /* Composition status code for medication #7 */ @1126 RX7CAT1 $CHAR3. /* For RX7, MULTUM drug category #1 - detailed */ @1129 RX7CAT2 $CHAR3. /* For RX7, MULTUM drug category #2 - detailed */ @1132 RX7CAT3 $CHAR3. /* For RX7, MULTUM drug category #3 - detailed */ @1135 RX7CAT4 $CHAR3. /* For RX7, MULTUM drug category #4 - detailed */ @1138 RX7V1C1 $CHAR3. /* For RX7, level 1 of MULTUM drug category #1 */ @1141 RX7V1C2 $CHAR3. /* For RX7, level 1 of MULTUM drug category #2 */ @1144 RX7V1C3 $CHAR3. /* For RX7, level 1 of MULTUM drug category #3 */ @1147 RX7V1C4 $CHAR3. /* For RX7, level 1 of MULTUM drug category #4 */ @1150 RX7V2C1 $CHAR3. /* For RX7, level 2 of MULTUM drug category #1 */ @1153 RX7V2C2 $CHAR3. /* For RX7, level 2 of MULTUM drug category #2 */ @1156 RX7V2C3 $CHAR3. /* For RX7, level 2 of MULTUM drug category #3 */ @1159 RX7V2C4 $CHAR3. /* For RX7, level 2 of MULTUM drug category #4 */ @1162 RX7V3C1 $CHAR3. /* For RX7, level 3 of MULTUM drug category #1 */ @1165 RX7V3C2 $CHAR3. /* For RX7, level 3 of MULTUM drug category #2 */ @1168 RX7V3C3 $CHAR3. /* For RX7, level 3 of MULTUM drug category #3 */ @1171 RX7V3C4 $CHAR3. /* For RX7, level 3 of MULTUM drug category #4 */ @1174 DRUGID8 $CHAR6. /* Drug ID for medication #8 */ @1180 PRESCR8 1. /* Prescription status code for medication #8 */ @1181 CONTSUB8 1. /* Controlled substance code for medication #8 */ @1182 COMSTAT8 1. /* Composition status code for medication #8 */ @1183 RX8CAT1 $CHAR3. /* For RX8, MULTUM drug category #1 - detailed */ @1186 RX8CAT2 $CHAR3. /* For RX8, MULTUM drug category #2 - detailed */ @1189 RX8CAT3 $CHAR3. /* For RX8, MULTUM drug category #3 - detailed */ @1192 RX8CAT4 $CHAR3. /* For RX8, MULTUM drug category #4 - detailed */ @1195 RX8V1C1 $CHAR3. /* For RX8, level 1 of MULTUM drug category #1 */ @1198 RX8V1C2 $CHAR3. /* For RX8, level 1 of MULTUM drug category #2 */ @1201 RX8V1C3 $CHAR3. /* For RX8, level 1 of MULTUM drug category #3 */ @1204 RX8V1C4 $CHAR3. /* For RX8, level 1 of MULTUM drug category #4 */ @1207 RX8V2C1 $CHAR3. /* For RX8, level 2 of MULTUM drug category #1 */ @1210 RX8V2C2 $CHAR3. /* For RX8, level 2 of MULTUM drug category #2 */ @1213 RX8V2C3 $CHAR3. /* For RX8, level 2 of MULTUM drug category #3 */ @1216 RX8V2C4 $CHAR3. /* For RX8, level 2 of MULTUM drug category #4 */ @1219 RX8V3C1 $CHAR3. /* For RX8, level 3 of MULTUM drug category #1 */ @1222 RX8V3C2 $CHAR3. /* For RX8, level 3 of MULTUM drug category #2 */ @1225 RX8V3C3 $CHAR3. /* For RX8, level 3 of MULTUM drug category #3 */ @1228 RX8V3C4 $CHAR3. /* For RX8, level 3 of MULTUM drug category #4 */ @1231 DRUGID9 $CHAR6. /* Drug ID for medication #9 */ @1237 PRESCR9 1. /* Prescription status code for medication #9 */ @1238 CONTSUB9 1. /* Controlled substance code for medication #9 */ @1239 COMSTAT9 1. /* Composition status code for medication #9 */ @1240 RX9CAT1 $CHAR3. /* For RX9, MULTUM drug category #1 - detailed */ @1243 RX9CAT2 $CHAR3. /* For RX9, MULTUM drug category #2 - detailed */ @1246 RX9CAT3 $CHAR3. /* For RX9, MULTUM drug category #3 - detailed */ @1249 RX9CAT4 $CHAR3. /* For RX9, MULTUM drug category #4 - detailed */ @1252 RX9V1C1 $CHAR3. /* For RX9, level 1 of MULTUM drug category #1 */ @1255 RX9V1C2 $CHAR3. /* For RX9, level 1 of MULTUM drug category #2 */ @1258 RX9V1C3 $CHAR3. /* For RX9, level 1 of MULTUM drug category #3 */ @1261 RX9V1C4 $CHAR3. /* For RX9, level 1 of MULTUM drug category #4 */ @1264 RX9V2C1 $CHAR3. /* For RX9, level 2 of MULTUM drug category #1 */ @1267 RX9V2C2 $CHAR3. /* For RX9, level 2 of MULTUM drug category #2 */ @1270 RX9V2C3 $CHAR3. /* For RX9, level 2 of MULTUM drug category #3 */ @1273 RX9V2C4 $CHAR3. /* For RX9, level 2 of MULTUM drug category #4 */ @1276 RX9V3C1 $CHAR3. /* For RX9, level 3 of MULTUM drug category #1 */ @1279 RX9V3C2 $CHAR3. /* For RX9, level 3 of MULTUM drug category #2 */ @1282 RX9V3C3 $CHAR3. /* For RX9, level 3 of MULTUM drug category #3 */ @1285 RX9V3C4 $CHAR3. /* For RX9, level 3 of MULTUM drug category #4 */ @1288 DRUGID10 $CHAR6. /* Drug ID for medication #10 */ @1294 PRESCR10 1. /* Prescription status code for medication #10 */ @1295 CONTSUB10 1. /* Controlled substance code for medication #10 */ @1296 COMSTAT10 1. /* Composition status code for medication #10 */ @1297 RX10CAT1 $CHAR3. /* For RX10, MULTUM drug category #1 - detailed */ @1300 RX10CAT2 $CHAR3. /* For RX10, MULTUM drug category #2 - detailed */ @1303 RX10CAT3 $CHAR3. /* For RX10, MULTUM drug category #3 - detailed */ @1306 RX10CAT4 $CHAR3. /* For RX10, MULTUM drug category #4 - detailed */ @1309 RX10V1C1 $CHAR3. /* For RX10, level 1 of MULTUM drug category #1 */ @1312 RX10V1C2 $CHAR3. /* For RX10, level 1 of MULTUM drug category #2 */ @1315 RX10V1C3 $CHAR3. /* For RX10, level 1 of MULTUM drug category #3 */ @1318 RX10V1C4 $CHAR3. /* For RX10, level 1 of MULTUM drug category #4 */ @1321 RX10V2C1 $CHAR3. /* For RX10, level 2 of MULTUM drug category #1 */ @1324 RX10V2C2 $CHAR3. /* For RX10, level 2 of MULTUM drug category #2 */ @1327 RX10V2C3 $CHAR3. /* For RX10, level 2 of MULTUM drug category #3 */ @1330 RX10V2C4 $CHAR3. /* For RX10, level 2 of MULTUM drug category #4 */ @1333 RX10V3C1 $CHAR3. /* For RX10, level 3 of MULTUM drug category #1 */ @1336 RX10V3C2 $CHAR3. /* For RX10, level 3 of MULTUM drug category #2 */ @1339 RX10V3C3 $CHAR3. /* For RX10, level 3 of MULTUM drug category #3 */ @1342 RX10V3C4 $CHAR3. /* For RX10, level 3 of MULTUM drug category #4 */ @1345 CSTRATM 8. /* Masked sampling stratum from which primary sampling unit (CHC clinic) was selected */ @1353 CPSUM 6. /* Masked primary sampling unit (CHC clinic) marker */ @1359 YEAR 4. /* Survey year */ @1363 SETTYPE 1. /* Survey identifier */ @1364 PATWT 11.5 /* Patient visit weight used for national, regional, and divisional estimates */ @1375 PATWTST 12.5 /* Patient visit weight used for state estimates */ @1387 PHYSWT 9.5 /* Weight used for provider-level estimates based on responding in-scope providers seeing patients */ @1396 SMPROV 1. /* Sampled provider type */ @1397 TIMECHC 3. /* Time spent with non-physician clinician in minutes - imputed */ @1400 TIMECHCFL 2. /* Was time spent with non-physician clinician imputed? */ ;