/* PROGRAM: OPD11INP PURPOSE: INPUT STATEMENT TO READ 2011 NATIONAL HOSPITAL AMBULATORY 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 VDAYR 1. /*Day of Week of Visit */ @4 AGE 3. /*Patient age in years */ @7 SEX 1. /*Patient Sex */ @8 ETHUN 2. /*Unimputed ethnicity */ @10 RACEUN 2. /*Unimputed race */ @12 PAYPRIV 1. /*Expected source of payment - Private insurance */ @13 PAYMCARE 1. /*Expected source of payment - Medicare */ @14 PAYMCAID 1. /*Expected source of payment - Medicaid or CHIP */ @15 PAYWKCMP 1. /*Expected source of payment - Worker's Compensation */ @16 PAYSELF 1. /*Expected source of payment - Self-pay */ @17 PAYNOCHG 1. /*Expected source of payment - No charge/Charity */ @18 PAYOTH 1. /*Expected source of payment - Other */ @19 PAYDK 1. /*Expected source of payment - Unknown */ @20 PAYTYPER 2. /*Recoded primary expected source of payment */ @22 USETOBAC 2. /*Tobacco use */ @24 INJDET 2. /*Is visit related to injury/poisoning/adverse effect? */ @26 INJURY 1. /*Is injury visit related? */ @27 RFV1 5. /*Patient's complaint, symptom, or other reason for the visit #1 */ @32 RFV2 5. /*Patient's complaint, symptom, or other reason for the visit #2 */ @37 RFV3 5. /*Patient's complaint, symptom, or other reason for the visit #3 */ @27 RFV13D 4. /*Reason #1 - broad category */ @32 RFV23D 4. /*Reason #2 - broad category */ @37 RFV33D 4. /*Reason #3 - broad category */ @42 PRIMCARE 2. /*Is this clinic the patient’s primary care provider? */ @44 REFER 2. /*Was patient referred for this visit? */ @46 SENBEFOR 1. /*Has patient been seen in this clinic before? */ @47 PASTVIS 2. /*If yes, how many past visits in the last 12 months? */ @49 MAJOR 2. /*Major reason for this visit */ @51 DIAG1 $CHAR5. /*Diagnosis #1 - detailed category */ @56 DIAG2 $CHAR5. /*Diagnosis #2 - detailed category */ @61 DIAG3 $CHAR5. /*Diagnosis #3 - detailed category */ @51 DIAG13D $CHAR3. /*Diagnosis #1 - 3-digit category */ @51 DIAG14D $CHAR4. /*Diagnosis #1 - 4-digit category */ @56 DIAG23D $CHAR3. /*Diagnosis #2 - 3 digit category */ @61 DIAG33D $CHAR3. /*Diagnosis #3 - 3 digit category */ @66 PRDIAG1 2. /*For dx1, is this probable, questionable, or ruleout? */ @68 PRDIAG2 2. /*For dx2, is this probable, questionable, or ruleout? */ @70 PRDIAG3 2. /*For dx3, is this probable, questionable, or ruleout? */ @72 ARTHRTIS 1. /*Does patient now have - Arthritis */ @73 ASTHMA 1. /*Does patient now have - Asthma */ @74 CANCER 1. /*Does patient now have - Cancer */ @75 CEBVD 1. /*Does patient now have - Cerebrovascular disease/History of stroke or transient ischemic attack (TIA) */ @76 CRF 1. /*Does patient now have - Chronic renal failure */ @77 CHF 1. /*Does patient now have - Congestive heart failure */ @78 COPD 1. /*Does patient now have - COPD */ @79 DEPRN 1. /*Does patient now have - Depression */ @80 DIABETES 1. /*Does patient now have - Diabetes */ @81 HYPLIPID 1. /*Does patient now have - Hyperlipidemia */ @82 HTN 1. /*Does patient now have - Hypertension */ @83 IHD 1. /*Does patient now have - Ischemic heart disease */ @84 OBESITY 1. /*Does patient now have - Obesity */ @85 OSTPRSIS 1. /*Does patient now have - Osteoporosis */ @86 NOCHRON 1. /*Does patient now have - None of the listed chronic conditions */ @87 TOTCHRON 2. /*Total # of chronic conditions */ @89 HTIN 2. /*Vital signs - Height - inches */ @91 WTLB 3. /*Vital signs - Weight - pounds */ @94 BMI 6. /*BMI - calculated for Height and Weight -- xxx.xx format */ @100 TEMPF 4. /*Vital signs - Temperature (Fahrenheit) */ @104 BPSYS 3. /*Vital signs - Systolic blood pressure */ @107 BPDIAS 3. /*Vital signs - Diastolic blood pressure */ @110 SERVICES 1. /*Were any screening/diagnostic/non-medication treatment services ordered or provided at visit? */ @111 BREAST 1. /*Breast exam */ @112 FOOT 1. /*Foot exam */ @113 PELVIC 1. /*Pelvic exam */ @114 RECTAL 1. /*Rectal exam */ @115 RETINAL 1. /*Retinal exam */ @116 SKIN 1. /*Skin exam */ @117 DEPRESS 1. /*Depression screening */ @118 ANYIMAGE 1. /*Any imaging */ @119 XRAY 1. /*X-ray */ @120 BONEDENS 1. /*Bone mineral density */ @121 CATSCAN 1. /*CT Scan */ @122 ECHOCARD 1. /*Echocardiogram */ @123 OTHULTRA 1. /*Other ultrasound */ @124 MAMMO 1. /*Mammography */ @125 MRI 1. /*MRI */ @126 OTHIMAGE 1. /*Other imaging */ @127 CBC 1. /*CBC */ @128 GLUCOSE 1. /*Glucose */ @129 HGBA 1. /*HgbA1C (glycohemoglobin) */ @130 CHOLEST 1. /*Lipids/Cholesterol */ @131 PSA 1. /*PSA (prostate specific antigen) */ @132 OTHERBLD 1. /*Other blood test */ @133 BIOPSY 1. /*Biopsy */ @134 CHLAMYD 1. /*Chlamydia test */ @135 EKG 1. /*EKG/ECG (electrocardiogram) */ @136 HIVTEST 1. /*HIV test */ @137 HPVDNA 1. /*HPV DNA test */ @138 PAP 1. /*Pap test */ @139 PREGTEST 1. /*Pregnancy/HCG test */ @140 URINE 1. /*Urinalysis (UA) */ @141 SIGCOLON 1. /*Sigmoidoscopy/colonoscopy */ @142 EXAM 1. /*Was any exam ordered or provided? Recoded item based on all procs within ICD-9-CM exam codes */ @143 HTTAKE 1. /*Height taken */ @144 WTTAKE 1. /*Weight taken */ @145 TEMPTAKE 1. /*Temperature taken */ @146 BLODPRES 1. /*Blood pressure taken */ @147 CAM 1. /*Complementary alternative medicine */ @148 DME 1. /*Durable medical equipment */ @149 HOMEHLTH 1. /*Home health care */ @150 PT 1. /*Physical therapy */ @151 RADTHER 1. /*Radiation therapy */ @152 SPOCTHER 1. /*Speech/Occupational therapy */ @153 PSYCHOTH 1. /*Psychotherapy */ @154 OTHMNTL 1. /*Other mental health counseling */ @155 EXCISION 1. /*Excision of tissue */ @156 WOUND 1. /*Wound care */ @157 CAST 1. /*Cast */ @158 SPLINT 1. /*Splint or wrap */ @159 OTHSERV 1. /*Other service ordered or performed */ @160 PROC1 $CHAR4. /*Procedure 1 */ @164 PROC2 $CHAR4. /*Procedure 2 */ @168 PROC3 $CHAR4. /*Procedure 3 */ @172 PROC4 $CHAR4. /*Procedure 4 */ @176 PROC5 $CHAR4. /*Procedure 5 */ @180 PROC6 $CHAR4. /*Procedure 6 */ @184 PROC7 $CHAR4. /*Procedure 7 */ @188 PROC8 $CHAR4. /*Procedure 8 */ @192 PROC9 $CHAR4. /*Procedure 9 */ @160 PROC13D $CHAR3. /*Proc 1 - 3 digit */ @164 PROC23D $CHAR3. /*Proc 2 - 3 digit */ @168 PROC33D $CHAR3. /*Proc 3 - 3 digit */ @172 PROC43D $CHAR3. /*Proc 4 - 3 digit */ @176 PROC53D $CHAR3. /*Proc 5 - 3 digit */ @180 PROC63D $CHAR3. /*Proc 6 - 3 digit */ @184 PROC73D $CHAR3. /*Proc 7 - 3 digit */ @188 PROC83D $CHAR3. /*Proc 8 - 3 digit */ @192 PROC93D $CHAR3. /*Proc 9 - 3 digit */ @160 PROC12D $CHAR2. /*Proc 1 - 2 digit */ @164 PROC22D $CHAR2. /*Proc 2 - 2 digit */ @168 PROC32D $CHAR2. /*Proc 3 - 2 digit */ @172 PROC42D $CHAR2. /*Proc 4 - 2 digit */ @176 PROC52D $CHAR2. /*Proc 5 - 2 digit */ @180 PROC62D $CHAR2. /*Proc 6 - 2 digit */ @184 PROC72D $CHAR2. /*Proc 7 - 2 digit */ @188 PROC82D $CHAR2. /*Proc 8 - 2 digit */ @192 PROC92D $CHAR2. /*Proc 9 - 2 digit */ @196 TOTSERV 2. /*Total screening/diagnostic/non-medication treatment services ordered or provided at visit */ @198 HEALTHED 1. /*Was health education ordered or provided? */ @199 ASTHMAED 1. /*Asthma education */ @200 DIETNUTR 1. /*Diet/Nutrition */ @201 EXERCISE 1. /*Exercise */ @202 FAMPLAN 1. /*Family planning/Contraception */ @203 GRWTHDEV 1. /*Growth/development */ @204 INJPREV 1. /*Injury prevention */ @205 STRESMGT 1. /*Stress management */ @206 TOBACED 1. /*Tobacco use/Exposure */ @207 WTREDUC 1. /*Weight reduction */ @208 OTHLTHED 1. /*Other health education */ @209 TOTHLTED 2. /*Total health education ordered or provided */ @211 MED 1. /*Was medication ordered or provided? */ @212 MED1 $CHAR5. /*Medication 1 */ @217 MED2 $CHAR5. /*Medication 2 */ @222 MED3 $CHAR5. /*Medication 3 */ @227 MED4 $CHAR5. /*Medication 4 */ @232 MED5 $CHAR5. /*Medication 5 */ @237 MED6 $CHAR5. /*Medication 6 */ @242 MED7 $CHAR5. /*Medication 7 */ @247 MED8 $CHAR5. /*Medication 8 */ @252 NCMED1 2. /*Was medication 1 new or continued? */ @254 NCMED2 2. /*Was medication 2 new or continued? */ @256 NCMED3 2. /*Was medication 3 new or continued? */ @258 NCMED4 2. /*Was medication 4 new or continued? */ @260 NCMED5 2. /*Was medication 5 new or continued? */ @262 NCMED6 2. /*Was medication 6 new or continued? */ @264 NCMED7 2. /*Was medication 7 new or continued? */ @266 NCMED8 2. /*Was medication 8 new or continued? */ @268 NUMNEW 1. /*Number of new medications coded */ @269 NUMCONT 1. /*Number of continuing medications coded */ @270 NUMMED 1. /*Number of medications coded */ @271 NOPROVID 1. /*No answer to provider item */ @272 PHYS 1. /*Physician seen */ @273 PHYSASST 1. /*Physician assistant seen */ @274 NPNMW 1. /*Nurse practitioner/Midwife seen */ @275 RNLPN 1. /*RN/LPN seen */ @276 MHP 1. /*Mental health provider seen */ @277 OTHPROV 1. /*Other provider seen */ @278 NODISP 1. /*No answer to disposition item */ @279 REFOTHMD 1. /*Refer to other physician */ @280 RETAPPT 1. /*Return at specified time */ @281 ERADMHOS 1. /*Refer to ER/Admit to hospital */ @282 OTHDISP 1. /*Other disposition */ @283 PATWT 6. /*Patient visit weight */ @289 REGION 1. /*Geographic region */ @290 MSA 1. /*MSA or non-MSA area */ @291 OWNER 1. /*Hospital ownership */ @292 BLANK1 2. /*Reserved for possible future use */ @294 HOSPCODE 3. /*Hospital code */ @297 CLINTYPE 1. /*Clinic type */ @298 PATCODE 3. /*Patient code */ @301 BDATEFL 1. /*Birth date imputed */ @302 SEXFL 1. /*Sex imputed */ @303 ETHNICFL 1. /*Ethnicity imputed */ @304 RACERFL 1. /*White/Black/Other race imputed */ @305 SENBEFL 1. /*Seen before imputed */ @306 PASTFL 1. /*Past visits imputed */ @307 DRUGID1 $CHAR6. /*Medication #1 - Drug ID */ @313 PRESCR1 1. /*Prescription status code for Medication #1 */ @314 CONTSUB1 1. /*Controlled substance status code for Medication #1 */ @315 COMSTAT1 1. /*Composition status code for Medication #1 */ @316 RX1CAT1 $CHAR3. /*For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @319 RX1CAT2 $CHAR3. /*For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @322 RX1CAT3 $CHAR3. /*For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @325 RX1CAT4 $CHAR3. /*For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @328 RX1V1C1 $CHAR3. /*For RX1, level 1 of MULTUM drug category #1 (broad level) */ @331 RX1V1C2 $CHAR3. /*For RX1, level 1 of MULTUM drug category #2 (broad level) */ @334 RX1V1C3 $CHAR3. /*For RX1, level 1 of MULTUM drug category #3 (broad level) */ @337 RX1V1C4 $CHAR3. /*For RX1, level 1 of MULTUM drug category #4 (broad level) */ @340 RX1V2C1 $CHAR3. /*For RX1, level 2 of MULTUM drug category #1 (intermediate level) */ @343 RX1V2C2 $CHAR3. /*For RX1, level 2 of MULTUM drug category #2 (intermediate level) */ @346 RX1V2C3 $CHAR3. /*For RX1, level 2 of MULTUM drug category #3 (intermediate level) */ @349 RX1V2C4 $CHAR3. /*For RX1, level 2 of MULTUM drug category #4 (intermediate level) */ @352 RX1V3C1 $CHAR3. /*For RX1, level 3 of MULTUM drug category #1 (detailed level) */ @355 RX1V3C2 $CHAR3. /*For RX1, level 3 of MULTUM drug category #2 (detailed level) */ @358 RX1V3C3 $CHAR3. /*For RX1, level 3 of MULTUM drug category #3 (detailed level) */ @361 RX1V3C4 $CHAR3. /*For RX1, level 3 of MULTUM drug category #4 (detailed level) */ @364 DRUGID2 $CHAR6. /*Medication #2 - Drug ID */ @370 PRESCR2 1. /*Prescription status code for Medication #2 */ @371 CONTSUB2 1. /*Controlled substance status code for Medication #2 */ @372 COMSTAT2 1. /*Composition status code for Medication #2 */ @373 RX2CAT1 $CHAR3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @376 RX2CAT2 $CHAR3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @379 RX2CAT3 $CHAR3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @382 RX2CAT4 $CHAR3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @385 RX2V1C1 $CHAR3. /*For RX2, level 1 of MULTUM drug category #1 (broad level) */ @388 RX2V1C2 $CHAR3. /*For RX2, level 1 of MULTUM drug category #2 (broad level) */ @391 RX2V1C3 $CHAR3. /*For RX2, level 1 of MULTUM drug category #3 (broad level) */ @394 RX2V1C4 $CHAR3. /*For RX2, level 1 of MULTUM drug category #4 (broad level) */ @397 RX2V2C1 $CHAR3. /*For RX2, level 2 of MULTUM drug category #1 (intermediate level) */ @400 RX2V2C2 $CHAR3. /*For RX2, level 2 of MULTUM drug category #2 (intermediate level) */ @403 RX2V2C3 $CHAR3. /*For RX2, level 2 of MULTUM drug category #3 (intermediate level) */ @406 RX2V2C4 $CHAR3. /*For RX2, level 2 of MULTUM drug category #4 (intermediate level) */ @409 RX2V3C1 $CHAR3. /*For RX2, level 3 of MULTUM drug category #1 (detailed level) */ @412 RX2V3C2 $CHAR3. /*For RX2, level 3 of MULTUM drug category #2 (detailed level) */ @415 RX2V3C3 $CHAR3. /*For RX2, level 3 of MULTUM drug category #3 (detailed level) */ @418 RX2V3C4 $CHAR3. /*For RX2, level 3 of MULTUM drug category #4 (detailed level) */ @421 DRUGID3 $CHAR6. /*Medication #3 - Drug ID */ @427 PRESCR3 1. /*Prescription status code for Medication #3 */ @428 CONTSUB3 1. /*Controlled substance status code for Medication #3 */ @429 COMSTAT3 1. /*Composition status code for Medication #3 */ @430 RX3CAT1 $CHAR3. /*For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @433 RX3CAT2 $CHAR3. /*For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @436 RX3CAT3 $CHAR3. /*For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @439 RX3CAT4 $CHAR3. /*For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @442 RX3V1C1 $CHAR3. /*For RX3, level 1 of MULTUM drug category #1 (broad level) */ @445 RX3V1C2 $CHAR3. /*For RX3, level 1 of MULTUM drug category #2 (broad level) */ @448 RX3V1C3 $CHAR3. /*For RX3, level 1 of MULTUM drug category #3 (broad level) */ @451 RX3V1C4 $CHAR3. /*For RX3, level 1 of MULTUM drug category #4 (broad level) */ @454 RX3V2C1 $CHAR3. /*For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @457 RX3V2C2 $CHAR3. /*For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @460 RX3V2C3 $CHAR3. /*For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @463 RX3V2C4 $CHAR3. /*For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @466 RX3V3C1 $CHAR3. /*For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @469 RX3V3C2 $CHAR3. /*For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @472 RX3V3C3 $CHAR3. /*For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @475 RX3V3C4 $CHAR3. /*For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @478 DRUGID4 $CHAR6. /*Medication #4 - Drug ID */ @484 PRESCR4 1. /*Prescription status code for Medication #4 */ @485 CONTSUB4 1. /*Controlled substance status code for Medication #4 */ @486 COMSTAT4 1. /*Composition status code for Medication #4 */ @487 RX4CAT1 $CHAR3. /*For RX4, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @490 RX4CAT2 $CHAR3. /*For RX4, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @493 RX4CAT3 $CHAR3. /*For RX4, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @496 RX4CAT4 $CHAR3. /*For RX4, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @499 RX4V1C1 $CHAR3. /*For RX4, level 1 of MULTUM drug category #1 (broad level) */ @502 RX4V1C2 $CHAR3. /*For RX4, level 1 of MULTUM drug category #2 (broad level) */ @505 RX4V1C3 $CHAR3. /*For RX4, level 1 of MULTUM drug category #3 (broad level) */ @508 RX4V1C4 $CHAR3. /*For RX4, level 1 of MULTUM drug category #4 (broad level) */ @511 RX4V2C1 $CHAR3. /*For RX4, level 2 of MULTUM drug category #1 (intermediate level) */ @514 RX4V2C2 $CHAR3. /*For RX4, level 2 of MULTUM drug category #2 (intermediate level) */ @517 RX4V2C3 $CHAR3. /*For RX4, level 2 of MULTUM drug category #3 (intermediate level) */ @520 RX4V2C4 $CHAR3. /*For RX4, level 2 of MULTUM drug category #4 (intermediate level) */ @523 RX4V3C1 $CHAR3. /*For RX4, level 3 of MULTUM drug category #1 (detailed level) */ @526 RX4V3C2 $CHAR3. /*For RX4, level 3 of MULTUM drug category #2 (detailed level) */ @529 RX4V3C3 $CHAR3. /*For RX4, level 3 of MULTUM drug category #3 (detailed level) */ @532 RX4V3C4 $CHAR3. /*For RX4, level 3 of MULTUM drug category #4 (detailed level) */ @535 DRUGID5 $CHAR6. /*Medication #5 - Drug ID */ @541 PRESCR5 1. /*Prescription status code for Medication #5 */ @542 CONTSUB5 1. /*Controlled substance status code for Medication #5 */ @543 COMSTAT5 1. /*Composition status code for Medication #5 */ @544 RX5CAT1 $CHAR3. /*For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @547 RX5CAT2 $CHAR3. /*For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @550 RX5CAT3 $CHAR3. /*For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @553 RX5CAT4 $CHAR3. /*For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @556 RX5V1C1 $CHAR3. /*For RX5, level 1 of MULTUM drug category #1 (broad level) */ @559 RX5V1C2 $CHAR3. /*For RX5, level 1 of MULTUM drug category #2 (broad level) */ @562 RX5V1C3 $CHAR3. /*For RX5, level 1 of MULTUM drug category #3 (broad level) */ @565 RX5V1C4 $CHAR3. /*For RX5, level 1 of MULTUM drug category #4 (broad level) */ @568 RX5V2C1 $CHAR3. /*For RX5, level 2 of MULTUM drug category #1 (intermediate level) */ @571 RX5V2C2 $CHAR3. /*For RX5, level 2 of MULTUM drug category #2 (intermediate level) */ @574 RX5V2C3 $CHAR3. /*For RX5, level 2 of MULTUM drug category #3 (intermediate level) */ @577 RX5V2C4 $CHAR3. /*For RX5, level 2 of MULTUM drug category #4 (intermediate level) */ @580 RX5V3C1 $CHAR3. /*For RX5, level 3 of MULTUM drug category #1 (detailed level) */ @583 RX5V3C2 $CHAR3. /*For RX5, level 3 of MULTUM drug category #2 (detailed level) */ @586 RX5V3C3 $CHAR3. /*For RX5, level 3 of MULTUM drug category #3 (detailed level) */ @589 RX5V3C4 $CHAR3. /*For RX5, level 3 of MULTUM drug category #4 (detailed level) */ @592 DRUGID6 $CHAR6. /*Medication #6 - Drug ID */ @598 PRESCR6 1. /*Prescription status code for Medication #6 */ @599 CONTSUB6 1. /*Controlled substance status code for Medication #6 */ @600 COMSTAT6 1. /*Composition status code for Medication #6 */ @601 RX6CAT1 $CHAR3. /*For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @604 RX6CAT2 $CHAR3. /*For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @607 RX6CAT3 $CHAR3. /*For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @610 RX6CAT4 $CHAR3. /*For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @613 RX6V1C1 $CHAR3. /*For RX6, level 1 of MULTUM drug category #1 (broad level) */ @616 RX6V1C2 $CHAR3. /*For RX6, level 1 of MULTUM drug category #2 (broad level) */ @619 RX6V1C3 $CHAR3. /*For RX6, level 1 of MULTUM drug category #3 (broad level) */ @622 RX6V1C4 $CHAR3. /*For RX6, level 1 of MULTUM drug category #4 (broad level) */ @625 RX6V2C1 $CHAR3. /*For RX6, level 2 of MULTUM drug category #1 (intermediate level) */ @628 RX6V2C2 $CHAR3. /*For RX6, level 2 of MULTUM drug category #2 (intermediate level) */ @631 RX6V2C3 $CHAR3. /*For RX6, level 2 of MULTUM drug category #3 (intermediate level) */ @634 RX6V2C4 $CHAR3. /*For RX6, level 2 of MULTUM drug category #4 (intermediate level) */ @637 RX6V3C1 $CHAR3. /*For RX6, level 3 of MULTUM drug category #1 (detailed level) */ @640 RX6V3C2 $CHAR3. /*For RX6, level 3 of MULTUM drug category #2 (detailed level) */ @643 RX6V3C3 $CHAR3. /*For RX6, level 3 of MULTUM drug category #3 (detailed level) */ @646 RX6V3C4 $CHAR3. /*For RX6, level 3 of MULTUM drug category #4 (detailed level) */ @649 DRUGID7 $CHAR6. /*Medication #7 - Drug ID */ @655 PRESCR7 1. /*Prescription status code for Medication #7 */ @656 CONTSUB7 1. /*Controlled substance status code for Medication #7 */ @657 COMSTAT7 1. /*Composition status code for Medication #7 */ @658 RX7CAT1 $CHAR3. /*For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @661 RX7CAT2 $CHAR3. /*For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @664 RX7CAT3 $CHAR3. /*For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @667 RX7CAT4 $CHAR3. /*For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @670 RX7V1C1 $CHAR3. /*For RX7, level 1 of MULTUM drug category #1 (broad level) */ @673 RX7V1C2 $CHAR3. /*For RX7, level 1 of MULTUM drug category #2 (broad level) */ @676 RX7V1C3 $CHAR3. /*For RX7, level 1 of MULTUM drug category #3 (broad level) */ @679 RX7V1C4 $CHAR3. /*For RX7, level 1 of MULTUM drug category #4 (broad level) */ @682 RX7V2C1 $CHAR3. /*For RX7, level 2 of MULTUM drug category #1 (intermediate level) */ @685 RX7V2C2 $CHAR3. /*For RX7, level 2 of MULTUM drug category #2 (intermediate level) */ @688 RX7V2C3 $CHAR3. /*For RX7, level 2 of MULTUM drug category #3 (intermediate level) */ @691 RX7V2C4 $CHAR3. /*For RX7, level 2 of MULTUM drug category #4 (intermediate level) */ @694 RX7V3C1 $CHAR3. /*For RX7, level 3 of MULTUM drug category #1 (detailed level) */ @697 RX7V3C2 $CHAR3. /*For RX7, level 3 of MULTUM drug category #2 (detailed level) */ @700 RX7V3C3 $CHAR3. /*For RX7, level 3 of MULTUM drug category #3 (detailed level) */ @703 RX7V3C4 $CHAR3. /*For RX7, level 3 of MULTUM drug category #4 (detailed level) */ @706 DRUGID8 $CHAR6. /*Medication #8 - Drug ID */ @712 PRESCR8 1. /*Prescription status code for Medication #8 */ @713 CONTSUB8 1. /*Controlled substance status code for Medication #8 */ @714 COMSTAT8 1. /*Composition status code for Medication #8 */ @715 RX8CAT1 $CHAR3. /*For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @718 RX8CAT2 $CHAR3. /*For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @721 RX8CAT3 $CHAR3. /*For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @724 RX8CAT4 $CHAR3. /*For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @727 RX8V1C1 $CHAR3. /*For RX8, level 1 of MULTUM drug category #1 (broad level) */ @730 RX8V1C2 $CHAR3. /*For RX8, level 1 of MULTUM drug category #2 (broad level) */ @733 RX8V1C3 $CHAR3. /*For RX8, level 1 of MULTUM drug category #3 (broad level) */ @736 RX8V1C4 $CHAR3. /*For RX8, level 1 of MULTUM drug category #4 (broad level) */ @739 RX8V2C1 $CHAR3. /*For RX8, level 2 of MULTUM drug category #1 (intermediate level) */ @742 RX8V2C2 $CHAR3. /*For RX8, level 2 of MULTUM drug category #2 (intermediate level) */ @745 RX8V2C3 $CHAR3. /*For RX8, level 2 of MULTUM drug category #3 (intermediate level) */ @748 RX8V2C4 $CHAR3. /*For RX8, level 2 of MULTUM drug category #4 (intermediate level) */ @751 RX8V3C1 $CHAR3. /*For RX8, level 3 of MULTUM drug category #1 (detailed level) */ @754 RX8V3C2 $CHAR3. /*For RX8, level 3 of MULTUM drug category #2 (detailed level) */ @757 RX8V3C3 $CHAR3. /*For RX8, level 3 of MULTUM drug category #3 (detailed level) */ @760 RX8V3C4 $CHAR3. /*For RX8, level 3 of MULTUM drug category #4 (detailed level) */ @763 EBILLANYO 2. /*Does your OPD submit any claims electronically (electronic billing)? */ @765 EINSELIGO 2. /*Does your OPD verify an individual patient's insurance eligibility electronically, with results returned immediately? */ @767 EMROPD 2. /*Does your OPD use an electronic medical record (EMR) or electronic health record (EHR) system? */ @769 EHRINSO 2. /*Does your OPD have plans for installing a new EMR/EHR system within the next 18 months? */ @771 EDEMOGO 2. /*Does your OPD have a computerized system for recording patient history and demographic information? */ @773 EPROLSTO 2. /*If yes to recording patient history and demographic information, does this include a patient problem list? */ @775 EPNOTESO 2. /*Does your OPD have a computerized system for recording clinical notes? */ @777 EMEDALGO 2. /*If yes to recording clinica notes, do they include a comprehensive list of the patient's medications and allergies? */ @779 ECPOEO 2. /*Does your OPD have a computerized system for ordering prescriptions? */ @781 ESCRIPO 2. /*If yes to ordering prescriptions, are prescriptions sent electronically to the pharmacy? */ @783 EWARNO 2. /*If yes to ordering prescriptions, are warnings of drug interactions or contraindications provided? */ @785 EREMINDO 2. /*Does your OPD have a computerized system for providing reminders for guideline-based interventions or screening tests? */ @787 ECTOEO 2. /*Does your OPD have a computerized system for ordering lab tests? */ @789 EORDERO 2. /*If yes to ordering lab tests, are orders sent electronically? */ @791 ESETSO 2. /*Does your OPD have a computerized system for providing standard order sets related to a particular condition or procedure? */ @793 ERESULTO 2. /*Does your OPD have a computerized system for viewing lab results? */ @795 ERESEHRO 2. /*If yes to viewing lab results, are results incorporated in EMR/EHR? */ @797 EIMGRESO 2. /*Does your OPD have a computerized system for viewing imaging results? */ @799 EQOCO 2. /*Does your OPD have a computerized system for viewing data on quality of care measures? */ @801 EIMMREGO 2. /*Does your OPD have a computerized system for electronic reporting to immunization registries? */ @803 EPUBHLTHO 2. /*Does your OPD have a computerized system for public health reporting? */ @805 ENOTDISO 2. /*If yes are notifiable diseases sent electronically? */ @807 ESUMO 2. /*Does your OPD have a computerized system for providing patients with clinical summaries for each visit? */ @809 EMSGO 2. /*Does your OPD have a computerized system for exchanging secure messages with patients? */ @811 EWHOPRACO 1. /*At your OPD, if orders for prescr/lab tests submitted electronically, who submits them: Prescribing practitioner (unedited) */ @812 EWHOOTHO 1. /*At your OPD, if orders for prescr/lab tests submitted electronically, who submits them: Other (unedited) */ @813 EWHONOTO 1. /*At your OPD, prescriptions and lab test orders are not submitted electronically (unedited) */ @814 EWHOUNKO 1. /*At your OPD, if orders for prescr/lab tests submitted electronically, who submits them: Unknown (unedited) */ @815 EWHOPRACOR 2. /*At your OPD, if orders for prescr/lab tests submitted electronically, who submits them: Prescribing practitioner (edited) */ @817 EWHOOTHOR 2. /*At your OPD, if orders for prescr/lab tests submitted electronically, who submits them: Other (edited) */ @819 EWHONOTOR 2. /*At your OPD, prescriptions and lab test orders are not submitted electronically (edited) */ @821 EWHOUNKOR 2. /*At your OPD, if orders for prescr/lab tests submitted electronically, who submits them: Unknown (edited) */ @823 EXCHSUMO 2. /*Does your OPD exchange patient clinical summaries electronically with any other providers? */ @825 EXCHSUM1O 2. /*How does OPD electronically send/receive patient clinical summaries: Through EMR/EHR vendor */ @827 EXCHSUM2O 2. /*How does OPD electronically send/receive patient clinical summaries: Through hospital-based system? */ @829 EXCHSUM3O 2. /*How does OPD electronically send/receive patient clinical summaries: Through Health Information Organization or state exchange */ @831 EXCHSUM4O 2. /*How does OPD electronically send/receive patient clinical summaries: Through secure email attachment */ @833 EXCHSUM5O 2. /*How does OPD electronically send/receive patient clinical summaries: Other */ @835 EXCHSUM6O 2. /*How does OPD electronically send/receive patient clinical summaries: Unknown */ @837 PAYHITH 2. /*Does your hospital have plans to apply for Medicare or Medicaid incentive payments for meaningful use of Health IT? */ @839 PAYYRH 2. /*In which year does your hospital expect to apply for the meaningful use payments? */ @841 ETHIM 1. /*Imputed ethnicity */ @842 RACER 1. /*Imputed race (White/Black/Other) */ @843 RACERETH 1. /*Imputed race/ethnicity (ETHIM and RACER combination) */ @844 AGEDAYS 3. /*Age in days for patients less than one year */ @847 AGER 1. /*Age recode */ @848 DIAG1R 6. /*Diagnosis #1 - numeric recode */ @854 DIAG2R 6. /*Diagnosis #2 - numeric recode */ @860 DIAG3R 6. /*Diagnosis #3 - numeric recode */ @866 PROC1R 4. /*Proc #1 numeric recode */ @870 PROC2R 4. /*Proc #2 numeric recode */ @874 PROC3R 4. /*Proc #3 numeric recode */ @878 PROC4R 4. /*Proc #4 numeric recode */ @882 PROC5R 4. /*Proc #5 numeric recode */ @886 PROC6R 4. /*Proc #6 numeric recode */ @890 PROC7R 4. /*Proc #7 numeric recode */ @894 PROC8R 4. /*Proc #8 numeric recode */ @898 PROC9R 4. /*Proc #9 numeric recode */ @902 WHOCOMP 2. /*Who completed the Patient Record Forms? */ @904 SETTYPE 1. /*Setting type */ @905 YEAR 4. /*Year (2011) */ @909 CSTRATM 8. /*Clustered CSTRATM – masked. */ @917 CPSUM 6. /*Clustered CPSUM - masked. */ @923 OPDWT 6. /*OPD Weight */ @929 BLANK2 2. /*Reserved for possible future use */ @931 BLANK3 2. /*Reserved for possible future use */ @933 BLANK4 2. /*Reserved for possible future use */ @935 BLANK5 2. /*Reserved for possible future use */ @937 CHOL 2. /*Was total cholesterol drawn within 12 months of this visit? */ @939 CHOLRES 3. /*Most recent total cholesterol result */ @942 DAYDCHOL 4. /*Difference in days between visit and cholesterol test */ @946 HDL 2. /*Was high density lipoprotein (HDL) drawn within 12 months of this visit? */ @948 HDLRES 3. /*Most recent HDL result */ @951 DAYDHDL 4. /*Difference in days between visit and HDL test */ @955 LDL 2. /*Was low density lipoprotein (LDL) drawn within 12 months of this visit? */ @957 LDLRES 3. /*Most recent LDL result */ @960 DAYDLDL 4. /*Difference in days between visit and LDL test */ @964 LIPIDERR 4. /*Computed LDL based on reported lipid values */ @968 LDLDIFF 4. /*Difference between reported LD result (LDLRES) and computed LDL result (LIPIDERR) */ @972 TGS 2. /*Were triglycerides drawn within 12 months of this visit? */ @974 TGSRES 3. /*Most recent triglycerides result */ @977 DAYDTGS 4. /*Difference in days between visit and triglycerides test */ @981 FBG 2. /*Was fasting blood glucose (FBG) drawn within 12 months of this visit? */ @983 FBGRES 3. /*Most recent FBG result */ @986 DAYDFBG 4. /*Difference in days between visit and FBG test */ @990 INJR1 1. /*Is this visit related to an injury or poisoning? (Recoded version #1) */ @991 INJR2 1. /*Is this visit related to an injury or poisoning? (Recoded version #2) */ @992 INJDETR1 1. /*Is this visit related to any of the following? (Recoded version #1) */ @993 INJDETR2 1. /*Is this visit related to any of the following? (Recoded version #2) */ ;