/* PROGRAM: ED09INP PURPOSE: INPUT STATEMENT TO READ 2009 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 VYEAR 4. /*Year of Visit */ @7 VDAYR 1. /*Day of Week of Visit */ @8 AGE 3. /*Patient age in years */ @11 ARRTIME $CHAR4. /*Arrival time */ @15 WAITTIME 4. /*Waiting time to see MD/DO/PA/NP */ @19 LOV 4. /*Length of visit */ @23 RESIDNCE 2. /*Patient residence */ @25 SEX 1. /*Patient Sex */ @26 ETHUN 2. /*Unimputed ethnicity */ @28 RACEUN 2. /*Unimputed race */ @30 ARREMS 2. /*Arrival by ambulance */ @32 PAYPRIV 1. /*Expected source of payment: Private insurance */ @33 PAYMCARE 1. /*Expected source of payment: Medicare */ @34 PAYMCAID 1. /*Expected source of payment: Medicaid */ @35 PAYWKCMP 1. /*Expected source of payment: Worker's Compensation */ @36 PAYSELF 1. /*Expected source of payment: Self pay */ @37 PAYNOCHG 1. /*Expected source of payment: No charge */ @38 PAYOTH 1. /*Expected source of payment: Other */ @39 PAYDK 1. /*Expected source of payment: Unknown */ @40 PAYTYPER 2. /*Recoded primary expected source of payment */ @42 TEMPF 4. /*Temperature in Fahrenheit */ @46 PULSE 3. /*Initial vital signs: Heart rate */ @49 RESPR 2. /*Initial vital signs: Respiratory rate */ @51 BPSYS 3. /*Initial vital signs: BP - Systolic */ @54 BPDIAS 3. /*Initial vital signs: BP - Diastolic */ @57 POPCT 3. /*Initial vital signs: Pulse oximetry (percent) */ @60 ONO2 2. /*Initial vital signs: On oxygen */ @62 GCS 2. /*Initial vital signs: Glasgow coma scale */ @64 IMMEDR 2. /*Recoded Immediacy with which patient should be seen */ @66 PAINSCALE 2. /*Pain scale */ @68 SEEN72 2. /*Seen in this ED within the last 72 hours? */ @70 DISCH7DA 2. /*Discharged from any hospital within last 7 days */ @72 PASTVIS 2. /*How many times has patient been seen in this ED within last 12 months? */ @74 RFV1 5. /*Reason #1 - detailed category */ @79 RFV2 5. /*Reason #2 - detailed category */ @84 RFV3 5. /*Reason #3 - detailed category */ @74 RFV13D 4. /*Reason for visit #1 - broad category */ @79 RFV23D 4. /*Reason for visit #2 - broad category */ @84 RFV33D 4. /*Reason for visit #3 - broad category */ @89 EPISODE 2. /*Episode of care */ @91 INJURY 1. /*Is this visit related to injury, poisoning or adverse effect of medical treatment? */ @92 INTENT 2. /*Intentionality of injury */ @94 CAUSE1 $CHAR4. /*Cause #1 - detailed category */ @98 CAUSE2 $CHAR4. /*Cause #2 - detailed category */ @102 CAUSE3 $CHAR4. /*Cause #3 - detailed category */ @94 CAUSE13D $CHAR3. /*Cause #1 - broad category */ @98 CAUSE23D $CHAR3. /*Cause #2 - broad category */ @102 CAUSE33D $CHAR3. /*Cause #3 - broad category */ @106 VCAUSE $CHAR100. /*Cause of injury-verbatim text */ @206 DIAG1 $CHAR5. /*Diagnosis #1 - detailed category */ @211 DIAG2 $CHAR5. /*Diagnosis #2 - detailed category */ @216 DIAG3 $CHAR5. /*Diagnosis #3 - detailed category */ @206 DIAG13D $CHAR3. /*Diagnosis #1 - broad category */ @211 DIAG23D $CHAR3. /*Diagnosis #2 - broad category */ @216 DIAG33D $CHAR3. /*Diagnosis #3 - broad category */ @221 PRDIAG1 2. /*For diag1, is this probable, questionable, or ruleout? */ @223 PRDIAG2 2. /*For diag2, is this probable, questionable, or ruleout? */ @225 PRDIAG3 2. /*For diag3, is this probable, questionable, or ruleout? */ @227 CEBVD 1. /*Does patient have: Cerebrovascular disease/History of stroke? */ @228 CHF 1. /*Does patient have: congestive heart failure */ @229 EDDIAL 1. /*Does patient have: Condition requiring dialysis */ @230 EDHIV 1. /*Does patient have: HIV */ @231 DIABETES 1. /*Does patient have: Diabetes */ @232 NOCHRON 1. /*Does patient have: None of the above */ @233 DIAGSCRN 1. /*Were diagnostic services ordered or provided? */ @234 CBC 1. /*CBC */ @235 BUNCREAT 1. /*BUN (Blood urea nitrogen)/creatinine */ @236 CARDENZ 1. /*Cardiac Enzymes */ @237 ELECTROL 1. /*Electrolytes */ @238 GLUCOSE 1. /*Glucose */ @239 LFT 1. /*Liver Function Tests */ @240 ABG 1. /*Arterial Blood Gases */ @241 PTTINR 1. /*Prothrombin time/INR */ @242 BLOODCX 1. /*Blood culture */ @243 BAC 1. /*Blood alcohol */ @244 OTHERBLD 1. /*Other blood test */ @245 CARDMON 1. /*Cardiac monitor */ @246 EKG 1. /*EKG/ECG */ @247 HIVTEST 1. /*HIV test */ @248 FLUTEST 1. /*Influenza test */ @249 PREGTEST 1. /*Pregnancy test */ @250 TOXSCREN 1. /*Toxicology screen */ @251 URINE 1. /*Urinalysis (UA) */ @252 WOUNDCX 1. /*Wound culture */ @253 OTHRTEST 1. /*Other test/service */ @254 ANYIMAGE 1. /*Was any imaging ordered or provided? (derived from item 7.22-7.26) */ @255 XRAY 1. /*X-ray */ @256 CATSCAN 1. /*CAT scan */ @257 CTHEAD 1. /*CT Scan- head */ @258 CTNHEAD 1. /*CT Scan- not head */ @259 CTUNK 1. /*CT Scan - site not specified */ @260 MRI 1. /*MRI scan */ @261 ULTRASND 1. /*Ultrasound */ @262 OTHIMAGE 1. /*Other imaging */ @263 TOTDIAG 2. /*Total number of diagnostic/screening services ordered or provided */ @265 PROC 1. /*Were procedures provided at this visit? */ @266 IVFLUIDS 1. /*IV fluids */ @267 CAST 1. /*Cast */ @268 SPLINT 1. /*Splint or wrap */ @269 SUTURE 1. /*Suturing/Staples */ @270 INCDRAIN 1. /*Incision and drainage (I&D) */ @271 FBREM 1. /*Foreign body removal */ @272 NEBUTHER 1. /*Nebulizer therapy */ @273 BLADCATH 1. /*Bladder catheter */ @274 PELVIC 1. /*Pelvic exam */ @275 CENTLINE 1. /*Central line */ @276 CPR 1. /*CPR */ @277 ENDOINT 1. /*Endotracheal intubation */ @278 OTHPROC 1. /*Other procedure */ @279 TOTPROC 2. /*Total number of procedures provided */ @281 MED 1. /*Were medications given at this visit or prescribed at ED discharge? */ @282 MED1 $CHAR5. /*Medication 1 */ @287 MED2 $CHAR5. /*Medication 2 */ @292 MED3 $CHAR5. /*Medication 3 */ @297 MED4 $CHAR5. /*Medication 4 */ @302 MED5 $CHAR5. /*Medication 5 */ @307 MED6 $CHAR5. /*Medication 6 */ @312 MED7 $CHAR5. /*Medication 7 */ @317 MED8 $CHAR5. /*Medication 8 */ @322 GPMED1 2. /*Given in ED or RX at discharge */ @324 GPMED2 2. /*Given in ED or RX at discharge */ @326 GPMED3 2. /*Given in ED or RX at discharge */ @328 GPMED4 2. /*Given in ED or RX at discharge */ @330 GPMED5 2. /*Given in ED or RX at discharge */ @332 GPMED6 2. /*Given in ED or RX at discharge */ @334 GPMED7 2. /*Given in ED or RX at discharge */ @336 GPMED8 2. /*Given in ED or RX at discharge */ @338 NUMGIV 1. /*Number of medications given in ED */ @339 NUMDIS 1. /*Number of medications prescribed at discharge */ @340 NUMMED 1. /*Number of medications coded */ @341 NOPROVID 1. /*No answer to provider seen item */ @342 ATTPHYS 1. /*ED attending physician seen */ @343 RESINT 1. /*Resident/Intern seen */ @344 CONSULT 1. /*Consulting physician seen */ @345 RNLPN 1. /*Registered nurse/LPN seen */ @346 NURSEPR 1. /*Nurse practitioner seen */ @347 PHYSASST 1. /*Physician assistant seen */ @348 EMT 1. /*EMT */ @349 MHPROV 1. /*Mental health provider */ @350 OTHPROV 1. /*Other provider seen */ @351 NODISP 1. /*No answer to disposition item */ @352 NOFU 1. /*No follow up planned */ @353 RETPRN 1. /*Return if needed PRN/appointment */ @354 RETREFFU 1. /*Return/refer to physician/clinic for FU */ @355 LEFTBMSE 1. /*Left before medical screening exam */ @356 LEFTAMSE 1. /*Left after medical screening exam */ @357 LEFTAMA 1. /*Left AMA */ @358 DOA 1. /*DOA */ @359 DIEDED 1. /*Died in ED */ @360 TRANPSYC 1. /*Transfer to psychiatric hospital */ @361 TRANOTH 1. /*Transfer to other hospital */ @362 ADMITHOS 1. /*Admit to this hospital */ @363 OBSHOS 1. /*Admit to observation unit, then hospitalized. */ @364 OBSDIS 1. /*Admit to observation unit, then discharged. */ @365 OTHDISP 1. /*Other disposition */ @366 ADMIT 2. /*Admitted to: */ @368 ADMTPHYS 2. /*Admitting physician */ @370 BOARDED 4. /*Difference between time bed requested and time patient left ED */ @374 LOS 4. /*Length of stay (in hospital) */ @378 HDDIAG $CHAR5. /*Principal hospital discharge diagnosis */ @383 HDSTAT 2. /*Hospital discharge status */ @385 ADISP 2. /*Disposition of live discharges */ @387 OBSSTAY 4. /*Difference between time of ED discharge and observation unit discharge */ @391 PATWT 6. /*Patient visit weight */ @397 REGION 1. /*Geographic region */ @398 MSA 1. /*MSA or non-MSA area */ @399 OWNER 1. /*Hospital ownership */ @400 BLANK1 1. /*Reserved for possible future use */ @401 BLANK2 2. /*Reserved for possible future use */ @403 BLANK3 1. /*Reserved for possible future use */ @404 HOSPCODE 3. /*Hospital number */ @407 PATCODE 3. /*Patient code */ @410 BDATEFL 1. /*Birth date imputed? */ @411 SEXFL 1. /*Sex imputed? */ @412 ETHNICFL 1. /*Ethnicity imputed? */ @413 RACERFL 1. /*RACER imputed? */ @414 IMMEDRFL 1. /*Immediacy imputed? */ @415 BLANK4 1. /*Reserved for possible future use */ @416 DRUGID1 $CHAR6. /*Drug ID code for medication #1 */ @422 PRESCR1 1. /*Prescription status code for med #1 */ @423 CONTSUB1 1. /*Controlled status code for med #1 */ @424 COMSTAT1 1. /*Composition status code for med #1 */ @425 RX1CAT1 $CHAR3. /*For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @428 RX1CAT2 $CHAR3. /*For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @431 RX1CAT3 $CHAR3. /*For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @434 RX1CAT4 $CHAR3. /*For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @437 RX1V1C1 $CHAR3. /*For RX1, level 1 of MULTUM drug category #1 (broad level) */ @440 RX1V1C2 $CHAR3. /*For RX1, level 1 of MULTUM drug category #2 (broad level) */ @443 RX1V1C3 $CHAR3. /*For RX1, level 1 of MULTUM drug category #3 (broad level) */ @446 RX1V1C4 $CHAR3. /*For RX1, level 1 of MULTUM drug category #4 (broad level) */ @449 RX1V2C1 $CHAR3. /*For RX1, level 2 of MULTUM drug category #1 (intermediate level) */ @452 RX1V2C2 $CHAR3. /*For RX1, level 2 of MULTUM drug category #2 (intermediate level) */ @455 RX1V2C3 $CHAR3. /*For RX1, level 2 of MULTUM drug category #3 (intermediate level) */ @458 RX1V2C4 $CHAR3. /*For RX1, level 2 of MULTUM drug category #4 (intermediate level) */ @461 RX1V3C1 $CHAR3. /*For RX1, level 3 of MULTUM drug category #1 (detailed level) */ @464 RX1V3C2 $CHAR3. /*For RX1, level 3 of MULTUM drug category #2 (detailed level) */ @467 RX1V3C3 $CHAR3. /*For RX1, level 3 of MULTUM drug category #3 (detailed level) */ @470 RX1V3C4 $CHAR3. /*For RX1, level 3 of MULTUM drug category #4 (detailed level) */ @473 DRUGID2 $CHAR6. /*Medication #2 - Drug ID */ @479 PRESCR2 1. /*Prescription status code */ @480 CONTSUB2 1. /*Controlled status code */ @481 COMSTAT2 1. /*Composition status code */ @482 RX2CAT1 $CHAR3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @485 RX2CAT2 $CHAR3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @488 RX2CAT3 $CHAR3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @491 RX2CAT4 $CHAR3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @494 RX2V1C1 $CHAR3. /*For RX2, level 1 of MULTUM drug category #1 (broad level) */ @497 RX2V1C2 $CHAR3. /*For RX2, level 1 of MULTUM drug category #2 (broad level) */ @500 RX2V1C3 $CHAR3. /*For RX2, level 1 of MULTUM drug category #3 (broad level) */ @503 RX2V1C4 $CHAR3. /*For RX2, level 1 of MULTUM drug category #4 (broad level) */ @506 RX2V2C1 $CHAR3. /*For RX2, level 2 of MULTUM drug category #1 (intermediate level) */ @509 RX2V2C2 $CHAR3. /*For RX2, level 2 of MULTUM drug category #2 (intermediate level) */ @512 RX2V2C3 $CHAR3. /*For RX2, level 2 of MULTUM drug category #3 (intermediate level) */ @515 RX2V2C4 $CHAR3. /*For RX2, level 2 of MULTUM drug category #4 (intermediate level) */ @518 RX2V3C1 $CHAR3. /*For RX2, level 3 of MULTUM drug category #1 (detailed level) */ @521 RX2V3C2 $CHAR3. /*For RX2, level 3 of MULTUM drug category #2 (detailed level) */ @524 RX2V3C3 $CHAR3. /*For RX2, level 3 of MULTUM drug category #3 (detailed level) */ @527 RX2V3C4 $CHAR3. /*For RX2, level 3 of MULTUM drug category #4 (detailed level) */ @530 DRUGID3 $CHAR6. /*Medication #3 - Drug ID */ @536 PRESCR3 1. /*Prescription status code */ @537 CONTSUB3 1. /*Controlled status code */ @538 COMSTAT3 1. /*Composition status code */ @539 RX3CAT1 $CHAR3. /*For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @542 RX3CAT2 $CHAR3. /*For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @545 RX3CAT3 $CHAR3. /*For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @548 RX3CAT4 $CHAR3. /*For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @551 RX3V1C1 $CHAR3. /*For RX3, level 1 of MULTUM drug category #1 (broad level) */ @554 RX3V1C2 $CHAR3. /*For RX3, level 1 of MULTUM drug category #2 (broad level) */ @557 RX3V1C3 $CHAR3. /*For RX3, level 1 of MULTUM drug category #3 (broad level) */ @560 RX3V1C4 $CHAR3. /*For RX3, level 1 of MULTUM drug category #4 (broad level) */ @563 RX3V2C1 $CHAR3. /*For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @566 RX3V2C2 $CHAR3. /*For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @569 RX3V2C3 $CHAR3. /*For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @572 RX3V2C4 $CHAR3. /*For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @575 RX3V3C1 $CHAR3. /*For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @578 RX3V3C2 $CHAR3. /*For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @581 RX3V3C3 $CHAR3. /*For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @584 RX3V3C4 $CHAR3. /*For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @587 DRUGID4 $CHAR6. /*Medication #4 - Drug ID */ @593 PRESCR4 1. /*Prescription status code */ @594 CONTSUB4 1. /*Controlled status code */ @595 COMSTAT4 1. /*Composition status code */ @596 RX4CAT1 $CHAR3. /*For RX4, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @599 RX4CAT2 $CHAR3. /*For RX4, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @602 RX4CAT3 $CHAR3. /*For RX4, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @605 RX4CAT4 $CHAR3. /*For RX4, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @608 RX4V1C1 $CHAR3. /*For RX4, level 1 of MULTUM drug category #1 (broad level) */ @611 RX4V1C2 $CHAR3. /*For RX4, level 1 of MULTUM drug category #2 (broad level) */ @614 RX4V1C3 $CHAR3. /*For RX4, level 1 of MULTUM drug category #3 (broad level) */ @617 RX4V1C4 $CHAR3. /*For RX4, level 1 of MULTUM drug category #4 (broad level) */ @620 RX4V2C1 $CHAR3. /*For RX4, level 2 of MULTUM drug category #1 (intermediate level) */ @623 RX4V2C2 $CHAR3. /*For RX4, level 2 of MULTUM drug category #2 (intermediate level) */ @626 RX4V2C3 $CHAR3. /*For RX4, level 2 of MULTUM drug category #3 (intermediate level) */ @629 RX4V2C4 $CHAR3. /*For RX4, level 2 of MULTUM drug category #4 (intermediate level) */ @632 RX4V3C1 $CHAR3. /*For RX4, level 3 of MULTUM drug category #1 (detailed level) */ @635 RX4V3C2 $CHAR3. /*For RX4, level 3 of MULTUM drug category #2 (detailed level) */ @638 RX4V3C3 $CHAR3. /*For RX4, level 3 of MULTUM drug category #3 (detailed level) */ @641 RX4V3C4 $CHAR3. /*For RX4, level 3 of MULTUM drug category #4 (detailed level) */ @644 DRUGID5 $CHAR6. /*Medication #5 - Drug ID */ @650 PRESCR5 1. /*Prescription status code */ @651 CONTSUB5 1. /*Controlled status code */ @652 COMSTAT5 1. /*Composition status code */ @653 RX5CAT1 $CHAR3. /*For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @656 RX5CAT2 $CHAR3. /*For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @659 RX5CAT3 $CHAR3. /*For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @662 RX5CAT4 $CHAR3. /*For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @665 RX5V1C1 $CHAR3. /*For RX5, level 1 of MULTUM drug category #1 (broad level) */ @668 RX5V1C2 $CHAR3. /*For RX5, level 1 of MULTUM drug category #2 (broad level) */ @671 RX5V1C3 $CHAR3. /*For RX5, level 1 of MULTUM drug category #3 (broad level) */ @674 RX5V1C4 $CHAR3. /*For RX5, level 1 of MULTUM drug category #4 (broad level) */ @677 RX5V2C1 $CHAR3. /*For RX5, level 2 of MULTUM drug category #1 (intermediate level) */ @680 RX5V2C2 $CHAR3. /*For RX5, level 2 of MULTUM drug category #2 (intermediate level) */ @683 RX5V2C3 $CHAR3. /*For RX5, level 2 of MULTUM drug category #3 (intermediate level) */ @686 RX5V2C4 $CHAR3. /*For RX5, level 2 of MULTUM drug category #4 (intermediate level) */ @689 RX5V3C1 $CHAR3. /*For RX5, level 3 of MULTUM drug category #1 (detailed level) */ @692 RX5V3C2 $CHAR3. /*For RX5, level 3 of MULTUM drug category #2 (detailed level) */ @695 RX5V3C3 $CHAR3. /*For RX5, level 3 of MULTUM drug category #3 (detailed level) */ @698 RX5V3C4 $CHAR3. /*For RX5, level 3 of MULTUM drug category #4 (detailed level) */ @701 DRUGID6 $CHAR6. /*Medication #6 - Drug ID */ @707 PRESCR6 1. /*Prescription status code */ @708 CONTSUB6 1. /*Controlled status code */ @709 COMSTAT6 1. /*Composition status code */ @710 RX6CAT1 $CHAR3. /*For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @713 RX6CAT2 $CHAR3. /*For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @716 RX6CAT3 $CHAR3. /*For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @719 RX6CAT4 $CHAR3. /*For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @722 RX6V1C1 $CHAR3. /*For RX6, level 1 of MULTUM drug category #1 (broad level) */ @725 RX6V1C2 $CHAR3. /*For RX6, level 1 of MULTUM drug category #2 (broad level) */ @728 RX6V1C3 $CHAR3. /*For RX6, level 1 of MULTUM drug category #3 (broad level) */ @731 RX6V1C4 $CHAR3. /*For RX6, level 1 of MULTUM drug category #4 (broad level) */ @734 RX6V2C1 $CHAR3. /*For RX6, level 2 of MULTUM drug category #1 (intermediate level) */ @737 RX6V2C2 $CHAR3. /*For RX6, level 2 of MULTUM drug category #2 (intermediate level) */ @740 RX6V2C3 $CHAR3. /*For RX6, level 2 of MULTUM drug category #3 (intermediate level) */ @743 RX6V2C4 $CHAR3. /*For RX6, level 2 of MULTUM drug category #4 (intermediate level) */ @746 RX6V3C1 $CHAR3. /*For RX6, level 3 of MULTUM drug category #1 (detailed level) */ @749 RX6V3C2 $CHAR3. /*For RX6, level 3 of MULTUM drug category #2 (detailed level) */ @752 RX6V3C3 $CHAR3. /*For RX6, level 3 of MULTUM drug category #3 (detailed level) */ @755 RX6V3C4 $CHAR3. /*For RX6, level 3 of MULTUM drug category #4 (detailed level) */ @758 DRUGID7 $CHAR6. /*Medication #7 - Drug ID */ @764 PRESCR7 1. /*Prescription status code */ @765 CONTSUB7 1. /*Controlled status code */ @766 COMSTAT7 1. /*Composition status code */ @767 RX7CAT1 $CHAR3. /*For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @770 RX7CAT2 $CHAR3. /*For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @773 RX7CAT3 $CHAR3. /*For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @776 RX7CAT4 $CHAR3. /*For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @779 RX7V1C1 $CHAR3. /*For RX7, level 1 of MULTUM drug category #1 (broad level) */ @782 RX7V1C2 $CHAR3. /*For RX7, level 1 of MULTUM drug category #2 (broad level) */ @785 RX7V1C3 $CHAR3. /*For RX7, level 1 of MULTUM drug category #3 (broad level) */ @788 RX7V1C4 $CHAR3. /*For RX7, level 1 of MULTUM drug category #4 (broad level) */ @791 RX7V2C1 $CHAR3. /*For RX7, level 2 of MULTUM drug category #1 (intermediate level) */ @794 RX7V2C2 $CHAR3. /*For RX7, level 2 of MULTUM drug category #2 (intermediate level) */ @797 RX7V2C3 $CHAR3. /*For RX7, level 2 of MULTUM drug category #3 (intermediate level) */ @800 RX7V2C4 $CHAR3. /*For RX7, level 2 of MULTUM drug category #4 (intermediate level) */ @803 RX7V3C1 $CHAR3. /*For RX7, level 3 of MULTUM drug category #1 (detailed level) */ @806 RX7V3C2 $CHAR3. /*For RX7, level 3 of MULTUM drug category #2 (detailed level) */ @809 RX7V3C3 $CHAR3. /*For RX7, level 3 of MULTUM drug category #3 (detailed level) */ @812 RX7V3C4 $CHAR3. /*For RX7, level 3 of MULTUM drug category #4 (detailed level) */ @815 DRUGID8 $CHAR6. /*Medication #8 - Drug ID */ @821 PRESCR8 1. /*Prescription status code */ @822 CONTSUB8 1. /*Controlled status code */ @823 COMSTAT8 1. /*Composition status code */ @824 RX8CAT1 $CHAR3. /*For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @827 RX8CAT2 $CHAR3. /*For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @830 RX8CAT3 $CHAR3. /*For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @833 RX8CAT4 $CHAR3. /*For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @836 RX8V1C1 $CHAR3. /*For RX8, level 1 of MULTUM drug category #1 (broad level) */ @839 RX8V1C2 $CHAR3. /*For RX8, level 1 of MULTUM drug category #2 (broad level) */ @842 RX8V1C3 $CHAR3. /*For RX8, level 1 of MULTUM drug category #3 (broad level) */ @845 RX8V1C4 $CHAR3. /*For RX8, level 1 of MULTUM drug category #4 (broad level) */ @848 RX8V2C1 $CHAR3. /*For RX8, level 2 of MULTUM drug category #1 (intermediate level) */ @851 RX8V2C2 $CHAR3. /*For RX8, level 2 of MULTUM drug category #2 (intermediate level) */ @854 RX8V2C3 $CHAR3. /*For RX8, level 2 of MULTUM drug category #3 (intermediate level) */ @857 RX8V2C4 $CHAR3. /*For RX8, level 2 of MULTUM drug category #4 (intermediate level) */ @860 RX8V3C1 $CHAR3. /*For RX8, level 3 of MULTUM drug category #1 (detailed level) */ @863 RX8V3C2 $CHAR3. /*For RX8, level 3 of MULTUM drug category #2 (detailed level) */ @866 RX8V3C3 $CHAR3. /*For RX8, level 3 of MULTUM drug category #3 (detailed level) */ @869 RX8V3C4 $CHAR3. /*For RX8, level 3 of MULTUM drug category #4 (detailed level) */ @872 EMRED 2. /*Does your ED use electronic medical or health records (EMR/EHR) (not including billing records)? */ @874 EDEMOGE 2. /*Does your ED have a computerized system for patient demographic information? */ @876 EPROLSTE 2. /*If yes, does this include patient problem lists? */ @878 ECPOEE 2. /*Does your ED have a computerized system for orders for prescriptions? */ @880 EWARNE 2. /*If yes, are there warnings of drug interactions or contraindications provided? */ @882 ESCRIPE 2. /*If yes, are prescriptions sent electronically to the pharmacy? */ @884 ECTOEE 2. /*Does your ED have a computerized sytem for orders for tests? */ @886 EORDERE 2. /*If yes, are orders sent electronically? */ @888 ERESULTE 2. /*Does your ED have a computerized system for viewing lab results? */ @890 ERANGEE 2. /*If yes, are out of range values highlighted? */ @892 EIMGRESE 2. /*Does your ED have a computerized system for viewing imaging results? */ @894 EIMAGEE 2. /*If yes, are electronic images returned? */ @896 EPNOTESE 2. /*Does your ED have a computerized system for clinical notes? */ @898 EHXFUE 2. /*If yes, do they include medical history and follow-up notes? */ @900 EREMINDE 2. /*Does your ED have a computerized system for reminders for guideline-based interventions and/or screening tests? */ @902 EPUBHTHE 2. /*Does your ED have a computerized system for public health reporting? */ @904 ENOTDISE 2. /*If yes, are notifiable diseases sent electronically? */ @906 EMRNEWE 2. /*Are there plans for installing a new EMR/EHR system or replacing the current system within the next 3 years? */ @908 INCSHX 2. /*In the last two years, has your ED increased the number of standard treatment spaces? */ @910 INCPHYS 2. /*In the last two years, has your ED's physical space been expanded? */ @912 EXPSPACE 2. /*Do you have plans to expand your your ED's physical space within the next two years? */ @914 SURGDAY 2. /*Number of days in a week elective surgeries scheduled */ @916 BEDCZAR 2. /*Does your hospital have a bed coordinator, sometimes known as a bed czar? */ @918 BEDDATA 2. /*How often are hospital bed censes data available? */ @920 OBSUNIT 2. /*Does your ED have a physicially separate observation unit or clinical decision unit? */ @922 OBSDEC 2. /*Do ED physicians make decisions for patients in this observation or clinical decision unit? */ @924 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? */ @926 BOARDHOS 2. /*If ED is critically overloaded, are admitted ED patients ever "boarded" in inpatient hallways/another space outside the ED? */ @928 DIV 1. /*Did your hospital's ED go on ambulance diversion in 2008? */ @929 TOTHRDIVR 1. /*Number of hours hospital's ED was on ambulance diversion in 2008 */ @930 REGDIV 2. /*Is ambulance diversion actively managed on a regional level versus each hospital adopting diversion if and when it chooses? */ @932 ADMDIV 2. /*Does your hospital continue to admit elective or schedule surgery cases when ED is on ambulance diversion? */ @934 BEDREG 1. /*Does your ED use bedside registration? */ @935 CATRIAGE 1. /*Does your ED use computer-assisted triage? */ @936 FASTTRAK 1. /*Does your ED use separate fast track unit for nonurgent care? */ @937 EDPTOR 1. /*Does your ED use separate operating room dedicated to ED patients? */ @938 DASHBORD 1. /*Does your ED use electronic dashboard? */ @939 RFID 1. /*Does your ED use radio frequency identification tracking? */ @940 ZONENURS 1. /*Does your ED use zone nursing? */ @941 POOLNURS 1. /*Does your ED use pool nursing? */ @942 FULLCAP 1. /*Does your ED use full capacity protocol? */ @943 NOOPTEFF 1. /*None of the above */ @944 ETHIM 1. /*Ethnicity (missing values imputed) */ @945 RACER 1. /*White/Black/Other race (missing values imputed) */ @946 RACERETH 1. /*Race/Ethnicity combination using RACER/ETHIM */ @947 AGEDAYS 3. /*Age in days for patients less than one year */ @950 AGER 1. /*Age recode */ @951 CAUSE1R 4. /*Cause of Injury #1 – numeric recode */ @955 CAUSE2R 4. /*Cause of injury #2 – numeric recode */ @959 CAUSE3R 4. /*Cause of injury #3 – numeric recode */ @963 INTENTR 2. /*Intentionality of Injury Based on E-Code */ @965 DIAG1R 6. /*Diagnosis #1 - numeric recode */ @971 DIAG2R 6. /*Diagnosis #2 - numeric recode */ @977 DIAG3R 6. /*Diagnosis #3 - numeric recode */ @983 HDDIAGR 6. /*Principal hospital discharge diagnosis-numeric recode */ @989 WHOCOMP 2. /*Who completed the Patient Record Forms? */ @991 SETTYPE 1. /*Setting type */ @992 YEAR 4. /*YEAR (2009) */ @996 CSTRATM 8. /*Clustered CSTRATM -- masked */ @1004 CPSUM 6. /*Clustered CPSUM -- masked */ @1010 EDWT 6. /*ED weight */ @1016 PCTPOVR 2. /*Percent of population below the poverty level in patient`s ZIP code */ @1018 HINCOMER 2. /*Median household income in patient`s ZIP code */ @1020 PBAMORER 2. /*Recoded % of population 25 years and over w/BA or higher in patient`s ZIP code */ @1022 URBANRUR 2. /*Recoded NCHS Urban-Rural classification of patient`s ZIP code */ ;