/* PROGRAM: ED07INP PURPOSE: INPUT STATEMENT TO READ 2007 ED 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 999 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 physician */ @19 LOV 4. /*Length of visit (LOV) */ @23 RESIDNCE 2. /*Patient residence */ @25 SEX 1. /*Patient Sex */ @26 ETHUN 2. /*Unimputed ethnicity */ @28 RACEUN 2. /*Unimputed race */ @30 ARRIVE 2. /*Mode of arrival */ @32 PAYPRIV 1. /*Private insurance */ @33 PAYMCARE 1. /*Medicare */ @34 PAYMCAID 1. /*Medicaid */ @35 PAYWKCMP 1. /*Workers Compensation */ @36 PAYSELF 1. /*Self pay */ @37 PAYNOCHG 1. /*No charge */ @38 PAYOTH 1. /*Other */ @39 PAYDK 1. /*Unknown */ @40 PAYTYPE 2. /*Expected source of payment */ @42 TEMPF 4. /*Initial vital signs: 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 ORIENTED 2. /*Initial vital signs: Oriented x 3 */ @62 IMMED 2. /*Immediacy with which patient should be seen */ @64 PAIN 2. /*Presenting level of pain */ @66 SEEN72 2. /*Seen in ED last 72 hours */ @68 DISCH7DA 2. /*Discharged from any hospital within last 7 days */ @70 PASTVIS 2. /*How many times has patient been in this ED within the last 12 months? */ @72 RFV1 5. /*Reason for visit #1 */ @77 RFV2 5. /*Reason for visit #2 */ @82 RFV3 5. /*Reason for visit #3 */ @72 RFV13D 4. /*Reason for visit #1 - broad */ @77 RFV23D 4. /*Reason for visit #2 - broad */ @82 RFV33D 4. /*Reason for visit #3 - broad */ @87 EPISODE 2. /*Episode of care */ @89 INJURY 1. /*Is this visit related to injury, poisoning or adverse effect of medical treatment? */ @90 INTENT 2. /*Intentionality of injury */ @92 CAUSE1 $CHAR4. /*Cause #1-actual */ @96 CAUSE2 $CHAR4. /*Cause #2-actual */ @100 CAUSE3 $CHAR4. /*Cause #3-actual */ @92 CAUSE13D $CHAR3. /*Cause #1-actual - broad */ @96 CAUSE23D $CHAR3. /*Cause #2-actual - broad */ @100 CAUSE33D $CHAR3. /*Cause #3-actual - broad */ @104 VCAUSE $CHAR100. /*Cause of injury-verbatim text */ @204 DIAG1 $CHAR5. /*Diagnosis #1-actual */ @209 DIAG2 $CHAR5. /*Diagnosis #2-actual */ @214 DIAG3 $CHAR5. /*Diagnosis #3-actual */ @204 DIAG13D $CHAR3. /*Diagnosis #1-actual - broad */ @209 DIAG23D $CHAR3. /*Diagnosis #2-actual - broad */ @214 DIAG33D $CHAR3. /*Diagnosis #3-actual - broad */ @219 PRDIAG1 2. /*For dx1, is this probable, questionable, or ruleout? */ @221 PRDIAG2 2. /*For dx2, is this probable, questionable, or ruleout? */ @223 PRDIAG3 2. /*For dx3, is this probable, questionable, or ruleout? */ @225 DIAGSCRN 1. /*Were diagnostic services ordered or provided? */ @226 CBC 1. /*CBC */ @227 BUNCREAT 1. /*BUN (Blood urea nitrogen)/creatinine */ @228 CARDENZ 1. /*Cardiac Enzymes */ @229 ELECTROL 1. /*Electrolytes */ @230 GLUCOSE 1. /*Glucose */ @231 LFT 1. /*Liver Function Tests */ @232 ABG 1. /*Arteriel Blood Gases */ @233 PTTINR 1. /*Prothrombin time/INR */ @234 BLOODCX 1. /*Blood culture */ @235 BAC 1. /*Blood alcohol */ @236 TOXSCREN 1. /*Toxicology screen */ @237 OTHERBLD 1. /*Other blood test */ @238 CARDMON 1. /*Cardiac monitor */ @239 EKG 1. /*EKG/ECG (electrocardiogram) */ @240 PREGTEST 1. /*Pregnancy test */ @241 FLUTEST 1. /*Rapid flu/Influenza test */ @242 URINE 1. /*Urinalysis */ @243 WOUNDCX 1. /*Wound culture */ @244 OTHRTEST 1. /*Other test/service */ @245 ANYIMAGE 1. /*Was any imaging ordered or provided at visit? */ @246 XRAY 1. /*X-ray */ @247 CATSCAN 1. /*CAT scan */ @248 CTHEAD 1. /*CT scan - head */ @249 CTNHEAD 1. /*CT scan - not head */ @250 CTUNK 1. /*CT scan - site not specified */ @251 MRI 1. /*MRI scan */ @252 MRIHEAD 1. /*MRI - head */ @253 MRINHEAD 1. /*MRI - not head */ @254 MRIUNK 1. /*MRI - site not specified */ @255 ULTRASND 1. /*Ultrasound */ @256 OTHIMAGE 1. /*Other imaging */ @257 TOTDIAG 2. /*Total number of diagnostic/screening services*/ @259 PROC 1. /*Were procedures provided at visit? */ @260 IVFLUIDS 1. /*IV fluids */ @261 CAST 1. /*Cast */ @262 SPLINT 1. /*Splint or wrap */ @263 LACREP 1. /*Laceration repair */ @264 INCDRAIN 1. /*Incision and drainage (I&D) */ @265 DEBRIDE 1. /*Wound debridement */ @266 FBREM 1. /*Foreign body removal */ @267 NEBUTHER 1. /*Nebulizer therapy */ @268 BLADCATH 1. /*Bladder catheter */ @269 NGTUBE 1. /*NG tube/gastric lavage */ @270 CPR 1. /*CPR */ @271 ENDOINT 1. /*Endotracheal intubation */ @272 OTHPROC 1. /*Other procedure */ @273 TOTPROC 2. /*Total number of procedures provided*/ @275 MED 1. /*Were medications given at this visit or prescribed at ED discharge? */ @276 MED1 $CHAR5. /*Medication 1 */ @281 MED2 $CHAR5. /*Medication 2 */ @286 MED3 $CHAR5. /*Medication 3 */ @291 MED4 $CHAR5. /*Medication 4 */ @296 MED5 $CHAR5. /*Medication 5 */ @301 MED6 $CHAR5. /*Medication 6 */ @306 MED7 $CHAR5. /*Medication 7 */ @311 MED8 $CHAR5. /*Medication 8 */ @316 GPMED1 2. /*Given in ED or RX at discharge */ @318 GPMED2 2. /*Given in ED or RX at discharge */ @320 GPMED3 2. /*Given in ED or RX at discharge */ @322 GPMED4 2. /*Given in ED or RX at discharge */ @324 GPMED5 2. /*Given in ED or RX at discharge */ @326 GPMED6 2. /*Given in ED or RX at discharge */ @328 GPMED7 2. /*Given in ED or RX at discharge */ @330 GPMED8 2. /*Given in ED or RX at discharge */ @332 NUMGIV 1. /*Number of medications given in ED */ @333 NUMDIS 1. /*Number of medications given at discharge */ @334 NUMMED 1. /*Number of medications coded */ @335 NOPROVID 1. /*No answer to provider seen item */ @336 ATTPHYS 1. /*ED attending physician seen */ @337 RESINT 1. /*ED resident/intern seen */ @338 ONCALL 1. /*On call attending physician/fellow/resident seen */ @339 RNLPN 1. /*RN/LPN seen */ @340 NURSEPR 1. /*Nurse practitioner seen */ @341 PHYSASST 1. /*Physician assistant seen */ @342 EMT 1. /*EMT */ @343 OTHPROV 1. /*Other provider seen */ @344 NODISP 1. /*No answer to disposition item */ @345 NOFU 1. /*No follow-up planned */ @346 RETPRN 1. /*Return if needed PRN/appointment */ @347 RETREFFU 1. /*Return/refer to physician/clinic for FU */ @348 REFSOCS 1. /*Refer to social services */ @349 LEFTBMSE 1. /*Left before medical screening exam */ @350 LEFTAMSE 1. /*Left after medical screening exam */ @351 LEFTAMA 1. /*Left AMA */ @352 DOA 1. /*DOA */ @353 DIEDED 1. /*Died in ED */ @354 TRANSFER 1. /*Transfer to different hospital */ @355 RFTRANS 2. /*Reason for transfer - recoded from verbatim */ @357 ADMITOBS 1. /*Admit to observation unit */ @358 ADMITHOS 1. /*Admit to hospital */ @359 OTHDISP 1. /*Other disposition */ @360 ADMIT 2. /*Admitted to: */ @362 LOS 4. /*Length of stay (in hospital) */ @366 HDDIAG $CHAR5. /*Principal hospital discharge diagnosis */ @371 HDSTAT 2. /*Hospital discharge status */ @373 ADISP 2. /*Disposition of live discharges */ @375 PATWT 6. /*Patient visit weight */ @381 REGION 1. /*Geographic region */ @382 MSA 1. /*MSA or non-MSA area */ @383 OWNER 1. /*Hospital ownership */ @384 BLANK1 2. /*Reserved for possible future use */ @386 BLANK2 2. /*Reserved for possible future use */ @388 BLANK3 1. /*Reserved for possible future use */ @389 HOSPCODE 3. /*Hospital number */ @392 PATCODE 3. /*Patient code */ @395 BDATEFL 1. /*Birth date imputed? */ @396 SEXFL 1. /*Sex imputed? */ @397 ETHNICFL 1. /*Ethnicity imputed? */ @398 RACEFL 1. /*Race imputed? */ @399 IMMEDFL 1. /*Immediacy imputed? */ @400 DRUGID1 $CHAR6. /*Drug ID code for medication #1 */ @406 PRESCR1 1. /*Prescription status code for med #1 */ @407 CONTSUB1 1. /*Controlled status code for med #1 */ @408 COMSTAT1 1. /*Composition status code for med #1 */ @409 RX1CAT1 $CHAR3. /*For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @412 RX1CAT2 $CHAR3. /*For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @415 RX1CAT3 $CHAR3. /*For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @418 RX1CAT4 $CHAR3. /*For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @421 RX1V1C1 $CHAR3. /*For RX1, level 1 of MULTUM drug category #1 (broad level) */ @424 RX1V1C2 $CHAR3. /*For RX1, level 1 of MULTUM drug category #2 (broad level) */ @427 RX1V1C3 $CHAR3. /*For RX1, level 1 of MULTUM drug category #3 (broad level) */ @430 RX1V1C4 $CHAR3. /*For RX1, level 1 of MULTUM drug category #4 (broad level) */ @433 RX1V2C1 $CHAR3. /*For RX1, level 2 of MULTUM drug category #1 (intermediate level) */ @436 RX1V2C2 $CHAR3. /*For RX1, level 2 of MULTUM drug category #2 (intermediate level) */ @439 RX1V2C3 $CHAR3. /*For RX1, level 2 of MULTUM drug category #3 (intermediate level) */ @442 RX1V2C4 $CHAR3. /*For RX1, level 2 of MULTUM drug category #4 (intermediate level) */ @445 RX1V3C1 $CHAR3. /*For RX1, level 3 of MULTUM drug category #1 (detailed level) */ @448 RX1V3C2 $CHAR3. /*For RX1, level 3 of MULTUM drug category #2 (detailed level) */ @451 RX1V3C3 $CHAR3. /*For RX1, level 3 of MULTUM drug category #3 (detailed level) */ @454 RX1V3C4 $CHAR3. /*For RX1, level 3 of MULTUM drug category #4 (detailed level) */ @457 DRUGID2 $CHAR6. /*Medication #2 - Drug ID */ @463 PRESCR2 1. /*Prescription status code for med #2 */ @464 CONTSUB2 1. /*Controlled status code for med #2 */ @465 COMSTAT2 1. /*Composition status code for med #2 */ @466 RX2CAT1 $CHAR3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @469 RX2CAT2 $CHAR3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @472 RX2CAT3 $CHAR3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @475 RX2CAT4 $CHAR3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @478 RX2V1C1 $CHAR3. /*For RX2, level 1 of MULTUM drug category #1 (broad level) */ @481 RX2V1C2 $CHAR3. /*For RX2, level 1 of MULTUM drug category #2 (broad level) */ @484 RX2V1C3 $CHAR3. /*For RX2, level 1 of MULTUM drug category #3 (broad level) */ @487 RX2V1C4 $CHAR3. /*For RX2, level 1 of MULTUM drug category #4 (broad level) */ @490 RX2V2C1 $CHAR3. /*For RX2, level 2 of MULTUM drug category #1 (intermediate level) */ @493 RX2V2C2 $CHAR3. /*For RX2, level 2 of MULTUM drug category #2 (intermediate level) */ @496 RX2V2C3 $CHAR3. /*For RX2, level 2 of MULTUM drug category #3 (intermediate level) */ @499 RX2V2C4 $CHAR3. /*For RX2, level 2 of MULTUM drug category #4 (intermediate level) */ @502 RX2V3C1 $CHAR3. /*For RX2, level 3 of MULTUM drug category #1 (detailed level) */ @505 RX2V3C2 $CHAR3. /*For RX2, level 3 of MULTUM drug category #2 (detailed level) */ @508 RX2V3C3 $CHAR3. /*For RX2, level 3 of MULTUM drug category #3 (detailed level) */ @511 RX2V3C4 $CHAR3. /*For RX2, level 3 of MULTUM drug category #4 (detailed level) */ @514 DRUGID3 $CHAR6. /*Medication #3 - Drug ID */ @520 PRESCR3 1. /*Prescription status code for med #3 */ @521 CONTSUB3 1. /*Controlled status code for med #3 */ @522 COMSTAT3 1. /*Composition status code for med #3 */ @523 RX3CAT1 $CHAR3. /*For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @526 RX3CAT2 $CHAR3. /*For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @529 RX3CAT3 $CHAR3. /*For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @532 RX3CAT4 $CHAR3. /*For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @535 RX3V1C1 $CHAR3. /*For RX3, level 1 of MULTUM drug category #1 (broad level) */ @538 RX3V1C2 $CHAR3. /*For RX3, level 1 of MULTUM drug category #2 (broad level) */ @541 RX3V1C3 $CHAR3. /*For RX3, level 1 of MULTUM drug category #3 (broad level) */ @544 RX3V1C4 $CHAR3. /*For RX3, level 1 of MULTUM drug category #4 (broad level) */ @547 RX3V2C1 $CHAR3. /*For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @550 RX3V2C2 $CHAR3. /*For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @553 RX3V2C3 $CHAR3. /*For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @556 RX3V2C4 $CHAR3. /*For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @559 RX3V3C1 $CHAR3. /*For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @562 RX3V3C2 $CHAR3. /*For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @565 RX3V3C3 $CHAR3. /*For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @568 RX3V3C4 $CHAR3. /*For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @571 DRUGID4 $CHAR6. /*Medication #4 - Drug ID */ @577 PRESCR4 1. /*Prescription status code for med #4 */ @578 CONTSUB4 1. /*Controlled status code for med #4 */ @579 COMSTAT4 1. /*Composition status code for med #4 */ @580 RX4CAT1 $CHAR3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @583 RX4CAT2 $CHAR3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @586 RX4CAT3 $CHAR3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @589 RX4CAT4 $CHAR3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @592 RX4V1C1 $CHAR3. /*For RX4, level 1 of MULTUM drug category #1 (broad level) */ @595 RX4V1C2 $CHAR3. /*For RX4, level 1 of MULTUM drug category #2 (broad level) */ @598 RX4V1C3 $CHAR3. /*For RX4, level 1 of MULTUM drug category #3 (broad level) */ @601 RX4V1C4 $CHAR3. /*For RX4, level 1 of MULTUM drug category #4 (broad level) */ @604 RX4V2C1 $CHAR3. /*For RX4, level 2 of MULTUM drug category #1 (intermediate level) */ @607 RX4V2C2 $CHAR3. /*For RX4, level 2 of MULTUM drug category #2 (intermediate level) */ @610 RX4V2C3 $CHAR3. /*For RX4, level 2 of MULTUM drug category #3 (intermediate level) */ @613 RX4V2C4 $CHAR3. /*For RX4, level 2 of MULTUM drug category #4 (intermediate level) */ @616 RX4V3C1 $CHAR3. /*For RX4, level 3 of MULTUM drug category #1 (detailed level) */ @619 RX4V3C2 $CHAR3. /*For RX4, level 3 of MULTUM drug category #2 (detailed level) */ @622 RX4V3C3 $CHAR3. /*For RX4, level 3 of MULTUM drug category #3 (detailed level) */ @625 RX4V3C4 $CHAR3. /*For RX4, level 3 of MULTUM drug category #4 (detailed level) */ @628 DRUGID5 $CHAR6. /*Medication #5 - Drug ID */ @634 PRESCR5 1. /*Prescription status code for med #5 */ @635 CONTSUB5 1. /*Controlled status code for med #5 */ @636 COMSTAT5 1. /*Composition status code for med #5 */ @637 RX5CAT1 $CHAR3. /*For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @640 RX5CAT2 $CHAR3. /*For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @643 RX5CAT3 $CHAR3. /*For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @646 RX5CAT4 $CHAR3. /*For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @649 RX5V1C1 $CHAR3. /*For RX5, level 1 of MULTUM drug category #1 (broad level) */ @652 RX5V1C2 $CHAR3. /*For RX5, level 1 of MULTUM drug category #2 (broad level) */ @655 RX5V1C3 $CHAR3. /*For RX5, level 1 of MULTUM drug category #3 (broad level) */ @658 RX5V1C4 $CHAR3. /*For RX5, level 1 of MULTUM drug category #4 (broad level) */ @661 RX5V2C1 $CHAR3. /*For RX5, level 2 of MULTUM drug category #1 (intermediate level) */ @664 RX5V2C2 $CHAR3. /*For RX5, level 2 of MULTUM drug category #2 (intermediate level) */ @667 RX5V2C3 $CHAR3. /*For RX5, level 2 of MULTUM drug category #3 (intermediate level) */ @670 RX5V2C4 $CHAR3. /*For RX5, level 2 of MULTUM drug category #4 (intermediate level) */ @673 RX5V3C1 $CHAR3. /*For RX5, level 3 of MULTUM drug category #1 (detailed level) */ @676 RX5V3C2 $CHAR3. /*For RX5, level 3 of MULTUM drug category #2 (detailed level) */ @679 RX5V3C3 $CHAR3. /*For RX5, level 3 of MULTUM drug category #3 (detailed level) */ @682 RX5V3C4 $CHAR3. /*For RX5, level 3 of MULTUM drug category #4 (detailed level) */ @685 DRUGID6 $CHAR6. /*Medication #6 - Drug ID */ @691 PRESCR6 1. /*Prescription status code for med #6 */ @692 CONTSUB6 1. /*Controlled status code for med #6 */ @693 COMSTAT6 1. /*Composition status code for med #6 */ @694 RX6CAT1 $CHAR3. /*For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @697 RX6CAT2 $CHAR3. /*For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @700 RX6CAT3 $CHAR3. /*For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @703 RX6CAT4 $CHAR3. /*For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @706 RX6V1C1 $CHAR3. /*For RX6, level 1 of MULTUM drug category #1 (broad level) */ @709 RX6V1C2 $CHAR3. /*For RX6, level 1 of MULTUM drug category #2 (broad level) */ @712 RX6V1C3 $CHAR3. /*For RX6, level 1 of MULTUM drug category #3 (broad level) */ @715 RX6V1C4 $CHAR3. /*For RX6, level 1 of MULTUM drug category #4 (broad level) */ @718 RX6V2C1 $CHAR3. /*For RX6, level 2 of MULTUM drug category #1 (intermediate level) */ @721 RX6V2C2 $CHAR3. /*For RX6, level 2 of MULTUM drug category #2 (intermediate level) */ @724 RX6V2C3 $CHAR3. /*For RX6, level 2 of MULTUM drug category #3 (intermediate level) */ @727 RX6V2C4 $CHAR3. /*For RX6, level 2 of MULTUM drug category #4 (intermediate level) */ @730 RX6V3C1 $CHAR3. /*For RX6, level 3 of MULTUM drug category #1 (detailed level) */ @733 RX6V3C2 $CHAR3. /*For RX6, level 3 of MULTUM drug category #2 (detailed level) */ @736 RX6V3C3 $CHAR3. /*For RX6, level 3 of MULTUM drug category #3 (detailed level) */ @739 RX6V3C4 $CHAR3. /*For RX6, level 3 of MULTUM drug category #4 (detailed level) */ @742 DRUGID7 $CHAR6. /*Medication #7 - Drug ID */ @748 PRESCR7 1. /*Prescription status code for med #7 */ @749 CONTSUB7 1. /*Controlled status code for med #7 */ @750 COMSTAT7 1. /*Composition status code for med #7 */ @751 RX7CAT1 $CHAR3. /*For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @754 RX7CAT2 $CHAR3. /*For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @757 RX7CAT3 $CHAR3. /*For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @760 RX7CAT4 $CHAR3. /*For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @763 RX7V1C1 $CHAR3. /*For RX7, level 1 of MULTUM drug category #1 (broad level) */ @766 RX7V1C2 $CHAR3. /*For RX7, level 1 of MULTUM drug category #2 (broad level) */ @769 RX7V1C3 $CHAR3. /*For RX7, level 1 of MULTUM drug category #3 (broad level) */ @772 RX7V1C4 $CHAR3. /*For RX7, level 1 of MULTUM drug category #4 (broad level) */ @775 RX7V2C1 $CHAR3. /*For RX7, level 2 of MULTUM drug category #1 (intermediate level) */ @778 RX7V2C2 $CHAR3. /*For RX7, level 2 of MULTUM drug category #2 (intermediate level) */ @781 RX7V2C3 $CHAR3. /*For RX7, level 2 of MULTUM drug category #3 (intermediate level) */ @784 RX7V2C4 $CHAR3. /*For RX7, level 2 of MULTUM drug category #4 (intermediate level) */ @787 RX7V3C1 $CHAR3. /*For RX7, level 3 of MULTUM drug category #1 (detailed level) */ @790 RX7V3C2 $CHAR3. /*For RX7, level 3 of MULTUM drug category #2 (detailed level) */ @793 RX7V3C3 $CHAR3. /*For RX7, level 3 of MULTUM drug category #3 (detailed level) */ @796 RX7V3C4 $CHAR3. /*For RX7, level 3 of MULTUM drug category #4 (detailed level) */ @799 DRUGID8 $CHAR6. /*Medication #8 - Drug ID */ @805 PRESCR8 1. /*Prescription status code for med #8 */ @806 CONTSUB8 1. /*Controlled status code for med #8 */ @807 COMSTAT8 1. /*Composition status code for med #8 */ @808 RX8CAT1 $CHAR3. /*For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @811 RX8CAT2 $CHAR3. /*For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @814 RX8CAT3 $CHAR3. /*For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @817 RX8CAT4 $CHAR3. /*For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @820 RX8V1C1 $CHAR3. /*For RX8, level 1 of MULTUM drug category #1 (broad level) */ @823 RX8V1C2 $CHAR3. /*For RX8, level 1 of MULTUM drug category #2 (broad level) */ @826 RX8V1C3 $CHAR3. /*For RX8, level 1 of MULTUM drug category #3 (broad level) */ @829 RX8V1C4 $CHAR3. /*For RX8, level 1 of MULTUM drug category #4 (broad level) */ @832 RX8V2C1 $CHAR3. /*For RX8, level 2 of MULTUM drug category #1 (intermediate level) */ @835 RX8V2C2 $CHAR3. /*For RX8, level 2 of MULTUM drug category #2 (intermediate level) */ @838 RX8V2C3 $CHAR3. /*For RX8, level 2 of MULTUM drug category #3 (intermediate level) */ @841 RX8V2C4 $CHAR3. /*For RX8, level 2 of MULTUM drug category #4 (intermediate level) */ @844 RX8V3C1 $CHAR3. /*For RX8, level 3 of MULTUM drug category #1 (detailed level) */ @847 RX8V3C2 $CHAR3. /*For RX8, level 3 of MULTUM drug category #2 (detailed level) */ @850 RX8V3C3 $CHAR3. /*For RX8, level 3 of MULTUM drug category #3 (detailed level) */ @853 RX8V3C4 $CHAR3. /*For RX8, level 3 of MULTUM drug category #4 (detailed level) */ @856 EMRED 2. /*Does your ED use electronic medical records (EMR) (not including billing records)? */ @858 EDEMOGE 2. /*Does your ED have a computerized system for patient demographic information? */ @860 EPROLSTE 2. /*If yes, does it include patient problem lists? */ @862 ECPOEE 2. /*Does your ED have a computerized system for orders for prescriptions? */ @864 EWARNE 2. /*If yes, are there warnings of drug interactions or contraindications provided? */ @866 ESCRIPE 2. /*If yes, are prescriptions sent electronically to the pharmacy? */ @868 ECTOEE 2. /*Does your ED have a computerized system for orders for tests? */ @870 EORDERE 2. /*If yes, are orders sent electronically? */ @872 ERESULTE 2. /*Does your ED have a computerized system for viewing of lab results? */ @874 ERANGEE 2. /*If yes, are out of range values highlighted? */ @876 EIMGRESE 2. /*Does your ED have a computerized system for viewing of imaging results? */ @878 EIMAGEE 2. /*If yes, are electronic images returned? */ @880 EPNOTESE 2. /*Does your ED have a computerized system for clinical notes? */ @882 EHXFUE 2. /*If yes, do they include medical history and follow-up notes? */ @884 EREMINDE 2. /*Does your ED have a computerized system for reminders for guideline-based interventions and/or screening tests? */ @886 EPUBHTHE 2. /*Does your ED have a computerized system for public health reporting? */ @888 ENOTDISE 2. /*If yes, are notifiable diseases sent electronically? */ @890 EMRNEWE 2. /*Are there plans for installing a new EMR system or replacing the current system within the next 3 years? */ @892 INCSHX 2. /*In the last two years, has your ED increased the number of standard treatment spaces? */ @894 INCPHYS 2. /*In the last two years, has your ED's physical space been expanded? */ @896 EXPSPACE 2. /*Do you have plans to expand your your ED's physical space within the next two years? */ @898 SURGDAY 2. /*How many days in a week are elective surgeries scheduled? */ @900 BEDCZAR 2. /*Does your hospital have a bed coordinator, sometimes known as a bed czar? */ @902 BEDDATA 2. /*How often are hospital bed census data available? */ @904 OBSUNIT 2. /*Does your ED have an observation or clinical decision unit? */ @906 OBSED 2. /*Is your observation/clinical decision unit administratively part of ED or inpatient side of hospital? */ @908 BOARD 2. /*Are admitted ED patients ever "boarded" for >2 hours in ED while waiting for an inpatient bed? */ @910 BOARDHOS 2. /*If ED is critically overloaded, are admitted ED patients ever "boarded" in inpatient hallways/another space outside ED? */ @912 DIV 1. /*Did your hospital go on ambulance diversion in 2006? */ @913 TOTHRDIVR 1. /*Aggregated number of hours hospital was on ambulance diversion in 2006 */ @914 REGDIV 2. /*Is ambulance diversion actively managed on a regional level vs each hospital adopting diversion if and when it chooses? */ @916 ADMDIV 2. /*Does your hospital continue to admit elective or schedule surgery cases when ED is on ambulance diversion? */ @918 BEDREG 1. /*Does your ED use bedside registration? */ @919 CATRIAGE 1. /*Does your ED use computer-assisted triage? */ @920 FASTTRAK 1. /*Does your ED use separate fast track unit for nonurgent care? */ @921 EDPTOR 1. /*Does your ED use separate operating room dedicated to ED patients? */ @922 DASHBORD 1. /*Does your ED use electronic dashboard? */ @923 RFID 1. /*Does your ED use radio frequency identification (RFID) tracking? */ @924 ZONENURS 1. /*Does your ED use zone nursing? */ @925 POOLNURS 1. /*Does your ED use "pool" nurses? */ @926 FULLCAP 1. /*Does your ED use full capacity protocol? */ @927 NOOPTEFF 1. /*None of the above */ @928 ETHIM 1. /*Imputed ethnicity */ @929 RACEIM 1. /*Imputed race */ @930 RACER 1. /*Race recode (imputed) */ @931 RACEETH 1. /*Race/Ethnicity (imputed) */ @932 AGEDAYS 3. /*Age in days for patients less than one year */ @935 AGER 1. /*Age recode */ @936 CAUSE1R 4. /*Cause of Injury #1 – numeric recode */ @940 CAUSE2R 4. /*Cause of injury #2 – numeric recode */ @944 CAUSE3R 4. /*Cause of injury #3 – numeric recode */ @948 INTENTR 2. /*Intentionality of Injury Based on E-Code */ @950 DIAG1R 6. /*Diagnosis #1 - numeric recode */ @956 DIAG2R 6. /*Diagnosis #2 - numeric recode */ @962 DIAG3R 6. /*Diagnosis #3 - numeric recode */ @968 HDDIAGR 6. /*Principal hospital discharge diagnosis-numeric recode */ @974 WHOCOMP 2. /*Who completed the Patient Record Forms? */ @976 SETTYPE 1. /*Setting type */ @977 YEAR 4. /*YEAR (2007) */ @981 CSTRATM 8. /*Clustered CSTRATM -- masked */ @989 CPSUM 6. /*Clustered CPSUM -- masked */ @995 EDWT 6. /*ED weight */ @1001 PCTPOVR 2. /*Recoded % of population below the poverty level in patient's ZIP code */ @1003 HINCOMER 2. /*Recoded median household income in patient's ZIP code */ @1005 PBAMORER 2. /*Recoded % of population 25 years and over w/BA or higher in patient's ZIP code */ @1007 URBANRUR 2. /*Recoded urban-rural classification */ ;