/* PROGRAM: ED10INP PURPOSE: INPUT STATEMENT TO READ PUBLIC USE VERSION OF 2010 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 physician */ @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/SCHIP */ @31 PAYWKCMP 1. /*Expected source of payment: Workers Compensation */ @32 PAYSELF 1. /*Expected source of payment: Self pay */ @33 PAYNOCHG 1. /*Expected source of payment: No charge */ @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 */ @38 TEMPF 4. /*Temperature in Fahrenheit */ @42 PULSE 3. /*Initial vital signs: Heart rate */ @45 RESPR 3. /*Initial vital signs: Patient's respiratory rate */ @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 */ @59 GCS 2. /*Initial vital signs: Glasgow coma scale */ @61 IMMEDR 2. /*Immediacy with which patient should be seen */ @63 PAINSCALE 2. /*Presenting level of pain */ @65 SEEN72 2. /*Seen in 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 in this ED within the last 12 months? */ @71 RFV1 5. /*Reason #1 - detailed category */ @76 RFV2 5. /*Reason #2 - detailed category */ @81 RFV3 5. /*Reason #3 - detailed category */ @71 RFV13D 4. /*Reason #1 - broader category */ @76 RFV23D 4. /*Reason #2 - broader category */ @81 RFV33D 4. /*Reason #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. /*Intentionality of injury */ @91 CAUSE1 $CHAR4. /*Cause #1 - detailed category */ @95 CAUSE2 $CHAR4. /*Cause #2 - detailed category */ @99 CAUSE3 $CHAR4. /*Cause #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 dx1, is this probable, questionable, or ruleout? */ @120 PRDIAG2 2. /*For dx2, is this probable, questionable, or ruleout? */ @122 PRDIAG3 2. /*For dx3, is this probable, questionable, or ruleout? */ @124 CEBVD 1. /*Does patient have cerebrovascular disease/history of stroke? */ @125 CHF 1. /*Congestive heart failure */ @126 EDDIAL 1. /*Condition requiring dialysis */ @127 EDHIV 1. /*HIV */ @128 DIABETES 1. /*Diabetes */ @129 NOCHRON 1. /*None of the above */ @130 DIAGSCRN 1. /*Were diagnostic services ordered or provided? */ @131 CBC 1. /*CBC */ @132 BUNCREAT 1. /*BUN (Blood urea nitrogen)/creatinine */ @133 CARDENZ 1. /*Cardiac Enzymes */ @134 ELECTROL 1. /*Electrolytes */ @135 GLUCOSE 1. /*Glucose */ @136 LFT 1. /*Liver Function Tests */ @137 ABG 1. /*Arteriel Blood Gases */ @138 PTTINR 1. /*Prothrombin time/INR */ @139 BLOODCX 1. /*Blood culture */ @140 BAC 1. /*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. /*Rapid flu/Influenza test */ @146 PREGTEST 1. /*Pregnancy test */ @147 TOXSCREN 1. /*Toxicology screen */ @148 URINE 1. /*Urinalysis */ @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. /*CAT scan */ @154 CTHEAD 1. /*CT Scan- head */ @155 CTNHEAD 1. /*CT Scan- not head */ @156 CTUNK 1. /*CT Scan - site not specified */ @157 MRI 1. /*MRI scan */ @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 performed? */ @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. /*Given in ED or RX at discharge */ @221 GPMED2 2. /*Given in ED or RX at discharge */ @223 GPMED3 2. /*Given in ED or RX at discharge */ @225 GPMED4 2. /*Given in ED or RX at discharge */ @227 GPMED5 2. /*Given in ED or RX at discharge */ @229 GPMED6 2. /*Given in ED or RX at discharge */ @231 GPMED7 2. /*Given in ED or RX at discharge */ @233 GPMED8 2. /*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. /*Resident/Intern seen */ @241 CONSULT 1. /*Consulting physician seen */ @242 RNLPN 1. /*Registered nurse/LPN seen */ @243 NURSEPR 1. /*Nurse practitioner seen */ @244 PHYSASST 1. /*Physician assistant seen */ @245 EMT 1. /*EMT */ @246 MHPROV 1. /*Mental health provider */ @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 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 med #1 */ @321 CONTSUB1 1. /*Controlled status code for med #1 */ @322 COMSTAT1 1. /*Composition status code for med #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. /*Medication #2 - Drug ID */ @377 PRESCR2 1. /*Prescription status code */ @378 CONTSUB2 1. /*Controlled status code */ @379 COMSTAT2 1. /*Composition status code */ @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. /*Medication #3 - Drug ID */ @434 PRESCR3 1. /*Prescription status code */ @435 CONTSUB3 1. /*Controlled status code */ @436 COMSTAT3 1. /*Composition status code */ @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. /*Medication #4 - Drug ID */ @491 PRESCR4 1. /*Prescription status code */ @492 CONTSUB4 1. /*Controlled status code */ @493 COMSTAT4 1. /*Composition status code */ @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. /*Medication #5 - Drug ID */ @548 PRESCR5 1. /*Prescription status code */ @549 CONTSUB5 1. /*Controlled status code */ @550 COMSTAT5 1. /*Composition status code */ @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. /*Medication #6 - Drug ID */ @605 PRESCR6 1. /*Prescription status code */ @606 CONTSUB6 1. /*Controlled status code */ @607 COMSTAT6 1. /*Composition status code */ @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. /*Medication #7 - Drug ID */ @662 PRESCR7 1. /*Prescription status code */ @663 CONTSUB7 1. /*Controlled status code */ @664 COMSTAT7 1. /*Composition status code */ @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. /*Medication #8 - Drug ID */ @719 PRESCR8 1. /*Prescription status code */ @720 CONTSUB8 1. /*Controlled status code */ @721 COMSTAT8 1. /*Composition status code */ @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 EBILLRECE 2. /*Does your ED submit claims electronically (electronic billing)? */ @772 EMRED 2. /*Does your ED use electronic medical or health records (EMR/EHR) (not including billing records)? */ @774 EDEMOGE 2. /*Does your ED have a computerized system for patient demographic information? */ @776 EPROLSTE 2. /*If yes, does this include patient problem list? */ @778 EPNOTESE 2. /*Does your ED have a computerized system for clinical notes? */ @780 EMEDSE 2. /*If clinical notes are included, do they include a list of medications that the patient is taking? */ @782 EALLERGE 2. /*If clinical notes are included, do they include a comprehensive list of the patient’s allergies? */ @784 ECPOEE 2. /*Does your ED have a computerized system for orders for prescriptions? */ @786 EWARNE 2. /*If yes, are there warnings of drug interactions or contraindications provided? */ @788 ESCRIPE 2. /*If yes, are prescriptions sent electronically to the pharmacy? */ @790 ECTOEE 2. /*Does your ED have a computerized system for orders for tests? */ @792 EORDERE 2. /*If yes, are orders sent electronically? */ @794 ERESULTE 2. /*Does your ED have a computerized system for viewing of lab results? */ @796 ERESEHRE 2. /*If viewing of lab results are included, are results incorporated in EMR/EHR? */ @798 ERANGEE 2. /*If yes, are out of range values highlighted? */ @800 EIMGRESE 2. /*Does your ED have a computerized system for viewing of imaging results? */ @802 EREMINDE 2. /*Does your ED have a computerized system for reminders for guideline-based interventions and/or screening tests? */ @804 EIMMREGE 2. /*Does your ED have a computerized system for electronic reporting to immunization registries? */ @806 EHRWHO1E 1. /*If orders for prescr/lab tests submitted electronically, who submits them: prescribing practitioner - unedited */ @807 EHRWHO2E 1. /*If orders for prescr/lab tests submitted electronically, who submits them: other clinician - unedited */ @808 EHRWHO3E 1. /*If orders for prescr/lab tests submitted electronically, who submits them: lab technician - unedited */ @809 EHRWHO4E 1. /*If orders for prescr/lab tests submitted electronically, who submits them: admin pers - unedited */ @810 EHRWHO5E 1. /*If orders for prescr/lab tests submitted electronically, who submits them: other personnel - unedited */ @811 EHRWHO6E 1. /*Orders for prescriptions and lab tests not submitted electronically - unedited */ @812 EHRWHO7E 1. /*If orders for prescr/lab tests submitted electronically, who submits them: unknown - unedited */ @813 EHRWHO1ER 2. /*If orders for prescr/lab tests submitted electronically, who submits them: prescribing practitioner - edited */ @815 EHRWHO2ER 2. /*If orders for prescr/lab tests submitted electronically, who submits them: other clinician - edited */ @817 EHRWHO3ER 2. /*If orders for prescr/lab tests submitted electronically, who submits them: lab technician - edited */ @819 EHRWHO4ER 2. /*If orders for prescr/lab tests submitted electronically, who submits them: admin pers- edited */ @821 EHRWHO5ER 2. /*If orders for prescr/lab tests submitted electronically, who submits them: other personnel - edited */ @823 EHRWHO6ER 2. /*Orders for prescriptions and lab tests not submitted electronically - edited */ @825 EHRWHO7ER 2. /*If orders for prescr/lab tests submitted electronically, who submits them: unknown - edited */ @827 EHRINSE 2. /*Does your ED have plans for installing a new EMR/EHR system within the next 18 months? */ @829 PAYHITH 2. /*Does your hospital have plans to apply for Medicare or Medicaid incentive payments for meaningful use of Health IT? */ @831 PAYYRH 2. /*What year does your hospital expect to apply for the meaningful use payments? */ @833 BLANK5 2. /*Reserved for possible future use */ @835 INCSHX 2. /*In the last two years, has your ED increased the number of standard treatment spaces? */ @837 INCPHYS 2. /*In the last two years, has your ED's physical space been expanded? */ @839 EXPSPACE 2. /*Do you have plans to expand your your ED's physical space within the next two years? */ @841 SURGDAY 2. /*How many days in a week are inpatient elective surgeries scheduled? */ @843 BEDCZAR 2. /*Does your hospital have a bed coordinator, sometimes known as a bed czar? */ @845 BEDDATA 2. /*How often are hospital bed censes data available? */ @847 HLIST 2. /*Does your hospital have hospitalists on staff? */ @849 HLISTED 2. /*Do the hospitalists on staff at your hospital admit patients from your ED? */ @851 OBSUNITS 2. /*Does your ED have an observation unit or clinical decision unit? */ @853 OBSDECMD 2. /*What type of physicians make decisions for patients in this observation or clinical decision unit? */ @855 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? */ @857 BOARDHOS 2. /*If the ED is critically overloaded, are admitted ED pats ever "boarded" in inpat hallways/other space outside ED? */ @859 AMBDIV 2. /*Did your hospital go on ambulance diversion in 2009? */ @861 TOTHRDIVR 2. /*Number of hours hospital was on ambulance diversion in 2009 */ @863 REGDIV 2. /*Is ambulance diversion actively managed on a regional level versus each hospital adopting diversion if and when it chooses? */ @865 ADMDIV 2. /*Does your hospital continue to admit elective or schedule surgery cases when ED is on ambulance diversion? */ @867 BEDREG 2. /*Does your ED use bedside registration? */ @869 CATRIAGE 2. /*Does your ED use computer-assisted triage? */ @871 FASTTRAK 2. /*Does your ED use separate fast track unit for nonurgent care? */ @873 EDPTOR 2. /*Does your ED use separate operating room dedicated to ED patients? */ @875 DASHBORD 2. /*Does your ED use electronic dashboard? */ @877 RFID 2. /*Does your ED use radio frequency identification tracking? */ @879 ZONENURS 2. /*Does your ED use zone nursing? */ @881 POOLNURS 2. /*Does your ED use pool nursing? */ @883 FULLCAP 2. /*Does your ED use full capacity protocol? */ @885 ETHIM 1. /*Imputed ethnicity */ @886 RACER 1. /*White/Black/Other imputed race */ @887 RACERETH 1. /*RACER and ETHNIC combination */ @888 AGEDAYS 3. /*Age in days for patients less than one year */ @891 AGER 1. /*Age recode */ @892 CAUSE1R 4. /*Cause of Injury #1 – numeric recode */ @896 CAUSE2R 4. /*Cause of injury #2 – numeric recode */ @900 CAUSE3R 4. /*Cause of injury #3 – numeric recode */ @904 INTENTR 2. /*Intentionality of Injury (based on CAUSE1) */ @906 DIAG1R 6. /*Diagnosis #1 - numeric recode */ @912 DIAG2R 6. /*Diagnosis #2 - numeric recode */ @918 DIAG3R 6. /*Diagnosis #3 - numeric recode */ @924 HDDIAGR 6. /*Principal hospital discharge diagnosis-numeric recode */ @930 WHOCOMP 2. /*Who completed the Patient Record Forms? */ @932 SETTYPE 1. /*Setting type */ @933 YEAR 4. /*YEAR (2010) */ @937 CSTRATM 8. /*Clustered CSTRATM -- masked */ @945 CPSUM 6. /*Clustered CPSUM -- masked */ @951 EDWT 6. /*ED weight */ @957 PCTPOVR 2. /*Recoded % of population below the poverty level in patient's ZIP code */ @959 HINCOMER 2. /*Recoded median household income in patient's ZIP code */ @961 PBAMORER 2. /*Recoded % of population 25 years and over w/BA or higher in patient's ZIP code */ @963 URBANRUR 2. /*Recoded urban-rural classification */ @965 INJR1 1. /*Recode of INJURY using modified OAE definition with first-listed reason, cause of injury, and diagnosis */ @966 INJR2 1. /*Recode of INJURY using modified OAE definition with any-listed reason, cause of injury, diagnosis */ @967 ADVCOMP1 1. /*Recoded: visit related to adverse effects/complications based on first-listed reason, cause, diagnosis */ @968 ADVCOMP2 1. /*Recoded: visit related to adverse effects/complications based on any-listed reason, cause, diagnosis */ ;