/* PROGRAM: ED11INP PURPOSE: INPUT STATEMENT TO READ 2011 NATIONAL HOSPITAL AMBULATORY MEDICAL CARE SURVEY EMERGENCY 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 ARRTIME $CHAR4. /*Arrival time (military time) */ @11 WAITTIME 4. /*Waiting time to see MD/DO/PA/NP */ @15 LOV 4. /*Length of visit (LOV) */ @19 RESIDNCE 2. /*Patient residence */ @21 SEX 1. /*Patient Sex */ @22 ETHUN 2. /*Unimputed ethnicity */ @24 RACEUN 2. /*Unimputed race */ @26 ARREMS 2. /*Arrival by ambulance */ @28 PAYPRIV 1. /*Expected source of payment: Private insurance */ @29 PAYMCARE 1. /*Expected source of payment: Medicare */ @30 PAYMCAID 1. /*Expected source of payment: Medicaid or CHIP */ @31 PAYWKCMP 1. /*Expected source of payment: Worker's compensation */ @32 PAYSELF 1. /*Expected source of payment: Self-pay */ @33 PAYNOCHG 1. /*Expected source of payment: No charge/Charity */ @34 PAYOTH 1. /*Expected source of payment: Other */ @35 PAYDK 1. /*Expected source of payment: Unknown */ @36 PAYTYPER 2. /*Recoded expected primary source of payment (based on hierarchy) */ @38 TEMPF 4. /*Initial vital signs: Temperature (Fahrenheit) */ @42 PULSE 3. /*Initial vital signs: Heart rate per minute */ @45 RESPR 3. /*Initial vital signs: Respiratory rate per minute */ @48 BPSYS 3. /*Initial vital signs: Blood pressure - Systolic */ @51 BPDIAS 3. /*Initial vital signs: Blood pressure - Diastolic */ @54 POPCT 3. /*Initial vital signs: Pulse oximetry (percent) */ @57 ONO2 2. /*Initial vital signs: On oxygen on arrival */ @59 GCS 2. /*Initial vital signs: Glasgow coma scale */ @61 IMMEDR 2. /*Immediacy with which patient should be seen */ @63 PAINSCALE 2. /*Pain scale */ @65 SEEN72 2. /*Seen in this ED within the last 72 hours */ @67 DISCH7DA 2. /*Discharged from any hospital within the last 7 days */ @69 PASTVIS 2. /*How many times has patient been seen in this ED within the last 12 months? */ @71 RFV1 5. /*Patient's complaint, symptom, or other reason for visit #1 - detailed category */ @76 RFV2 5. /*Patient's complaint, symptom, or other reason for visit #2 - detailed category */ @81 RFV3 5. /*Patient's complaint, symptom, or other reason for visit #3 - detailed category */ @71 RFV13D 4. /*Reason for visit #1 - broader category */ @76 RFV23D 4. /*Reason for visit #2 - broader category */ @81 RFV33D 4. /*Reason vor visit #3 - broader category */ @86 EPISODE 2. /*Episode of care */ @88 INJURY 1. /*Is this visit related to injury, poisoning or adverse effect of medical treatment? */ @89 INTENT 2. /*Is this injury/poisoning intentional? */ @91 CAUSE1 $CHAR4. /*Cause of injury, poisoning, adverse effect #1 - detailed category */ @95 CAUSE2 $CHAR4. /*Cause of injury, poisoning, adverse effect #2 - detailed category */ @99 CAUSE3 $CHAR4. /*Cause of injury, poisoning, adverse effect #3 - detailed category */ @91 CAUSE13D $CHAR3. /*Cause #1 - broader category */ @95 CAUSE23D $CHAR3. /*Cause #2 - broader category */ @99 CAUSE33D $CHAR3. /*Cause #3 - broader category */ @103 DIAG1 $char5. /*Diagnosis #1 - detailed category */ @108 DIAG2 $char5. /*Diagnosis #2 - detailed category */ @113 DIAG3 $char5. /*Diagnosis #3 - detailed category */ @103 DIAG13D $char3. /*Diagnosis #1 - broader category */ @108 DIAG23D $char3. /*Diagnosis #2 - broader category */ @113 DIAG33D $char3. /*Diagnosis #3 - broader category */ @118 PRDIAG1 2. /*For diagnosis 1, is this probable, questionable, or ruleout? */ @120 PRDIAG2 2. /*For diagnosis 2, is this probable, questionable, or ruleout? */ @122 PRDIAG3 2. /*For diagnosis 3, is this probable, questionable, or ruleout? */ @124 CEBVD 1. /*Does patient have: Cerebrovascular disease/history of stroke or transient ischemic attack (TIA) */ @125 CHF 1. /*Does patient have: Congestive heart failure */ @126 EDDIAL 1. /*Does patient have: Condition requiring dialysis */ @127 EDHIV 1. /*Does patient have: HIV */ @128 DIABETES 1. /*Does patient have: Diabetes */ @129 NOCHRON 1. /*Does patient have: None of the above */ @130 DIAGSCRN 1. /*Were diagnostic/screening services ordered or provided at this visit? */ @131 CBC 1. /*CBC */ @132 BUNCREAT 1. /*BUN/creatinine */ @133 CARDENZ 1. /*Cardiac enzymes */ @134 ELECTROL 1. /*Electrolytes */ @135 GLUCOSE 1. /*Glucose */ @136 LFT 1. /*Liver function tests */ @137 ABG 1. /*Arterial blood gases */ @138 PTTINR 1. /*Prothrombin time/INR */ @139 BLOODCX 1. /*Blood culture */ @140 BAC 1. /*BAC (Blood alcohol) */ @141 OTHERBLD 1. /*Other blood test */ @142 CARDMON 1. /*Cardiac monitor */ @143 EKG 1. /*EKG/ECG */ @144 HIVTEST 1. /*HIV test */ @145 FLUTEST 1. /*Influenza test */ @146 PREGTEST 1. /*Pregnancy/HCG test */ @147 TOXSCREN 1. /*Toxicology screen */ @148 URINE 1. /*Urinalysis (UA) */ @149 WOUNDCX 1. /*Wound culture */ @150 OTHRTEST 1. /*Other test/service */ @151 ANYIMAGE 1. /*Was any imaging ordered or performed at the visit? */ @152 XRAY 1. /*X-ray */ @153 CATSCAN 1. /*CT scan */ @154 CTHEAD 1. /*CT Scan - Head */ @155 CTNHEAD 1. /*CT Scan - Other than head */ @156 CTUNK 1. /*CT Scan - Site not specified */ @157 MRI 1. /*MRI */ @158 ULTRASND 1. /*Ultrasound */ @159 OTHIMAGE 1. /*Other imaging */ @160 TOTDIAG 2. /*Total number of diagnostic/screening services ordered or provided */ @162 PROC 1. /*Were procedures provided at this visit? */ @163 IVFLUIDS 1. /*IV fluids */ @164 CAST 1. /*Cast */ @165 SPLINT 1. /*Splint or wrap */ @166 SUTURE 1. /*Suturing/Staples */ @167 INCDRAIN 1. /*Incision and drainage (I&D) */ @168 FBREM 1. /*Foreign body removal */ @169 NEBUTHER 1. /*Nebulizer therapy */ @170 BLADCATH 1. /*Bladder catheter */ @171 PELVIC 1. /*Pelvic exam */ @172 CENTLINE 1. /*Central line */ @173 CPR 1. /*CPR */ @174 ENDOINT 1. /*Endotracheal intubation */ @175 OTHPROC 1. /*Other procedure */ @176 TOTPROC 2. /*Total number of procedures provided */ @178 MED 1. /*Were medications prescribed or provided? */ @179 MED1 $CHAR5. /*Medication 1 */ @184 MED2 $CHAR5. /*Medication 2 */ @189 MED3 $CHAR5. /*Medication 3 */ @194 MED4 $CHAR5. /*Medication 4 */ @199 MED5 $CHAR5. /*Medication 5 */ @204 MED6 $CHAR5. /*Medication 6 */ @209 MED7 $CHAR5. /*Medication 7 */ @214 MED8 $CHAR5. /*Medication 8 */ @219 GPMED1 2. /*Medication 1 given in ED or Rx at discharge */ @221 GPMED2 2. /*Medication 2 given in ED or Rx at discharge */ @223 GPMED3 2. /*Medication 3 given in ED or Rx at discharge */ @225 GPMED4 2. /*Medication 4 given in ED or Rx at discharge */ @227 GPMED5 2. /*Medication 5 given in ED or Rx at discharge */ @229 GPMED6 2. /*Medication 6 given in ED or Rx at discharge */ @231 GPMED7 2. /*Medication 7 given in ED or Rx at discharge */ @233 GPMED8 2. /*Medication 8 given in ED or Rx at discharge */ @235 NUMGIV 1. /*Number of medications given in ED */ @236 NUMDIS 1. /*Number of medications given at discharge */ @237 NUMMED 1. /*Number of medications coded */ @238 NOPROVID 1. /*No answer to provider seen item */ @239 ATTPHYS 1. /*ED attending physician seen */ @240 RESINT 1. /*ED resident/intern seen */ @241 CONSULT 1. /*Consulting physician seen */ @242 RNLPN 1. /*RN/LPN seen */ @243 NURSEPR 1. /*Nurse practitioner seen */ @244 PHYSASST 1. /*Physician assistant seen */ @245 EMT 1. /*EMT seen */ @246 MHPROV 1. /*Mental health provider seen */ @247 OTHPROV 1. /*Other provider seen */ @248 NODISP 1. /*No answer to disposition item */ @249 NOFU 1. /*No follow up planned */ @250 RETPRN 1. /*Return if needed, PRN/appointment */ @251 RETREFFU 1. /*Return/refer to physician/clinic for FU */ @252 LEFTBTRI 1. /*Left before triage */ @253 LEFTATRI 1. /*Left after triage */ @254 LEFTAMA 1. /*Left AMA */ @255 DOA 1. /*DOA */ @256 DIEDED 1. /*Died in ED */ @257 TRANNH 1. /*Return/Transfer to nursing home */ @258 TRANPSYC 1. /*Transfer to psychiatric hospital */ @259 TRANOTH 1. /*Transfer to other hospital */ @260 ADMITHOS 1. /*Admit to this hospital */ @261 OBSHOS 1. /*Admit to observation unit, then hospitalized */ @262 OBSDIS 1. /*Admit to observation unit, then discharged */ @263 OTHDISP 1. /*Other disposition */ @264 ADMIT 2. /*Admitted to: */ @266 ADMTPHYS 2. /*Admitting physician */ @268 BOARDED 4. /*Difference between time bed requested and time patient left ED */ @272 LOS 4. /*Length of stay (in hospital) */ @276 HDDIAG $CHAR5. /*Principal hospital discharge diagnosis */ @281 HDSTAT 2. /*Hospital discharge status */ @283 ADISP 2. /*Disposition of live discharges */ @285 OBSSTAY 4. /*Difference between Time of ED discharge and observation unit discharge */ @289 PATWT 6. /*Patient visit weight */ @295 REGION 1. /*Geographic region */ @296 MSA 1. /*MSA or non-MSA area */ @297 OWNER 1. /*Hospital ownership */ @298 BLANK1 1. /*Reserved for possible future use */ @299 BLANK2 2. /*Reserved for possible future use */ @301 BLANK3 1. /*Reserved for possible future use */ @302 HOSPCODE 3. /*Hospital number */ @305 PATCODE 3. /*Patient code */ @308 BDATEFL 1. /*Birth date imputed? */ @309 SEXFL 1. /*Sex imputed? */ @310 ETHNICFL 1. /*Ethnicity imputed? */ @311 RACERFL 1. /*RACER imputed? */ @312 IMMEDRFL 1. /*Immediacy imputed? */ @313 BLANK4 1. /*Reserved for possible future use */ @314 DRUGID1 $CHAR6. /*Drug ID code for medication #1 */ @320 PRESCR1 1. /*Prescription status code for medication #1 */ @321 CONTSUB1 1. /*Controlled substance status code for medication #1 */ @322 COMSTAT1 1. /*Composition status code for medication #1 */ @323 RX1CAT1 $CHAR3. /*For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @326 RX1CAT2 $CHAR3. /*For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @329 RX1CAT3 $CHAR3. /*For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @332 RX1CAT4 $CHAR3. /*For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @335 RX1V1C1 $CHAR3. /*For RX1, level 1 of MULTUM drug category #1 (broad level) */ @338 RX1V1C2 $CHAR3. /*For RX1, level 1 of MULTUM drug category #2 (broad level) */ @341 RX1V1C3 $CHAR3. /*For RX1, level 1 of MULTUM drug category #3 (broad level) */ @344 RX1V1C4 $CHAR3. /*For RX1, level 1 of MULTUM drug category #4 (broad level) */ @347 RX1V2C1 $CHAR3. /*For RX1, level 2 of MULTUM drug category #1 (intermediate level) */ @350 RX1V2C2 $CHAR3. /*For RX1, level 2 of MULTUM drug category #2 (intermediate level) */ @353 RX1V2C3 $CHAR3. /*For RX1, level 2 of MULTUM drug category #3 (intermediate level) */ @356 RX1V2C4 $CHAR3. /*For RX1, level 2 of MULTUM drug category #4 (intermediate level) */ @359 RX1V3C1 $CHAR3. /*For RX1, level 3 of MULTUM drug category #1 (detailed level) */ @362 RX1V3C2 $CHAR3. /*For RX1, level 3 of MULTUM drug category #2 (detailed level) */ @365 RX1V3C3 $CHAR3. /*For RX1, level 3 of MULTUM drug category #3 (detailed level) */ @368 RX1V3C4 $CHAR3. /*For RX1, level 3 of MULTUM drug category #4 (detailed level) */ @371 DRUGID2 $CHAR6. /*Drug ID code for medication #2 */ @377 PRESCR2 1. /*Prescription status code for medication #2 */ @378 CONTSUB2 1. /*Controlled substance status code for medication #2 */ @379 COMSTAT2 1. /*Composition status code for medication #2 */ @380 RX2CAT1 $CHAR3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @383 RX2CAT2 $CHAR3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @386 RX2CAT3 $CHAR3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @389 RX2CAT4 $CHAR3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @392 RX2V1C1 $CHAR3. /*For RX2, level 1 of MULTUM drug category #1 (broad level) */ @395 RX2V1C2 $CHAR3. /*For RX2, level 1 of MULTUM drug category #2 (broad level) */ @398 RX2V1C3 $CHAR3. /*For RX2, level 1 of MULTUM drug category #3 (broad level) */ @401 RX2V1C4 $CHAR3. /*For RX2, level 1 of MULTUM drug category #4 (broad level) */ @404 RX2V2C1 $CHAR3. /*For RX2, level 2 of MULTUM drug category #1 (intermediate level) */ @407 RX2V2C2 $CHAR3. /*For RX2, level 2 of MULTUM drug category #2 (intermediate level) */ @410 RX2V2C3 $CHAR3. /*For RX2, level 2 of MULTUM drug category #3 (intermediate level) */ @413 RX2V2C4 $CHAR3. /*For RX2, level 2 of MULTUM drug category #4 (intermediate level) */ @416 RX2V3C1 $CHAR3. /*For RX2, level 3 of MULTUM drug category #1 (detailed level) */ @419 RX2V3C2 $CHAR3. /*For RX2, level 3 of MULTUM drug category #2 (detailed level) */ @422 RX2V3C3 $CHAR3. /*For RX2, level 3 of MULTUM drug category #3 (detailed level) */ @425 RX2V3C4 $CHAR3. /*For RX2, level 3 of MULTUM drug category #4 (detailed level) */ @428 DRUGID3 $CHAR6. /*Drug ID code for medication #3 */ @434 PRESCR3 1. /*Prescription status code for medication #3 */ @435 CONTSUB3 1. /*Controlled substance status code for medication #3 */ @436 COMSTAT3 1. /*Composition status code for medication #3 */ @437 RX3CAT1 $CHAR3. /*For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @440 RX3CAT2 $CHAR3. /*For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @443 RX3CAT3 $CHAR3. /*For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @446 RX3CAT4 $CHAR3. /*For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @449 RX3V1C1 $CHAR3. /*For RX3, level 1 of MULTUM drug category #1 (broad level) */ @452 RX3V1C2 $CHAR3. /*For RX3, level 1 of MULTUM drug category #2 (broad level) */ @455 RX3V1C3 $CHAR3. /*For RX3, level 1 of MULTUM drug category #3 (broad level) */ @458 RX3V1C4 $CHAR3. /*For RX3, level 1 of MULTUM drug category #4 (broad level) */ @461 RX3V2C1 $CHAR3. /*For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @464 RX3V2C2 $CHAR3. /*For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @467 RX3V2C3 $CHAR3. /*For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @470 RX3V2C4 $CHAR3. /*For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @473 RX3V3C1 $CHAR3. /*For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @476 RX3V3C2 $CHAR3. /*For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @479 RX3V3C3 $CHAR3. /*For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @482 RX3V3C4 $CHAR3. /*For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @485 DRUGID4 $CHAR6. /*Drug ID code for medication #4 */ @491 PRESCR4 1. /*Prescription status code for medication #4 */ @492 CONTSUB4 1. /*Controlled substance status code for medication #4 */ @493 COMSTAT4 1. /*Composition status code for medication #4 */ @494 RX4CAT1 $CHAR3. /*For RX4, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @497 RX4CAT2 $CHAR3. /*For RX4, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @500 RX4CAT3 $CHAR3. /*For RX4, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @503 RX4CAT4 $CHAR3. /*For RX4, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @506 RX4V1C1 $CHAR3. /*For RX4, level 1 of MULTUM drug category #1 (broad level) */ @509 RX4V1C2 $CHAR3. /*For RX4, level 1 of MULTUM drug category #2 (broad level) */ @512 RX4V1C3 $CHAR3. /*For RX4, level 1 of MULTUM drug category #3 (broad level) */ @515 RX4V1C4 $CHAR3. /*For RX4, level 1 of MULTUM drug category #4 (broad level) */ @518 RX4V2C1 $CHAR3. /*For RX4, level 2 of MULTUM drug category #1 (intermediate level) */ @521 RX4V2C2 $CHAR3. /*For RX4, level 2 of MULTUM drug category #2 (intermediate level) */ @524 RX4V2C3 $CHAR3. /*For RX4, level 2 of MULTUM drug category #3 (intermediate level) */ @527 RX4V2C4 $CHAR3. /*For RX4, level 2 of MULTUM drug category #4 (intermediate level) */ @530 RX4V3C1 $CHAR3. /*For RX4, level 3 of MULTUM drug category #1 (detailed level) */ @533 RX4V3C2 $CHAR3. /*For RX4, level 3 of MULTUM drug category #2 (detailed level) */ @536 RX4V3C3 $CHAR3. /*For RX4, level 3 of MULTUM drug category #3 (detailed level) */ @539 RX4V3C4 $CHAR3. /*For RX4, level 3 of MULTUM drug category #4 (detailed level) */ @542 DRUGID5 $CHAR6. /*Drug ID code for medication #5 */ @548 PRESCR5 1. /*Prescription status code medication #5 */ @549 CONTSUB5 1. /*Controlled substance status code medication #5 */ @550 COMSTAT5 1. /*Composition status code medication #5 */ @551 RX5CAT1 $CHAR3. /*For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @554 RX5CAT2 $CHAR3. /*For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @557 RX5CAT3 $CHAR3. /*For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @560 RX5CAT4 $CHAR3. /*For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @563 RX5V1C1 $CHAR3. /*For RX5, level 1 of MULTUM drug category #1 (broad level) */ @566 RX5V1C2 $CHAR3. /*For RX5, level 1 of MULTUM drug category #2 (broad level) */ @569 RX5V1C3 $CHAR3. /*For RX5, level 1 of MULTUM drug category #3 (broad level) */ @572 RX5V1C4 $CHAR3. /*For RX5, level 1 of MULTUM drug category #4 (broad level) */ @575 RX5V2C1 $CHAR3. /*For RX5, level 2 of MULTUM drug category #1 (intermediate level) */ @578 RX5V2C2 $CHAR3. /*For RX5, level 2 of MULTUM drug category #2 (intermediate level) */ @581 RX5V2C3 $CHAR3. /*For RX5, level 2 of MULTUM drug category #3 (intermediate level) */ @584 RX5V2C4 $CHAR3. /*For RX5, level 2 of MULTUM drug category #4 (intermediate level) */ @587 RX5V3C1 $CHAR3. /*For RX5, level 3 of MULTUM drug category #1 (detailed level) */ @590 RX5V3C2 $CHAR3. /*For RX5, level 3 of MULTUM drug category #2 (detailed level) */ @593 RX5V3C3 $CHAR3. /*For RX5, level 3 of MULTUM drug category #3 (detailed level) */ @596 RX5V3C4 $CHAR3. /*For RX5, level 3 of MULTUM drug category #4 (detailed level) */ @599 DRUGID6 $CHAR6. /*Drug ID code for medication #6 */ @605 PRESCR6 1. /*Prescription status code for medication #6 */ @606 CONTSUB6 1. /*Controlled substance status code for medication #6 */ @607 COMSTAT6 1. /*Composition status code for medication #6 */ @608 RX6CAT1 $CHAR3. /*For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @611 RX6CAT2 $CHAR3. /*For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @614 RX6CAT3 $CHAR3. /*For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @617 RX6CAT4 $CHAR3. /*For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @620 RX6V1C1 $CHAR3. /*For RX6, level 1 of MULTUM drug category #1 (broad level) */ @623 RX6V1C2 $CHAR3. /*For RX6, level 1 of MULTUM drug category #2 (broad level) */ @626 RX6V1C3 $CHAR3. /*For RX6, level 1 of MULTUM drug category #3 (broad level) */ @629 RX6V1C4 $CHAR3. /*For RX6, level 1 of MULTUM drug category #4 (broad level) */ @632 RX6V2C1 $CHAR3. /*For RX6, level 2 of MULTUM drug category #1 (intermediate level) */ @635 RX6V2C2 $CHAR3. /*For RX6, level 2 of MULTUM drug category #2 (intermediate level) */ @638 RX6V2C3 $CHAR3. /*For RX6, level 2 of MULTUM drug category #3 (intermediate level) */ @641 RX6V2C4 $CHAR3. /*For RX6, level 2 of MULTUM drug category #4 (intermediate level) */ @644 RX6V3C1 $CHAR3. /*For RX6, level 3 of MULTUM drug category #1 (detailed level) */ @647 RX6V3C2 $CHAR3. /*For RX6, level 3 of MULTUM drug category #2 (detailed level) */ @650 RX6V3C3 $CHAR3. /*For RX6, level 3 of MULTUM drug category #3 (detailed level) */ @653 RX6V3C4 $CHAR3. /*For RX6, level 3 of MULTUM drug category #4 (detailed level) */ @656 DRUGID7 $CHAR6. /*Drug ID code for medication #7 */ @662 PRESCR7 1. /*Prescription status code for medication #7 */ @663 CONTSUB7 1. /*Controlled substance status code for medication #7 */ @664 COMSTAT7 1. /*Composition status code for medication #7 */ @665 RX7CAT1 $CHAR3. /*For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @668 RX7CAT2 $CHAR3. /*For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @671 RX7CAT3 $CHAR3. /*For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @674 RX7CAT4 $CHAR3. /*For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @677 RX7V1C1 $CHAR3. /*For RX7, level 1 of MULTUM drug category #1 (broad level) */ @680 RX7V1C2 $CHAR3. /*For RX7, level 1 of MULTUM drug category #2 (broad level) */ @683 RX7V1C3 $CHAR3. /*For RX7, level 1 of MULTUM drug category #3 (broad level) */ @686 RX7V1C4 $CHAR3. /*For RX7, level 1 of MULTUM drug category #4 (broad level) */ @689 RX7V2C1 $CHAR3. /*For RX7, level 2 of MULTUM drug category #1 (intermediate level) */ @692 RX7V2C2 $CHAR3. /*For RX7, level 2 of MULTUM drug category #2 (intermediate level) */ @695 RX7V2C3 $CHAR3. /*For RX7, level 2 of MULTUM drug category #3 (intermediate level) */ @698 RX7V2C4 $CHAR3. /*For RX7, level 2 of MULTUM drug category #4 (intermediate level) */ @701 RX7V3C1 $CHAR3. /*For RX7, level 3 of MULTUM drug category #1 (detailed level) */ @704 RX7V3C2 $CHAR3. /*For RX7, level 3 of MULTUM drug category #2 (detailed level) */ @707 RX7V3C3 $CHAR3. /*For RX7, level 3 of MULTUM drug category #3 (detailed level) */ @710 RX7V3C4 $CHAR3. /*For RX7, level 3 of MULTUM drug category #4 (detailed level) */ @713 DRUGID8 $CHAR6. /*Drug ID code for medication #8 */ @719 PRESCR8 1. /*Prescription status code for medication #8 */ @720 CONTSUB8 1. /*Controlled substance status code for medication #8 */ @721 COMSTAT8 1. /*Composition status code for medication #8 */ @722 RX8CAT1 $CHAR3. /*For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @725 RX8CAT2 $CHAR3. /*For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @728 RX8CAT3 $CHAR3. /*For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @731 RX8CAT4 $CHAR3. /*For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @734 RX8V1C1 $CHAR3. /*For RX8, level 1 of MULTUM drug category #1 (broad level) */ @737 RX8V1C2 $CHAR3. /*For RX8, level 1 of MULTUM drug category #2 (broad level) */ @740 RX8V1C3 $CHAR3. /*For RX8, level 1 of MULTUM drug category #3 (broad level) */ @743 RX8V1C4 $CHAR3. /*For RX8, level 1 of MULTUM drug category #4 (broad level) */ @746 RX8V2C1 $CHAR3. /*For RX8, level 2 of MULTUM drug category #1 (intermediate level) */ @749 RX8V2C2 $CHAR3. /*For RX8, level 2 of MULTUM drug category #2 (intermediate level) */ @752 RX8V2C3 $CHAR3. /*For RX8, level 2 of MULTUM drug category #3 (intermediate level) */ @755 RX8V2C4 $CHAR3. /*For RX8, level 2 of MULTUM drug category #4 (intermediate level) */ @758 RX8V3C1 $CHAR3. /*For RX8, level 3 of MULTUM drug category #1 (detailed level) */ @761 RX8V3C2 $CHAR3. /*For RX8, level 3 of MULTUM drug category #2 (detailed level) */ @764 RX8V3C3 $CHAR3. /*For RX8, level 3 of MULTUM drug category #3 (detailed level) */ @767 RX8V3C4 $CHAR3. /*For RX8, level 3 of MULTUM drug category #4 (detailed level) */ @770 EBILLANYE 2. /*Does your ED submit any claims electronically (electronic billing)? */ @772 EINSELIGE 2. /*Does your ED verify an individual patient's insurance eligibility electronically, with results returned immediately? */ @774 EMRED 2. /*Does your ED use an electronic medical record (EMR) or electronic health record (EHR) system? */ @776 EHRINSE 2. /*Does your ED have plans for installing a new EMR/EHR system within the next 18 months? */ @778 EDEMOGE 2. /*Does your ED have a computerized system for recording patient history and demographic information? */ @780 EPROLSTE 2. /*If yes to patient history and demographic information, does this include a patient problem list? */ @782 EPNOTESE 2. /*Does your ED have a computerized system for recording clinical notes? */ @784 EMEDALGE 2. /*If yes to recording clinical notes, do they include a comprehensive list of the patient's medications and allergies? */ @786 ECPOEE 2. /*Does your ED have a computerized system for ordering prescriptions? */ @788 ESCRIPE 2. /*If yes to ordering prescriptions, are prescriptions sent electronically to the pharmacy? */ @790 EWARNE 2. /*If yes to ordering prescriptions, are warnings of drug interactions or contraindications provided? */ @792 EREMINDE 2. /*Does your ED have a computerized system for providing reminders for guideline-based interventions or screening tests? */ @794 ECTOEE 2. /*Does your ED have a computerized system for ordering lab tests? */ @796 EORDERE 2. /*If yes to ordering lab tests, are orders sent electronically? */ @798 ESETSE 2. /*Does your ED have a computerized system for providing standard order sets related to a particular condition or procedure? */ @800 ERESULTE 2. /*Does your ED have a computerized system for viewing lab results? */ @802 ERESEHRE 2. /*If yes to viewing lab results, are results incorporated in EMR/EHR? */ @804 EIMGRESE 2. /*Does your ED have a computerized system for viewing imaging results? */ @806 EQOCE 2. /*Does your ED have a computerized system for viewing data on quality of care measures? */ @808 EIMMREGE 2. /*Does your ED have a computerized system for electronic reporting to immunization registries? */ @810 EPUBHLTHE 2. /*Does your ED have a computerized system for public health reporting? */ @812 ENOTDISE 2. /*If yes to public health reporting, are notifiable diseases sent electronically? */ @814 ESUME 2. /*Does your ED have a computerized system for providing patients with clinical summaries for each visit? */ @816 EMSGE 2. /*Does your ED have a computerized system for exchanging secure messages with patients? */ @818 EWHOPRACE 2. /*At your ED, if orders for prescr/lab tests submitted electronically, who submits them: Prescribing practitioner (unedited) */ @820 EWHOOTHE 2. /*At your ED, if orders for prescr/lab tests submitted electronically, who submits them: Other (unedited) */ @822 EWHONOTE 2. /*At your ED, prescriptions and lab test orders are not submitted electronically (unedited) */ @824 EWHOUNKE 2. /*At your ED, if orders for prescr/lab tests submitted electronically, who submits them: Unknown (unedited) */ @826 EWHOPRACER 2. /*At your ED, if orders for prescr/lab tests submitted electronically, who submits them: Prescribing practitioner (edited) */ @828 EWHOOTHER 2. /*At your ED, if orders for prescr/lab tests submitted electronically, who submits them: Other (edited) */ @830 EWHONOTER 2. /*At your ED, prescriptions and lab tests orders are not submitted electronically (edited) */ @832 EWHOUNKER 2. /*At your ED, if orders for prescr/lab tests submitted electronically, who submits them: Unknown (edited) */ @834 EXCHSUME 2. /*Does your ED exchange clinical summaries electronically with any other providers? */ @836 EXCHSUM1E 2. /*How does ED electronically send/receive patient clinical summaries: Through EMR/EHR vendor */ @838 EXCHSUM2E 2. /*How does ED electronically send/receive patient clinical summaries: Through hospital-based system */ @840 EXCHSUM3E 2. /*How does ED electronically send/receive patient clinical summaries: Through Health Information Organization or state exchange? */ @842 EXCHSUM4E 2. /*How does ED electronically send/receive patient clinical summaries: Through secure email attachment */ @844 EXCHSUM5E 2. /*How does ED electronically send/receive patient clinical summaries: Other */ @846 EXCHSUM6E 2. /*How does ED electronically send/receive patient clinical summaries: Unknown */ @848 PAYHITH 2. /*Does your hospital have plans to apply for Medicare or Medicaid incentive payments for meaningful use of Health IT? */ @850 PAYYRH 2. /*In which year does your hospital expect to apply for the meaningful use payments? */ @852 INCSHX 2. /*In the last two years, has your ED increased the number of standard treatment spaces? */ @854 INCPHYS 2. /*In the last two years, has your ED's physical space been expanded? */ @856 EXPSPACE 2. /*Do you have plans to expand your your ED's physical space within the next two years? */ @858 SURGDAY 2. /*How many days in a week are inpatient elective surgeries scheduled? */ @860 BEDCZAR 2. /*Does your hospital have a bed coordinator, sometimes referred to as a bed czar? */ @862 BEDDATA 2. /*How often are hospital bed census data available? */ @864 HLIST 2. /*Does your hospital have hospitalists on staff? */ @866 HLISTED 2. /*Do the hospitalists on staff at your hospital admit patients from your ED? */ @868 OBSUNITS 2. /*Does your ED have a physically separate observation or clinical decision unit? */ @870 OBSDECMD 2. /*What type of physicians make decisions for patients in this observation or clinical decision unit? */ @872 BOARD 2. /*Are admitted ED patients ever "boarded" for more than 2 hours in the ED or obs unit while waiting for an inpatient bed? */ @874 BOARDHOS 2. /*If ED is critically overloaded, are admitted ED patients ever "boarded" in inpatient hallways/other space outside ED? */ @876 AMBDIV 2. /*Did your ED go on ambulance diversion in 2010? */ @878 TOTHRDIVR 2. /*Total number of hours your hospital's ED was on ambulance diversion in 2010 */ @880 REGDIV 2. /*Is ambulance diversion actively managed on a regional level versus each hospital adopting diversion if and when it chooses? */ @882 ADMDIV 2. /*Does your hospital continue to admit elective or scheduled surgery cases when ED is on ambulance diversion? */ @884 BEDREG 2. /*Does your ED use bedside registration? */ @886 CATRIAGE 2. /*Does your ED use computer-assisted triage? */ @888 FASTTRAK 2. /*Does your ED use separate fast track unit for nonurgent care? */ @890 EDPTOR 2. /*Does your ED use separate operating room dedicated to ED patients? */ @892 DASHBORD 2. /*Does your ED use electronic dashboard? */ @894 RFID 2. /*Does your ED use radio frequency identification tracking? */ @896 ZONENURS 2. /*Does your ED use zone nursing? */ @898 POOLNURS 2. /*Does your ED use pool nurses? */ @900 FULLCAP 2. /*Does your ED use full capacity protocol? */ @902 ETHIM 1. /*Imputed ethnicity */ @903 RACER 1. /*Imputed race: White/Black/Other */ @904 RACERETH 1. /*Imputed race/ethnicity (RACER and ETHIM combined) */ @905 AGEDAYS 3. /*Age in days for patients less than one year */ @908 AGER 1. /*Age recode */ @909 CAUSE1R 4. /*Cause of Injury #1 – numeric recode */ @913 CAUSE2R 4. /*Cause of injury #2 – numeric recode */ @917 CAUSE3R 4. /*Cause of injury #3 – numeric recode */ @921 INTENTR 2. /*Intentionality of Injury (Recoded based on CAUSE1) */ @923 DIAG1R 6. /*Diagnosis #1 - numeric recode */ @929 DIAG2R 6. /*Diagnosis #2 - numeric recode */ @935 DIAG3R 6. /*Diagnosis #3 - numeric recode */ @941 HDDIAGR 6. /*Principal hospital discharge diagnosis- numeric recode */ @947 WHOCOMP 2. /*Who completed the Patient Record Forms? */ @949 SETTYPE 1. /*Setting type */ @950 YEAR 4. /*YEAR (2011) */ @954 CSTRATM 8. /*Clustered CSTRATM -- masked */ @962 CPSUM 6. /*Clustered CPSUM -- masked */ @968 EDWT 6. /*ED weight */ @974 BLANK5 2. /*Reserved for possible future use */ @976 BLANK6 2. /*Reserved for possible future use */ @978 BLANK7 2. /*Reserved for possible future use */ @980 BLANK8 2. /*Reserved for possible future use */ @982 INJR1 1. /*Recode of INJURY using modified OAE definition with first-listed reason, cause of injury, and diagnosis */ @983 INJR2 1. /*Recode of INJURY using modified OAE definition with any-listed reason, cause of injury, diagnosis */ @984 ADVCOMP1 1. /*Recoded: visit related to adverse effects/complications based on first-listed reason, cause, diagnosis */ @985 ADVCOMP2 1. /*Recoded: visit related to adverse effects/complications based on any-listed reason, cause, diagnosis */ ;