/* PROGRAM: ED12INP PURPOSE: INPUT STATEMENT TO READ 2012 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 ARRTIME $char4. /*Arrival time (military time)*/ @8 WAITTIME 4. /*Waiting time to see MD/DO/PA/NP (minutes)*/ @12 LOV 4. /*Length of visit (minutes)*/ @16 AGE 3. /*Patient age in years*/ @19 AGER 1. /*Age recode*/ @20 AGEDAYS 3. /*Age in days for patients less than one year*/ @23 RESIDNCE 2. /*Patient residence*/ @25 SEX 1. /*Patient sex*/ @26 ETHUN 2. /*Unimputed ethnicity*/ @28 ETHIM 1. /*Imputed ethnicity*/ @29 RACEUN 2. /*Unimputed race*/ @31 RACER 1. /*White/Black/Other imputed race*/ @32 RACERETH 1. /*RACER and ETHNIC combination*/ @33 ARREMS 2. /*Arrival by ambulance*/ @35 NOPAY 1. /*No answer to expected source of payment item*/ @36 PAYPRIV 1. /*Private insurance*/ @37 PAYMCARE 1. /*Medicare*/ @38 PAYMCAID 1. /*Medicaid or CHIP*/ @39 PAYWKCMP 1. /*Workers Compensation*/ @40 PAYSELF 1. /*Self pay*/ @41 PAYNOCHG 1. /*No charge*/ @42 PAYOTH 1. /*Other*/ @43 PAYDK 1. /*Unknown*/ @44 PAYTYPER 2. /*Recoded primary expected source of payment for visit (based on hierarchy)*/ @46 TEMPF 4. /*Initial vital signs: Temperature (Fahrenheit)*/ @50 PULSE 3. /*Initial vital signs: Heart rate per minute*/ @53 RESPR 3. /*Initial vital signs: Respiratory rate per minute*/ @56 BPSYS 3. /*Initial vital signs: Blood pressure - Systolic*/ @59 BPDIAS 3. /*Initial vital signs: Blood pressure - Diastolic*/ @62 POPCT 3. /*Initial vital signs: Pulse oximetry (percent)*/ @65 ONO2 2. /*Initial vital signs: On oxygen on arrival*/ @67 IMMEDR 2. /*Immediacy with which patient should be seen (unimputed)*/ @69 PAINSCALE 2. /*Pain scale (0-10)*/ @71 SEEN72 2. /*Has patient been seen in this ED within the last 72 hours and discharged?*/ @73 RFV1 5. /*Patient's complaint, symptom, or other reason for visit #1 - detailed category*/ @78 RFV2 5. /*Patient's complaint, symptom, or other reason for visit #2 - detailed category*/ @83 RFV3 5. /*Patient's complaint, symptom, or other reason for visit #3 - detailed category*/ @73 RFV13D 4. /*Patient's complaint, symptom, or other reason for visit #1 - broader category*/ @78 RFV23D 4. /*Patient's complaint, symptom, or other reason for visit #2 - broader category*/ @83 RFV33D 4. /*Patient's complaint, symptom, or other reason for visit #3 - broader category*/ @88 EPISODE 2. /*Episode of care*/ @90 INJURY 2. /*Is visit related to injury, poisoning or adverse effect of medical treatment? - Recoded from INJPOISAD*/ @92 INJR1 1. /*Is visit related to injury or poisoning - recode #1*/ @93 INJR2 1. /*Is visit related to injury or poisoning - recode #2*/ @94 INJPOISAD 2. /*Is visit related to injury, poisoning or adverse effect of medical treatment?  Uses new item format for 2012*/ @96 INJPOISADR1 2. /*Is visit related to injury, poisoning or adverse effect of medical treatment? - recode #1*/ @98 INJPOISADR2 2. /*Is visit related to injury, poisoning or adverse effect of medical treatment? - recode #2*/ @100 INTENT 2. /*Is this injury/poisoning intentional?*/ @102 INJDETR 2. /*Is visit related to any of the following? (Created variable: reflects a format used prior to 2012 and can be used for trending*/ @104 INJDETR1 2. /*Is visit related to any of the following? - recode #1*/ @106 INJDETR2 2. /*Is visit related to any of the following? - recode #2*/ @108 CAUSE1 $char4. /*Cause of injury, poisoning, adverse effect #1 - detailed category*/ @112 CAUSE2 $char4. /*Cause of injury, poisoning, adverse effect #2 - detailed category*/ @116 CAUSE3 $char4. /*Cause of injury, poisoning, adverse effect #3 - detailed category*/ @108 CAUSE13D $char3. /*Cause of injury, poisoning, adverse effect #1 - broader category*/ @112 CAUSE23D $char3. /*Cause of injury, poisoning, adverse effect #2 - broader category*/ @116 CAUSE33D $char3. /*Cause of injury, poisoning, adverse effect #3 - broader category*/ @120 CAUSE1R 4. /*Cause of Injury #1 – numeric recode*/ @124 CAUSE2R 4. /*Cause of injury #2 – numeric recode*/ @128 CAUSE3R 4. /*Cause of injury #3 – numeric recode*/ @132 DIAG1 $char5. /*Diagnosis #1 - detailed category*/ @137 DIAG2 $char5. /*Diagnosis #2 - detailed category*/ @142 DIAG3 $char5. /*Diagnosis #3 - detailed category*/ @132 DIAG13D $char3. /*Diagnosis #1 - broader category*/ @137 DIAG23D $char3. /*Diagnosis #2 - broader category*/ @142 DIAG33D $char3. /*Diagnosis #3 - broader category*/ @147 PRDIAG1 2. /*For diagnosis #1, is this probable, questionable, or ruleout?*/ @149 PRDIAG2 2. /*For diagnosis #2, is this probable, questionable, or ruleout?*/ @151 PRDIAG3 2. /*For diagnosis #3, is this probable, questionable, or ruleout?*/ @153 DIAG1R 6. /*Diagnosis #1 - numeric recode*/ @159 DIAG2R 6. /*Diagnosis #2 - numeric recode*/ @165 DIAG3R 6. /*Diagnosis #3 - numeric recode*/ @171 CANCER 1. /*Does patient have: Cancer*/ @172 CEBVD 1. /*Does patient have: Cerebrovascular disease/history of stroke or transient ischemic attack (TIA)? */ @173 COPD 1. /*Does patient have: Chronic obstructive pulmonary disease (COPD)*/ @174 EDDIAL 1. /*Does patient have: Condition requiring dialysis*/ @175 CHF 1. /*Does patient have: Congestive heart failure*/ @176 DEMENTIA 1. /*Does patient have: Dementia*/ @177 DIABETES 1. /*Does patient have: Diabetes*/ @178 MIHX 1. /*Does patient have: History of myocardial infarction (MI)*/ @179 DVT 1. /*Does patient have: Deep vein thrombosis*/ @180 EDHIV 1. /*Does patient have: HIV*/ @181 NOCHRON 1. /*Does patient have: None of the above*/ @182 TOTCHRON 2. /*Total number of chronic conditions*/ @184 DIAGSCRN 1. /*Were diagnostic services ordered or provided?*/ @185 ABG 1. /*Arterial blood gases*/ @186 BAC 1. /*Blood alcohol concentration*/ @187 BLOODCX 1. /*Blood culture*/ @188 BNP 1. /*Brain natriuretic peptide*/ @189 BUNCREAT 1. /*BUN (Blood urea nitrogen)/creatinine*/ @190 CARDENZ 1. /*Cardiac enzymes*/ @191 CBC 1. /*CBC*/ @192 DDIMER 1. /*D-dimer*/ @193 ELECTROL 1. /*Electrolytes*/ @194 GLUCOSE 1. /*Glucose*/ @195 LACTATE 1. /*Lactate*/ @196 LFT 1. /*Liver function tests*/ @197 PTTINR 1. /*Prothrombin time/INR*/ @198 OTHERBLD 1. /*Other blood test*/ @199 CARDMON 1. /*Cardiac monitor*/ @200 EKG 1. /*EKG/ECG*/ @201 HIVTEST 1. /*HIV test*/ @202 FLUTEST 1. /*Rapid flu/Influenza test*/ @203 PREGTEST 1. /*Pregnancy test*/ @204 TOXSCREN 1. /*Toxicology screen*/ @205 URINE 1. /*Urinalysis*/ @206 WOUNDCX 1. /*Wound culture*/ @207 URINECX 1. /*Urine culture*/ @208 OTHRTEST 1. /*Other test/service*/ @209 ANYIMAGE 1. /*Any imaging*/ @210 XRAY 1. /*X-ray*/ @211 IVCONTRAST 1. /*Intravenous contrast*/ @212 CATSCAN 1. /*CT scan*/ @213 CTAB 1. /*CT scan - abdomen/pelvis*/ @214 CTCHEST 1. /*CT scan - chest*/ @215 CTHEAD 1. /*CT scan- head*/ @216 CTOTHER 1. /*CT scan - other*/ @217 CTUNK 1. /*CT scan - site not specified*/ @218 MRI 1. /*MRI*/ @219 ULTRASND 1. /*Ultrasound*/ @220 OTHIMAGE 1. /*Other imaging*/ @221 TOTDIAG 2. /*Total number of diagnostic services ordered or provided*/ @223 PROC 1. /*Were procedures provided at this visit?*/ @224 BPAP 1. /*BPAP/CPAP*/ @225 BLADCATH 1. /*Bladder catheter*/ @226 CASTSPLINT 1. /*Cast, splint or wrap*/ @227 CENTLINE 1. /*Central line*/ @228 CPR 1. /*CPR */ @229 ENDOINT 1. /*Endotracheal intubation*/ @230 INCDRAIN 1. /*Incision and drainage (I&D)*/ @231 IVFLUIDS 1. /*IV fluids*/ @232 LUMBAR 1. /*Lumbar puncture*/ @233 NEBUTHER 1. /*Nebulizer therapy*/ @234 PELVIC 1. /*Pelvic exam*/ @235 SKINADH 1. /*Skin adhesives*/ @236 SUTURE 1. /*Suturing/Staples*/ @237 OTHPROC 1. /*Other procedure*/ @238 TOTPROC 2. /*Total number of procedures provided*/ @240 MED 1. /*Were medications given at this visit or prescribed at ED discharge?*/ @241 MED1 $char5. /*Medication 1*/ @246 MED2 $char5. /*Medication 2*/ @251 MED3 $char5. /*Medication 3*/ @256 MED4 $char5. /*Medication 4*/ @261 MED5 $char5. /*Medication 5*/ @266 MED6 $char5. /*Medication 6*/ @271 MED7 $char5. /*Medication 7*/ @276 MED8 $char5. /*Medication 8*/ @281 MED9 $char5. /*Medication 9*/ @286 MED10 $char5. /*Medication 10*/ @291 MED11 $char5. /*Medication 11*/ @296 MED12 $char5. /*Medication 12*/ @301 GPMED1 2. /*Medication 1 given in ED or Rx at discharge */ @303 GPMED2 2. /*Medication 2 given in ED or Rx at discharge */ @305 GPMED3 2. /*Medication 3 given in ED or Rx at discharge */ @307 GPMED4 2. /*Medication 4 given in ED or Rx at discharge */ @309 GPMED5 2. /*Medication 5 given in ED or Rx at discharge */ @311 GPMED6 2. /*Medication 6 given in ED or Rx at discharge */ @313 GPMED7 2. /*Medication 7 given in ED or Rx at discharge */ @315 GPMED8 2. /*Medication 8 given in ED or Rx at discharge */ @317 GPMED9 2. /*Medication 9 given in ED or Rx at discharge */ @319 GPMED10 2. /*Medication 10 given in ED or Rx at discharge */ @321 GPMED11 2. /*Medication 11 given in ED or Rx at discharge */ @323 GPMED12 2. /*Medication 12 given in ED or Rx at discharge */ @325 NUMGIV 2. /*Number of medications given in ED*/ @327 NUMDIS 2. /*Number of medications prescribed at discharge*/ @329 NUMMED 2. /*Number of medications*/ @331 NOPROVID 1. /*No answer to provider seen item*/ @332 ATTPHYS 1. /*ED attending physician seen */ @333 RESINT 1. /*ED resident/intern seen*/ @334 CONSULT 1. /*Consulting physician seen*/ @335 RNLPN 1. /*Registered nurse/LPN seen*/ @336 NURSEPR 1. /*Nurse practitioner seen*/ @337 PHYSASST 1. /*Physician assistant seen*/ @338 EMT 1. /*EMT */ @339 MHPROV 1. /*Other mental health provider*/ @340 OTHPROV 1. /*Other provider seen*/ @341 NODISP 1. /*No answer to disposition item*/ @342 NOFU 1. /*No follow up planned*/ @343 RETRNED 1. /*Return to ED*/ @344 RETREFFU 1. /*Return/refer to physician/clinic for FU*/ @345 LEFTBTRI 1. /*Left before triage*/ @346 LEFTATRI 1. /*Left after triage*/ @347 LEFTAMA 1. /*Left AMA (against medical advice)*/ @348 DOA 1. /*DOA*/ @349 DIEDED 1. /*Died in ED*/ @350 TRANNH 1. /*Return/transfer to nursing home*/ @351 TRANPSYC 1. /*Transfer to psychiatric hospital*/ @352 TRANOTH 1. /*Transfer to other hospital*/ @353 ADMITHOS 1. /*Admit to this hospital*/ @354 OBSHOS 1. /*Admit to observation unit, then hospitalized*/ @355 OBSDIS 1. /*Admit to observation unit, then discharged*/ @356 OTHDISP 1. /*Other disposition*/ @357 ADMIT 2. /*Admitted to:*/ @359 ADMTPHYS 2. /*Admitting physician*/ @361 BLANK1 4. /*Reserved for possible future use*/ @365 LOS 4. /*If admitted, length of stay in hospital (days)*/ @369 HDDIAG1 $char5. /*Hospital discharge diagnosis #1 - detailed category*/ @374 HDDIAG2 $char5. /*Hospital discharge diagnosis #2 - detailed category*/ @379 HDDIAG3 $char5. /*Hospital discharge diagnosis #3 - detailed category*/ @369 HDDIAG13D $char3. /*Hospital discharge diagnosis #1 - broader category*/ @374 HDDIAG23D $char3. /*Hospital discharge diagnosis #2 - broader category*/ @379 HDDIAG33D $char3. /*Hospital discharge diagnosis #3 - broader category*/ @384 HDDIAG1R 6. /*Hospital discharge diagnosis #1 - numeric recode*/ @390 HDDIAG2R 6. /*Hospital discharge diagnosis #2 - numeric recode*/ @396 HDDIAG3R 6. /*Hospital discharge diagnosis #3 - numeric recode*/ @402 HDSTAT 2. /*Hospital discharge status*/ @404 ADISP 2. /*Disposition of live discharges*/ @406 OBSSTAY 4. /*Length of time in observation unit in minutes*/ @410 STAY24 1. /*ED discharge greater than 24 hours*/ @411 AGEFL 2. /*Was patient age reported, calculated or imputed?*/ @413 BDATEFL 1. /*Birth date imputed? */ @414 SEXFL 1. /*Sex imputed? */ @415 ETHNICFL 1. /*Ethnicity imputed? */ @416 RACERFL 1. /*RACER imputed? */ @417 HOSPCODE 3. /*Hospital number */ @420 PATCODE 3. /*Patient code */ @423 EBILLANYE 2. /*Does your ED submit any claims electronically (electronic billing)? */ @425 EINSE 2. /*Does your ED verify an individual patient's insurance eligibility electronically? */ @427 EINSHOWE 2. /*How does your ED electronically verify an individual patient's insurance eligibility? */ @429 EINSFASTE 2. /*When your staff electronically verifies a patient's insurance eligibility, do you usually get results back before the patient leaves the ED? */ @431 EMRED 2. /*Does your ED use electronic medical or health records (EMR/EHR) (not including billing records)? */ @433 EHRINSE 2. /*Does your ED have plans for installing a new EMR/EHR system within the next 18 months? */ @435 EDEMOGE 2. /*Does your ED have a computerized system for patient history and demographic information? */ @437 EDEMOGER 2. /*Recode of EDEMOGE for trending with data prior to 2010*/ @439 EPROLSTE 2. /*If computerized system for pat history and demo info, does this include patient problem list? */ @441 EPROLSTER 2. /*Recode of EPROLSTE for trending with data prior to 2010 */ @443 EVITALE 2. /*Does your ED have a computerized system for recording and charting vital signs? */ @445 EVITALER 2. /*Recode of EVITALE for trending with data prior to 2010*/ @447 ESMOKEE 2. /*Does your ED have a computerized system for recording patient smoking status?*/ @449 ESMOKEER 2. /*Recode of ESMOKEE for trending with data prior to 2010 */ @451 EPNOTESE 2. /*Does your ED have a computerized system for clinical notes? */ @453 EPNOTESER 2. /*Recode of EPNOTESE for trending with data prior to 2010 */ @455 EMEDALGE 2. /*If computerized system for clinical notes, do they include comprehensive list of pat's medications and allegeries? */ @457 EMEDALGER 2. /*Recode of EMEDALGE for trending with data prior to 2010 */ @459 ECPOEE 2. /*Does your ED have a computerized system for orders for prescriptions? */ @461 ECPOEER 2. /*Recode of ECPOEE for trending with data prior to 2010 */ @463 ESCRIPE 2. /*If computerized system for oders for prescriptions, are prescriptions sent electronically to the pharmacy? */ @465 ESCRIPER 2. /*Recode of ESCRIPE for trending with data prior to 2010 */ @467 EWHOPRACPE 2. /*Who submits electronic orders for prescriptions - Prescribing practitioner */ @469 EWHOOTHEPE 2. /*Who submits electronic orders for prescriptions - Someone else */ @471 EWHOUNKPE 2. /*Who submits electronic orders for prescriptions - Unknown */ @473 EWHOREFPE 2. /*Who submits electronic orders for prescriptions - Refused to answer question */ @475 EWARNE 2. /*Are warnings of drug interactions or contraindications provided? */ @477 EWARNER 2. /*Recode of EWARNE for trending with data prior to 2010 */ @479 EREMINDE 2. /*Does your ED have a computerized system for providing reminders for guideline-based interventions or screening tests? */ @481 EREMINDER 2. /*Recde of EREMINDE for trending with data prior to 2010 */ @483 ESETSE 2. /*Does your ED have a computerized system for providing standard order sets related to a particular condition or procedure? */ @485 ESETSER 2. /*Recode of ESETSE for trending with data prior to 2010 */ @487 ECTOEE 2. /*Does your ED have a computerized system for ordering lab tests? */ @489 ECTOEER 2. /*Recode of ECTOEE for trending with data prior to 2010 */ @491 EORDERE 2. /*If computerized system for odering lab tests, are orders sent electronically to the lab? */ @493 EORDERER 2. /*Recode of EORDERE for trending with data prior to 2010 */ @495 EWHOPRACLE 2. /*Who submits orders for lab tests - Prescribing practitioner */ @497 EWHOOTHLE 2. /*Who submits orders for lab tests - Someone else */ @499 EWHOUNKLE 2. /*Who submits orders for lab tests - Unknown */ @501 EWHOREFLE 2. /*Who submits orders for lab tests - Refused to answer */ @503 ERESULTE 2. /*Does your ED have a computerized system for viewing of lab results? */ @505 ERESULTER 2. /*Recode of ERESULTE for trending with data prior to 2010 */ @507 EGRAPHE 2. /*Can the EHR/EMR automatically graph a specific patient's lab results over time? */ @509 EGRAPHER 2. /*Recode of EGRAPHE for trending with data prior to 2010 */ @511 EIMGRESE 2. /*Does your ED have a computerized system for viewing imaging results? */ @513 EIMGRESER 2. /*Recode of EIMGRESE for trending with data prior to 2010 */ @515 EQOCE 2. /*Does your ED have a computerized system for viewing data on quality of care measures? */ @517 EQOCER 2. /*Recode of EQOCE for trending with data prior to 2010 */ @519 ECQME 2. /*Does your ED have a computerized system for reporting clinical quantity measures to federal or state agencies (such as CMS or Medicaid)? */ @521 ECQMER 2. /*Recode of ECQME for trending with data prior to 2010 */ @523 EGENLISTE 2. /*Does your ED have a computerized system for generating list of patients with particular health conditions? */ @525 EGENLISTER 2. /*Recode of EGENLISTE for trending with data prior to 2010 */ @527 EIMMREGE 2. /*Does your ED have a computerized system for electronic reporting to immunization registries? */ @529 EIMMREGER 2. /*Recode of EIMMREGE for trending with data prior to 2010 */ @531 EMUREPE 2. /*If computerized system for electronic reporting to immunization registries, is itreported in standards specified by Meaningful Use criteria? */ @533 EMUREPER 2. /*Recode of EMUREPE for trending with data prior to 2010 */ @535 ESUME 2. /*Does your ED have a computerized system for providing patients with clinical summaries for each visit? */ @537 ESUMER 2. /*Recode of ESUME for trending with data prior to 2010 */ @539 EMSGE 2. /*Does your ED have a computerized system for exchanging secure messages with patients? */ @541 EMSGER 2. /*Recode of EMSGE for trending with data prior to 2010 */ @543 EHLTHINFOE 2. /*Does your ED have a computerized system for providing patients with an electronic copy of their health information? */ @545 EHLTHINFOER 2. /*Recode of EHLTHINFOE for trending with data prior to 2010 */ @547 ESHAREE 2. /*Does your ED share any patient health information electronically (not fax) with other providers, including hospitals, ambulatory providers, or labs? */ @549 ESHAREEHRE 2. /*How does your ED electronically share patient health information? - EHR/EMR */ @551 ESHAREWEBE 2. /*How does your ED electronically share patient health information? - Web portal (separate from EHR/EMR) */ @553 ESHAREOTHE 2. /*How does your ED electronically share patient health information? - Other electronic methods */ @555 ESHAREUNKE 2. /*How does your ED electronically share patient health information? - Unknown */ @557 ESHAREREFE 2. /*How does your ED electronically share patient health information? - Refused to answer */ @559 LABRESE1 2. /*Does your ED share lab results electronically (not fax) with: Hospitals with which your hospital is affiliated? */ @561 LABRESE2 2. /*Does your ED share lab results electronically (not fax) with: Departments inside your hospital? */ @563 LABRESE3 2. /*Does your ED share lab results electronically (not fax) with: Hospitals with which your hospital is not affiliated? */ @565 LABRESE4 2. /*Does your ED share lab results electronically (not fax) with: Ambulatory providers outside your hospital? */ @567 LABRESUNKE 2. /*Does your ED share lab results electronically (not fax) with: Unknown */ @569 LABRESREFE 2. /*Does your ED share lab results electronically (not fax) with: Refused to answer */ @571 IMAGREPE1 2. /*Does your ED share imaging reports electronically (not fax) with: Hospitals with which your hospital is affiliated? */ @573 IMAGREPE2 2. /*Does your ED share imaging reports electronically (not fax) with: Departments inside your hospital? */ @575 IMAGREPE3 2. /*Does your ED share imaging reports electronically (not fax) with: Hospitals with which your hospital is not affiliated? */ @577 IMAGREPE4 2. /*Does your ED share imaging reports electronically (not fax) with: Ambulatory providers outside your hospital? */ @579 IMAGREPUNKE 2. /*Does your ED share imaging reports electronically (not fax) with: Unknown. */ @581 IMAGREPREFE 2. /*Does your ED share imaging reports electronically (not fax) with: Refused to answer */ @583 PTPROBE1 2. /*Does your ED share patient problem lists electronically (not fax) with: Hospitals with which your hospital is affiliated. */ @585 PTPROBE2 2. /*Does your ED share patient problem lists electronically (not fax) with: Departments inside your hospital */ @587 PTPROBE3 2. /*Does your ED share patient problem lists electronically (not fax) with: Hospitals with which your hospital is not affiliated. */ @589 PTPROBE4 2. /*Does your ED share patient problem lists electronically (not fax) with: Ambulatory providers outside your hospital. */ @591 PTPROBUNKE 2. /*Does your ED share patient problem lists electronically (not fax) with: Unknown */ @593 PTPROBREFE 2. /*Does your ED share patient problem lists electronically (not fax) with: Refused to answer */ @595 MEDLISTE1 2. /*Does your ED share medication lists electronically (not fax) with: Hospitals with which your hospital is affiliated */ @597 MEDLISTE2 2. /*Does your ED share medication lists electronically (not fax) with: Departments inside your hospital */ @599 MEDLISTE3 2. /*Does your ED share medication lists electronically (not fax) with: Hospitals with which your hospital is not affiliated */ @601 MEDLISTE4 2. /*Does your ED share medication lists electronically (not fax) with: Ambulatory providers outside your hospital */ @603 MEDLISTUNKE 2. /*Does your ED share medication lists electronically (not fax) with: Unknown */ @605 MEDLISTREFE 2. /*Does your ED share medication lists electronically (not fax) with: Refused to answer */ @607 ALGLISTE1 2. /*Does your ED share medication allergy lists electronically (not fax) with: Hospitals with which your hospital is affiliated */ @609 ALGLISTE2 2. /*Does your ED share medication allergy lists electronically (not fax) with: Departments inside your hospital */ @611 ALGLISTE3 2. /*Does your ED share medication allergy lists electronically (not fax) with: Hospitals with which your hospital is not affiliated */ @613 ALGLISTE4 2. /*Does your ED share medication allergy lists electronically (not fax) with: Ambulatory providers outside your hospital */ @615 ALGLISTUNKE 2. /*Does your ED share medication allergy lists electronically (not fax) with: Unknown. */ @617 ALGLISTREFE 2. /*Does your ED share medication allergy lists electronically (not fax) with: Refused to question. */ @619 MUINC 2. /*Does your hospital have plans to apply for Meaningful Use of Health IT incentive payments? */ @621 INTENDYR 2. /*When do you intend to first apply? */ @623 OBSUNITS 2. /*Does your ED have a physically separate observation or clinical decision unit? */ @625 OBSPHYSED 2. /*What type of physician makes decisions for patients in this observation unit? - ED physicians */ @627 OBSHOSP 2. /*What type of physician makes decisions for patients in this observation unit? - Hospitalists */ @629 OBSPHYSOT 2. /*What type of physician makes decisions for patients in this observation unit? - Other physicians */ @631 OBSPHYSUN 2. /*What type of physician makes decisions for patients in this observation unit? - Unknown */ @633 BOARD 2. /*Are admitted ED patients ever "boarded" for more than 2 hours in the ED or observation unit while waiting for an inpatient bed? */ @635 BOARDHOS 2. /*If ED is critically overloaded, are admitted ED patients ever "boarded" in inpatient hallways or in another space outside ED?*/ @637 AMBDIV 2. /*Did your ED go on ambulance diversion in 2011? */ @639 TOTHRDIVR 2. /*What is the total number of hours that your hospital's ED was on ambulance diversion in 2011? */ @641 REGDIV 2. /*Is ambulance diversion actively managed on a regional level versus each hospital adopting diversion if and when it chooses? */ @643 ADMDIV 2. /*Does your hospital continue to admit elective or schedule surgery cases when ED is on ambulance diversion? */ @645 INCSHX 2. /*In the last two years, has your ED increased the number of standard treatment spaces? */ @647 INCPHYS 2. /*In the last two years, has your ED's physical space been expanded? */ @649 EXPSPACE 2. /*Do you have plans to expand your your ED's physical space within the next two years? */ @651 BEDREG 2. /*Does your ED use bedside registration?*/ @653 KIOSELCHK 2. /*Does ED use kiosk self check-in? */ @655 CATRIAGE 2. /*Does ED use computer-assisted triage?*/ @657 IMBED 2. /*Does ED use immediate bedding?*/ @659 ADVTRIAG 2. /*Does ED use advanced triage (triage-based care) protocols?*/ @661 PHYSPRACTRIA 2. /*Does ED use physician/practitioner at triage?*/ @663 FASTTRAK 2. /*Does ED use separate fast track unit for nonurgent care?*/ @665 EDPTOR 2. /*Does ED use separate operating room dedicated to ED patients?*/ @667 DASHBORD 2. /*Does ED use electronic dashboard?*/ @669 RFID 2. /*Does ED use radio frequency identification tracking?*/ @671 WIRELESS 2. /*Does ED use wireless devices by providers?*/ @673 ZONENURS 2. /*Does ED use zone nursing?*/ @675 POOLNURS 2. /*Does ED use pool nursing?*/ @677 SURGDAY 2. /*Number of days in a week elective surgeries scheduled*/ @679 BEDCZAR 2. /*Does your hospital have a bed coordinator, sometimes known as a bed czar?*/ @681 BEDDATA 2. /*How often are hospital bed census data available?*/ @683 HLIST 2. /*Does your hospital have hospitalists on staff?*/ @685 HLISTED 2. /*Do the hospitalists on staff at your hospital admit patients from your ED?*/ @687 FIPSSTHOSP 2. /*FIPS state codes for targeted areas in state sample, and region remainders*/ @689 REGION 1. /*Geographic region*/ @690 DRUGID1 $char6. /*Drug ID code for medication #1*/ @696 PRESCR1 1. /*Prescription status code for medication #1*/ @697 CONTSUB1 1. /*Controlled status code for medication #1*/ @698 COMSTAT1 1. /*Composition status code for medication #1*/ @699 RX1CAT1 $char3. /*For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @702 RX1CAT2 $char3. /*For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @705 RX1CAT3 $char3. /*For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @708 RX1CAT4 $char3. /*For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @711 RX1V1C1 $char3. /*For RX1, level 1 of MULTUM drug category #1 (broad level)*/ @714 RX1V1C2 $char3. /*For RX1, level 1 of MULTUM drug category #2 (broad level)*/ @717 RX1V1C3 $char3. /*For RX1, level 1 of MULTUM drug category #3 (broad level)*/ @720 RX1V1C4 $char3. /*For RX1, level 1 of MULTUM drug category #4 (broad level)*/ @723 RX1V2C1 $char3. /*For RX1, level 2 of MULTUM drug category #1 (intermediate level)*/ @726 RX1V2C2 $char3. /*For RX1, level 2 of MULTUM drug category #2 (intermediate level)*/ @729 RX1V2C3 $char3. /*For RX1, level 2 of MULTUM drug category #3 (intermediate level)*/ @732 RX1V2C4 $char3. /*For RX1, level 2 of MULTUM drug category #4 (intermediate level)*/ @735 RX1V3C1 $char3. /*For RX1, level 3 of MULTUM drug category #1 (detailed level)*/ @738 RX1V3C2 $char3. /*For RX1, level 3 of MULTUM drug category #2 (detailed level)*/ @741 RX1V3C3 $char3. /*For RX1, level 3 of MULTUM drug category #3 (detailed level)*/ @744 RX1V3C4 $char3. /*For RX1, level 3 of MULTUM drug category #4 (detailed level)*/ @747 DRUGID2 $char6. /*Drug ID code for medication #2*/ @753 PRESCR2 1. /*Prescription status code for medication #2*/ @754 CONTSUB2 1. /*Controlled status code for medication #2*/ @755 COMSTAT2 1. /*Composition status code for medication #2*/ @756 RX2CAT1 $char3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @759 RX2CAT2 $char3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @762 RX2CAT3 $char3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @765 RX2CAT4 $char3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @768 RX2V1C1 $char3. /*For RX2, level 1 of MULTUM drug category #1 (broad level)*/ @771 RX2V1C2 $char3. /*For RX2, level 1 of MULTUM drug category #2 (broad level)*/ @774 RX2V1C3 $char3. /*For RX2, level 1 of MULTUM drug category #3 (broad level)*/ @777 RX2V1C4 $char3. /*For RX2, level 1 of MULTUM drug category #4 (broad level)*/ @780 RX2V2C1 $char3. /*For RX2, level 2 of MULTUM drug category #1 (intermediate level)*/ @783 RX2V2C2 $char3. /*For RX2, level 2 of MULTUM drug category #2 (intermediate level)*/ @786 RX2V2C3 $char3. /*For RX2, level 2 of MULTUM drug category #3 (intermediate level)*/ @789 RX2V2C4 $char3. /*For RX2, level 2 of MULTUM drug category #4 (intermediate level)*/ @792 RX2V3C1 $char3. /*For RX2, level 3 of MULTUM drug category #1 (detailed level)*/ @795 RX2V3C2 $char3. /*For RX2, level 3 of MULTUM drug category #2 (detailed level)*/ @798 RX2V3C3 $char3. /*For RX2, level 3 of MULTUM drug category #3 (detailed level)*/ @801 RX2V3C4 $char3. /*For RX2, level 3 of MULTUM drug category #4 (detailed level)*/ @804 DRUGID3 $char6. /*Drug ID code for medication #3*/ @810 PRESCR3 1. /*Prescription status code for medication #3*/ @811 CONTSUB3 1. /*Controlled status code for medication #3*/ @812 COMSTAT3 1. /*Composition status code for medication #3*/ @813 RX3CAT1 $char3. /*For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @816 RX3CAT2 $char3. /*For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @819 RX3CAT3 $char3. /*For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @822 RX3CAT4 $char3. /*For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @825 RX3V1C1 $char3. /*For RX3, level 1 of MULTUM drug category #1 (broad level) */ @828 RX3V1C2 $char3. /*For RX3, level 1 of MULTUM drug category #2 (broad level) */ @831 RX3V1C3 $char3. /*For RX3, level 1 of MULTUM drug category #3 (broad level) */ @834 RX3V1C4 $char3. /*For RX3, level 1 of MULTUM drug category #4 (broad level) */ @837 RX3V2C1 $char3. /*For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @840 RX3V2C2 $char3. /*For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @843 RX3V2C3 $char3. /*For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @846 RX3V2C4 $char3. /*For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @849 RX3V3C1 $char3. /*For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @852 RX3V3C2 $char3. /*For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @855 RX3V3C3 $char3. /*For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @858 RX3V3C4 $char3. /*For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @861 DRUGID4 $char6. /*Drug ID code for medication #4*/ @867 PRESCR4 1. /*Prescription status code for medication #4*/ @868 CONTSUB4 1. /*Controlled status code for medication #4*/ @869 COMSTAT4 1. /*Composition status code for medication #4*/ @870 RX4CAT1 $char3. /*For RX4, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @873 RX4CAT2 $char3. /*For RX4, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @876 RX4CAT3 $char3. /*For RX4, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @879 RX4CAT4 $char3. /*For RX4, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @882 RX4V1C1 $char3. /*For RX4, level 1 of MULTUM drug category #1 (broad level) */ @885 RX4V1C2 $char3. /*For RX4, level 1 of MULTUM drug category #2 (broad level) */ @888 RX4V1C3 $char3. /*For RX4, level 1 of MULTUM drug category #3 (broad level) */ @891 RX4V1C4 $char3. /*For RX4, level 1 of MULTUM drug category #4 (broad level) */ @894 RX4V2C1 $char3. /*For RX4, level 2 of MULTUM drug category #1 (intermediate level)*/ @897 RX4V2C2 $char3. /*For RX4, level 2 of MULTUM drug category #2 (intermediate level)*/ @900 RX4V2C3 $char3. /*For RX4, level 2 of MULTUM drug category #3 (intermediate level)*/ @903 RX4V2C4 $char3. /*For RX4, level 2 of MULTUM drug category #4 (intermediate level)*/ @906 RX4V3C1 $char3. /*For RX4, level 3 of MULTUM drug category #1 (detailed level)*/ @909 RX4V3C2 $char3. /*For RX4, level 3 of MULTUM drug category #2 (detailed level)*/ @912 RX4V3C3 $char3. /*For RX4, level 3 of MULTUM drug category #3 (detailed level)*/ @915 RX4V3C4 $char3. /*For RX4, level 3 of MULTUM drug category #4 (detailed level)*/ @918 DRUGID5 $char6. /*Drug ID code for medication #5*/ @924 PRESCR5 1. /*Prescription status code for medication #5*/ @925 CONTSUB5 1. /*Controlled status code for medication #5*/ @926 COMSTAT5 1. /*Composition status code for medication #5*/ @927 RX5CAT1 $char3. /*For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @930 RX5CAT2 $char3. /*For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @933 RX5CAT3 $char3. /*For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @936 RX5CAT4 $char3. /*For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @939 RX5V1C1 $char3. /*For RX5, level 1 of MULTUM drug category #1 (broad level)*/ @942 RX5V1C2 $char3. /*For RX5, level 1 of MULTUM drug category #2 (broad level)*/ @945 RX5V1C3 $char3. /*For RX5, level 1 of MULTUM drug category #3 (broad level)*/ @948 RX5V1C4 $char3. /*For RX5, level 1 of MULTUM drug category #4 (broad level)*/ @951 RX5V2C1 $char3. /*For RX5, level 2 of MULTUM drug category #1 (intermediate level)*/ @954 RX5V2C2 $char3. /*For RX5, level 2 of MULTUM drug category #2 (intermediate level)*/ @957 RX5V2C3 $char3. /*For RX5, level 2 of MULTUM drug category #3 (intermediate level)*/ @960 RX5V2C4 $char3. /*For RX5, level 2 of MULTUM drug category #4 (intermediate level)*/ @963 RX5V3C1 $char3. /*For RX5, level 3 of MULTUM drug category #1 (detailed level)*/ @966 RX5V3C2 $char3. /*For RX5, level 3 of MULTUM drug category #2 (detailed level)*/ @969 RX5V3C3 $char3. /*For RX5, level 3 of MULTUM drug category #3 (detailed level)*/ @972 RX5V3C4 $char3. /*For RX5, level 3 of MULTUM drug category #4 (detailed level)*/ @975 DRUGID6 $char6. /*Drug ID code for medication #6*/ @981 PRESCR6 1. /*Prescription status code for medication #6*/ @982 CONTSUB6 1. /*Controlled status code for medication #6*/ @983 COMSTAT6 1. /*Composition status code for medication #6*/ @984 RX6CAT1 $char3. /*For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @987 RX6CAT2 $char3. /*For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @990 RX6CAT3 $char3. /*For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @993 RX6CAT4 $char3. /*For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @996 RX6V1C1 $char3. /*For RX6, level 1 of MULTUM drug category #1 (broad level)*/ @999 RX6V1C2 $char3. /*For RX6, level 1 of MULTUM drug category #2 (broad level)*/ @1002 RX6V1C3 $char3. /*For RX6, level 1 of MULTUM drug category #3 (broad level)*/ @1005 RX6V1C4 $char3. /*For RX6, level 1 of MULTUM drug category #4 (broad level)*/ @1008 RX6V2C1 $char3. /*For RX6, level 2 of MULTUM drug category #1 (intermediate level)*/ @1011 RX6V2C2 $char3. /*For RX6, level 2 of MULTUM drug category #2 (intermediate level)*/ @1014 RX6V2C3 $char3. /*For RX6, level 2 of MULTUM drug category #3 (intermediate level)*/ @1017 RX6V2C4 $char3. /*For RX6, level 2 of MULTUM drug category #4 (intermediate level)*/ @1020 RX6V3C1 $char3. /*For RX6, level 3 of MULTUM drug category #1 (detailed level)*/ @1023 RX6V3C2 $char3. /*For RX6, level 3 of MULTUM drug category #2 (detailed level)*/ @1026 RX6V3C3 $char3. /*For RX6, level 3 of MULTUM drug category #3 (detailed level)*/ @1029 RX6V3C4 $char3. /*For RX6, level 3 of MULTUM drug category #4 (detailed level)*/ @1032 DRUGID7 $char6. /*Drug ID code for medication #7*/ @1038 PRESCR7 1. /*Prescription status code for medication #7*/ @1039 CONTSUB7 1. /*Controlled status code for medication #7*/ @1040 COMSTAT7 1. /*Composition status code for medication #7*/ @1041 RX7CAT1 $char3. /*For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @1044 RX7CAT2 $char3. /*For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @1047 RX7CAT3 $char3. /*For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @1050 RX7CAT4 $char3. /*For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @1053 RX7V1C1 $char3. /*For RX7, level 1 of MULTUM drug category #1 (broad level) */ @1056 RX7V1C2 $char3. /*For RX7, level 1 of MULTUM drug category #2 (broad level) */ @1059 RX7V1C3 $char3. /*For RX7, level 1 of MULTUM drug category #3 (broad level) */ @1062 RX7V1C4 $char3. /*For RX7, level 1 of MULTUM drug category #4 (broad level) */ @1065 RX7V2C1 $char3. /*For RX7, level 2 of MULTUM drug category #1 (intermediate level)*/ @1068 RX7V2C2 $char3. /*For RX7, level 2 of MULTUM drug category #2 (intermediate level)*/ @1071 RX7V2C3 $char3. /*For RX7, level 2 of MULTUM drug category #3 (intermediate level)*/ @1074 RX7V2C4 $char3. /*For RX7, level 2 of MULTUM drug category #4 (intermediate level)*/ @1077 RX7V3C1 $char3. /*For RX7, level 3 of MULTUM drug category #1 (detailed level)*/ @1080 RX7V3C2 $char3. /*For RX7, level 3 of MULTUM drug category #2 (detailed level)*/ @1083 RX7V3C3 $char3. /*For RX7, level 3 of MULTUM drug category #3 (detailed level)*/ @1086 RX7V3C4 $char3. /*For RX7, level 3 of MULTUM drug category #4 (detailed level)*/ @1089 DRUGID8 $char6. /*Drug ID code for medication #8*/ @1095 PRESCR8 1. /*Prescription status code for medication #8*/ @1096 CONTSUB8 1. /*Controlled status code for medication #8*/ @1097 COMSTAT8 1. /*Composition status code for medication #8*/ @1098 RX8CAT1 $char3. /*For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @1101 RX8CAT2 $char3. /*For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @1104 RX8CAT3 $char3. /*For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @1107 RX8CAT4 $char3. /*For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @1110 RX8V1C1 $char3. /*For RX8, level 1 of MULTUM drug category #1 (broad level) */ @1113 RX8V1C2 $char3. /*For RX8, level 1 of MULTUM drug category #2 (broad level) */ @1116 RX8V1C3 $char3. /*For RX8, level 1 of MULTUM drug category #3 (broad level) */ @1119 RX8V1C4 $char3. /*For RX8, level 1 of MULTUM drug category #4 (broad level) */ @1122 RX8V2C1 $char3. /*For RX8, level 2 of MULTUM drug category #1 (intermediate level)*/ @1125 RX8V2C2 $char3. /*For RX8, level 2 of MULTUM drug category #2 (intermediate level)*/ @1128 RX8V2C3 $char3. /*For RX8, level 2 of MULTUM drug category #3 (intermediate level)*/ @1131 RX8V2C4 $char3. /*For RX8, level 2 of MULTUM drug category #4 (intermediate level)*/ @1134 RX8V3C1 $char3. /*For RX8, level 3 of MULTUM drug category #1 (detailed level)*/ @1137 RX8V3C2 $char3. /*For RX8, level 3 of MULTUM drug category #2 (detailed level)*/ @1140 RX8V3C3 $char3. /*For RX8, level 3 of MULTUM drug category #3 (detailed level)*/ @1143 RX8V3C4 $char3. /*For RX8, level 3 of MULTUM drug category #4 (detailed level)*/ @1146 DRUGID9 $char6. /*Drug ID code for medication #9*/ @1152 PRESCR9 1. /*Prescription status code for medication #9*/ @1153 CONTSUB9 1. /*Controlled status code for medication #9*/ @1154 COMSTAT9 1. /*Composition status code for medication #9*/ @1155 RX9CAT1 $char3. /*For RX9, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @1158 RX9CAT2 $char3. /*For RX9, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @1161 RX9CAT3 $char3. /*For RX9, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @1164 RX9CAT4 $char3. /*For RX9, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @1167 RX9V1C1 $char3. /*For RX9, level 1 of MULTUM drug category #1 (broad level) */ @1170 RX9V1C2 $char3. /*For RX9, level 1 of MULTUM drug category #2 (broad level) */ @1173 RX9V1C3 $char3. /*For RX9, level 1 of MULTUM drug category #3 (broad level) */ @1176 RX9V1C4 $char3. /*For RX9, level 1 of MULTUM drug category #4 (broad level) */ @1179 RX9V2C1 $char3. /*For RX9, level 2 of MULTUM drug category #1 (intermediate level)*/ @1182 RX9V2C2 $char3. /*For RX9, level 2 of MULTUM drug category #2 (intermediate level)*/ @1185 RX9V2C3 $char3. /*For RX9, level 2 of MULTUM drug category #3 (intermediate level)*/ @1188 RX9V2C4 $char3. /*For RX9, level 2 of MULTUM drug category #4 (intermediate level)*/ @1191 RX9V3C1 $char3. /*For RX9, level 3 of MULTUM drug category #1 (detailed level)*/ @1194 RX9V3C2 $char3. /*For RX9, level 3 of MULTUM drug category #2 (detailed level)*/ @1197 RX9V3C3 $char3. /*For RX9, level 3 of MULTUM drug category #3 (detailed level)*/ @1200 RX9V3C4 $char3. /*For RX9, level 3 of MULTUM drug category #4 (detailed level)*/ @1203 DRUGID10 $char6. /*Drug ID code for medication #10*/ @1209 PRESCR10 1. /*Prescription status code for medication 10#*/ @1210 CONTSUB10 1. /*Controlled status code for medication #10*/ @1211 COMSTAT10 1. /*Composition status code for medication #10*/ @1212 RX10CAT1 $char3. /*For RX10, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @1215 RX10CAT2 $char3. /*For RX10, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @1218 RX10CAT3 $char3. /*For RX10, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @1221 RX10CAT4 $char3. /*For RX10, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @1224 RX10V1C1 $char3. /*For RX10, level 1 of MULTUM drug category #1 (broad level) */ @1227 RX10V1C2 $char3. /*For RX10, level 1 of MULTUM drug category #2 (broad level) */ @1230 RX10V1C3 $char3. /*For RX10, level 1 of MULTUM drug category #3 (broad level) */ @1233 RX10V1C4 $char3. /*For RX10, level 1 of MULTUM drug category #4 (broad level) */ @1236 RX10V2C1 $char3. /*For RX10, level 2 of MULTUM drug category #1 (intermediate level) */ @1239 RX10V2C2 $char3. /*For RX10, level 2 of MULTUM drug category #2 (intermediate level) */ @1242 RX10V2C3 $char3. /*For RX10, level 2 of MULTUM drug category #3 (intermediate level) */ @1245 RX10V2C4 $char3. /*For RX10, level 2 of MULTUM drug category #4 (intermediate level) */ @1248 RX10V3C1 $char3. /*For RX10, level 3 of MULTUM drug category #1 (detailed level) */ @1251 RX10V3C2 $char3. /*For RX10, level 3 of MULTUM drug category #2 (detailed level) */ @1254 RX10V3C3 $char3. /*For RX10, level 3 of MULTUM drug category #3 (detailed level) */ @1257 RX10V3C4 $char3. /*For RX10, level 3 of MULTUM drug category #4 (detailed level) */ @1260 DRUGID11 $char6. /*Drug ID code for medication #11*/ @1266 PRESCR11 1. /*Prescription status code for medication #11*/ @1267 CONTSUB11 1. /*Controlled status code for medication #11*/ @1268 COMSTAT11 1. /*Composition status code for medication #11*/ @1269 RX11CAT1 $char3. /*For RX11, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @1272 RX11CAT2 $char3. /*For RX11, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @1275 RX11CAT3 $char3. /*For RX11, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @1278 RX11CAT4 $char3. /*For RX11, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @1281 RX11V1C1 $char3. /*For RX11, level 1 of MULTUM drug category #1 (broad level) */ @1284 RX11V1C2 $char3. /*For RX11, level 1 of MULTUM drug category #2 (broad level) */ @1287 RX11V1C3 $char3. /*For RX11, level 1 of MULTUM drug category #3 (broad level) */ @1290 RX11V1C4 $char3. /*For RX11, level 1 of MULTUM drug category #4 (broad level) */ @1293 RX11V2C1 $char3. /*For RX11, level 2 of MULTUM drug category #1 (intermediate level)*/ @1296 RX11V2C2 $char3. /*For RX11, level 2 of MULTUM drug category #2 (intermediate level)*/ @1299 RX11V2C3 $char3. /*For RX11, level 2 of MULTUM drug category #3 (intermediate level)*/ @1302 RX11V2C4 $char3. /*For RX11, level 2 of MULTUM drug category #4 (intermediate level)*/ @1305 RX11V3C1 $char3. /*For RX11, level 3 of MULTUM drug category #1 (detailed level)*/ @1308 RX11V3C2 $char3. /*For RX11, level 3 of MULTUM drug category #2 (detailed level)*/ @1311 RX11V3C3 $char3. /*For RX11, level 3 of MULTUM drug category #3 (detailed level)*/ @1314 RX11V3C4 $char3. /*For RX11, level 3 of MULTUM drug category #4 (detailed level)*/ @1317 DRUGID12 $char6. /*Drug ID code for medication #12*/ @1323 PRESCR12 1. /*Prescription status code for medication #12*/ @1324 CONTSUB12 1. /*Controlled status code for medication #12*/ @1325 COMSTAT12 1. /*Composition status code for medication #12*/ @1326 RX12CAT1 $char3. /*For RX12, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3)*/ @1329 RX12CAT2 $char3. /*For RX12, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3)*/ @1332 RX12CAT3 $char3. /*For RX12, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3)*/ @1335 RX12CAT4 $char3. /*For RX12, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3)*/ @1338 RX12V1C1 $char3. /*For RX12, level 1 of MULTUM drug category #1 (broad level) */ @1341 RX12V1C2 $char3. /*For RX12, level 1 of MULTUM drug category #2 (broad level) */ @1344 RX12V1C3 $char3. /*For RX12, level 1 of MULTUM drug category #3 (broad level) */ @1347 RX12V1C4 $char3. /*For RX12, level 1 of MULTUM drug category #4 (broad level) */ @1350 RX12V2C1 $char3. /*For RX12, level 2 of MULTUM drug category #1 (intermediate level)*/ @1353 RX12V2C2 $char3. /*For RX12, level 2 of MULTUM drug category #2 (intermediate level)*/ @1356 RX12V2C3 $char3. /*For RX12, level 2 of MULTUM drug category #3 (intermediate level)*/ @1359 RX12V2C4 $char3. /*For RX12, level 2 of MULTUM drug category #4 (intermediate level)*/ @1362 RX12V3C1 $char3. /*For RX12, level 3 of MULTUM drug category #1 (detailed level)*/ @1365 RX12V3C2 $char3. /*For RX12, level 3 of MULTUM drug category #2 (detailed level)*/ @1368 RX12V3C3 $char3. /*For RX12, level 3 of MULTUM drug category #3 (detailed level)*/ @1371 RX12V3C4 $char3. /*For RX12, level 3 of MULTUM drug category #4 (detailed level)*/ @1374 SETTYPE 1. /*Setting type*/ @1375 YEAR 4. /*YEAR (2012)*/ @1379 CSTRATM 8. /*Clustered CSTRATM -- masked*/ @1387 CPSUM 6. /*Clustered CPSUM -- masked*/ @1393 PATWT 6. /*Patient visit weight*/ @1399 EDWT 6. /*ED weight*/ ;