/* PROGRAM: OPD09INP PURPOSE: INPUT STATEMENT TO READ 2009 NATIONAL HOSPITAL AMBULALTORY MEDICAL CARE SURVEY OUTPATIENT DEPARTMENT 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 VYEAR 4. /*Year of Visit */ @7 VDAYR 1. /*Day of Week of Visit */ @8 AGE 3. /*Patient age in years */ @11 SEX 1. /*Patient Sex */ @12 ETHUN 2. /*Unimputed ethnicity */ @14 RACEUN 2. /*Unimputed race */ @16 PAYPRIV 1. /*Expected source of payment - Private insurance */ @17 PAYMCARE 1. /*Expected source of payment - Medicare */ @18 PAYMCAID 1. /*Expected source of payment - Medicaid */ @19 PAYWKCMP 1. /*Expected source of payment - Worker's Compensation */ @20 PAYSELF 1. /*Expected source of payment - Self pay */ @21 PAYNOCHG 1. /*Expected source of payment - No charge */ @22 PAYOTH 1. /*Expected source of payment - Other */ @23 PAYDK 1. /*Expected source of payment - Unknown */ @24 PAYTYPER 2. /*Recoded primary expected source of payment */ @26 USETOBAC 2. /*Tobacco use */ @28 INJDET 2. /*Is visit related to injury/poisoning/adverse effect? */ @30 INJURY 1. /*Is injury visit related? */ @31 RFV1 5. /*Reason #1 */ @36 RFV2 5. /*Reason #2 */ @41 RFV3 5. /*Reason #3 */ @31 RFV13D 4. /*Reason #1 - broader category */ @36 RFV23D 4. /*Reason #2 - broader category */ @41 RFV33D 4. /*Reason #3 - broader category */ @46 PRIMCARE 2. /*Is this clinic the patient's primary care provider? */ @48 REFER 2. /*Was patient referred for this visit? */ @50 SENBEFOR 1. /*Has patient been seen in this clinic before? */ @51 PASTVIS 2. /*If yes, how many past visits in the last 12 months? */ @53 MAJOR 2. /*Major reason for visit */ @55 DIAG1 $CHAR5. /*Diagnosis #1-5 digits */ @60 DIAG2 $CHAR5. /*Diagnosis #2-5 digits */ @65 DIAG3 $CHAR5. /*Diagnosis #3-5 digits */ @55 DIAG13D $CHAR3. /*Diagnosis #1-3 digits */ @60 DIAG23D $CHAR3. /*Diagnosis #2-3 digits */ @65 DIAG33D $CHAR3. /*Diagnosis #3-3 digits */ @70 PRDIAG1 2. /*For dx1, is this probable, questionable, or ruleout? */ @72 PRDIAG2 2. /*For dx2, is this probable, questionable, or ruleout? */ @74 PRDIAG3 2. /*For dx3, is this probable, questionable, or ruleout? */ @76 ARTHRTIS 1. /*Does patient now have - Arthritis */ @77 ASTHMA 1. /*Does patient now have - Asthma */ @78 CANCER 1. /*Does patient now have - Cancer */ @81 CEBVD 1. /*Does patient now have - Cerebrovascular disease */ @82 CRF 1. /*Does patient now have - Chronic renal failure */ @83 CHF 1. /*Does patient now have - Congestive heart failure */ @84 COPD 1. /*Does patient now have - COPD */ @85 DEPRN 1. /*Does patient now have - Depression */ @86 DIABETES 1. /*Does patient now have - Diabetes */ @87 HYPLIPID 1. /*Does patient now have - Hyperlipidemia */ @88 HTN 1. /*Does patient now have - Hypertension */ @89 IHD 1. /*Does patient now have - Ischemic heart disease */ @90 OBESITY 1. /*Does patient now have - Obesity */ @91 OSTPRSIS 1. /*Does patient now have - Osteoporosis */ @92 NOCHRON 1. /*Does patient now have - None of the listed chronic conditions */ @93 TOTCHRON 2. /*Total # of chronic conditions */ @95 HTIN 2. /*Vital signs - Height - inches */ @97 WTLB 3. /*Vital signs - Weight - pounds */ @100 BMI 6. /*BMI - calculated for Height and Weight -- xxx.xx format */ @106 TEMPF 4. /*Vital signs - Temperature (Fahrenheit) */ @110 BPSYS 3. /*Vital signs - Systolic blood pressure */ @113 BPDIAS 3. /*Vital signs - Diastolic blood pressure */ @116 SERVICES 1. /*Were any screening/diagnostic/non-medication treatment services ordered or provided at visit? */ @117 BREAST 1. /*Breast exam */ @118 FOOT 1. /*Foot exam */ @119 PELVIC 1. /*Pelvic exam */ @120 RECTAL 1. /*Rectal exam */ @121 RETINAL 1. /*Retinal exam */ @122 SKIN 1. /*Skin exam */ @123 DEPRESS 1. /*Depression screening */ @124 ANYIMAGE 1. /*Any imaging */ @125 XRAY 1. /*X-ray */ @126 BONEDENS 1. /*Bone mineral density */ @127 CATSCAN 1. /*CT Scan */ @128 ECHOCARD 1. /*Echocardiogram */ @129 OTHULTRA 1. /*Other ultrasound */ @130 MAMMO 1. /*Mammography */ @131 MRI 1. /*MRI/CT/PET */ @132 OTHIMAGE 1. /*Other imaging */ @133 CBC 1. /*CBC */ @134 GLUCOSE 1. /*Glucose */ @135 HGBA 1. /*HgbA1C */ @136 CHOLEST 1. /*Lipids/Cholesterol */ @137 PSA 1. /*PSA test */ @138 OTHERBLD 1. /*Other blood test */ @139 SIGCOLON 1. /*Sigmoidoscopy/colonoscopy */ @140 EXAM 1. /*Derived from PROC1-PROC9 and ICD-9-CM exam codes */ @141 BIOPSY 1. /*Biopsy */ @142 CHLAMYD 1. /*Chlamydia test */ @143 EKG 1. /*EKG/ECG (electrocardiogram) */ @144 HIVTEST 1. /*HIV test */ @145 HPVDNA 1. /*HPV DNA test */ @146 PAPCONV 1. /*PAP test-conventional */ @147 PAPLIQ 1. /*PAP test-liquid-based */ @148 PAPUNSP 1. /*PAP test-unspecified */ @149 PREGTEST 1. /*Pregnancy test */ @150 URINE 1. /*Urinalysis */ @151 HTTAKE 1. /*Height taken */ @152 WTTAKE 1. /*Weight taken */ @153 TEMPTAKE 1. /*Temperature taken */ @154 BLODPRES 1. /*Blood pressure taken */ @155 CAM 1. /*Complementary alternative medicine */ @156 DME 1. /*Durable medical equipment */ @157 HOMEHLTH 1. /*Home health care */ @158 PT 1. /*Physical therapy */ @160 SPOCTHER 1. /*Speech/occupational therapy */ @161 PSYCHOTH 1. /*Psychotherapy */ @162 OTHMNTL 1. /*Other mental health counseling */ @163 EXCISION 1. /*Excision */ @164 WOUND 1. /*Wound care */ @165 CAST 1. /*Cast */ @166 SPLINT 1. /*Splint */ @167 OTHSERV 1. /*Other service ordered or performed */ @168 PROC1 $CHAR4. /*Procedure 1 */ @172 PROC2 $CHAR4. /*Procedure 2 */ @176 PROC3 $CHAR4. /*Procedure 3 */ @180 PROC4 $CHAR4. /*Procedure 4 */ @184 PROC5 $CHAR4. /*Procedure 5 */ @188 PROC6 $CHAR4. /*Procedure 6 */ @192 PROC7 $CHAR4. /*Procedure 7 */ @196 PROC8 $CHAR4. /*Procedure 8 */ @200 PROC9 $CHAR4. /*Procedure 9 */ @168 PROC13D $CHAR3. /*Proc 1 - 3 digit */ @172 PROC23D $CHAR3. /*Proc 2 - 3 digit */ @176 PROC33D $CHAR3. /*Proc 3 - 3 digit */ @180 PROC43D $CHAR3. /*Proc 4 - 3 digit */ @184 PROC53D $CHAR3. /*Proc 5 - 3 digit */ @188 PROC63D $CHAR3. /*Proc 6 - 3 digit */ @192 PROC73D $CHAR3. /*Proc 7 - 3 digit */ @196 PROC83D $CHAR3. /*Proc 8 - 3 digit */ @200 PROC93D $CHAR3. /*Proc 9 - 3 digit */ @168 PROC12D $CHAR2. /*Proc 1 - 2 digit */ @172 PROC22D $CHAR2. /*Proc 2 - 2 digit */ @176 PROC32D $CHAR2. /*Proc 3 - 2 digit */ @180 PROC42D $CHAR2. /*Proc 4 - 2 digit */ @184 PROC52D $CHAR2. /*Proc 5 - 2 digit */ @188 PROC62D $CHAR2. /*Proc 6 - 2 digit */ @192 PROC72D $CHAR2. /*Proc 7 - 2 digit */ @196 PROC82D $CHAR2. /*Proc 8 - 2 digit */ @200 PROC92D $CHAR2. /*Proc 9 - 2 digit */ @204 TOTSERV 2. /*Total screening/diagnostic/non-medication treatment services ordered or provided at visit */ @206 HEALTHED 1. /*Was health education ordered or provided? */ @207 ASTHMAED 1. /*Asthma education */ @208 DIETNUTR 1. /*Diet/nutrition */ @209 EXERCISE 1. /*Exercise */ @210 FAMPLAN 1. /*Family planning/contraception */ @211 GRWTHDEV 1. /*Growth/development */ @212 INJPREV 1. /*Injury prevention */ @213 STRESMGT 1. /*Stress management */ @214 TOBACED 1. /*Tobacco use/Exposure */ @215 WTREDUC 1. /*Weight reduction */ @216 OTHLTHED 1. /*Other health education */ @217 TOTHLTED 2. /*Total health education ordered or provided */ @219 MED 1. /*Was medication ordered or provided? */ @220 MED1 $CHAR5. /*Medication 1 */ @225 MED2 $CHAR5. /*Medication 2 */ @230 MED3 $CHAR5. /*Medication 3 */ @235 MED4 $CHAR5. /*Medication 4 */ @240 MED5 $CHAR5. /*Medication 5 */ @245 MED6 $CHAR5. /*Medication 6 */ @250 MED7 $CHAR5. /*Medication 7 */ @255 MED8 $CHAR5. /*Medication 8 */ @260 NCMED1 2. /*Was medication 1 new or continued? */ @262 NCMED2 2. /*Was medication 2 new or continued? */ @264 NCMED3 2. /*Was medication 3 new or continued? */ @266 NCMED4 2. /*Was medication 4 new or continued? */ @268 NCMED5 2. /*Was medication 5 new or continued? */ @270 NCMED6 2. /*Was medication 6 new or continued? */ @272 NCMED7 2. /*Was medication 7 new or continued? */ @274 NCMED8 2. /*Was medication 8 new or continued? */ @276 NUMNEW 1. /*Number of new medications coded */ @277 NUMCONT 1. /*Number of continuing medications coded */ @278 NUMMED 1. /*Number of medications coded */ @279 NOPROVID 1. /*No answer to provider item */ @280 PHYS 1. /*Physician seen */ @281 PHYSASST 1. /*Physician assistant seen */ @282 NPNMW 1. /*Nurse pract/Midwife seen */ @283 RNLPN 1. /*RN/LPN seen */ @284 MHP 1. /*Mental health provider */ @285 OTHPROV 1. /*Other provider seen */ @286 NODISP 1. /*No answer to disposition item */ @287 REFOTHMD 1. /*Refer to other MD */ @288 RETAPPT 1. /*Return, appt. */ @289 ERADMHOS 1. /*Refer to ED/Admit to hospital */ @290 OTHDISP 1. /*Other disposition */ @291 PATWT 6. /*Patient visit weight */ @297 REGION 1. /*Geographic region */ @298 MSA 1. /*MSA or non-MSA area */ @299 OWNER 1. /*Hospital ownership */ @302 HOSPCODE 3. /*Physician code */ @305 CLINTYPE 1. /*Clinic type */ @306 PATCODE 3. /*Patient code */ @309 BDATEFL 1. /*Birth date imputed */ @310 SEXFL 1. /*Sex imputed */ @311 ETHNICFL 1. /*Ethnicity imputed */ @312 RACERFL 1. /*White/Black/Other race imputed */ @313 SENBEFL 1. /*Seen before imputed */ @314 PASTFL 1. /*Past visits imputed */ @315 DRUGID1 $CHAR6. /*Medication #1 - Drug ID */ @321 PRESCR1 1. /*Prescription status code */ @322 CONTSUB1 1. /*Controlled status code */ @323 COMSTAT1 1. /*Composition status code */ @324 RX1CAT1 $CHAR3. /*For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @327 RX1CAT2 $CHAR3. /*For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @330 RX1CAT3 $CHAR3. /*For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @333 RX1CAT4 $CHAR3. /*For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @336 RX1V1C1 $CHAR3. /*For RX1, level 1 of MULTUM drug category #1 (broad level) */ @339 RX1V1C2 $CHAR3. /*For RX1, level 1 of MULTUM drug category #2 (broad level) */ @342 RX1V1C3 $CHAR3. /*For RX1, level 1 of MULTUM drug category #3 (broad level) */ @345 RX1V1C4 $CHAR3. /*For RX1, level 1 of MULTUM drug category #4 (broad level) */ @348 RX1V2C1 $CHAR3. /*For RX1, level 2 of MULTUM drug category #1 (intermediate level) */ @351 RX1V2C2 $CHAR3. /*For RX1, level 2 of MULTUM drug category #2 (intermediate level) */ @354 RX1V2C3 $CHAR3. /*For RX1, level 2 of MULTUM drug category #3 (intermediate level) */ @357 RX1V2C4 $CHAR3. /*For RX1, level 2 of MULTUM drug category #4 (intermediate level) */ @360 RX1V3C1 $CHAR3. /*For RX1, level 3 of MULTUM drug category #1 (detailed level) */ @363 RX1V3C2 $CHAR3. /*For RX1, level 3 of MULTUM drug category #2 (detailed level) */ @366 RX1V3C3 $CHAR3. /*For RX1, level 3 of MULTUM drug category #3 (detailed level) */ @369 RX1V3C4 $CHAR3. /*For RX1, level 3 of MULTUM drug category #4 (detailed level) */ @372 DRUGID2 $CHAR6. /*Medication #2 - Drug ID */ @378 PRESCR2 1. /*Prescription status code */ @379 CONTSUB2 1. /*Controlled status code */ @380 COMSTAT2 1. /*Composition status code */ @381 RX2CAT1 $CHAR3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @384 RX2CAT2 $CHAR3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @387 RX2CAT3 $CHAR3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @390 RX2CAT4 $CHAR3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @393 RX2V1C1 $CHAR3. /*For RX2, level 1 of MULTUM drug category #1 (broad level) */ @396 RX2V1C2 $CHAR3. /*For RX2, level 1 of MULTUM drug category #2 (broad level) */ @399 RX2V1C3 $CHAR3. /*For RX2, level 1 of MULTUM drug category #3 (broad level) */ @402 RX2V1C4 $CHAR3. /*For RX2, level 1 of MULTUM drug category #4 (broad level) */ @405 RX2V2C1 $CHAR3. /*For RX2, level 2 of MULTUM drug category #1 (intermediate level) */ @408 RX2V2C2 $CHAR3. /*For RX2, level 2 of MULTUM drug category #2 (intermediate level) */ @411 RX2V2C3 $CHAR3. /*For RX2, level 2 of MULTUM drug category #3 (intermediate level) */ @414 RX2V2C4 $CHAR3. /*For RX2, level 2 of MULTUM drug category #4 (intermediate level) */ @417 RX2V3C1 $CHAR3. /*For RX2, level 3 of MULTUM drug category #1 (detailed level) */ @420 RX2V3C2 $CHAR3. /*For RX2, level 3 of MULTUM drug category #2 (detailed level) */ @423 RX2V3C3 $CHAR3. /*For RX2, level 3 of MULTUM drug category #3 (detailed level) */ @426 RX2V3C4 $CHAR3. /*For RX2, level 3 of MULTUM drug category #4 (detailed level) */ @429 DRUGID3 $CHAR6. /*Medication #3 - Drug ID */ @435 PRESCR3 1. /*Prescription status code */ @436 CONTSUB3 1. /*Controlled status code */ @437 COMSTAT3 1. /*Composition status code */ @438 RX3CAT1 $CHAR3. /*For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @441 RX3CAT2 $CHAR3. /*For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @444 RX3CAT3 $CHAR3. /*For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @447 RX3CAT4 $CHAR3. /*For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @450 RX3V1C1 $CHAR3. /*For RX3, level 1 of MULTUM drug category #1 (broad level) */ @453 RX3V1C2 $CHAR3. /*For RX3, level 1 of MULTUM drug category #2 (broad level) */ @456 RX3V1C3 $CHAR3. /*For RX3, level 1 of MULTUM drug category #3 (broad level) */ @459 RX3V1C4 $CHAR3. /*For RX3, level 1 of MULTUM drug category #4 (broad level) */ @462 RX3V2C1 $CHAR3. /*For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @465 RX3V2C2 $CHAR3. /*For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @468 RX3V2C3 $CHAR3. /*For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @471 RX3V2C4 $CHAR3. /*For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @474 RX3V3C1 $CHAR3. /*For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @477 RX3V3C2 $CHAR3. /*For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @480 RX3V3C3 $CHAR3. /*For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @483 RX3V3C4 $CHAR3. /*For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @486 DRUGID4 $CHAR6. /*Medication #4 - Drug ID */ @492 PRESCR4 1. /*Prescription status code */ @493 CONTSUB4 1. /*Controlled status code */ @494 COMSTAT4 1. /*Composition status code */ @495 RX4CAT1 $CHAR3. /*For RX4, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @498 RX4CAT2 $CHAR3. /*For RX4, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @501 RX4CAT3 $CHAR3. /*For RX4, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @504 RX4CAT4 $CHAR3. /*For RX4, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @507 RX4V1C1 $CHAR3. /*For RX4, level 1 of MULTUM drug category #1 (broad level) */ @510 RX4V1C2 $CHAR3. /*For RX4, level 1 of MULTUM drug category #2 (broad level) */ @513 RX4V1C3 $CHAR3. /*For RX4, level 1 of MULTUM drug category #3 (broad level) */ @516 RX4V1C4 $CHAR3. /*For RX4, level 1 of MULTUM drug category #4 (broad level) */ @519 RX4V2C1 $CHAR3. /*For RX4, level 2 of MULTUM drug category #1 (intermediate level) */ @522 RX4V2C2 $CHAR3. /*For RX4, level 2 of MULTUM drug category #2 (intermediate level) */ @525 RX4V2C3 $CHAR3. /*For RX4, level 2 of MULTUM drug category #3 (intermediate level) */ @528 RX4V2C4 $CHAR3. /*For RX4, level 2 of MULTUM drug category #4 (intermediate level) */ @531 RX4V3C1 $CHAR3. /*For RX4, level 3 of MULTUM drug category #1 (detailed level) */ @534 RX4V3C2 $CHAR3. /*For RX4, level 3 of MULTUM drug category #2 (detailed level) */ @537 RX4V3C3 $CHAR3. /*For RX4, level 3 of MULTUM drug category #3 (detailed level) */ @540 RX4V3C4 $CHAR3. /*For RX4, level 3 of MULTUM drug category #4 (detailed level) */ @543 DRUGID5 $CHAR6. /*Medication #5 - Drug ID */ @549 PRESCR5 1. /*Prescription status code */ @550 CONTSUB5 1. /*Controlled status code */ @551 COMSTAT5 1. /*Composition status code */ @552 RX5CAT1 $CHAR3. /*For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @555 RX5CAT2 $CHAR3. /*For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @558 RX5CAT3 $CHAR3. /*For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @561 RX5CAT4 $CHAR3. /*For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @564 RX5V1C1 $CHAR3. /*For RX5, level 1 of MULTUM drug category #1 (broad level) */ @567 RX5V1C2 $CHAR3. /*For RX5, level 1 of MULTUM drug category #2 (broad level) */ @570 RX5V1C3 $CHAR3. /*For RX5, level 1 of MULTUM drug category #3 (broad level) */ @573 RX5V1C4 $CHAR3. /*For RX5, level 1 of MULTUM drug category #4 (broad level) */ @576 RX5V2C1 $CHAR3. /*For RX5, level 2 of MULTUM drug category #1 (intermediate level) */ @579 RX5V2C2 $CHAR3. /*For RX5, level 2 of MULTUM drug category #2 (intermediate level) */ @582 RX5V2C3 $CHAR3. /*For RX5, level 2 of MULTUM drug category #3 (intermediate level) */ @585 RX5V2C4 $CHAR3. /*For RX5, level 2 of MULTUM drug category #4 (intermediate level) */ @588 RX5V3C1 $CHAR3. /*For RX5, level 3 of MULTUM drug category #1 (detailed level) */ @591 RX5V3C2 $CHAR3. /*For RX5, level 3 of MULTUM drug category #2 (detailed level) */ @594 RX5V3C3 $CHAR3. /*For RX5, level 3 of MULTUM drug category #3 (detailed level) */ @597 RX5V3C4 $CHAR3. /*For RX5, level 3 of MULTUM drug category #4 (detailed level) */ @600 DRUGID6 $CHAR6. /*Medication #6 - Drug ID */ @606 PRESCR6 1. /*Prescription status code */ @607 CONTSUB6 1. /*Controlled status code */ @608 COMSTAT6 1. /*Composition status code */ @609 RX6CAT1 $CHAR3. /*For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @612 RX6CAT2 $CHAR3. /*For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @615 RX6CAT3 $CHAR3. /*For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @618 RX6CAT4 $CHAR3. /*For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @621 RX6V1C1 $CHAR3. /*For RX6, level 1 of MULTUM drug category #1 (broad level) */ @624 RX6V1C2 $CHAR3. /*For RX6, level 1 of MULTUM drug category #2 (broad level) */ @627 RX6V1C3 $CHAR3. /*For RX6, level 1 of MULTUM drug category #3 (broad level) */ @630 RX6V1C4 $CHAR3. /*For RX6, level 1 of MULTUM drug category #4 (broad level) */ @633 RX6V2C1 $CHAR3. /*For RX6, level 2 of MULTUM drug category #1 (intermediate level) */ @636 RX6V2C2 $CHAR3. /*For RX6, level 2 of MULTUM drug category #2 (intermediate level) */ @639 RX6V2C3 $CHAR3. /*For RX6, level 2 of MULTUM drug category #3 (intermediate level) */ @642 RX6V2C4 $CHAR3. /*For RX6, level 2 of MULTUM drug category #4 (intermediate level) */ @645 RX6V3C1 $CHAR3. /*For RX6, level 3 of MULTUM drug category #1 (detailed level) */ @648 RX6V3C2 $CHAR3. /*For RX6, level 3 of MULTUM drug category #2 (detailed level) */ @651 RX6V3C3 $CHAR3. /*For RX6, level 3 of MULTUM drug category #3 (detailed level) */ @654 RX6V3C4 $CHAR3. /*For RX6, level 3 of MULTUM drug category #4 (detailed level) */ @657 DRUGID7 $CHAR6. /*Medication #7 - Drug ID */ @663 PRESCR7 1. /*Prescription status code */ @664 CONTSUB7 1. /*Controlled status code */ @665 COMSTAT7 1. /*Composition status code */ @666 RX7CAT1 $CHAR3. /*For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @669 RX7CAT2 $CHAR3. /*For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @672 RX7CAT3 $CHAR3. /*For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @675 RX7CAT4 $CHAR3. /*For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @678 RX7V1C1 $CHAR3. /*For RX7, level 1 of MULTUM drug category #1 (broad level) */ @681 RX7V1C2 $CHAR3. /*For RX7, level 1 of MULTUM drug category #2 (broad level) */ @684 RX7V1C3 $CHAR3. /*For RX7, level 1 of MULTUM drug category #3 (broad level) */ @687 RX7V1C4 $CHAR3. /*For RX7, level 1 of MULTUM drug category #4 (broad level) */ @690 RX7V2C1 $CHAR3. /*For RX7, level 2 of MULTUM drug category #1 (intermediate level) */ @693 RX7V2C2 $CHAR3. /*For RX7, level 2 of MULTUM drug category #2 (intermediate level) */ @696 RX7V2C3 $CHAR3. /*For RX7, level 2 of MULTUM drug category #3 (intermediate level) */ @699 RX7V2C4 $CHAR3. /*For RX7, level 2 of MULTUM drug category #4 (intermediate level) */ @702 RX7V3C1 $CHAR3. /*For RX7, level 3 of MULTUM drug category #1 (detailed level) */ @705 RX7V3C2 $CHAR3. /*For RX7, level 3 of MULTUM drug category #2 (detailed level) */ @708 RX7V3C3 $CHAR3. /*For RX7, level 3 of MULTUM drug category #3 (detailed level) */ @711 RX7V3C4 $CHAR3. /*For RX7, level 3 of MULTUM drug category #4 (detailed level) */ @714 DRUGID8 $CHAR6. /*Medication #8 - Drug ID */ @720 PRESCR8 1. /*Prescription status code */ @721 CONTSUB8 1. /*Controlled status code */ @722 COMSTAT8 1. /*Composition status code */ @723 RX8CAT1 $CHAR3. /*For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @726 RX8CAT2 $CHAR3. /*For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @729 RX8CAT3 $CHAR3. /*For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @732 RX8CAT4 $CHAR3. /*For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @735 RX8V1C1 $CHAR3. /*For RX8, level 1 of MULTUM drug category #1 (broad level) */ @738 RX8V1C2 $CHAR3. /*For RX8, level 1 of MULTUM drug category #2 (broad level) */ @741 RX8V1C3 $CHAR3. /*For RX8, level 1 of MULTUM drug category #3 (broad level) */ @744 RX8V1C4 $CHAR3. /*For RX8, level 1 of MULTUM drug category #4 (broad level) */ @747 RX8V2C1 $CHAR3. /*For RX8, level 2 of MULTUM drug category #1 (intermediate level) */ @750 RX8V2C2 $CHAR3. /*For RX8, level 2 of MULTUM drug category #2 (intermediate level) */ @753 RX8V2C3 $CHAR3. /*For RX8, level 2 of MULTUM drug category #3 (intermediate level) */ @756 RX8V2C4 $CHAR3. /*For RX8, level 2 of MULTUM drug category #4 (intermediate level) */ @759 RX8V3C1 $CHAR3. /*For RX8, level 3 of MULTUM drug category #1 (detailed level) */ @762 RX8V3C2 $CHAR3. /*For RX8, level 3 of MULTUM drug category #2 (detailed level) */ @765 RX8V3C3 $CHAR3. /*For RX8, level 3 of MULTUM drug category #3 (detailed level) */ @768 RX8V3C4 $CHAR3. /*For RX8, level 3 of MULTUM drug category #4 (detailed level) */ @771 EMROPD 2. /*Does your OPD use electronic medical or health records (EMR/EHR) (not including billing records)? */ @773 EDEMOGO 2. /*Does your OPD have a computerized system for patient demographic information? */ @775 EPROLSTO 2. /*If yes, does this include patient problem lists? */ @777 ECPOEO 2. /*Does your OPD have a computerized system for orders for prescriptions? */ @779 EWARNO 2. /*If yes, are there warnings of drug interactions or contraindications provided? */ @781 ESCRIPO 2. /*If yes, are prescriptions sent electronically to the pharmacy? */ @783 ECTOEO 2. /*Does your OPD have a computerized system for orders for tests? */ @785 EORDERO 2. /*If yes, are orders sent electronically? */ @787 ERESULTO 2. /*Does your OPD have a computerized system for viewing of lab results? */ @789 ERANGEO 2. /*If yes, are out of range values highlighted? */ @791 EIMGRESO 2. /*Does your OPD have a computerized system for viewing of imaging results? */ @793 EIMAGEO 2. /*If yes, can electronic images be viewed? */ @795 EPNOTESO 2. /*Does your OPD have a computerized system for clinical notes? */ @797 EHXFUO 2. /*If yes, do they include medical history and follow-up notes? */ @799 EREMINDO 2. /*Does your OPD have a computerized system for reminders for guideline-based interventions and/or screening tests? */ @801 EPUBHTHO 2. /*Does your OPD have a computerized system for public health reporting? */ @803 ENOTDISO 2. /*If yes, are notifiable diseases sent electronically? */ @805 EMRNEWO 2. /*Are there plans for installing a new EMR system or replacing the current system within the next 3 years? */ @807 CCS 2. /*Does this clinic offer any type of cervical cancer screening? */ @809 ETHIM 1. /*Ethnicity (missing data imputed) */ @810 RACER 1. /*White/Black/Other race (missing data imputed) */ @811 RACERETH 1. /*RACER/ETHNICITY combination */ @812 AGEDAYS 3. /*Age in days for patients less than one year */ @815 AGER 1. /*Age recode */ @816 DIAG1R 6. /*Diagnosis #1 - numeric recode */ @822 DIAG2R 6. /*Diagnosis #2 - numeric recode */ @828 DIAG3R 6. /*Diagnosis #3 - numeric recode */ @834 PROC1R 4. /*Proc #1 numeric recode */ @838 PROC2R 4. /*Proc #2 numeric recode */ @842 PROC3R 4. /*Proc #3 numeric recode */ @846 PROC4R 4. /*Proc #4 numeric recode */ @850 PROC5R 4. /*Proc #5 numeric recode */ @854 PROC6R 4. /*Proc #6 numeric recode */ @858 PROC7R 4. /*Proc #7 numeric recode */ @862 PROC8R 4. /*Proc #8 numeric recode */ @866 PROC9R 4. /*Proc #9 numeric recode */ @870 WHOCOMP 2. /*Who completed the Patient Record Forms? */ @872 SETTYPE 1. /*Setting type */ @873 YEAR 4. /*Year (2009) */ @877 CSTRATM 8. /*Clustered CSTRATM -- masked. */ @885 CPSUM 6. /*Clustered CPSUM -- masked. */ @891 OPDWT 6. /*OPD Weight */ @897 PCTPOVR 2. /*Recoded % of population below the poverty level in patient's ZIP Code */ @899 HINCOMER 2. /*Recoded median household income in patient's ZIP code */ @901 PBAMORER 2. /*Recoded % of population 25 years and over w/BA or higher in patient's ZIP Code */ @903 URBANRUR 2. /*Recoded NCHS urban-rural classification (combined categories 5 and 6 into one from URBANRU) */ ;