/* PROGRAM: ED15INP PURPOSE: INPUT STATEMENT TO READ 2015 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 in minutes */ @12 LOV 4. /*Length of visit in 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 AMBTRANSFER 2. /*Was the patient transferred from another hospital or urgent care facility? */ @37 NOPAY 1. /*No answer to expected source of payment item */ @38 PAYPRIV 1. /*Expected source of payment: Private insurance */ @39 PAYMCARE 1. /*Expected source of payment: Medicare */ @40 PAYMCAID 1. /*Expected source of payment: Medicaid or CHIP or other state-based program */ @41 PAYWKCMP 1. /*Expected source of payment: Workers Compensation */ @42 PAYSELF 1. /*Expected source of payment: Self pay */ @43 PAYNOCHG 1. /*Expected source of payment: No charge */ @44 PAYOTH 1. /*Expected source of payment: Other */ @45 PAYDK 1. /*Expected source of payment: Unknown */ @46 PAYTYPER 2. /*Recoded primary expected source of payment for visit (based on hierarchy) */ @48 TEMPF 4. /*Initial vital signs: Temperature (Fahrenheit) */ @52 PULSE 3. /*Initial vital signs: Heart rate per minute */ @55 RESPR 3. /*Initial vital signs: Respiratory rate per minute */ @58 BPSYS 3. /*Initial vital signs: Blood pressure - Systolic */ @61 BPDIAS 3. /*Initial vital signs: Blood pressure - Diastolic */ @64 POPCT 3. /*Initial vital signs: Pulse oximetry (percent) */ @67 IMMEDR 2. /*Immediacy with which patient should be seen (unimputed) */ @69 PAINSCALE 2. /*Pain scale (0-10) */ @71 SEEN72 2. /*Was patient 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 */ @88 RFV4 5. /*Patient's complaint, symptom, or other reason for visit #4 - detailed category */ @93 RFV5 5. /*Patient's complaint, symptom, or other reason for visit #5 - 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 RFV43D 4. /*Patient's complaint, symptom, or other reason for visit #4 - broader category */ @93 RFV53D 4. /*Patient's complaint, symptom, or other reason for visit #5 - broader category */ @98 EPISODE 2. /*Episode of care */ @100 INJURY 2. /*Is visit related to an injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment?-Recoded from INJPOISAD*/ @102 INJR1 1. /*Is visit related to injury or poisoning - recode #1 */ @103 INJR2 1. /*Is visit related to injury or poisoning - recode #2 */ @104 INJPOISAD 2. /*Is visit related to an injury/trauma, overdose/poisoning or adverse effect of medical/surgical treatment?  */ @106 INJPOISADR1 2. /*Is visit related to an injury/trauma, overdose/poisoning or adverse effect of medical/surgical treatment?  - recode #1 */ @108 INJPOISADR2 2. /*Is visit related to an injury/trauma, overdose/poisoning or adverse effect of medical/surgical treatment?  - recode #2 */ @110 INJURY72 2. /*Did the injury/trauma, overdose/poisoning, or adverse effect occur within 72 hours prior to the date and time of this visit? */ @112 INTENT15 2. /*Is this injury/trauma or overdose/poisoning intentional or unintentional? */ @114 INJDETR 2. /*Is visit related to any of the following? */ @116 INJDETR1 2. /*Is visit related to any of the following? - recode #1 */ @118 INJDETR2 2. /*Is visit related to any of the following? - recode #2 */ @120 CAUSE1 $CHAR4. /*Cause #1 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - detailed category */ @124 CAUSE2 $CHAR4. /*Cause #2 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - detailed category */ @128 CAUSE3 $CHAR4. /*Cause #3 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - detailed category */ @120 CAUSE13D $CHAR3. /*Cause #1 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - broader category */ @124 CAUSE23D $CHAR3. /*Cause #2 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - broader category */ @128 CAUSE33D $CHAR3. /*Cause #3 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - broader category */ @132 CAUSE1R 4. /*Cause #1 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - numeric recode */ @136 CAUSE2R 4. /*Cause #2 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - numeric recode */ @140 CAUSE3R 4. /*Cause #3 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - numeric recode */ @144 DIAG1 $CHAR5. /*Diagnosis #1 - detailed category */ @149 DIAG2 $CHAR5. /*Diagnosis #2 - detailed category */ @154 DIAG3 $CHAR5. /*Diagnosis #3 - detailed category */ @159 DIAG4 $CHAR5. /*Diagnosis #4 - detailed category */ @164 DIAG5 $CHAR5. /*Diagnosis #5 - detailed category */ @144 DIAG13D $CHAR3. /*Diagnosis #1 - broader category */ @149 DIAG23D $CHAR3. /*Diagnosis #2 - broader category */ @154 DIAG33D $CHAR3. /*Diagnosis #3 - broader category */ @159 DIAG43D $CHAR3. /*Diagnosis #4 - broader category */ @164 DIAG53D $CHAR3. /*Diagnosis #5 - broader category */ @169 PRDIAG1 2. /*For diagnosis 1, is this probable, questionable, or ruleout? */ @171 PRDIAG2 2. /*For diagnosis 2, is this probable, questionable, or ruleout? */ @173 PRDIAG3 2. /*For diagnosis 3, is this probable, questionable, or ruleout? */ @175 PRDIAG4 2. /*For diagnosis 4, is this probable, questionable, or ruleout? */ @177 PRDIAG5 2. /*For diagnosis 5, is this probable, questionable, or ruleout? */ @179 DIAG1R 6. /*Diagnosis #1 - detailed category - numeric recode */ @185 DIAG2R 6. /*Diagnosis #2 - detailed category - numeric recode */ @191 DIAG3R 6. /*Diagnosis #3 - detailed category - numeric recode */ @197 DIAG4R 6. /*Diagnosis #4 - detailed category - numeric recode */ @203 DIAG5R 6. /*Diagnosis #5 - detailed category - numeric recode */ @209 ETOHAB 1. /*Does patient have: Alcohol misuse, abuse, or dependence */ @210 ALZHD 1. /*Does patient have: Alzheimer's disease/Dementia */ @211 ASTHMA 1. /*Does patient have: Asthma */ @212 CANCER 1. /*Does patient have: Cancer */ @213 CEBVD 1. /*Does patient have: Cerebrovascular disease/History of stroke (CVA) or transient ischemic attack (TIA)? */ @214 CKD 1. /*Does patient have: Chronic kidney disease (CKD) */ @215 COPD 1. /*Does patient have: Chronic obstructive pulmonary disease (COPD) */ @216 CHF 1. /*Does patient have: Congestive heart failure (CHF) */ @217 CAD 1. /*Does patient have: Coronary artery disease (CAD), ischemic heart disease (IHD) or history of myocardial infarction (MI) */ @218 DEPRN 1. /*Does patient have: Depression */ @219 DIABTYP1 1. /*Does patient have: Diabetes mellitus (DM) - Type I */ @220 DIABTYP2 1. /*Does patient have: Diabetes mellitus (DM) - Type II */ @221 DIABTYP0 1. /*Does patient have: Diabetes mellitus (DM) - Type unspecified */ @222 ESRD 1. /*Does patient have: End-stage renal disease (ESRD) */ @223 HPE 1. /*Does patient have: History of pulmonary embolism (PE), deep vein thrombosis (DVT), or venous thromboembolism (VTE) */ @224 EDHIV 1. /*Does patient have: HIV infection/AIDS */ @225 HYPLIPID 1. /*Does patient have: Hyperlipidemia */ @226 HTN 1. /*Does patient have: Hypertension */ @227 OBESITY 1. /*Does patient have: Obesity */ @228 OSA 1. /*Does patient have: Obstructive sleep apnea (OSA) */ @229 OSTPRSIS 1. /*Does patient have: Osteoporosis */ @230 SUBSTAB 1. /*Does patient have: Substance abuse or dependence */ @231 NOCHRON 1. /*Does patient have: None of the above */ @232 TOTCHRON 2. /*Total number of chronic conditions */ @234 DIAGSCRN 1. /*Were diagnostic services ordered or provided? */ @235 ABG 1. /*Arterial blood gases */ @236 BAC 1. /*Blood alcohol concentration */ @237 BMP 1. /*Basic metabolic panel */ @238 BLOODCX 1. /*Blood culture */ @239 BNP 1. /*Brain natriuretic peptide */ @240 BUNCREAT 1. /*BUN (Blood urea nitrogen)/creatinine */ @241 CARDENZ 1. /*Cardiac enzymes */ @242 CBC 1. /*CBC */ @243 CMP 1. /*Comprehensive metabolic panel */ @244 DDIMER 1. /*D-dimer */ @245 ELECTROL 1. /*Electrolytes */ @246 GLUCOSE 1. /*Glucose */ @247 LACTATE 1. /*Lactate */ @248 LFT 1. /*Liver function tests */ @249 PTTINR 1. /*Prothrombin time/INR */ @250 OTHERBLD 1. /*Other blood test */ @251 CARDMON 1. /*Cardiac monitor */ @252 EKG 1. /*EKG/ECG */ @253 HIVTEST 1. /*HIV test */ @254 FLUTEST 1. /*Influenza test */ @255 PREGTEST 1. /*Pregnancy test */ @256 TRTCX 1. /*Throat culture */ @257 TOXSCREN 1. /*Toxicology screen */ @258 URINE 1. /*Urinalysis */ @259 URINECX 1. /*Urine culture */ @260 WOUNDCX 1. /*Wound culture */ @261 OTHCX 1. /*Other culture */ @262 OTHRTEST 1. /*Other test/service */ @263 ANYIMAGE 1. /*Any imaging */ @264 XRAY 1. /*X-ray */ @265 CATSCAN 1. /*CT scan */ @266 CTCONTRAST 2. /*Was CT Scan ordered/provided with intravenous (IV) contrast? */ @268 CTAB 1. /*CT scan - abdomen/pelvis */ @269 CTCHEST 1. /*CT scan - chest */ @270 CTHEAD 1. /*CT scan- head */ @271 CTOTHER 1. /*CT scan - other */ @272 CTUNK 1. /*CT Scan - unknown */ @273 MRI 1. /*MRI */ @274 MRICONTRAST 2. /*Was MRI ordered/provided with intravenous (IV) contrast */ @276 ULTRASND 1. /*Ultrasound */ @277 OTHIMAGE 1. /*Other imaging */ @278 TOTDIAG 2. /*Total number of diagnostic services ordered or provided */ @280 PROC 1. /*Were procedures provided at this visit? */ @281 BPAP 1. /*BiPAP/CPAP */ @282 BLADCATH 1. /*Bladder catheter */ @283 CASTSPLINT 1. /*Cast, splint or wrap */ @284 CENTLINE 1. /*Central line */ @285 CPR 1. /*CPR */ @286 ENDOINT 1. /*Endotracheal intubation */ @287 INCDRAIN 1. /*Incision and drainage (I&D) */ @288 IVFLUIDS 1. /*IV fluids */ @289 LUMBAR 1. /*Lumbar puncture */ @290 NEBUTHER 1. /*Nebulizer therapy */ @291 PELVIC 1. /*Pelvic exam */ @292 SKINADH 1. /*Skin adhesives */ @293 SUTURE 1. /*Suturing/Staples */ @294 OTHPROC 1. /*Other procedure */ @295 TOTPROC 2. /*Total number of procedures provided */ @297 MED 1. /*Were medications given at this visit or prescribed at ED discharge? */ @298 MED1 $CHAR5. /*Medication #1 */ @303 MED2 $CHAR5. /*Medication #2 */ @308 MED3 $CHAR5. /*Medication #3 */ @313 MED4 $CHAR5. /*Medication #4 */ @318 MED5 $CHAR5. /*Medication #5 */ @323 MED6 $CHAR5. /*Medication #6 */ @328 MED7 $CHAR5. /*Medication #7 */ @333 MED8 $CHAR5. /*Medication #8 */ @338 MED9 $CHAR5. /*Medication #9 */ @343 MED10 $CHAR5. /*Medication #10 */ @348 MED11 $CHAR5. /*Medication #11 */ @353 MED12 $CHAR5. /*Medication #12 */ @358 MED13 $CHAR5. /*Medication #13 */ @363 MED14 $CHAR5. /*Medication #14 */ @368 MED15 $CHAR5. /*Medication #15 */ @373 MED16 $CHAR5. /*Medication #16 */ @378 MED17 $CHAR5. /*Medication #17 */ @383 MED18 $CHAR5. /*Medication #18 */ @388 MED19 $CHAR5. /*Medication #19 */ @393 MED20 $CHAR5. /*Medication #20 */ @398 MED21 $CHAR5. /*Medication #21 */ @403 MED22 $CHAR5. /*Medication #22 */ @408 MED23 $CHAR5. /*Medication #23 */ @413 MED24 $CHAR5. /*Medication #24 */ @418 MED25 $CHAR5. /*Medication #25 */ @423 MED26 $CHAR5. /*Medication #26 */ @428 MED27 $CHAR5. /*Medication #27 */ @433 MED28 $CHAR5. /*Medication #28 */ @438 MED29 $CHAR5. /*Medication #29 */ @443 MED30 $CHAR5. /*Medication #30 */ @448 GPMED1 2. /*Medication #1 given in ED or Rx at discharge */ @450 GPMED2 2. /*Medication #2 given in ED or Rx at discharge */ @452 GPMED3 2. /*Medication #3 given in ED or Rx at discharge */ @454 GPMED4 2. /*Medication #4 given in ED or Rx at discharge */ @456 GPMED5 2. /*Medication #5 given in ED or Rx at discharge */ @458 GPMED6 2. /*Medication #6 given in ED or Rx at discharge */ @460 GPMED7 2. /*Medication #7 given in ED or Rx at discharge */ @462 GPMED8 2. /*Medication #8 given in ED or Rx at discharge */ @464 GPMED9 2. /*Medication #9 given in ED or Rx at discharge */ @466 GPMED10 2. /*Medication #10 given in ED or Rx at discharge */ @468 GPMED11 2. /*Medication #11 given in ED or Rx at discharge */ @470 GPMED12 2. /*Medication #12 given in ED or Rx at discharge */ @472 GPMED13 2. /*Medication #13 given in ED or Rx at discharge */ @474 GPMED14 2. /*Medication #14 given in ED or Rx at discharge */ @476 GPMED15 2. /*Medication #15 given in ED or Rx at discharge */ @478 GPMED16 2. /*Medication #16 given in ED or Rx at discharge */ @480 GPMED17 2. /*Medication #17 given in ED or Rx at discharge */ @482 GPMED18 2. /*Medication #18 given in ED or Rx at discharge */ @484 GPMED19 2. /*Medication #19 given in ED or Rx at discharge */ @486 GPMED20 2. /*Medication #20 given in ED or Rx at discharge */ @488 GPMED21 2. /*Medication #21 given in ED or Rx at discharge */ @490 GPMED22 2. /*Medication #22 given in ED or Rx at discharge */ @492 GPMED23 2. /*Medication #23 given in ED or Rx at discharge */ @494 GPMED24 2. /*Medication #24 given in ED or Rx at discharge */ @496 GPMED25 2. /*Medication #25 given in ED or Rx at discharge */ @498 GPMED26 2. /*Medication #26 given in ED or Rx at discharge */ @500 GPMED27 2. /*Medication #27 given in ED or Rx at discharge */ @502 GPMED28 2. /*Medication #28 given in ED or Rx at discharge */ @504 GPMED29 2. /*Medication #29 given in ED or Rx at discharge */ @506 GPMED30 2. /*Medication #30 given in ED or Rx at discharge */ @508 NUMGIV 2. /*Number of medications given in ED */ @510 NUMDIS 2. /*Number of medications prescribed at discharge */ @512 NUMMED 2. /*Number of medications */ @514 VITALSD 2. /*Were vitals taken at discharge? */ @516 TEMPDF 4. /*Vitals at discharge: Temperature in Fahrenheit */ @520 PULSED 3. /*Vitals at discharge: Heart rate (beats per minute) */ @523 RESPRD 3. /*Vitals at discharge: Respiratory rate (breaths per minute) */ @526 BPSYSD 3. /*Vitals at discharge: Systolic blood pressure */ @529 BPDIASD 3. /*Vitals at discharge: Diastolic blood pressure */ @532 NOPROVID 1. /*No answer to provider seen item */ @533 ATTPHYS 1. /*ED attending physician seen */ @534 RESINT 1. /*ED resident/intern seen */ @535 CONSULT 1. /*Consulting physician seen */ @536 RNLPN 1. /*Registered nurse/LPN seen */ @537 NURSEPR 1. /*Nurse practitioner seen */ @538 PHYSASST 1. /*Physician assistant seen */ @539 EMT 1. /*EMT */ @540 MHPROV 1. /*Other mental health provider */ @541 OTHPROV 1. /*Other provider seen */ @542 NODISP 1. /*No answer to disposition item */ @543 NOFU 1. /*No follow up planned */ @544 RETRNED 1. /*Return to ED */ @545 RETREFFU 1. /*Return/refer to physician/clinic for FU */ @546 LEFTBTRI 1. /*Left before triage */ @547 LEFTATRI 1. /*Left after triage */ @548 LEFTAMA 1. /*Left AMA (against medical advice) */ @549 DOA 1. /*DOA */ @550 DIEDED 1. /*Died in ED */ @551 TRANNH 1. /*Return/transfer to nursing home */ @552 TRANPSYC 1. /*Transfer to psychiatric hospital */ @553 TRANOTH 1. /*Transfer to other hospital */ @554 ADMITHOS 1. /*Admit to this hospital */ @555 OBSHOS 1. /*Admit to observation unit, then hospitalized */ @556 OBSDIS 1. /*Admit to observation unit, then discharged */ @557 OTHDISP 1. /*Other disposition */ @558 ADMIT 2. /*Admitted to: */ @560 ADMTPHYS 2. /*Admitting physician */ @562 BOARDED 4. /*Length of time boarded in ED in minutes */ @566 LOS 4. /*If admitted, length of stay in hospital (days) */ @570 HDDIAG1 $CHAR5. /*Hospital discharge diagnosis #1 - detailed category */ @575 HDDIAG2 $CHAR5. /*Hospital discharge diagnosis #2 - detailed category */ @580 HDDIAG3 $CHAR5. /*Hospital discharge diagnosis #3 - detailed category */ @585 HDDIAG4 $CHAR5. /*Hospital discharge diagnosis #4 - detailed category */ @590 HDDIAG5 $CHAR5. /*Hospital discharge diagnosis #5 - detailed category */ @570 HDDIAG13D $CHAR3. /*Hospital discharge diagnosis #1 - broader category */ @575 HDDIAG23D $CHAR3. /*Hospital discharge diagnosis #2 - broader category */ @580 HDDIAG33D $CHAR3. /*Hospital discharge diagnosis #3 - broader category */ @585 HDDIAG43D $CHAR3. /*Hospital discharge diagnosis #4 - broader category */ @590 HDDIAG53D $CHAR3. /*Hospital discharge diagnosis #5 - broader category */ @595 HDDIAG1R 6. /*Hospital discharge diagnosis #1 - numeric recode */ @601 HDDIAG2R 6. /*Hospital discharge diagnosis #2 - numeric recode */ @607 HDDIAG3R 6. /*Hospital discharge diagnosis #3 - numeric recode */ @613 HDDIAG4R 6. /*Hospital discharge diagnosis #4 - numeric recode */ @619 HDDIAG5R 6. /*Hospital discharge diagnosis #5 - numeric recode */ @625 HDSTAT 2. /*Hospital discharge status */ @627 ADISP 2. /*Disposition of live discharges */ @629 OBSSTAY 4. /*Length of stay in observation unit in minutes */ @633 STAY24 1. /*ED discharge greater than 24 hours */ @634 AGEFL 2. /*Was patient age reported, calculated or imputed? */ @636 BDATEFL 1. /*Birth date imputed? */ @637 SEXFL 1. /*Sex imputed? */ @638 ETHNICFL 1. /*Ethnicity imputed? */ @639 RACERFL 1. /*RACER imputed? */ @640 HOSPCODE 3. /*Hospital number */ @643 PATCODE 3. /*Patient code */ @646 EBILLANYE 2. /*Does your ED submit any claims electronically (electronic billing)? */ @648 EMRED 2. /*Does your ED use electronic health record (EHR) system? Do not including billing systems. */ @650 HHSMUE 2. /*Does your current system meet meaningful use criteria as defined by the Department of Health and Human Services? */ @652 SECURCHCKE 2. /*Has your hospital made an assessment of the potential risks and vulnerabilities of your electronic health information within ... */ @654 DIFFEHRE 2. /*Does your EHR have the capability to electronically send health information to another provider whose EHR system is different ...*/ @656 EHRINSE 2. /*Does your ED have plans for installing a new EHR/EMR system within the next 18 months? */ @658 EDEMOGE 2. /*Does your ED have the computerized capability for recording patient history and demographic information? */ @660 EDEMOGER 2. /*Recode of EDEMOGE for trending with data prior to 2010 */ @662 EPROLSTE 2. /*If yes to EDEMOGE, does this include a patient problem list? */ @664 EPROLSTER 2. /*Recode of EPROLSTE for trending with data prior to 2010 */ @666 EVITALE 2. /*Does your ED have the computerized capability for recording and charting vital signs? */ @668 EVITALER 2. /*Recode of EVITALE for trending with data prior to 2010 */ @670 ESMOKEE 2. /*Does your ED have the computerized capability for recording patient smoking status? */ @672 ESMOKEER 2. /*Recode of ESMOKEE for trending with data prior to 2010 */ @674 EPNOTESE 2. /*Does your ED have the computerized capability for recording clinical notes? */ @676 EPNOTESER 2. /*Recode of EPNOTESE for trending with data prior to 2010 */ @678 EMEDALGE 2. /*Does your ED have the computerized capability for recording patient's medications and allergies? */ @680 EMEDALGER 2. /*Recode of EMEDALGE for trending with data prior to 2010 */ @682 EMEDIDE 2. /*Does your ED have the computerized capability for reconciling lists of patients' medications to identify the most accurate list? */ @684 EMEDIDER 2. /*Recode of EMEDIDE for trending with data prior to 2010 */ @686 EREMINDE 2. /*Does your ED have the computerized capability for providing reminders for guideline-based interventions or screening tests? */ @688 EREMINDER 2. /*Recode of EREMINDE for trending with data prior to 2010 */ @690 ECPOEE 2. /*Does your ED have the computerized capability for ordering prescriptions? */ @692 ECPOEER 2. /*Recode of ECPOEE for trending with data prior to 2010 */ @694 ESCRIPE 2. /*If computerized capability for ordering prescriptions, are prescriptions sent electronically to the pharmacy? */ @696 ESCRIPER 2. /*Recode of ESCRIPE for trending with data prior to 2010 */ @698 EWARNE 2. /*If computerized capability for ordering prescriptions, are warnings of drug interactions or contraindications provided? */ @700 EWARNER 2. /*Recode of EWARNE for trending with data prior to 2010 */ @702 EFORMULAE 2. /*If computerized capability for ordering prescriptions, are drug formulary checks performed? */ @704 EFORMULAER 2. /*Recode of EFORMULAE for trending with data prior to 2010 */ @706 ECTOEE 2. /*Does your ED have the computerized capability for ordering lab tests? */ @708 ECTOEER 2. /*Recode of ECTOEE for trending with data prior to 2010 */ @710 EORDERE 2. /*If computerized capability for ordering lab tests, are orders sent electronically to the lab? */ @712 EORDERER 2. /*Recode of EORDERE for trending with data prior to 2010 */ @714 ERESULTE 2. /*Does your ED have the computerized capability for viewing lab results? */ @716 ERESULTER 2. /*Recode of ERESULTE for trending with data prior to 2010 */ @718 EGRAPHE 2. /*If yes to ERESULTE, can the EHR/EMR automatically graph a specific patient's lab results over time? */ @720 EGRAPHER 2. /*Recode of EGRAPHE for trending with data prior to 2010 */ @722 ERADIE 2. /*Does your ED have the computerized capability for ordering radiology tests? */ @724 ERADIER 2. /*Recode of ERADIE for trending with data prior to 2010 */ @726 EIMGRESE 2. /*Does your ED have the computerized capability for viewing imaging results? */ @728 EIMGRESER 2. /*Recode of EIMGRESE for trending with data prior to 2010 */ @730 EPTEDUE 2. /*Does your ED have the computerized capability for identifying educational resources for patients' specific conditions? */ @732 EPTEDUER 2. /*Recode of EPTEDUE for trending with data prior to 2010 */ @734 ECQME 2. /*Does your ED have the computerized capability for reporting clinical quantity measures to federal or state agencies... */ @736 ECQMER 2. /*Recode of ECQME for trending with data prior to 2010 */ @738 EIDPTE 2. /*Does your ED have the computerized capability for identifying patients due for preventive or follow-up care... */ @740 EIDPTER 2. /*Recode of EIDPTE for trending with data prior to 2010 */ @742 EGENLISTE 2. /*Does your ED have the computerized capability for generating list of patients with particular health conditions? */ @744 EGENLISTER 2. /*Recode of EGENLISTE for trending with data prior to 2010 */ @746 EIMMREGE 2. /*Does your ED have the computerized capability for electronic reporting to immunization registries? */ @748 EIMMREGER 2. /*Recode of EIMMREGE for trending with data prior to 2010 */ @750 ESUME 2. /*Does your ED have the computerized capability for providing patients with clinical summaries for each visit? */ @752 ESUMER 2. /*Recode of ESUME for trending with data prior to 2010 */ @754 EMSGE 2. /*Does your ED have the computerized capability for exchanging secure messages with patients? */ @756 EMSGER 2. /*Recode of EMSGE for trending with data prior to 2010 */ @758 EPTRECE 2. /*Does your ED have the computerized capability for providing patients the ability to view online, download or transmit infor... */ @760 EPTRECER 2. /*Recode of EPTRECE for trending with data prior to 2010 */ @762 ESHAREE 2. /*Does your hospital share any patient health information electronically (not fax) with other providers, including hospitals... */ @764 ESHAREEHRE 2. /*How do you electronically share patient health information? - EHR/EMR */ @766 ESHAREWEBE 2. /*How do you electronically share patient health information? - Web portal (separate from EHR/EMR) */ @768 ESHAREOTHE 2. /*How do you electronically share patient health information? - Other electronic methods */ @770 ESHAREUNKE 2. /*How do you electronically share patient health information? - Unknown */ @772 ESHAREREFE 2. /*How do you electronically share patient health information? - Refused to answer */ @774 EHRTOEHRE 2. /*Is the patient health information that you share electronically sent directly from your EHR system to another EHR system? */ @776 ESHAREPROVE1 2. /*With what types of providers do you electronically share patient health information? - Ambulatory providers inside your hospital */ @778 ESHAREPROVE2 2. /*With what types of providers do you electronically share patient health information? - Ambulatory providers outside your hospital*/ @780 ESHAREPROVE3 2. /*With what types of providers do you electronically share patient health information? - Hospitals with which you are affiliated */ @782 ESHAREPROVE4 2. /*With what types of providers do you electronically share patient health information? - Hospitals with which you are not affiliated*/ @784 ESHAREPROVE5 2. /*With what types of providers do you electronically share patient health information? - Behavioral health providers */ @786 ESHAREPROVE6 2. /*With what types of providers do you electronically share patient health information? - Long-term care providers */ @788 ESHAREPROVE7 2. /*With what types of providers do you electronically share patient health information? - Home health providers */ @790 ESHAREPROVEREF 2. /*With what types of providers do you electronically share patient health information? - Refused to answer */ @792 ESHAREPROVEUNK 2. /*With what types of providers do you electronically share patient health information? - Unknown */ @794 EOUTINFOE 2. /*Are you able to electronically find health information (e.g. medications, outside encounters) from sources outside of hospital? */ @796 EOUTHOWE1 2. /*How do you look up patient health information from sources outside your hospital? - Through your EHR/EMR */ @798 EOUTHOWE2 2. /*How do you look up patient health information from sources outside your hospital? - Web portal */ @800 EOUTHOWE3 2. /*How do you look up patient health information from sources outside your hospital? - View only or restricted access to other ... */ @802 EOUTHOWE4 2. /*How do you look up patient health information from sources outside your hospital? - Other electronic method (not fax) */ @804 EOUTHOWUNK 2. /*How do you look up patient health information from sources outside of the office? - Unknown */ @806 EOUTHOWREF 2. /*How do you look up patient health information from sources outside of the office? - Refused */ @808 EOUTYPE1 2. /*What types of information do you routinely look up? - Lab results */ @810 EOUTYPE2 2. /*What types of information do you routinely look up? - Imaging reports */ @812 EOUTYPE3 2. /*What types of information do you routinely look up? - Patient problem lists */ @814 EOUTYPE4 2. /*What types of information do you routinely look up? - Medication lists */ @816 EOUTYPE5 2. /*What types of information do you routinely look up? - Other */ @818 EOUTYPUNK 2. /*What types of information do you routinely look up? - Unknown */ @820 EOUTYPREF 2. /*What types of information do you routinely look up? - Refused */ @822 EOUTINCORPE 2. /*Do you routinely incorporate the information you look up into your EHR? */ @824 EDPRIM 2. /*When patients with identified primary care physicians (PCP) arrive at the ED, how often do you electronically send notifications */ @826 EDINFO 2. /*When patients arrive at the ED, are you able to query for patients' healthcare information electronically (e.g., medications, ...*/ @828 MUSTAGE1 2. /*Does your hospital have plans to apply for these [Meaningful Use of Health IT] incentive payments? */ @830 MUSTAGE2 2. /*Are there plans to apply for Stage 2 incentive payments? */ @832 OBSCLIN 2. /*Does your ED have an observation or clinical decision unit? */ @834 OBSSEP 2. /*Is this observation or clinical decision unit physically separate from the ED? */ @836 OBSPHYSED 2. /*What type of physicians make decisions for patients in this observation or clinical decision unit? - ED physicians */ @838 OBSHOSP 2. /*What type of physicians make decisions for patients in this observation or clinical decision unit? - Hospitalists */ @840 OBSPHYSOT 2. /*What type of physicians make decisions for patients in this observation or clinical decision unit? - Other physicians */ @842 OBSPHYSUN 2. /*What type of physicians make decisions for patients in this observation or clinical decision unit? - Unknown */ @844 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? */ @846 BOARDHOS 2. /*Does your ED allow some admitted patients to move from ED to inpatient corridors while awaiting a bed ('boarding')? */ @848 AMBDIV 2. /*Did your ED go on ambulance diversion in 2014? */ @850 TOTHRDIVR 2. /*What is the total number of hours that your hospital's ED was on ambulance diversion in 2014? */ @852 REGDIV 2. /*Is ambulance diversion actively managed on a regional level versus each hospital adopting diversion if and when it chooses? */ @854 ADMDIV 2. /*Does your hospital continue to admit elective or schedule surgery cases when ED is on ambulance diversion? */ @856 INCSHX 2. /*In the last two years, did your ED increase the number of standard treatment spaces? */ @858 INCPHYS 2. /*In the last two years, did your ED's physical space expand? */ @860 EXPSPACE 2. /*Do you have plans to expand your ED's physical space within the next two years? */ @862 BEDREG 2. /*Does your ED use bedside registration? */ @864 KIOSELCHK 2. /*Does ED use kiosk self check-in? */ @866 CATRIAGE 2. /*Does your ED use computer-assisted triage? */ @868 IMBED 2. /*Does your ED use immediate bedding? */ @870 ADVTRIAG 2. /*Does your ED use advanced triage (triage-based care) protocols? */ @872 PHYSPRACTRIA 2. /*Does your ED use physician/practitioner at triage? */ @874 FASTTRAK 2. /*Does your ED use separate fast track unit for nonurgent care? */ @876 EDPTOR 2. /*Does your ED use separate operating room dedicated to ED patients? */ @878 DASHBORD 2. /*Does your ED use electronic dashboard? */ @880 RFID 2. /*Does your ED use radio frequency identification (RFID) tracking? */ @882 WIRELESS 2. /*Does ED use wireless communication devices by providers? */ @884 ZONENURS 2. /*Does your ED use zone nursing? */ @886 POOLNURS 2. /*Does your ED use pool nurses? */ @888 SURGDAY 2. /*How many days in a week are inpatient elective surgeries scheduled? */ @890 BEDCZAR 2. /*Does your hospital have a bed coordinator, sometimes known as a bed czar? */ @892 BEDDATA 2. /*How often are hospital bed census data available? */ @894 HLIST 2. /*Does your hospital have hospitalists on staff? */ @896 HLISTED 2. /*Do the hospitalists on staff at your hospital admit patients from your ED? */ @898 EMEDRES 2. /*Does hospital have an Emergency Medicine residency program? */ @900 REGION 1. /*Geographic region */ @901 MSA 1. /*Metropolitan statistical area status */ @902 DRUGID1 $CHAR6. /*Drug ID code for medication #1 */ @908 PRESCR1 1. /*Prescription status code for medication #1 */ @909 CONTSUB1 1. /*Controlled substance status code for medication #1 */ @910 COMSTAT1 1. /*Composition status code for medication #1 */ @911 RX1CAT1 $CHAR3. /*For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @914 RX1CAT2 $CHAR3. /*For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @917 RX1CAT3 $CHAR3. /*For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @920 RX1CAT4 $CHAR3. /*For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @923 RX1V1C1 $CHAR3. /*For RX1, level 1 of MULTUM drug category #1 (broad level) */ @926 RX1V1C2 $CHAR3. /*For RX1, level 1 of MULTUM drug category #2 (broad level) */ @929 RX1V1C3 $CHAR3. /*For RX1, level 1 of MULTUM drug category #3 (broad level) */ @932 RX1V1C4 $CHAR3. /*For RX1, level 1 of MULTUM drug category #4 (broad level) */ @935 RX1V2C1 $CHAR3. /*For RX1, level 2 of MULTUM drug category #1 (intermediate level) */ @938 RX1V2C2 $CHAR3. /*For RX1, level 2 of MULTUM drug category #2 (intermediate level) */ @941 RX1V2C3 $CHAR3. /*For RX1, level 2 of MULTUM drug category #3 (intermediate level) */ @944 RX1V2C4 $CHAR3. /*For RX1, level 2 of MULTUM drug category #4 (intermediate level) */ @947 RX1V3C1 $CHAR3. /*For RX1, level 3 of MULTUM drug category #1 (detailed level) */ @950 RX1V3C2 $CHAR3. /*For RX1, level 3 of MULTUM drug category #2 (detailed level) */ @953 RX1V3C3 $CHAR3. /*For RX1, level 3 of MULTUM drug category #3 (detailed level) */ @956 RX1V3C4 $CHAR3. /*For RX1, level 3 of MULTUM drug category #4 (detailed level) */ @959 DRUGID2 $CHAR6. /*Drug ID code for medication #2 */ @965 PRESCR2 1. /*Prescription status code for medication #2 */ @966 CONTSUB2 1. /*Controlled substance status code for medication #2 */ @967 COMSTAT2 1. /*Composition status code for medication #2 */ @968 RX2CAT1 $CHAR3. /*For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @971 RX2CAT2 $CHAR3. /*For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @974 RX2CAT3 $CHAR3. /*For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @977 RX2CAT4 $CHAR3. /*For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @980 RX2V1C1 $CHAR3. /*For RX2, level 1 of MULTUM drug category #1 (broad level) */ @983 RX2V1C2 $CHAR3. /*For RX2, level 1 of MULTUM drug category #2 (broad level) */ @986 RX2V1C3 $CHAR3. /*For RX2, level 1 of MULTUM drug category #3 (broad level) */ @989 RX2V1C4 $CHAR3. /*For RX2, level 1 of MULTUM drug category #4 (broad level) */ @992 RX2V2C1 $CHAR3. /*For RX2, level 2 of MULTUM drug category #1 (intermediate level) */ @995 RX2V2C2 $CHAR3. /*For RX2, level 2 of MULTUM drug category #2 (intermediate level) */ @998 RX2V2C3 $CHAR3. /*For RX2, level 2 of MULTUM drug category #3 (intermediate level) */ @1001 RX2V2C4 $CHAR3. /*For RX2, level 2 of MULTUM drug category #4 (intermediate level) */ @1004 RX2V3C1 $CHAR3. /*For RX2, level 3 of MULTUM drug category #1 (detailed level) */ @1007 RX2V3C2 $CHAR3. /*For RX2, level 3 of MULTUM drug category #2 (detailed level) */ @1010 RX2V3C3 $CHAR3. /*For RX2, level 3 of MULTUM drug category #3 (detailed level) */ @1013 RX2V3C4 $CHAR3. /*For RX2, level 3 of MULTUM drug category #4 (detailed level) */ @1016 DRUGID3 $CHAR6. /*Drug ID code for medication #3 */ @1022 PRESCR3 1. /*Prescription status code for medication #3 */ @1023 CONTSUB3 1. /*Controlled substance status code for medication #3 */ @1024 COMSTAT3 1. /*Composition status code for medication #3 */ @1025 RX3CAT1 $CHAR3. /*For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1028 RX3CAT2 $CHAR3. /*For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1031 RX3CAT3 $CHAR3. /*For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1034 RX3CAT4 $CHAR3. /*For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1037 RX3V1C1 $CHAR3. /*For RX3, level 1 of MULTUM drug category #1 (broad level) */ @1040 RX3V1C2 $CHAR3. /*For RX3, level 1 of MULTUM drug category #2 (broad level) */ @1043 RX3V1C3 $CHAR3. /*For RX3, level 1 of MULTUM drug category #3 (broad level) */ @1046 RX3V1C4 $CHAR3. /*For RX3, level 1 of MULTUM drug category #4 (broad level) */ @1049 RX3V2C1 $CHAR3. /*For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @1052 RX3V2C2 $CHAR3. /*For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @1055 RX3V2C3 $CHAR3. /*For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @1058 RX3V2C4 $CHAR3. /*For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @1061 RX3V3C1 $CHAR3. /*For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @1064 RX3V3C2 $CHAR3. /*For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @1067 RX3V3C3 $CHAR3. /*For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @1070 RX3V3C4 $CHAR3. /*For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @1073 DRUGID4 $CHAR6. /*Drug ID code for medication #4 */ @1079 PRESCR4 1. /*Prescription status code for medication #4 */ @1080 CONTSUB4 1. /*Controlled substance status code for medication #4 */ @1081 COMSTAT4 1. /*Composition status code for medication #4 */ @1082 RX4CAT1 $CHAR3. /*For RX4, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1085 RX4CAT2 $CHAR3. /*For RX4, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1088 RX4CAT3 $CHAR3. /*For RX4, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1091 RX4CAT4 $CHAR3. /*For RX4, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1094 RX4V1C1 $CHAR3. /*For RX4, level 1 of MULTUM drug category #1 (broad level) */ @1097 RX4V1C2 $CHAR3. /*For RX4, level 1 of MULTUM drug category #2 (broad level) */ @1100 RX4V1C3 $CHAR3. /*For RX4, level 1 of MULTUM drug category #3 (broad level) */ @1103 RX4V1C4 $CHAR3. /*For RX4, level 1 of MULTUM drug category #4 (broad level) */ @1106 RX4V2C1 $CHAR3. /*For RX4, level 2 of MULTUM drug category #1 (intermediate level) */ @1109 RX4V2C2 $CHAR3. /*For RX4, level 2 of MULTUM drug category #2 (intermediate level) */ @1112 RX4V2C3 $CHAR3. /*For RX4, level 2 of MULTUM drug category #3 (intermediate level) */ @1115 RX4V2C4 $CHAR3. /*For RX4, level 2 of MULTUM drug category #4 (intermediate level) */ @1118 RX4V3C1 $CHAR3. /*For RX4, level 3 of MULTUM drug category #1 (detailed level) */ @1121 RX4V3C2 $CHAR3. /*For RX4, level 3 of MULTUM drug category #2 (detailed level) */ @1124 RX4V3C3 $CHAR3. /*For RX4, level 3 of MULTUM drug category #3 (detailed level) */ @1127 RX4V3C4 $CHAR3. /*For RX4, level 3 of MULTUM drug category #4 (detailed level) */ @1130 DRUGID5 $CHAR6. /*Drug ID code for medication #5 */ @1136 PRESCR5 1. /*Prescription status code medication #5 */ @1137 CONTSUB5 1. /*Controlled substance status code medication #5 */ @1138 COMSTAT5 1. /*Composition status code medication #5 */ @1139 RX5CAT1 $CHAR3. /*For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1142 RX5CAT2 $CHAR3. /*For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1145 RX5CAT3 $CHAR3. /*For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1148 RX5CAT4 $CHAR3. /*For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1151 RX5V1C1 $CHAR3. /*For RX5, level 1 of MULTUM drug category #1 (broad level) */ @1154 RX5V1C2 $CHAR3. /*For RX5, level 1 of MULTUM drug category #2 (broad level) */ @1157 RX5V1C3 $CHAR3. /*For RX5, level 1 of MULTUM drug category #3 (broad level) */ @1160 RX5V1C4 $CHAR3. /*For RX5, level 1 of MULTUM drug category #4 (broad level) */ @1163 RX5V2C1 $CHAR3. /*For RX5, level 2 of MULTUM drug category #1 (intermediate level) */ @1166 RX5V2C2 $CHAR3. /*For RX5, level 2 of MULTUM drug category #2 (intermediate level) */ @1169 RX5V2C3 $CHAR3. /*For RX5, level 2 of MULTUM drug category #3 (intermediate level) */ @1172 RX5V2C4 $CHAR3. /*For RX5, level 2 of MULTUM drug category #4 (intermediate level) */ @1175 RX5V3C1 $CHAR3. /*For RX5, level 3 of MULTUM drug category #1 (detailed level) */ @1178 RX5V3C2 $CHAR3. /*For RX5, level 3 of MULTUM drug category #2 (detailed level) */ @1181 RX5V3C3 $CHAR3. /*For RX5, level 3 of MULTUM drug category #3 (detailed level) */ @1184 RX5V3C4 $CHAR3. /*For RX5, level 3 of MULTUM drug category #4 (detailed level) */ @1187 DRUGID6 $CHAR6. /*Drug ID code for medication #6 */ @1193 PRESCR6 1. /*Prescription status code for medication #6 */ @1194 CONTSUB6 1. /*Controlled substance status code for medication #6 */ @1195 COMSTAT6 1. /*Composition status code for medication #6 */ @1196 RX6CAT1 $CHAR3. /*For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1199 RX6CAT2 $CHAR3. /*For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1202 RX6CAT3 $CHAR3. /*For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1205 RX6CAT4 $CHAR3. /*For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1208 RX6V1C1 $CHAR3. /*For RX6, level 1 of MULTUM drug category #1 (broad level) */ @1211 RX6V1C2 $CHAR3. /*For RX6, level 1 of MULTUM drug category #2 (broad level) */ @1214 RX6V1C3 $CHAR3. /*For RX6, level 1 of MULTUM drug category #3 (broad level) */ @1217 RX6V1C4 $CHAR3. /*For RX6, level 1 of MULTUM drug category #4 (broad level) */ @1220 RX6V2C1 $CHAR3. /*For RX6, level 2 of MULTUM drug category #1 (intermediate level) */ @1223 RX6V2C2 $CHAR3. /*For RX6, level 2 of MULTUM drug category #2 (intermediate level) */ @1226 RX6V2C3 $CHAR3. /*For RX6, level 2 of MULTUM drug category #3 (intermediate level) */ @1229 RX6V2C4 $CHAR3. /*For RX6, level 2 of MULTUM drug category #4 (intermediate level) */ @1232 RX6V3C1 $CHAR3. /*For RX6, level 3 of MULTUM drug category #1 (detailed level) */ @1235 RX6V3C2 $CHAR3. /*For RX6, level 3 of MULTUM drug category #2 (detailed level) */ @1238 RX6V3C3 $CHAR3. /*For RX6, level 3 of MULTUM drug category #3 (detailed level) */ @1241 RX6V3C4 $CHAR3. /*For RX6, level 3 of MULTUM drug category #4 (detailed level) */ @1244 DRUGID7 $CHAR6. /*Drug ID code for medication #7 */ @1250 PRESCR7 1. /*Prescription status code for medication #7 */ @1251 CONTSUB7 1. /*Controlled substance status code for medication #7 */ @1252 COMSTAT7 1. /*Composition status code for medication #7 */ @1253 RX7CAT1 $CHAR3. /*For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1256 RX7CAT2 $CHAR3. /*For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1259 RX7CAT3 $CHAR3. /*For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1262 RX7CAT4 $CHAR3. /*For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1265 RX7V1C1 $CHAR3. /*For RX7, level 1 of MULTUM drug category #1 (broad level) */ @1268 RX7V1C2 $CHAR3. /*For RX7, level 1 of MULTUM drug category #2 (broad level) */ @1271 RX7V1C3 $CHAR3. /*For RX7, level 1 of MULTUM drug category #3 (broad level) */ @1274 RX7V1C4 $CHAR3. /*For RX7, level 1 of MULTUM drug category #4 (broad level) */ @1277 RX7V2C1 $CHAR3. /*For RX7, level 2 of MULTUM drug category #1 (intermediate level) */ @1280 RX7V2C2 $CHAR3. /*For RX7, level 2 of MULTUM drug category #2 (intermediate level) */ @1283 RX7V2C3 $CHAR3. /*For RX7, level 2 of MULTUM drug category #3 (intermediate level) */ @1286 RX7V2C4 $CHAR3. /*For RX7, level 2 of MULTUM drug category #4 (intermediate level) */ @1289 RX7V3C1 $CHAR3. /*For RX7, level 3 of MULTUM drug category #1 (detailed level) */ @1292 RX7V3C2 $CHAR3. /*For RX7, level 3 of MULTUM drug category #2 (detailed level) */ @1295 RX7V3C3 $CHAR3. /*For RX7, level 3 of MULTUM drug category #3 (detailed level) */ @1298 RX7V3C4 $CHAR3. /*For RX7, level 3 of MULTUM drug category #4 (detailed level) */ @1301 DRUGID8 $CHAR6. /*Drug ID code for medication #8 */ @1307 PRESCR8 1. /*Prescription status code for medication #8 */ @1308 CONTSUB8 1. /*Controlled substance status code for medication #8 */ @1309 COMSTAT8 1. /*Composition status code for medication #8 */ @1310 RX8CAT1 $CHAR3. /*For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1313 RX8CAT2 $CHAR3. /*For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1316 RX8CAT3 $CHAR3. /*For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1319 RX8CAT4 $CHAR3. /*For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1322 RX8V1C1 $CHAR3. /*For RX8, level 1 of MULTUM drug category #1 (broad level) */ @1325 RX8V1C2 $CHAR3. /*For RX8, level 1 of MULTUM drug category #2 (broad level) */ @1328 RX8V1C3 $CHAR3. /*For RX8, level 1 of MULTUM drug category #3 (broad level) */ @1331 RX8V1C4 $CHAR3. /*For RX8, level 1 of MULTUM drug category #4 (broad level) */ @1334 RX8V2C1 $CHAR3. /*For RX8, level 2 of MULTUM drug category #1 (intermediate level) */ @1337 RX8V2C2 $CHAR3. /*For RX8, level 2 of MULTUM drug category #2 (intermediate level) */ @1340 RX8V2C3 $CHAR3. /*For RX8, level 2 of MULTUM drug category #3 (intermediate level) */ @1343 RX8V2C4 $CHAR3. /*For RX8, level 2 of MULTUM drug category #4 (intermediate level) */ @1346 RX8V3C1 $CHAR3. /*For RX8, level 3 of MULTUM drug category #1 (detailed level) */ @1349 RX8V3C2 $CHAR3. /*For RX8, level 3 of MULTUM drug category #2 (detailed level) */ @1352 RX8V3C3 $CHAR3. /*For RX8, level 3 of MULTUM drug category #3 (detailed level) */ @1355 RX8V3C4 $CHAR3. /*For RX8, level 3 of MULTUM drug category #4 (detailed level) */ @1358 DRUGID9 $CHAR6. /*Drug ID code for medication #9 */ @1364 PRESCR9 1. /*Prescription status code for medication #9 */ @1365 CONTSUB9 1. /*Controlled substance status code for medication #9 */ @1366 COMSTAT9 1. /*Composition status code for medication #9 */ @1367 RX9CAT1 $CHAR3. /*For RX9, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1370 RX9CAT2 $CHAR3. /*For RX9, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1373 RX9CAT3 $CHAR3. /*For RX9, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1376 RX9CAT4 $CHAR3. /*For RX9, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1379 RX9V1C1 $CHAR3. /*For RX9, level 1 of MULTUM drug category #1 (broad level) */ @1382 RX9V1C2 $CHAR3. /*For RX9, level 1 of MULTUM drug category #2 (broad level) */ @1385 RX9V1C3 $CHAR3. /*For RX9, level 1 of MULTUM drug category #3 (broad level) */ @1388 RX9V1C4 $CHAR3. /*For RX9, level 1 of MULTUM drug category #4 (broad level) */ @1391 RX9V2C1 $CHAR3. /*For RX9, level 2 of MULTUM drug category #1 (intermediate level) */ @1394 RX9V2C2 $CHAR3. /*For RX9, level 2 of MULTUM drug category #2 (intermediate level) */ @1397 RX9V2C3 $CHAR3. /*For RX9, level 2 of MULTUM drug category #3 (intermediate level) */ @1400 RX9V2C4 $CHAR3. /*For RX9, level 2 of MULTUM drug category #4 (intermediate level) */ @1403 RX9V3C1 $CHAR3. /*For RX9, level 3 of MULTUM drug category #1 (detailed level) */ @1406 RX9V3C2 $CHAR3. /*For RX9, level 3 of MULTUM drug category #2 (detailed level) */ @1409 RX9V3C3 $CHAR3. /*For RX9, level 3 of MULTUM drug category #3 (detailed level) */ @1412 RX9V3C4 $CHAR3. /*For RX9, level 3 of MULTUM drug category #4 (detailed level) */ @1415 DRUGID10 $CHAR6. /*Drug ID code for medication #10 */ @1421 PRESCR10 1. /*Prescription status code for medication #10 */ @1422 CONTSUB10 1. /*Controlled substance status code for medication #10 */ @1423 COMSTAT10 1. /*Composition status code for medication #10 */ @1424 RX10CAT1 $CHAR3. /*For RX10, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1427 RX10CAT2 $CHAR3. /*For RX10, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1430 RX10CAT3 $CHAR3. /*For RX10, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1433 RX10CAT4 $CHAR3. /*For RX10, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1436 RX10V1C1 $CHAR3. /*For RX10, level 1 of MULTUM drug category #1 (broad level) */ @1439 RX10V1C2 $CHAR3. /*For RX10, level 1 of MULTUM drug category #2 (broad level) */ @1442 RX10V1C3 $CHAR3. /*For RX10, level 1 of MULTUM drug category #3 (broad level) */ @1445 RX10V1C4 $CHAR3. /*For RX10, level 1 of MULTUM drug category #4 (broad level) */ @1448 RX10V2C1 $CHAR3. /*For RX10, level 2 of MULTUM drug category #1 (intermediate level) */ @1451 RX10V2C2 $CHAR3. /*For RX10, level 2 of MULTUM drug category #2 (intermediate level) */ @1454 RX10V2C3 $CHAR3. /*For RX10, level 2 of MULTUM drug category #3 (intermediate level) */ @1457 RX10V2C4 $CHAR3. /*For RX10, level 2 of MULTUM drug category #4 (intermediate level) */ @1460 RX10V3C1 $CHAR3. /*For RX10, level 3 of MULTUM drug category #1 (detailed level) */ @1463 RX10V3C2 $CHAR3. /*For RX10, level 3 of MULTUM drug category #2 (detailed level) */ @1466 RX10V3C3 $CHAR3. /*For RX10, level 3 of MULTUM drug category #3 (detailed level) */ @1469 RX10V3C4 $CHAR3. /*For RX10, level 3 of MULTUM drug category #4 (detailed level) */ @1472 DRUGID11 $CHAR6. /*Drug ID code for medication #11 */ @1478 PRESCR11 1. /*Prescription status code for medication #11 */ @1479 CONTSUB11 1. /*Controlled substance status code for medication #11 */ @1480 COMSTAT11 1. /*Composition status code for medication #11 */ @1481 RX11CAT1 $CHAR3. /*For RX11, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1484 RX11CAT2 $CHAR3. /*For RX11, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1487 RX11CAT3 $CHAR3. /*For RX11, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1490 RX11CAT4 $CHAR3. /*For RX11, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1493 RX11V1C1 $CHAR3. /*For RX11, level 1 of MULTUM drug category #1 (broad level) */ @1496 RX11V1C2 $CHAR3. /*For RX11, level 1 of MULTUM drug category #2 (broad level) */ @1499 RX11V1C3 $CHAR3. /*For RX11, level 1 of MULTUM drug category #3 (broad level) */ @1502 RX11V1C4 $CHAR3. /*For RX11, level 1 of MULTUM drug category #4 (broad level) */ @1505 RX11V2C1 $CHAR3. /*For RX11, level 2 of MULTUM drug category #1 (intermediate level) */ @1508 RX11V2C2 $CHAR3. /*For RX11, level 2 of MULTUM drug category #2 (intermediate level) */ @1511 RX11V2C3 $CHAR3. /*For RX11, level 2 of MULTUM drug category #3 (intermediate level) */ @1514 RX11V2C4 $CHAR3. /*For RX11, level 2 of MULTUM drug category #4 (intermediate level) */ @1517 RX11V3C1 $CHAR3. /*For RX11, level 3 of MULTUM drug category #1 (detailed level) */ @1520 RX11V3C2 $CHAR3. /*For RX11, level 3 of MULTUM drug category #2 (detailed level) */ @1523 RX11V3C3 $CHAR3. /*For RX11, level 3 of MULTUM drug category #3 (detailed level) */ @1526 RX11V3C4 $CHAR3. /*For RX11, level 3 of MULTUM drug category #4 (detailed level) */ @1529 DRUGID12 $CHAR6. /*Drug ID code for medication #12 */ @1535 PRESCR12 1. /*Prescription status code for medication #12 */ @1536 CONTSUB12 1. /*Controlled substance status code for medication #12 */ @1537 COMSTAT12 1. /*Composition status code for medication #12 */ @1538 RX12CAT1 $CHAR3. /*For RX12, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1541 RX12CAT2 $CHAR3. /*For RX12, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1544 RX12CAT3 $CHAR3. /*For RX12, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1547 RX12CAT4 $CHAR3. /*For RX12, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1550 RX12V1C1 $CHAR3. /*For RX12, level 1 of MULTUM drug category #1 (broad level) */ @1553 RX12V1C2 $CHAR3. /*For RX12, level 1 of MULTUM drug category #2 (broad level) */ @1556 RX12V1C3 $CHAR3. /*For RX12, level 1 of MULTUM drug category #3 (broad level) */ @1559 RX12V1C4 $CHAR3. /*For RX12, level 1 of MULTUM drug category #4 (broad level) */ @1562 RX12V2C1 $CHAR3. /*For RX12, level 2 of MULTUM drug category #1 (intermediate level) */ @1565 RX12V2C2 $CHAR3. /*For RX12, level 2 of MULTUM drug category #2 (intermediate level) */ @1568 RX12V2C3 $CHAR3. /*For RX12, level 2 of MULTUM drug category #3 (intermediate level) */ @1571 RX12V2C4 $CHAR3. /*For RX12, level 2 of MULTUM drug category #4 (intermediate level) */ @1574 RX12V3C1 $CHAR3. /*For RX12, level 3 of MULTUM drug category #1 (detailed level) */ @1577 RX12V3C2 $CHAR3. /*For RX12, level 3 of MULTUM drug category #2 (detailed level) */ @1580 RX12V3C3 $CHAR3. /*For RX12, level 3 of MULTUM drug category #3 (detailed level) */ @1583 RX12V3C4 $CHAR3. /*For RX12, level 3 of MULTUM drug category #4 (detailed level) */ @1586 DRUGID13 $CHAR6. /*Drug ID code for medication #13 */ @1592 PRESCR13 1. /*Prescription status code for medication #13 */ @1593 CONTSUB13 1. /*Controlled substance status code for medication #13 */ @1594 COMSTAT13 1. /*Composition status code for medication #13 */ @1595 RX13CAT1 $CHAR3. /*For RX13, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1598 RX13CAT2 $CHAR3. /*For RX13, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1601 RX13CAT3 $CHAR3. /*For RX13, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1604 RX13CAT4 $CHAR3. /*For RX13, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1607 RX13V1C1 $CHAR3. /*For RX13, level 1 of MULTUM drug category #1 (broad level) */ @1610 RX13V1C2 $CHAR3. /*For RX13, level 1 of MULTUM drug category #2 (broad level) */ @1613 RX13V1C3 $CHAR3. /*For RX13, level 1 of MULTUM drug category #3 (broad level) */ @1616 RX13V1C4 $CHAR3. /*For RX13, level 1 of MULTUM drug category #4 (broad level) */ @1619 RX13V2C1 $CHAR3. /*For RX13, level 2 of MULTUM drug category #1 (intermediate level) */ @1622 RX13V2C2 $CHAR3. /*For RX13, level 2 of MULTUM drug category #2 (intermediate level) */ @1625 RX13V2C3 $CHAR3. /*For RX13, level 2 of MULTUM drug category #3 (intermediate level) */ @1628 RX13V2C4 $CHAR3. /*For RX13, level 2 of MULTUM drug category #4 (intermediate level) */ @1631 RX13V3C1 $CHAR3. /*For RX13, level 3 of MULTUM drug category #1 (detailed level) */ @1634 RX13V3C2 $CHAR3. /*For RX13, level 3 of MULTUM drug category #2 (detailed level) */ @1637 RX13V3C3 $CHAR3. /*For RX13, level 3 of MULTUM drug category #3 (detailed level) */ @1640 RX13V3C4 $CHAR3. /*For RX13, level 3 of MULTUM drug category #4 (detailed level) */ @1643 DRUGID14 $CHAR6. /*Drug ID code for medication #14 */ @1649 PRESCR14 1. /*Prescription status code for medication #14 */ @1650 CONTSUB14 1. /*Controlled substance status code for medication #14 */ @1651 COMSTAT14 1. /*Composition status code for medication #14 */ @1652 RX14CAT1 $CHAR3. /*For RX14, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1655 RX14CAT2 $CHAR3. /*For RX14, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1658 RX14CAT3 $CHAR3. /*For RX14, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1661 RX14CAT4 $CHAR3. /*For RX14, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1664 RX14V1C1 $CHAR3. /*For RX14, level 1 of MULTUM drug category #1 (broad level) */ @1667 RX14V1C2 $CHAR3. /*For RX14, level 1 of MULTUM drug category #2 (broad level) */ @1670 RX14V1C3 $CHAR3. /*For RX14, level 1 of MULTUM drug category #3 (broad level) */ @1673 RX14V1C4 $CHAR3. /*For RX14, level 1 of MULTUM drug category #4 (broad level) */ @1676 RX14V2C1 $CHAR3. /*For RX14, level 2 of MULTUM drug category #1 (intermediate level) */ @1679 RX14V2C2 $CHAR3. /*For RX14, level 2 of MULTUM drug category #2 (intermediate level) */ @1682 RX14V2C3 $CHAR3. /*For RX14, level 2 of MULTUM drug category #3 (intermediate level) */ @1685 RX14V2C4 $CHAR3. /*For RX14, level 2 of MULTUM drug category #4 (intermediate level) */ @1688 RX14V3C1 $CHAR3. /*For RX14, level 3 of MULTUM drug category #1 (detailed level) */ @1691 RX14V3C2 $CHAR3. /*For RX14, level 3 of MULTUM drug category #2 (detailed level) */ @1694 RX14V3C3 $CHAR3. /*For RX14, level 3 of MULTUM drug category #3 (detailed level) */ @1697 RX14V3C4 $CHAR3. /*For RX14, level 3 of MULTUM drug category #4 (detailed level) */ @1700 DRUGID15 $CHAR6. /*Drug ID code for medication #15 */ @1706 PRESCR15 1. /*Prescription status code for medication #15 */ @1707 CONTSUB15 1. /*Controlled substance status code for medication #15 */ @1708 COMSTAT15 1. /*Composition status code for medication #15 */ @1709 RX15CAT1 $CHAR3. /*For RX15, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1712 RX15CAT2 $CHAR3. /*For RX15, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1715 RX15CAT3 $CHAR3. /*For RX15, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1718 RX15CAT4 $CHAR3. /*For RX15, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1721 RX15V1C1 $CHAR3. /*For RX15, level 1 of MULTUM drug category #1 (broad level) */ @1724 RX15V1C2 $CHAR3. /*For RX15, level 1 of MULTUM drug category #2 (broad level) */ @1727 RX15V1C3 $CHAR3. /*For RX15, level 1 of MULTUM drug category #3 (broad level) */ @1730 RX15V1C4 $CHAR3. /*For RX15, level 1 of MULTUM drug category #4 (broad level) */ @1733 RX15V2C1 $CHAR3. /*For RX15, level 2 of MULTUM drug category #1 (intermediate level) */ @1736 RX15V2C2 $CHAR3. /*For RX15, level 2 of MULTUM drug category #2 (intermediate level) */ @1739 RX15V2C3 $CHAR3. /*For RX15, level 2 of MULTUM drug category #3 (intermediate level) */ @1742 RX15V2C4 $CHAR3. /*For RX15, level 2 of MULTUM drug category #4 (intermediate level) */ @1745 RX15V3C1 $CHAR3. /*For RX15, level 3 of MULTUM drug category #1 (detailed level) */ @1748 RX15V3C2 $CHAR3. /*For RX15, level 3 of MULTUM drug category #2 (detailed level) */ @1751 RX15V3C3 $CHAR3. /*For RX15, level 3 of MULTUM drug category #3 (detailed level) */ @1754 RX15V3C4 $CHAR3. /*For RX15, level 3 of MULTUM drug category #4 (detailed level) */ @1757 DRUGID16 $CHAR6. /*Drug ID code for medication #16 */ @1763 PRESCR16 1. /*Prescription status code for medication #16 */ @1764 CONTSUB16 1. /*Controlled substance status code for medication #16 */ @1765 COMSTAT16 1. /*Composition status code for medication #16 */ @1766 RX16CAT1 $CHAR3. /*For RX16, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1769 RX16CAT2 $CHAR3. /*For RX16, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1772 RX16CAT3 $CHAR3. /*For RX16, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1775 RX16CAT4 $CHAR3. /*For RX16, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1778 RX16V1C1 $CHAR3. /*For RX16, level 1 of MULTUM drug category #1 (broad level) */ @1781 RX16V1C2 $CHAR3. /*For RX16, level 1 of MULTUM drug category #2 (broad level) */ @1784 RX16V1C3 $CHAR3. /*For RX16, level 1 of MULTUM drug category #3 (broad level) */ @1787 RX16V1C4 $CHAR3. /*For RX16, level 1 of MULTUM drug category #4 (broad level) */ @1790 RX16V2C1 $CHAR3. /*For RX16, level 2 of MULTUM drug category #1 (intermediate level) */ @1793 RX16V2C2 $CHAR3. /*For RX16, level 2 of MULTUM drug category #2 (intermediate level) */ @1796 RX16V2C3 $CHAR3. /*For RX16, level 2 of MULTUM drug category #3 (intermediate level) */ @1799 RX16V2C4 $CHAR3. /*For RX16, level 2 of MULTUM drug category #4 (intermediate level) */ @1802 RX16V3C1 $CHAR3. /*For RX16, level 3 of MULTUM drug category #1 (detailed level) */ @1805 RX16V3C2 $CHAR3. /*For RX16, level 3 of MULTUM drug category #2 (detailed level) */ @1808 RX16V3C3 $CHAR3. /*For RX16, level 3 of MULTUM drug category #3 (detailed level) */ @1811 RX16V3C4 $CHAR3. /*For RX16, level 3 of MULTUM drug category #4 (detailed level) */ @1814 DRUGID17 $CHAR6. /*Drug ID code for medication #17 */ @1820 PRESCR17 1. /*Prescription status code for medication #17 */ @1821 CONTSUB17 1. /*Controlled substance status code for medication #17 */ @1822 COMSTAT17 1. /*Composition status code for medication #17 */ @1823 RX17CAT1 $CHAR3. /*For RX17, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1826 RX17CAT2 $CHAR3. /*For RX17, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1829 RX17CAT3 $CHAR3. /*For RX17, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1832 RX17CAT4 $CHAR3. /*For RX17, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1835 RX17V1C1 $CHAR3. /*For RX17, level 1 of MULTUM drug category #1 (broad level) */ @1838 RX17V1C2 $CHAR3. /*For RX17, level 1 of MULTUM drug category #2 (broad level) */ @1841 RX17V1C3 $CHAR3. /*For RX17, level 1 of MULTUM drug category #3 (broad level) */ @1844 RX17V1C4 $CHAR3. /*For RX17, level 1 of MULTUM drug category #4 (broad level) */ @1847 RX17V2C1 $CHAR3. /*For RX17, level 2 of MULTUM drug category #1 (intermediate level) */ @1850 RX17V2C2 $CHAR3. /*For RX17, level 2 of MULTUM drug category #2 (intermediate level) */ @1853 RX17V2C3 $CHAR3. /*For RX17, level 2 of MULTUM drug category #3 (intermediate level) */ @1856 RX17V2C4 $CHAR3. /*For RX17, level 2 of MULTUM drug category #4 (intermediate level) */ @1859 RX17V3C1 $CHAR3. /*For RX17, level 3 of MULTUM drug category #1 (detailed level) */ @1862 RX17V3C2 $CHAR3. /*For RX17, level 3 of MULTUM drug category #2 (detailed level) */ @1865 RX17V3C3 $CHAR3. /*For RX17, level 3 of MULTUM drug category #3 (detailed level) */ @1868 RX17V3C4 $CHAR3. /*For RX17, level 3 of MULTUM drug category #4 (detailed level) */ @1871 DRUGID18 $CHAR6. /*Drug ID code for medication #18 */ @1877 PRESCR18 1. /*Prescription status code for medication #18 */ @1878 CONTSUB18 1. /*Controlled substance status code for medication #18 */ @1879 COMSTAT18 1. /*Composition status code for medication #18 */ @1880 RX18CAT1 $CHAR3. /*For RX18, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1883 RX18CAT2 $CHAR3. /*For RX18, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1886 RX18CAT3 $CHAR3. /*For RX18, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1889 RX18CAT4 $CHAR3. /*For RX18, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1892 RX18V1C1 $CHAR3. /*For RX18, level 1 of MULTUM drug category #1 (broad level) */ @1895 RX18V1C2 $CHAR3. /*For RX18, level 1 of MULTUM drug category #2 (broad level) */ @1898 RX18V1C3 $CHAR3. /*For RX18, level 1 of MULTUM drug category #3 (broad level) */ @1901 RX18V1C4 $CHAR3. /*For RX18, level 1 of MULTUM drug category #4 (broad level) */ @1904 RX18V2C1 $CHAR3. /*For RX18, level 2 of MULTUM drug category #1 (intermediate level) */ @1907 RX18V2C2 $CHAR3. /*For RX18, level 2 of MULTUM drug category #2 (intermediate level) */ @1910 RX18V2C3 $CHAR3. /*For RX18, level 2 of MULTUM drug category #3 (intermediate level) */ @1913 RX18V2C4 $CHAR3. /*For RX18, level 2 of MULTUM drug category #4 (intermediate level) */ @1916 RX18V3C1 $CHAR3. /*For RX18, level 3 of MULTUM drug category #1 (detailed level) */ @1919 RX18V3C2 $CHAR3. /*For RX18, level 3 of MULTUM drug category #2 (detailed level) */ @1922 RX18V3C3 $CHAR3. /*For RX18, level 3 of MULTUM drug category #3 (detailed level) */ @1925 RX18V3C4 $CHAR3. /*For RX18, level 3 of MULTUM drug category #4 (detailed level) */ @1928 DRUGID19 $CHAR6. /*Drug ID code for medication #19 */ @1934 PRESCR19 1. /*Prescription status code for medication #19 */ @1935 CONTSUB19 1. /*Controlled substance status code for medication #19 */ @1936 COMSTAT19 1. /*Composition status code for medication #19 */ @1937 RX19CAT1 $CHAR3. /*For RX19, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1940 RX19CAT2 $CHAR3. /*For RX19, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1943 RX19CAT3 $CHAR3. /*For RX19, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1946 RX19CAT4 $CHAR3. /*For RX19, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1949 RX19V1C1 $CHAR3. /*For RX19, level 1 of MULTUM drug category #1 (broad level) */ @1952 RX19V1C2 $CHAR3. /*For RX19, level 1 of MULTUM drug category #2 (broad level) */ @1955 RX19V1C3 $CHAR3. /*For RX19, level 1 of MULTUM drug category #3 (broad level) */ @1958 RX19V1C4 $CHAR3. /*For RX19, level 1 of MULTUM drug category #4 (broad level) */ @1961 RX19V2C1 $CHAR3. /*For RX19, level 2 of MULTUM drug category #1 (intermediate level) */ @1964 RX19V2C2 $CHAR3. /*For RX19, level 2 of MULTUM drug category #2 (intermediate level) */ @1967 RX19V2C3 $CHAR3. /*For RX19, level 2 of MULTUM drug category #3 (intermediate level) */ @1970 RX19V2C4 $CHAR3. /*For RX19, level 2 of MULTUM drug category #4 (intermediate level) */ @1973 RX19V3C1 $CHAR3. /*For RX19, level 3 of MULTUM drug category #1 (detailed level) */ @1976 RX19V3C2 $CHAR3. /*For RX19, level 3 of MULTUM drug category #2 (detailed level) */ @1979 RX19V3C3 $CHAR3. /*For RX19, level 3 of MULTUM drug category #3 (detailed level) */ @1982 RX19V3C4 $CHAR3. /*For RX19, level 3 of MULTUM drug category #4 (detailed level) */ @1985 DRUGID20 $CHAR6. /*Drug ID code for medication #20 */ @1991 PRESCR20 1. /*Prescription status code for medication #20 */ @1992 CONTSUB20 1. /*Controlled substance status code for medication #20 */ @1993 COMSTAT20 1. /*Composition status code for medication #20 */ @1994 RX20CAT1 $CHAR3. /*For RX20, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1997 RX20CAT2 $CHAR3. /*For RX20, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2000 RX20CAT3 $CHAR3. /*For RX20, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2003 RX20CAT4 $CHAR3. /*For RX20, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2006 RX20V1C1 $CHAR3. /*For RX20, level 1 of MULTUM drug category #1 (broad level) */ @2009 RX20V1C2 $CHAR3. /*For RX20, level 1 of MULTUM drug category #2 (broad level) */ @2012 RX20V1C3 $CHAR3. /*For RX20, level 1 of MULTUM drug category #3 (broad level) */ @2015 RX20V1C4 $CHAR3. /*For RX20, level 1 of MULTUM drug category #4 (broad level) */ @2018 RX20V2C1 $CHAR3. /*For RX20, level 2 of MULTUM drug category #1 (intermediate level) */ @2021 RX20V2C2 $CHAR3. /*For RX20, level 2 of MULTUM drug category #2 (intermediate level) */ @2024 RX20V2C3 $CHAR3. /*For RX20, level 2 of MULTUM drug category #3 (intermediate level) */ @2027 RX20V2C4 $CHAR3. /*For RX20, level 2 of MULTUM drug category #4 (intermediate level) */ @2030 RX20V3C1 $CHAR3. /*For RX20, level 3 of MULTUM drug category #1 (detailed level) */ @2033 RX20V3C2 $CHAR3. /*For RX20, level 3 of MULTUM drug category #2 (detailed level) */ @2036 RX20V3C3 $CHAR3. /*For RX20, level 3 of MULTUM drug category #3 (detailed level) */ @2039 RX20V3C4 $CHAR3. /*For RX20, level 3 of MULTUM drug category #4 (detailed level) */ @2042 DRUGID21 $CHAR6. /*Drug ID code for medication #21 */ @2048 PRESCR21 1. /*Prescription status code for medication #21 */ @2049 CONTSUB21 1. /*Controlled substance status code for medication #21 */ @2050 COMSTAT21 1. /*Composition status code for medication #21 */ @2051 RX21CAT1 $CHAR3. /*For RX21, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2054 RX21CAT2 $CHAR3. /*For RX21, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2057 RX21CAT3 $CHAR3. /*For RX21, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2060 RX21CAT4 $CHAR3. /*For RX21, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2063 RX21V1C1 $CHAR3. /*For RX21, level 1 of MULTUM drug category #1 (broad level) */ @2066 RX21V1C2 $CHAR3. /*For RX21, level 1 of MULTUM drug category #2 (broad level) */ @2069 RX21V1C3 $CHAR3. /*For RX21, level 1 of MULTUM drug category #3 (broad level) */ @2072 RX21V1C4 $CHAR3. /*For RX21, level 1 of MULTUM drug category #4 (broad level) */ @2075 RX21V2C1 $CHAR3. /*For RX21, level 2 of MULTUM drug category #1 (intermediate level) */ @2078 RX21V2C2 $CHAR3. /*For RX21, level 2 of MULTUM drug category #2 (intermediate level) */ @2081 RX21V2C3 $CHAR3. /*For RX21, level 2 of MULTUM drug category #3 (intermediate level) */ @2084 RX21V2C4 $CHAR3. /*For RX21, level 2 of MULTUM drug category #4 (intermediate level) */ @2087 RX21V3C1 $CHAR3. /*For RX21, level 3 of MULTUM drug category #1 (detailed level) */ @2090 RX21V3C2 $CHAR3. /*For RX21, level 3 of MULTUM drug category #2 (detailed level) */ @2093 RX21V3C3 $CHAR3. /*For RX21, level 3 of MULTUM drug category #3 (detailed level) */ @2096 RX21V3C4 $CHAR3. /*For RX21, level 3 of MULTUM drug category #4 (detailed level) */ @2099 DRUGID22 $CHAR6. /*Drug ID code for medication #22 */ @2105 PRESCR22 1. /*Prescription status code for medication #22 */ @2106 CONTSUB22 1. /*Controlled substance status code for medication #22 */ @2107 COMSTAT22 1. /*Composition status code for medication #22 */ @2108 RX22CAT1 $CHAR3. /*For RX22, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2111 RX22CAT2 $CHAR3. /*For RX22, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2114 RX22CAT3 $CHAR3. /*For RX22, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2117 RX22CAT4 $CHAR3. /*For RX22, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2120 RX22V1C1 $CHAR3. /*For RX22, level 1 of MULTUM drug category #1 (broad level) */ @2123 RX22V1C2 $CHAR3. /*For RX22, level 1 of MULTUM drug category #2 (broad level) */ @2126 RX22V1C3 $CHAR3. /*For RX22, level 1 of MULTUM drug category #3 (broad level) */ @2129 RX22V1C4 $CHAR3. /*For RX22, level 1 of MULTUM drug category #4 (broad level) */ @2132 RX22V2C1 $CHAR3. /*For RX22, level 2 of MULTUM drug category #1 (intermediate level) */ @2135 RX22V2C2 $CHAR3. /*For RX22, level 2 of MULTUM drug category #2 (intermediate level) */ @2138 RX22V2C3 $CHAR3. /*For RX22, level 2 of MULTUM drug category #3 (intermediate level) */ @2141 RX22V2C4 $CHAR3. /*For RX22, level 2 of MULTUM drug category #4 (intermediate level) */ @2144 RX22V3C1 $CHAR3. /*For RX22, level 3 of MULTUM drug category #1 (detailed level) */ @2147 RX22V3C2 $CHAR3. /*For RX22, level 3 of MULTUM drug category #2 (detailed level) */ @2150 RX22V3C3 $CHAR3. /*For RX22, level 3 of MULTUM drug category #3 (detailed level) */ @2153 RX22V3C4 $CHAR3. /*For RX22, level 3 of MULTUM drug category #4 (detailed level) */ @2156 DRUGID23 $CHAR6. /*Drug ID code for medication #23 */ @2162 PRESCR23 1. /*Prescription status code for medication #23 */ @2163 CONTSUB23 1. /*Controlled substance status code for medication #23 */ @2164 COMSTAT23 1. /*Composition status code for medication #23 */ @2165 RX23CAT1 $CHAR3. /*For RX23, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2168 RX23CAT2 $CHAR3. /*For RX23, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2171 RX23CAT3 $CHAR3. /*For RX23, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2174 RX23CAT4 $CHAR3. /*For RX23, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2177 RX23V1C1 $CHAR3. /*For RX23, level 1 of MULTUM drug category #1 (broad level) */ @2180 RX23V1C2 $CHAR3. /*For RX23, level 1 of MULTUM drug category #2 (broad level) */ @2183 RX23V1C3 $CHAR3. /*For RX23, level 1 of MULTUM drug category #3 (broad level) */ @2186 RX23V1C4 $CHAR3. /*For RX23, level 1 of MULTUM drug category #4 (broad level) */ @2189 RX23V2C1 $CHAR3. /*For RX23, level 2 of MULTUM drug category #1 (intermediate level) */ @2192 RX23V2C2 $CHAR3. /*For RX23, level 2 of MULTUM drug category #2 (intermediate level) */ @2195 RX23V2C3 $CHAR3. /*For RX23, level 2 of MULTUM drug category #3 (intermediate level) */ @2198 RX23V2C4 $CHAR3. /*For RX23, level 2 of MULTUM drug category #4 (intermediate level) */ @2201 RX23V3C1 $CHAR3. /*For RX23, level 3 of MULTUM drug category #1 (detailed level) */ @2204 RX23V3C2 $CHAR3. /*For RX23, level 3 of MULTUM drug category #2 (detailed level) */ @2207 RX23V3C3 $CHAR3. /*For RX23, level 3 of MULTUM drug category #3 (detailed level) */ @2210 RX23V3C4 $CHAR3. /*For RX23, level 3 of MULTUM drug category #4 (detailed level) */ @2213 DRUGID24 $CHAR6. /*Drug ID code for medication #24 */ @2219 PRESCR24 1. /*Prescription status code for medication #24 */ @2220 CONTSUB24 1. /*Controlled substance status code for medication #24 */ @2221 COMSTAT24 1. /*Composition status code for medication #24 */ @2222 RX24CAT1 $CHAR3. /*For RX24, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2225 RX24CAT2 $CHAR3. /*For RX24, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2228 RX24CAT3 $CHAR3. /*For RX24, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2231 RX24CAT4 $CHAR3. /*For RX24, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2234 RX24V1C1 $CHAR3. /*For RX24, level 1 of MULTUM drug category #1 (broad level) */ @2237 RX24V1C2 $CHAR3. /*For RX24, level 1 of MULTUM drug category #2 (broad level) */ @2240 RX24V1C3 $CHAR3. /*For RX24, level 1 of MULTUM drug category #3 (broad level) */ @2243 RX24V1C4 $CHAR3. /*For RX24, level 1 of MULTUM drug category #4 (broad level) */ @2246 RX24V2C1 $CHAR3. /*For RX24, level 2 of MULTUM drug category #1 (intermediate level) */ @2249 RX24V2C2 $CHAR3. /*For RX24, level 2 of MULTUM drug category #2 (intermediate level) */ @2252 RX24V2C3 $CHAR3. /*For RX24, level 2 of MULTUM drug category #3 (intermediate level) */ @2255 RX24V2C4 $CHAR3. /*For RX24, level 2 of MULTUM drug category #4 (intermediate level) */ @2258 RX24V3C1 $CHAR3. /*For RX24, level 3 of MULTUM drug category #1 (detailed level) */ @2261 RX24V3C2 $CHAR3. /*For RX24, level 3 of MULTUM drug category #2 (detailed level) */ @2264 RX24V3C3 $CHAR3. /*For RX24, level 3 of MULTUM drug category #3 (detailed level) */ @2267 RX24V3C4 $CHAR3. /*For RX24, level 3 of MULTUM drug category #4 (detailed level) */ @2270 DRUGID25 $CHAR6. /*Drug ID code for medication #25 */ @2276 PRESCR25 1. /*Prescription status code for medication #25 */ @2277 CONTSUB25 1. /*Controlled substance status code for medication #25 */ @2278 COMSTAT25 1. /*Composition status code for medication #25 */ @2279 RX25CAT1 $CHAR3. /*For RX25, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2282 RX25CAT2 $CHAR3. /*For RX25, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2285 RX25CAT3 $CHAR3. /*For RX25, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2288 RX25CAT4 $CHAR3. /*For RX25, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2291 RX25V1C1 $CHAR3. /*For RX25, level 1 of MULTUM drug category #1 (broad level) */ @2294 RX25V1C2 $CHAR3. /*For RX25, level 1 of MULTUM drug category #2 (broad level) */ @2297 RX25V1C3 $CHAR3. /*For RX25, level 1 of MULTUM drug category #3 (broad level) */ @2300 RX25V1C4 $CHAR3. /*For RX25, level 1 of MULTUM drug category #4 (broad level) */ @2303 RX25V2C1 $CHAR3. /*For RX25, level 2 of MULTUM drug category #1 (intermediate level) */ @2306 RX25V2C2 $CHAR3. /*For RX25, level 2 of MULTUM drug category #2 (intermediate level) */ @2309 RX25V2C3 $CHAR3. /*For RX25, level 2 of MULTUM drug category #3 (intermediate level) */ @2312 RX25V2C4 $CHAR3. /*For RX25, level 2 of MULTUM drug category #4 (intermediate level) */ @2315 RX25V3C1 $CHAR3. /*For RX25, level 3 of MULTUM drug category #1 (detailed level) */ @2318 RX25V3C2 $CHAR3. /*For RX25, level 3 of MULTUM drug category #2 (detailed level) */ @2321 RX25V3C3 $CHAR3. /*For RX25, level 3 of MULTUM drug category #3 (detailed level) */ @2324 RX25V3C4 $CHAR3. /*For RX25, level 3 of MULTUM drug category #4 (detailed level) */ @2327 DRUGID26 $CHAR6. /*Drug ID code for medication #26 */ @2333 PRESCR26 1. /*Prescription status code for medication #26 */ @2334 CONTSUB26 1. /*Controlled substance status code for medication #26 */ @2335 COMSTAT26 1. /*Composition status code for medication #26 */ @2336 RX26CAT1 $CHAR3. /*For RX26, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2339 RX26CAT2 $CHAR3. /*For RX26, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2342 RX26CAT3 $CHAR3. /*For RX26, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2345 RX26CAT4 $CHAR3. /*For RX26, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2348 RX26V1C1 $CHAR3. /*For RX26, level 1 of MULTUM drug category #1 (broad level) */ @2351 RX26V1C2 $CHAR3. /*For RX26, level 1 of MULTUM drug category #2 (broad level) */ @2354 RX26V1C3 $CHAR3. /*For RX26, level 1 of MULTUM drug category #3 (broad level) */ @2357 RX26V1C4 $CHAR3. /*For RX26, level 1 of MULTUM drug category #4 (broad level) */ @2360 RX26V2C1 $CHAR3. /*For RX26, level 2 of MULTUM drug category #1 (intermediate level) */ @2363 RX26V2C2 $CHAR3. /*For RX26, level 2 of MULTUM drug category #2 (intermediate level) */ @2366 RX26V2C3 $CHAR3. /*For RX26, level 2 of MULTUM drug category #3 (intermediate level) */ @2369 RX26V2C4 $CHAR3. /*For RX26, level 2 of MULTUM drug category #4 (intermediate level) */ @2372 RX26V3C1 $CHAR3. /*For RX26, level 3 of MULTUM drug category #1 (detailed level) */ @2375 RX26V3C2 $CHAR3. /*For RX26, level 3 of MULTUM drug category #2 (detailed level) */ @2378 RX26V3C3 $CHAR3. /*For RX26, level 3 of MULTUM drug category #3 (detailed level) */ @2381 RX26V3C4 $CHAR3. /*For RX26, level 3 of MULTUM drug category #4 (detailed level) */ @2384 DRUGID27 $CHAR6. /*Drug ID code for medication #27 */ @2390 PRESCR27 1. /*Prescription status code for medication #27 */ @2391 CONTSUB27 1. /*Controlled substance status code for medication #27 */ @2392 COMSTAT27 1. /*Composition status code for medication #27 */ @2393 RX27CAT1 $CHAR3. /*For RX27, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2396 RX27CAT2 $CHAR3. /*For RX27, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2399 RX27CAT3 $CHAR3. /*For RX27, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2402 RX27CAT4 $CHAR3. /*For RX27, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2405 RX27V1C1 $CHAR3. /*For RX27, level 1 of MULTUM drug category #1 (broad level) */ @2408 RX27V1C2 $CHAR3. /*For RX27, level 1 of MULTUM drug category #2 (broad level) */ @2411 RX27V1C3 $CHAR3. /*For RX27, level 1 of MULTUM drug category #3 (broad level) */ @2414 RX27V1C4 $CHAR3. /*For RX27, level 1 of MULTUM drug category #4 (broad level) */ @2417 RX27V2C1 $CHAR3. /*For RX27, level 2 of MULTUM drug category #1 (intermediate level) */ @2420 RX27V2C2 $CHAR3. /*For RX27, level 2 of MULTUM drug category #2 (intermediate level) */ @2423 RX27V2C3 $CHAR3. /*For RX27, level 2 of MULTUM drug category #3 (intermediate level) */ @2426 RX27V2C4 $CHAR3. /*For RX27, level 2 of MULTUM drug category #4 (intermediate level) */ @2429 RX27V3C1 $CHAR3. /*For RX27, level 3 of MULTUM drug category #1 (detailed level) */ @2432 RX27V3C2 $CHAR3. /*For RX27, level 3 of MULTUM drug category #2 (detailed level) */ @2435 RX27V3C3 $CHAR3. /*For RX27, level 3 of MULTUM drug category #3 (detailed level) */ @2438 RX27V3C4 $CHAR3. /*For RX27, level 3 of MULTUM drug category #4 (detailed level) */ @2441 DRUGID28 $CHAR6. /*Drug ID code for medication #28 */ @2447 PRESCR28 1. /*Prescription status code for medication #28 */ @2448 CONTSUB28 1. /*Controlled substance status code for medication #28 */ @2449 COMSTAT28 1. /*Composition status code for medication #28 */ @2450 RX28CAT1 $CHAR3. /*For RX28, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2453 RX28CAT2 $CHAR3. /*For RX28, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2456 RX28CAT3 $CHAR3. /*For RX28, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2459 RX28CAT4 $CHAR3. /*For RX28, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2462 RX28V1C1 $CHAR3. /*For RX28, level 1 of MULTUM drug category #1 (broad level) */ @2465 RX28V1C2 $CHAR3. /*For RX28, level 1 of MULTUM drug category #2 (broad level) */ @2468 RX28V1C3 $CHAR3. /*For RX28, level 1 of MULTUM drug category #3 (broad level) */ @2471 RX28V1C4 $CHAR3. /*For RX28, level 1 of MULTUM drug category #4 (broad level) */ @2474 RX28V2C1 $CHAR3. /*For RX28, level 2 of MULTUM drug category #1 (intermediate level) */ @2477 RX28V2C2 $CHAR3. /*For RX28, level 2 of MULTUM drug category #2 (intermediate level) */ @2480 RX28V2C3 $CHAR3. /*For RX28, level 2 of MULTUM drug category #3 (intermediate level) */ @2483 RX28V2C4 $CHAR3. /*For RX28, level 2 of MULTUM drug category #4 (intermediate level) */ @2486 RX28V3C1 $CHAR3. /*For RX28, level 3 of MULTUM drug category #1 (detailed level) */ @2489 RX28V3C2 $CHAR3. /*For RX28, level 3 of MULTUM drug category #2 (detailed level) */ @2492 RX28V3C3 $CHAR3. /*For RX28, level 3 of MULTUM drug category #3 (detailed level) */ @2495 RX28V3C4 $CHAR3. /*For RX28, level 3 of MULTUM drug category #4 (detailed level) */ @2498 DRUGID29 $CHAR6. /*Drug ID code for medication #29 */ @2504 PRESCR29 1. /*Prescription status code for medication #29 */ @2505 CONTSUB29 1. /*Controlled substance status code for medication #29 */ @2506 COMSTAT29 1. /*Composition status code for medication #29 */ @2507 RX29CAT1 $CHAR3. /*For RX29, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2510 RX29CAT2 $CHAR3. /*For RX29, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2513 RX29CAT3 $CHAR3. /*For RX29, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2516 RX29CAT4 $CHAR3. /*For RX29, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2519 RX29V1C1 $CHAR3. /*For RX29, level 1 of MULTUM drug category #1 (broad level) */ @2522 RX29V1C2 $CHAR3. /*For RX29, level 1 of MULTUM drug category #2 (broad level) */ @2525 RX29V1C3 $CHAR3. /*For RX29, level 1 of MULTUM drug category #3 (broad level) */ @2528 RX29V1C4 $CHAR3. /*For RX29, level 1 of MULTUM drug category #4 (broad level) */ @2531 RX29V2C1 $CHAR3. /*For RX29, level 2 of MULTUM drug category #1 (intermediate level) */ @2534 RX29V2C2 $CHAR3. /*For RX29, level 2 of MULTUM drug category #2 (intermediate level) */ @2537 RX29V2C3 $CHAR3. /*For RX29, level 2 of MULTUM drug category #3 (intermediate level) */ @2540 RX29V2C4 $CHAR3. /*For RX29, level 2 of MULTUM drug category #4 (intermediate level) */ @2543 RX29V3C1 $CHAR3. /*For RX29, level 3 of MULTUM drug category #1 (detailed level) */ @2546 RX29V3C2 $CHAR3. /*For RX29, level 3 of MULTUM drug category #2 (detailed level) */ @2549 RX29V3C3 $CHAR3. /*For RX29, level 3 of MULTUM drug category #3 (detailed level) */ @2552 RX29V3C4 $CHAR3. /*For RX29, level 3 of MULTUM drug category #4 (detailed level) */ @2555 DRUGID30 $CHAR6. /*Drug ID code for medication #30 */ @2561 PRESCR30 1. /*Prescription status code for medication #30 */ @2562 CONTSUB30 1. /*Controlled substance status code for medication #30 */ @2563 COMSTAT30 1. /*Composition status code for medication #30 */ @2564 RX30CAT1 $CHAR3. /*For RX30, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2567 RX30CAT2 $CHAR3. /*For RX30, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2570 RX30CAT3 $CHAR3. /*For RX30, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2573 RX30CAT4 $CHAR3. /*For RX30, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2576 RX30V1C1 $CHAR3. /*For RX30, level 1 of MULTUM drug category #1 (broad level) */ @2579 RX30V1C2 $CHAR3. /*For RX30, level 1 of MULTUM drug category #2 (broad level) */ @2582 RX30V1C3 $CHAR3. /*For RX30, level 1 of MULTUM drug category #3 (broad level) */ @2585 RX30V1C4 $CHAR3. /*For RX30, level 1 of MULTUM drug category #4 (broad level) */ @2588 RX30V2C1 $CHAR3. /*For RX30, level 2 of MULTUM drug category #1 (intermediate level) */ @2591 RX30V2C2 $CHAR3. /*For RX30, level 2 of MULTUM drug category #2 (intermediate level) */ @2594 RX30V2C3 $CHAR3. /*For RX30, level 2 of MULTUM drug category #3 (intermediate level) */ @2597 RX30V2C4 $CHAR3. /*For RX30, level 2 of MULTUM drug category #4 (intermediate level) */ @2600 RX30V3C1 $CHAR3. /*For RX30, level 3 of MULTUM drug category #1 (detailed level) */ @2603 RX30V3C2 $CHAR3. /*For RX30, level 3 of MULTUM drug category #2 (detailed level) */ @2606 RX30V3C3 $CHAR3. /*For RX30, level 3 of MULTUM drug category #3 (detailed level) */ @2609 RX30V3C4 $CHAR3. /*For RX30, level 3 of MULTUM drug category #4 (detailed level) */ @2612 SETTYPE 1. /*Setting type */ @2613 YEAR 4. /*Survey year */ @2617 CSTRATM 8. /*Clustered CSTRATM -- masked */ @2625 CPSUM 6. /*Clustered CPSUM -- masked */ @2631 PATWT 6. /*Patient visit weight */ @2637 EDWT 6. /*ED weight */ ;