/* PROGRAM: ED20INP PURPOSE: INPUT STATEMENT TO READ 2020 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. /* Wait time to first provider (Physician/APRN/PA) contact, 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? */ @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 INJPOISAD 2. /* Is visit related to an injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment? - Recoded from INJPOISAD */ @104 INJURY72 2. /* Did the injury/trauma, overdose/poisoning, or adverse effect occur within 72 hours prior to the date and time of this visit? */ @106 INTENT15 2. /* Is this injury/trauma or overdose/poisoning intentional or unintentional? */ @108 INJURY_ENC 2. /* Type of encounter for injury visits */ @110 CAUSE1 $CHAR4. /* Cause #1 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - detailed category */ @114 CAUSE2 $CHAR4. /* Cause #2 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - detailed category */ @118 CAUSE3 $CHAR4. /* Cause #3 of injury/trauma, overdose/poisoning, or adverse effect of medical/surgical treatment - detailed category */ @122 DIAG1 $CHAR4. /* Diagnosis #1 - truncated */ @126 DIAG2 $CHAR4. /* Diagnosis #2 - truncated */ @130 DIAG3 $CHAR4. /* Diagnosis #3 - truncated */ @134 DIAG4 $CHAR4. /* Diagnosis #4 - truncated */ @138 DIAG5 $CHAR4. /* Diagnosis #5 - truncated */ @142 PRDIAG1 2. /* For diagnosis 1, is this probable, questionable, or ruleout? */ @144 PRDIAG2 2. /* For diagnosis 2, is this probable, questionable, or ruleout? */ @146 PRDIAG3 2. /* For diagnosis 3, is this probable, questionable, or ruleout? */ @148 PRDIAG4 2. /* For diagnosis 4, is this probable, questionable, or ruleout? */ @150 PRDIAG5 2. /* For diagnosis 5, is this probable, questionable, or ruleout? */ @152 ETOHAB 1. /* Does patient have: Alcohol misuse, abuse, or dependence */ @153 ALZHD 1. /* Does patient have: Alzheimer's disease/Dementia */ @154 ASTHMA 1. /* Does patient have: Asthma */ @155 CANCER 1. /* Does patient have: Cancer */ @156 CEBVD 1. /* Does patient have: Cerebrovascular disease/History of stroke (CVA) or transient ischemic attack (TIA)? */ @157 CKD 1. /* Does patient have: Chronic kidney disease (CKD) */ @158 COPD 1. /* Does patient have: Chronic obstructive pulmonary disease (COPD) */ @159 CHF 1. /* Does patient have: Congestive heart failure (CHF) */ @160 CAD 1. /* Does patient have: Coronary artery disease (CAD), ischemic heart disease (IHD) or history of myocardial infarction (MI) */ @161 DEPRN 1. /* Does patient have: Depression */ @162 DIABTYP1 1. /* Does patient have: Diabetes mellitus (DM) - Type I */ @163 DIABTYP2 1. /* Does patient have: Diabetes mellitus (DM) - Type II */ @164 DIABTYP0 1. /* Does patient have: Diabetes mellitus (DM) - Type unspecified */ @165 ESRD 1. /* Does patient have: End-stage renal disease (ESRD) */ @166 HPE 1. /* Does patient have: History of pulmonary embolism (PE), deep vein thrombosis (DVT), or venous thromboembolism (VTE) */ @167 EDHIV 1. /* Does patient have: HIV infection/AIDS */ @168 HYPLIPID 1. /* Does patient have: Hyperlipidemia */ @169 HTN 1. /* Does patient have: Hypertension */ @170 OBESITY 1. /* Does patient have: Obesity */ @171 OSA 1. /* Does patient have: Obstructive sleep apnea (OSA) */ @172 OSTPRSIS 1. /* Does patient have: Osteoporosis */ @173 SUBSTAB 1. /* Does patient have: Substance abuse or dependence */ @174 NOCHRON 1. /* Does patient have: None of the above */ @175 TOTCHRON 2. /* Total number of chronic conditions */ @177 DIAGSCRN 1. /* Were diagnostic services ordered or provided? */ @178 ABG 1. /* Arterial blood gases (ABG) */ @179 BAC 1. /* BAC (Blood alcohol concentration) */ @180 BMP 1. /* Basic metabolic panel (BMP) */ @181 BNP 1. /* BNP (Brain natriuretic peptide) */ @182 BUNCREAT 1. /* Creatinine/Renal function panel */ @183 CARDENZ 1. /* Cardiac enzymes */ @184 CBC 1. /* CBC (Complete blood count) */ @185 CMP 1. /* Comprehensive metabolic panel (CMP) */ @186 BLOODCX 1. /* Culture, blood */ @187 TRTCX 1. /* Culture, throat */ @188 URINECX 1. /* Culture, urine */ @189 WOUNDCX 1. /* Culture, wound */ @190 OTHCX 1. /* Culture, other */ @191 DDIMER 1. /* D-dimer */ @192 ELECTROL 1. /* Electrolytes */ @193 GLUCOSE 1. /* Glucose, serum */ @194 LACTATE 1. /* Lactate */ @195 LFT 1. /* Liver enzymes/Hepatic function panel */ @196 PTTINR 1. /* Prothrombin time (PT/PTT/INR) */ @197 OTHERBLD 1. /* Other blood test */ @198 CARDMON 1. /* Cardiac monitor */ @199 EKG 1. /* EKG/ECG */ @200 HIVTEST 1. /* HIV test */ @201 FLUTEST 1. /* Influenza test */ @202 PREGTEST 1. /* Pregnancy test */ @203 TOXSCREN 1. /* Toxicology screen */ @204 URINE 1. /* Urinalysis (UA) or urine dipstick */ @205 OTHRTEST 1. /* Other test/service */ @206 ANYIMAGE 1. /* Any imaging */ @207 XRAY 1. /* X-ray */ @208 CATSCAN 1. /* CT scan */ @209 CTCONTRAST 2. /* Was CT Scan ordered/provided with intravenous (IV) contrast? */ @211 CTAB 1. /* CT scan - abdomen/pelvis */ @212 CTCHEST 1. /* CT scan - chest */ @213 CTHEAD 1. /* CT scan- head */ @214 CTOTHER 1. /* CT scan - other */ @215 CTUNK 1. /* CT Scan - unknown */ @216 MRI 1. /* MRI */ @217 MRICONTRAST 2. /* Was MRI ordered/provided with intravenous (IV) contrast (also written as with gadolinium or with gado) */ @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. /* BiPAP/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 (LP) */ @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 MED13 $CHAR5. /* Medication #13 */ @306 MED14 $CHAR5. /* Medication #14 */ @311 MED15 $CHAR5. /* Medication #15 */ @316 MED16 $CHAR5. /* Medication #16 */ @321 MED17 $CHAR5. /* Medication #17 */ @326 MED18 $CHAR5. /* Medication #18 */ @331 MED19 $CHAR5. /* Medication #19 */ @336 MED20 $CHAR5. /* Medication #20 */ @341 MED21 $CHAR5. /* Medication #21 */ @346 MED22 $CHAR5. /* Medication #22 */ @351 MED23 $CHAR5. /* Medication #23 */ @356 MED24 $CHAR5. /* Medication #24 */ @361 MED25 $CHAR5. /* Medication #25 */ @366 MED26 $CHAR5. /* Medication #26 */ @371 MED27 $CHAR5. /* Medication #27 */ @376 MED28 $CHAR5. /* Medication #28 */ @381 MED29 $CHAR5. /* Medication #29 */ @386 MED30 $CHAR5. /* Medication #30 */ @391 GPMED1 2. /* Medication #1 given in ED or Rx at discharge */ @393 GPMED2 2. /* Medication #2 given in ED or Rx at discharge */ @395 GPMED3 2. /* Medication #3 given in ED or Rx at discharge */ @397 GPMED4 2. /* Medication #4 given in ED or Rx at discharge */ @399 GPMED5 2. /* Medication #5 given in ED or Rx at discharge */ @401 GPMED6 2. /* Medication #6 given in ED or Rx at discharge */ @403 GPMED7 2. /* Medication #7 given in ED or Rx at discharge */ @405 GPMED8 2. /* Medication #8 given in ED or Rx at discharge */ @407 GPMED9 2. /* Medication #9 given in ED or Rx at discharge */ @409 GPMED10 2. /* Medication #10 given in ED or Rx at discharge */ @411 GPMED11 2. /* Medication #11 given in ED or Rx at discharge */ @413 GPMED12 2. /* Medication #12 given in ED or Rx at discharge */ @415 GPMED13 2. /* Medication #13 given in ED or Rx at discharge */ @417 GPMED14 2. /* Medication #14 given in ED or Rx at discharge */ @419 GPMED15 2. /* Medication #15 given in ED or Rx at discharge */ @421 GPMED16 2. /* Medication #16 given in ED or Rx at discharge */ @423 GPMED17 2. /* Medication #17 given in ED or Rx at discharge */ @425 GPMED18 2. /* Medication #18 given in ED or Rx at discharge */ @427 GPMED19 2. /* Medication #19 given in ED or Rx at discharge */ @429 GPMED20 2. /* Medication #20 given in ED or Rx at discharge */ @431 GPMED21 2. /* Medication #21 given in ED or Rx at discharge */ @433 GPMED22 2. /* Medication #22 given in ED or Rx at discharge */ @435 GPMED23 2. /* Medication #23 given in ED or Rx at discharge */ @437 GPMED24 2. /* Medication #24 given in ED or Rx at discharge */ @439 GPMED25 2. /* Medication #25 given in ED or Rx at discharge */ @441 GPMED26 2. /* Medication #26 given in ED or Rx at discharge */ @443 GPMED27 2. /* Medication #27 given in ED or Rx at discharge */ @445 GPMED28 2. /* Medication #28 given in ED or Rx at discharge */ @447 GPMED29 2. /* Medication #29 given in ED or Rx at discharge */ @449 GPMED30 2. /* Medication #30 given in ED or Rx at discharge */ @451 NUMGIV 2. /* Number of medications given in ED */ @453 NUMDIS 2. /* Number of medications prescribed at discharge */ @455 NUMMED 2. /* Number of medications */ @457 VITALSD 2. /* Does the chart contain vital signs taken after triage? */ @459 TEMPDF 4. /* Vitals after triage: Temperature in Fahrenheit */ @463 PULSED 3. /* Vitals after triage: Heart rate (beats per minute) */ @466 RESPRD 3. /* Vitals after triage: Respiratory rate (breaths per minute) */ @469 BPSYSD 3. /* Vitals after triage: Systolic blood pressure */ @472 BPDIASD 3. /* Vitals after triage: Diastolic blood pressure */ @475 NOPROVID 1. /* No answer to provider seen item */ @476 ATTPHYS 1. /* ED attending physician seen */ @477 RESINT 1. /* ED resident/intern seen */ @478 CONSULT 1. /* Consulting physician seen */ @479 RNLPN 1. /* Registered nurse/LPN seen */ @480 NURSEPR 1. /* Nurse practitioner seen */ @481 PHYSASST 1. /* Physician assistant seen */ @482 EMT 1. /* EMT */ @483 MHPROV 1. /* Other mental health provider */ @484 OTHPROV 1. /* Other provider seen */ @485 NODISP 1. /* No answer to disposition item */ @486 NOFU 1. /* No follow up planned */ @487 RETRNED 1. /* Return to ED */ @488 RETREFFU 1. /* Return/refer to physician/clinic for FU */ @489 LWBS 1. /* Left without being seen (LWBS) */ @490 LBTC 1. /* Left before treatment complete (LBTC) */ @491 LEFTAMA 1. /* Left AMA (against medical advice) */ @492 DOA 1. /* DOA (Dead on arrival) */ @493 DIEDED 1. /* Died in ED */ @494 TRANNH 1. /* Return/transfer to nursing home */ @495 TRANPSYC 1. /* Transfer to psychiatric hospital */ @496 TRANOTH 1. /* Transfer to non-psychiatric hospital */ @497 ADMITHOS 1. /* Admit to this hospital */ @498 OBSHOS 1. /* Admit to observation unit, then hospitalized */ @499 OBSDIS 1. /* Admit to observation unit, then discharged */ @500 OTHDISP 1. /* Other disposition */ @501 ADMIT 2. /* Admitted to: */ @503 ADMTPHYS 2. /* Admitting physician */ @505 LOS 2. /* If admitted, length of stay in hospital in days */ @507 HDDIAG1 $CHAR4. /* Hospital discharge diagnosis #1 - truncated */ @511 HDDIAG2 $CHAR4. /* Hospital discharge diagnosis #2 - truncated */ @515 HDDIAG3 $CHAR4. /* Hospital discharge diagnosis #3 - truncated */ @519 HDDIAG4 $CHAR4. /* Hospital discharge diagnosis #4 - truncated */ @523 HDDIAG5 $CHAR4. /* Hospital discharge diagnosis #5 - truncated */ @527 HDSTAT 2. /* Hospital discharge status */ @529 ADISP 2. /* Disposition of live discharges */ @531 OBSSTAY 4. /* Length of stay in observation unit in minutes */ @535 STAY24 1. /* ED discharge greater than 24 hours */ @536 AGEFL 2. /* Was patient age reported, calculated or imputed? */ @538 BDATEFL 1. /* Birth date imputed? */ @539 SEXFL 1. /* Sex imputed? */ @540 ETHNICFL 1. /* Ethnicity imputed? */ @541 RACERFL 1. /* RACER imputed? */ @542 HOSPCODE 3. /* Hospital number */ @545 PATCODE 3. /* Patient code */ @548 EMRED 2. /* Does your ED use electronic health record (EHR) system? Do not including billing systems. */ @550 HHSMUE 2. /* Does your current system meet meaningful use criteria as defined by the Department of Health and Human Services? */ @552 EHRINSE 2. /* Does your ED have plans for installing a new EHR/EMR system within the next 18 months? */ @554 EDPRIM 2. /* When patients with identified primary care physicians (PCP) arrive at the ED, how often do you electronically send notifications to the patients' PCP? */ @556 EDINFO 2. /* When patients arrive at the ED, are you able to query for patients' healthcare information electronically (e.g., medications, allergies) from outside sources? */ @558 OBSCLIN 2. /* Does your ED have an observation or clinical decision unit? */ @560 OBSSEP 2. /* Is this observation or clinical decision unit physically separate from the ED? */ @562 OBSPHYSED 2. /* What type of physicians make decisions for patients in this observation or clinical decision unit? - ED physicians */ @564 OBSHOSP 2. /* What type of physicians make decisions for patients in this observation or clinical decision unit? - Hospitalists */ @566 OBSPHYSOT 2. /* What type of physicians make decisions for patients in this observation or clinical decision unit? - Other physicians */ @568 OBSPHYSUN 2. /* What type of physicians make decisions for patients in this observation or clinical decision unit? - Unknown */ @570 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? */ @572 BOARDHOS 2. /* Does your ED allow some admitted patients to move from the ED to inpatient corridors while awaiting a bed ("boarding") - sometimes called "full capacity protocol"? */ @574 AMBDIV 2. /* Did your ED go on ambulance diversion in 2019? */ @576 TOTHRDIVR 2. /* What is the total number of hours that your hospital's ED was on ambulance diversion in 2019? */ @578 REGDIV 2. /* Is ambulance diversion actively managed on a regional level versus each hospital adopting diversion if and when it chooses? */ @580 ADMDIV 2. /* Does your hospital continue to admit elective or schedule surgery cases when ED is on ambulance diversion? */ @582 INCSHX 2. /* In the last two years, did your ED increase the number of standard treatment spaces? */ @584 INCPHYS 2. /* In the last two years, did your ED's physical space expand? */ @586 EXPSPACE 2. /* Do you have plans to expand your ED's physical space within the next two years? */ @588 BEDREG 2. /* Does your ED use bedside registration? */ @590 KIOSELCHK 2. /* Does ED use kiosk self check-in? */ @592 CATRIAGE 2. /* Does your ED use computer-assisted triage? */ @594 IMBED 2. /* Does your ED use immediate bedding? */ @596 ADVTRIAG 2. /* Does your ED use advanced triage (triage-based care) protocols? */ @598 PHYSPRACTRIA 2. /* Does your ED use physician/practitioner at triage? */ @600 FASTTRAK 2. /* Does your ED use separate fast track unit for nonurgent care? */ @602 EDPTOR 2. /* Does your ED use separate operating room dedicated to ED patients? */ @604 DASHBORD 2. /* Does your ED use electronic dashboard? */ @606 RFID 2. /* Does your ED use radio frequency identification (RFID) tracking? */ @608 WIRELESS 2. /* Does ED use wireless communication devices by providers? */ @610 ZONENURS 2. /* Does your ED use zone nursing? */ @612 POOLNURS 2. /* Does your ED use pool nurses? */ @614 SURGDAY 2. /* How many days in a week are inpatient elective surgeries scheduled? */ @616 BEDCZAR 2. /* Does your hospital have a bed coordinator, sometimes known as a bed czar? */ @618 BEDDATA 2. /* How often are hospital bed census data available? */ @620 HLIST 2. /* Does your hospital have hospitalists on staff? */ @622 HLISTED 2. /* Do the hospitalists on staff at your hospital admit patients from your ED? */ @624 EMEDRES 2. /* Does hospital have an Emergency Medicine residency program? */ @626 REGION 1. /* Geographic region */ @627 MSA 1. /* Metropolitan statistical area status */ @628 DRUGID1 $CHAR6. /* Drug ID code for medication #1 */ @634 PRESCR1 1. /* Prescription status code for medication #1 */ @635 CONTSUB1 1. /* Controlled substance status code for medication #1 */ @636 COMSTAT1 1. /* Composition status code for medication #1 */ @637 RX1CAT1 $CHAR3. /* For RX1, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @640 RX1CAT2 $CHAR3. /* For RX1, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @643 RX1CAT3 $CHAR3. /* For RX1, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @646 RX1CAT4 $CHAR3. /* For RX1, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @649 RX1V1C1 $CHAR3. /* For RX1, level 1 of MULTUM drug category #1 (broad level) */ @652 RX1V1C2 $CHAR3. /* For RX1, level 1 of MULTUM drug category #2 (broad level) */ @655 RX1V1C3 $CHAR3. /* For RX1, level 1 of MULTUM drug category #3 (broad level) */ @658 RX1V1C4 $CHAR3. /* For RX1, level 1 of MULTUM drug category #4 (broad level) */ @661 RX1V2C1 $CHAR3. /* For RX1, level 2 of MULTUM drug category #1 (intermediate level) */ @664 RX1V2C2 $CHAR3. /* For RX1, level 2 of MULTUM drug category #2 (intermediate level) */ @667 RX1V2C3 $CHAR3. /* For RX1, level 2 of MULTUM drug category #3 (intermediate level) */ @670 RX1V2C4 $CHAR3. /* For RX1, level 2 of MULTUM drug category #4 (intermediate level) */ @673 RX1V3C1 $CHAR3. /* For RX1, level 3 of MULTUM drug category #1 (detailed level) */ @676 RX1V3C2 $CHAR3. /* For RX1, level 3 of MULTUM drug category #2 (detailed level) */ @679 RX1V3C3 $CHAR3. /* For RX1, level 3 of MULTUM drug category #3 (detailed level) */ @682 RX1V3C4 $CHAR3. /* For RX1, level 3 of MULTUM drug category #4 (detailed level) */ @685 DRUGID2 $CHAR6. /* Drug ID code for medication #2 */ @691 PRESCR2 1. /* Prescription status code for medication #2 */ @692 CONTSUB2 1. /* Controlled substance status code for medication #2 */ @693 COMSTAT2 1. /* Composition status code for medication #2 */ @694 RX2CAT1 $CHAR3. /* For RX2, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @697 RX2CAT2 $CHAR3. /* For RX2, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @700 RX2CAT3 $CHAR3. /* For RX2, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @703 RX2CAT4 $CHAR3. /* For RX2, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @706 RX2V1C1 $CHAR3. /* For RX2, level 1 of MULTUM drug category #1 (broad level) */ @709 RX2V1C2 $CHAR3. /* For RX2, level 1 of MULTUM drug category #2 (broad level) */ @712 RX2V1C3 $CHAR3. /* For RX2, level 1 of MULTUM drug category #3 (broad level) */ @715 RX2V1C4 $CHAR3. /* For RX2, level 1 of MULTUM drug category #4 (broad level) */ @718 RX2V2C1 $CHAR3. /* For RX2, level 2 of MULTUM drug category #1 (intermediate level) */ @721 RX2V2C2 $CHAR3. /* For RX2, level 2 of MULTUM drug category #2 (intermediate level) */ @724 RX2V2C3 $CHAR3. /* For RX2, level 2 of MULTUM drug category #3 (intermediate level) */ @727 RX2V2C4 $CHAR3. /* For RX2, level 2 of MULTUM drug category #4 (intermediate level) */ @730 RX2V3C1 $CHAR3. /* For RX2, level 3 of MULTUM drug category #1 (detailed level) */ @733 RX2V3C2 $CHAR3. /* For RX2, level 3 of MULTUM drug category #2 (detailed level) */ @736 RX2V3C3 $CHAR3. /* For RX2, level 3 of MULTUM drug category #3 (detailed level) */ @739 RX2V3C4 $CHAR3. /* For RX2, level 3 of MULTUM drug category #4 (detailed level) */ @742 DRUGID3 $CHAR6. /* Drug ID code for medication #3 */ @748 PRESCR3 1. /* Prescription status code for medication #3 */ @749 CONTSUB3 1. /* Controlled substance status code for medication #3 */ @750 COMSTAT3 1. /* Composition status code for medication #3 */ @751 RX3CAT1 $CHAR3. /* For RX3, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @754 RX3CAT2 $CHAR3. /* For RX3, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @757 RX3CAT3 $CHAR3. /* For RX3, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @760 RX3CAT4 $CHAR3. /* For RX3, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @763 RX3V1C1 $CHAR3. /* For RX3, level 1 of MULTUM drug category #1 (broad level) */ @766 RX3V1C2 $CHAR3. /* For RX3, level 1 of MULTUM drug category #2 (broad level) */ @769 RX3V1C3 $CHAR3. /* For RX3, level 1 of MULTUM drug category #3 (broad level) */ @772 RX3V1C4 $CHAR3. /* For RX3, level 1 of MULTUM drug category #4 (broad level) */ @775 RX3V2C1 $CHAR3. /* For RX3, level 2 of MULTUM drug category #1 (intermediate level) */ @778 RX3V2C2 $CHAR3. /* For RX3, level 2 of MULTUM drug category #2 (intermediate level) */ @781 RX3V2C3 $CHAR3. /* For RX3, level 2 of MULTUM drug category #3 (intermediate level) */ @784 RX3V2C4 $CHAR3. /* For RX3, level 2 of MULTUM drug category #4 (intermediate level) */ @787 RX3V3C1 $CHAR3. /* For RX3, level 3 of MULTUM drug category #1 (detailed level) */ @790 RX3V3C2 $CHAR3. /* For RX3, level 3 of MULTUM drug category #2 (detailed level) */ @793 RX3V3C3 $CHAR3. /* For RX3, level 3 of MULTUM drug category #3 (detailed level) */ @796 RX3V3C4 $CHAR3. /* For RX3, level 3 of MULTUM drug category #4 (detailed level) */ @799 DRUGID4 $CHAR6. /* Drug ID code for medication #4 */ @805 PRESCR4 1. /* Prescription status code for medication #4 */ @806 CONTSUB4 1. /* Controlled substance status code for medication #4 */ @807 COMSTAT4 1. /* Composition status code for medication #4 */ @808 RX4CAT1 $CHAR3. /* For RX4, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @811 RX4CAT2 $CHAR3. /* For RX4, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @814 RX4CAT3 $CHAR3. /* For RX4, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @817 RX4CAT4 $CHAR3. /* For RX4, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @820 RX4V1C1 $CHAR3. /* For RX4, level 1 of MULTUM drug category #1 (broad level) */ @823 RX4V1C2 $CHAR3. /* For RX4, level 1 of MULTUM drug category #2 (broad level) */ @826 RX4V1C3 $CHAR3. /* For RX4, level 1 of MULTUM drug category #3 (broad level) */ @829 RX4V1C4 $CHAR3. /* For RX4, level 1 of MULTUM drug category #4 (broad level) */ @832 RX4V2C1 $CHAR3. /* For RX4, level 2 of MULTUM drug category #1 (intermediate level) */ @835 RX4V2C2 $CHAR3. /* For RX4, level 2 of MULTUM drug category #2 (intermediate level) */ @838 RX4V2C3 $CHAR3. /* For RX4, level 2 of MULTUM drug category #3 (intermediate level) */ @841 RX4V2C4 $CHAR3. /* For RX4, level 2 of MULTUM drug category #4 (intermediate level) */ @844 RX4V3C1 $CHAR3. /* For RX4, level 3 of MULTUM drug category #1 (detailed level) */ @847 RX4V3C2 $CHAR3. /* For RX4, level 3 of MULTUM drug category #2 (detailed level) */ @850 RX4V3C3 $CHAR3. /* For RX4, level 3 of MULTUM drug category #3 (detailed level) */ @853 RX4V3C4 $CHAR3. /* For RX4, level 3 of MULTUM drug category #4 (detailed level) */ @856 DRUGID5 $CHAR6. /* Drug ID code for medication #5 */ @862 PRESCR5 1. /* Prescription status code medication #5 */ @863 CONTSUB5 1. /* Controlled substance status code medication #5 */ @864 COMSTAT5 1. /* Composition status code medication #5 */ @865 RX5CAT1 $CHAR3. /* For RX5, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @868 RX5CAT2 $CHAR3. /* For RX5, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @871 RX5CAT3 $CHAR3. /* For RX5, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @874 RX5CAT4 $CHAR3. /* For RX5, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @877 RX5V1C1 $CHAR3. /* For RX5, level 1 of MULTUM drug category #1 (broad level) */ @880 RX5V1C2 $CHAR3. /* For RX5, level 1 of MULTUM drug category #2 (broad level) */ @883 RX5V1C3 $CHAR3. /* For RX5, level 1 of MULTUM drug category #3 (broad level) */ @886 RX5V1C4 $CHAR3. /* For RX5, level 1 of MULTUM drug category #4 (broad level) */ @889 RX5V2C1 $CHAR3. /* For RX5, level 2 of MULTUM drug category #1 (intermediate level) */ @892 RX5V2C2 $CHAR3. /* For RX5, level 2 of MULTUM drug category #2 (intermediate level) */ @895 RX5V2C3 $CHAR3. /* For RX5, level 2 of MULTUM drug category #3 (intermediate level) */ @898 RX5V2C4 $CHAR3. /* For RX5, level 2 of MULTUM drug category #4 (intermediate level) */ @901 RX5V3C1 $CHAR3. /* For RX5, level 3 of MULTUM drug category #1 (detailed level) */ @904 RX5V3C2 $CHAR3. /* For RX5, level 3 of MULTUM drug category #2 (detailed level) */ @907 RX5V3C3 $CHAR3. /* For RX5, level 3 of MULTUM drug category #3 (detailed level) */ @910 RX5V3C4 $CHAR3. /* For RX5, level 3 of MULTUM drug category #4 (detailed level) */ @913 DRUGID6 $CHAR6. /* Drug ID code for medication #6 */ @919 PRESCR6 1. /* Prescription status code for medication #6 */ @920 CONTSUB6 1. /* Controlled substance status code for medication #6 */ @921 COMSTAT6 1. /* Composition status code for medication #6 */ @922 RX6CAT1 $CHAR3. /* For RX6, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @925 RX6CAT2 $CHAR3. /* For RX6, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @928 RX6CAT3 $CHAR3. /* For RX6, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @931 RX6CAT4 $CHAR3. /* For RX6, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @934 RX6V1C1 $CHAR3. /* For RX6, level 1 of MULTUM drug category #1 (broad level) */ @937 RX6V1C2 $CHAR3. /* For RX6, level 1 of MULTUM drug category #2 (broad level) */ @940 RX6V1C3 $CHAR3. /* For RX6, level 1 of MULTUM drug category #3 (broad level) */ @943 RX6V1C4 $CHAR3. /* For RX6, level 1 of MULTUM drug category #4 (broad level) */ @946 RX6V2C1 $CHAR3. /* For RX6, level 2 of MULTUM drug category #1 (intermediate level) */ @949 RX6V2C2 $CHAR3. /* For RX6, level 2 of MULTUM drug category #2 (intermediate level) */ @952 RX6V2C3 $CHAR3. /* For RX6, level 2 of MULTUM drug category #3 (intermediate level) */ @955 RX6V2C4 $CHAR3. /* For RX6, level 2 of MULTUM drug category #4 (intermediate level) */ @958 RX6V3C1 $CHAR3. /* For RX6, level 3 of MULTUM drug category #1 (detailed level) */ @961 RX6V3C2 $CHAR3. /* For RX6, level 3 of MULTUM drug category #2 (detailed level) */ @964 RX6V3C3 $CHAR3. /* For RX6, level 3 of MULTUM drug category #3 (detailed level) */ @967 RX6V3C4 $CHAR3. /* For RX6, level 3 of MULTUM drug category #4 (detailed level) */ @970 DRUGID7 $CHAR6. /* Drug ID code for medication #7 */ @976 PRESCR7 1. /* Prescription status code for medication #7 */ @977 CONTSUB7 1. /* Controlled substance status code for medication #7 */ @978 COMSTAT7 1. /* Composition status code for medication #7 */ @979 RX7CAT1 $CHAR3. /* For RX7, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @982 RX7CAT2 $CHAR3. /* For RX7, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @985 RX7CAT3 $CHAR3. /* For RX7, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @988 RX7CAT4 $CHAR3. /* For RX7, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @991 RX7V1C1 $CHAR3. /* For RX7, level 1 of MULTUM drug category #1 (broad level) */ @994 RX7V1C2 $CHAR3. /* For RX7, level 1 of MULTUM drug category #2 (broad level) */ @997 RX7V1C3 $CHAR3. /* For RX7, level 1 of MULTUM drug category #3 (broad level) */ @1000 RX7V1C4 $CHAR3. /* For RX7, level 1 of MULTUM drug category #4 (broad level) */ @1003 RX7V2C1 $CHAR3. /* For RX7, level 2 of MULTUM drug category #1 (intermediate level) */ @1006 RX7V2C2 $CHAR3. /* For RX7, level 2 of MULTUM drug category #2 (intermediate level) */ @1009 RX7V2C3 $CHAR3. /* For RX7, level 2 of MULTUM drug category #3 (intermediate level) */ @1012 RX7V2C4 $CHAR3. /* For RX7, level 2 of MULTUM drug category #4 (intermediate level) */ @1015 RX7V3C1 $CHAR3. /* For RX7, level 3 of MULTUM drug category #1 (detailed level) */ @1018 RX7V3C2 $CHAR3. /* For RX7, level 3 of MULTUM drug category #2 (detailed level) */ @1021 RX7V3C3 $CHAR3. /* For RX7, level 3 of MULTUM drug category #3 (detailed level) */ @1024 RX7V3C4 $CHAR3. /* For RX7, level 3 of MULTUM drug category #4 (detailed level) */ @1027 DRUGID8 $CHAR6. /* Drug ID code for medication #8 */ @1033 PRESCR8 1. /* Prescription status code for medication #8 */ @1034 CONTSUB8 1. /* Controlled substance status code for medication #8 */ @1035 COMSTAT8 1. /* Composition status code for medication #8 */ @1036 RX8CAT1 $CHAR3. /* For RX8, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1039 RX8CAT2 $CHAR3. /* For RX8, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1042 RX8CAT3 $CHAR3. /* For RX8, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1045 RX8CAT4 $CHAR3. /* For RX8, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1048 RX8V1C1 $CHAR3. /* For RX8, level 1 of MULTUM drug category #1 (broad level) */ @1051 RX8V1C2 $CHAR3. /* For RX8, level 1 of MULTUM drug category #2 (broad level) */ @1054 RX8V1C3 $CHAR3. /* For RX8, level 1 of MULTUM drug category #3 (broad level) */ @1057 RX8V1C4 $CHAR3. /* For RX8, level 1 of MULTUM drug category #4 (broad level) */ @1060 RX8V2C1 $CHAR3. /* For RX8, level 2 of MULTUM drug category #1 (intermediate level) */ @1063 RX8V2C2 $CHAR3. /* For RX8, level 2 of MULTUM drug category #2 (intermediate level) */ @1066 RX8V2C3 $CHAR3. /* For RX8, level 2 of MULTUM drug category #3 (intermediate level) */ @1069 RX8V2C4 $CHAR3. /* For RX8, level 2 of MULTUM drug category #4 (intermediate level) */ @1072 RX8V3C1 $CHAR3. /* For RX8, level 3 of MULTUM drug category #1 (detailed level) */ @1075 RX8V3C2 $CHAR3. /* For RX8, level 3 of MULTUM drug category #2 (detailed level) */ @1078 RX8V3C3 $CHAR3. /* For RX8, level 3 of MULTUM drug category #3 (detailed level) */ @1081 RX8V3C4 $CHAR3. /* For RX8, level 3 of MULTUM drug category #4 (detailed level) */ @1084 DRUGID9 $CHAR6. /* Drug ID code for medication #9 */ @1090 PRESCR9 1. /* Prescription status code for medication #9 */ @1091 CONTSUB9 1. /* Controlled substance status code for medication #9 */ @1092 COMSTAT9 1. /* Composition status code for medication #9 */ @1093 RX9CAT1 $CHAR3. /* For RX9, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1096 RX9CAT2 $CHAR3. /* For RX9, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1099 RX9CAT3 $CHAR3. /* For RX9, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1102 RX9CAT4 $CHAR3. /* For RX9, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1105 RX9V1C1 $CHAR3. /* For RX9, level 1 of MULTUM drug category #1 (broad level) */ @1108 RX9V1C2 $CHAR3. /* For RX9, level 1 of MULTUM drug category #2 (broad level) */ @1111 RX9V1C3 $CHAR3. /* For RX9, level 1 of MULTUM drug category #3 (broad level) */ @1114 RX9V1C4 $CHAR3. /* For RX9, level 1 of MULTUM drug category #4 (broad level) */ @1117 RX9V2C1 $CHAR3. /* For RX9, level 2 of MULTUM drug category #1 (intermediate level) */ @1120 RX9V2C2 $CHAR3. /* For RX9, level 2 of MULTUM drug category #2 (intermediate level) */ @1123 RX9V2C3 $CHAR3. /* For RX9, level 2 of MULTUM drug category #3 (intermediate level) */ @1126 RX9V2C4 $CHAR3. /* For RX9, level 2 of MULTUM drug category #4 (intermediate level) */ @1129 RX9V3C1 $CHAR3. /* For RX9, level 3 of MULTUM drug category #1 (detailed level) */ @1132 RX9V3C2 $CHAR3. /* For RX9, level 3 of MULTUM drug category #2 (detailed level) */ @1135 RX9V3C3 $CHAR3. /* For RX9, level 3 of MULTUM drug category #3 (detailed level) */ @1138 RX9V3C4 $CHAR3. /* For RX9, level 3 of MULTUM drug category #4 (detailed level) */ @1141 DRUGID10 $CHAR6. /* Drug ID code for medication #10 */ @1147 PRESCR10 1. /* Prescription status code for medication #10 */ @1148 CONTSUB10 1. /* Controlled substance status code for medication #10 */ @1149 COMSTAT10 1. /* Composition status code for medication #10 */ @1150 RX10CAT1 $CHAR3. /* For RX10, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1153 RX10CAT2 $CHAR3. /* For RX10, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1156 RX10CAT3 $CHAR3. /* For RX10, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1159 RX10CAT4 $CHAR3. /* For RX10, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1162 RX10V1C1 $CHAR3. /* For RX10, level 1 of MULTUM drug category #1 (broad level) */ @1165 RX10V1C2 $CHAR3. /* For RX10, level 1 of MULTUM drug category #2 (broad level) */ @1168 RX10V1C3 $CHAR3. /* For RX10, level 1 of MULTUM drug category #3 (broad level) */ @1171 RX10V1C4 $CHAR3. /* For RX10, level 1 of MULTUM drug category #4 (broad level) */ @1174 RX10V2C1 $CHAR3. /* For RX10, level 2 of MULTUM drug category #1 (intermediate level) */ @1177 RX10V2C2 $CHAR3. /* For RX10, level 2 of MULTUM drug category #2 (intermediate level) */ @1180 RX10V2C3 $CHAR3. /* For RX10, level 2 of MULTUM drug category #3 (intermediate level) */ @1183 RX10V2C4 $CHAR3. /* For RX10, level 2 of MULTUM drug category #4 (intermediate level) */ @1186 RX10V3C1 $CHAR3. /* For RX10, level 3 of MULTUM drug category #1 (detailed level) */ @1189 RX10V3C2 $CHAR3. /* For RX10, level 3 of MULTUM drug category #2 (detailed level) */ @1192 RX10V3C3 $CHAR3. /* For RX10, level 3 of MULTUM drug category #3 (detailed level) */ @1195 RX10V3C4 $CHAR3. /* For RX10, level 3 of MULTUM drug category #4 (detailed level) */ @1198 DRUGID11 $CHAR6. /* Drug ID code for medication #11 */ @1204 PRESCR11 1. /* Prescription status code for medication #11 */ @1205 CONTSUB11 1. /* Controlled substance status code for medication #11 */ @1206 COMSTAT11 1. /* Composition status code for medication #11 */ @1207 RX11CAT1 $CHAR3. /* For RX11, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1210 RX11CAT2 $CHAR3. /* For RX11, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1213 RX11CAT3 $CHAR3. /* For RX11, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1216 RX11CAT4 $CHAR3. /* For RX11, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1219 RX11V1C1 $CHAR3. /* For RX11, level 1 of MULTUM drug category #1 (broad level) */ @1222 RX11V1C2 $CHAR3. /* For RX11, level 1 of MULTUM drug category #2 (broad level) */ @1225 RX11V1C3 $CHAR3. /* For RX11, level 1 of MULTUM drug category #3 (broad level) */ @1228 RX11V1C4 $CHAR3. /* For RX11, level 1 of MULTUM drug category #4 (broad level) */ @1231 RX11V2C1 $CHAR3. /* For RX11, level 2 of MULTUM drug category #1 (intermediate level) */ @1234 RX11V2C2 $CHAR3. /* For RX11, level 2 of MULTUM drug category #2 (intermediate level) */ @1237 RX11V2C3 $CHAR3. /* For RX11, level 2 of MULTUM drug category #3 (intermediate level) */ @1240 RX11V2C4 $CHAR3. /* For RX11, level 2 of MULTUM drug category #4 (intermediate level) */ @1243 RX11V3C1 $CHAR3. /* For RX11, level 3 of MULTUM drug category #1 (detailed level) */ @1246 RX11V3C2 $CHAR3. /* For RX11, level 3 of MULTUM drug category #2 (detailed level) */ @1249 RX11V3C3 $CHAR3. /* For RX11, level 3 of MULTUM drug category #3 (detailed level) */ @1252 RX11V3C4 $CHAR3. /* For RX11, level 3 of MULTUM drug category #4 (detailed level) */ @1255 DRUGID12 $CHAR6. /* Drug ID code for medication #12 */ @1261 PRESCR12 1. /* Prescription status code for medication #12 */ @1262 CONTSUB12 1. /* Controlled substance status code for medication #12 */ @1263 COMSTAT12 1. /* Composition status code for medication #12 */ @1264 RX12CAT1 $CHAR3. /* For RX12, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1267 RX12CAT2 $CHAR3. /* For RX12, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1270 RX12CAT3 $CHAR3. /* For RX12, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1273 RX12CAT4 $CHAR3. /* For RX12, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1276 RX12V1C1 $CHAR3. /* For RX12, level 1 of MULTUM drug category #1 (broad level) */ @1279 RX12V1C2 $CHAR3. /* For RX12, level 1 of MULTUM drug category #2 (broad level) */ @1282 RX12V1C3 $CHAR3. /* For RX12, level 1 of MULTUM drug category #3 (broad level) */ @1285 RX12V1C4 $CHAR3. /* For RX12, level 1 of MULTUM drug category #4 (broad level) */ @1288 RX12V2C1 $CHAR3. /* For RX12, level 2 of MULTUM drug category #1 (intermediate level) */ @1291 RX12V2C2 $CHAR3. /* For RX12, level 2 of MULTUM drug category #2 (intermediate level) */ @1294 RX12V2C3 $CHAR3. /* For RX12, level 2 of MULTUM drug category #3 (intermediate level) */ @1297 RX12V2C4 $CHAR3. /* For RX12, level 2 of MULTUM drug category #4 (intermediate level) */ @1300 RX12V3C1 $CHAR3. /* For RX12, level 3 of MULTUM drug category #1 (detailed level) */ @1303 RX12V3C2 $CHAR3. /* For RX12, level 3 of MULTUM drug category #2 (detailed level) */ @1306 RX12V3C3 $CHAR3. /* For RX12, level 3 of MULTUM drug category #3 (detailed level) */ @1309 RX12V3C4 $CHAR3. /* For RX12, level 3 of MULTUM drug category #4 (detailed level) */ @1312 DRUGID13 $CHAR6. /* Drug ID code for medication #13 */ @1318 PRESCR13 1. /* Prescription status code for medication #13 */ @1319 CONTSUB13 1. /* Controlled substance status code for medication #13 */ @1320 COMSTAT13 1. /* Composition status code for medication #13 */ @1321 RX13CAT1 $CHAR3. /* For RX13, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1324 RX13CAT2 $CHAR3. /* For RX13, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1327 RX13CAT3 $CHAR3. /* For RX13, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1330 RX13CAT4 $CHAR3. /* For RX13, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1333 RX13V1C1 $CHAR3. /* For RX13, level 1 of MULTUM drug category #1 (broad level) */ @1336 RX13V1C2 $CHAR3. /* For RX13, level 1 of MULTUM drug category #2 (broad level) */ @1339 RX13V1C3 $CHAR3. /* For RX13, level 1 of MULTUM drug category #3 (broad level) */ @1342 RX13V1C4 $CHAR3. /* For RX13, level 1 of MULTUM drug category #4 (broad level) */ @1345 RX13V2C1 $CHAR3. /* For RX13, level 2 of MULTUM drug category #1 (intermediate level) */ @1348 RX13V2C2 $CHAR3. /* For RX13, level 2 of MULTUM drug category #2 (intermediate level) */ @1351 RX13V2C3 $CHAR3. /* For RX13, level 2 of MULTUM drug category #3 (intermediate level) */ @1354 RX13V2C4 $CHAR3. /* For RX13, level 2 of MULTUM drug category #4 (intermediate level) */ @1357 RX13V3C1 $CHAR3. /* For RX13, level 3 of MULTUM drug category #1 (detailed level) */ @1360 RX13V3C2 $CHAR3. /* For RX13, level 3 of MULTUM drug category #2 (detailed level) */ @1363 RX13V3C3 $CHAR3. /* For RX13, level 3 of MULTUM drug category #3 (detailed level) */ @1366 RX13V3C4 $CHAR3. /* For RX13, level 3 of MULTUM drug category #4 (detailed level) */ @1369 DRUGID14 $CHAR6. /* Drug ID code for medication #14 */ @1375 PRESCR14 1. /* Prescription status code for medication #14 */ @1376 CONTSUB14 1. /* Controlled substance status code for medication #14 */ @1377 COMSTAT14 1. /* Composition status code for medication #14 */ @1378 RX14CAT1 $CHAR3. /* For RX14, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1381 RX14CAT2 $CHAR3. /* For RX14, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1384 RX14CAT3 $CHAR3. /* For RX14, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1387 RX14CAT4 $CHAR3. /* For RX14, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1390 RX14V1C1 $CHAR3. /* For RX14, level 1 of MULTUM drug category #1 (broad level) */ @1393 RX14V1C2 $CHAR3. /* For RX14, level 1 of MULTUM drug category #2 (broad level) */ @1396 RX14V1C3 $CHAR3. /* For RX14, level 1 of MULTUM drug category #3 (broad level) */ @1399 RX14V1C4 $CHAR3. /* For RX14, level 1 of MULTUM drug category #4 (broad level) */ @1402 RX14V2C1 $CHAR3. /* For RX14, level 2 of MULTUM drug category #1 (intermediate level) */ @1405 RX14V2C2 $CHAR3. /* For RX14, level 2 of MULTUM drug category #2 (intermediate level) */ @1408 RX14V2C3 $CHAR3. /* For RX14, level 2 of MULTUM drug category #3 (intermediate level) */ @1411 RX14V2C4 $CHAR3. /* For RX14, level 2 of MULTUM drug category #4 (intermediate level) */ @1414 RX14V3C1 $CHAR3. /* For RX14, level 3 of MULTUM drug category #1 (detailed level) */ @1417 RX14V3C2 $CHAR3. /* For RX14, level 3 of MULTUM drug category #2 (detailed level) */ @1420 RX14V3C3 $CHAR3. /* For RX14, level 3 of MULTUM drug category #3 (detailed level) */ @1423 RX14V3C4 $CHAR3. /* For RX14, level 3 of MULTUM drug category #4 (detailed level) */ @1426 DRUGID15 $CHAR6. /* Drug ID code for medication #15 */ @1432 PRESCR15 1. /* Prescription status code for medication #15 */ @1433 CONTSUB15 1. /* Controlled substance status code for medication #15 */ @1434 COMSTAT15 1. /* Composition status code for medication #15 */ @1435 RX15CAT1 $CHAR3. /* For RX15, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1438 RX15CAT2 $CHAR3. /* For RX15, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1441 RX15CAT3 $CHAR3. /* For RX15, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1444 RX15CAT4 $CHAR3. /* For RX15, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1447 RX15V1C1 $CHAR3. /* For RX15, level 1 of MULTUM drug category #1 (broad level) */ @1450 RX15V1C2 $CHAR3. /* For RX15, level 1 of MULTUM drug category #2 (broad level) */ @1453 RX15V1C3 $CHAR3. /* For RX15, level 1 of MULTUM drug category #3 (broad level) */ @1456 RX15V1C4 $CHAR3. /* For RX15, level 1 of MULTUM drug category #4 (broad level) */ @1459 RX15V2C1 $CHAR3. /* For RX15, level 2 of MULTUM drug category #1 (intermediate level) */ @1462 RX15V2C2 $CHAR3. /* For RX15, level 2 of MULTUM drug category #2 (intermediate level) */ @1465 RX15V2C3 $CHAR3. /* For RX15, level 2 of MULTUM drug category #3 (intermediate level) */ @1468 RX15V2C4 $CHAR3. /* For RX15, level 2 of MULTUM drug category #4 (intermediate level) */ @1471 RX15V3C1 $CHAR3. /* For RX15, level 3 of MULTUM drug category #1 (detailed level) */ @1474 RX15V3C2 $CHAR3. /* For RX15, level 3 of MULTUM drug category #2 (detailed level) */ @1477 RX15V3C3 $CHAR3. /* For RX15, level 3 of MULTUM drug category #3 (detailed level) */ @1480 RX15V3C4 $CHAR3. /* For RX15, level 3 of MULTUM drug category #4 (detailed level) */ @1483 DRUGID16 $CHAR6. /* Drug ID code for medication #16 */ @1489 PRESCR16 1. /* Prescription status code for medication #16 */ @1490 CONTSUB16 1. /* Controlled substance status code for medication #16 */ @1491 COMSTAT16 1. /* Composition status code for medication #16 */ @1492 RX16CAT1 $CHAR3. /* For RX16, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1495 RX16CAT2 $CHAR3. /* For RX16, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1498 RX16CAT3 $CHAR3. /* For RX16, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1501 RX16CAT4 $CHAR3. /* For RX16, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1504 RX16V1C1 $CHAR3. /* For RX16, level 1 of MULTUM drug category #1 (broad level) */ @1507 RX16V1C2 $CHAR3. /* For RX16, level 1 of MULTUM drug category #2 (broad level) */ @1510 RX16V1C3 $CHAR3. /* For RX16, level 1 of MULTUM drug category #3 (broad level) */ @1513 RX16V1C4 $CHAR3. /* For RX16, level 1 of MULTUM drug category #4 (broad level) */ @1516 RX16V2C1 $CHAR3. /* For RX16, level 2 of MULTUM drug category #1 (intermediate level) */ @1519 RX16V2C2 $CHAR3. /* For RX16, level 2 of MULTUM drug category #2 (intermediate level) */ @1522 RX16V2C3 $CHAR3. /* For RX16, level 2 of MULTUM drug category #3 (intermediate level) */ @1525 RX16V2C4 $CHAR3. /* For RX16, level 2 of MULTUM drug category #4 (intermediate level) */ @1528 RX16V3C1 $CHAR3. /* For RX16, level 3 of MULTUM drug category #1 (detailed level) */ @1531 RX16V3C2 $CHAR3. /* For RX16, level 3 of MULTUM drug category #2 (detailed level) */ @1534 RX16V3C3 $CHAR3. /* For RX16, level 3 of MULTUM drug category #3 (detailed level) */ @1537 RX16V3C4 $CHAR3. /* For RX16, level 3 of MULTUM drug category #4 (detailed level) */ @1540 DRUGID17 $CHAR6. /* Drug ID code for medication #17 */ @1546 PRESCR17 1. /* Prescription status code for medication #17 */ @1547 CONTSUB17 1. /* Controlled substance status code for medication #17 */ @1548 COMSTAT17 1. /* Composition status code for medication #17 */ @1549 RX17CAT1 $CHAR3. /* For RX17, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1552 RX17CAT2 $CHAR3. /* For RX17, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1555 RX17CAT3 $CHAR3. /* For RX17, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1558 RX17CAT4 $CHAR3. /* For RX17, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1561 RX17V1C1 $CHAR3. /* For RX17, level 1 of MULTUM drug category #1 (broad level) */ @1564 RX17V1C2 $CHAR3. /* For RX17, level 1 of MULTUM drug category #2 (broad level) */ @1567 RX17V1C3 $CHAR3. /* For RX17, level 1 of MULTUM drug category #3 (broad level) */ @1570 RX17V1C4 $CHAR3. /* For RX17, level 1 of MULTUM drug category #4 (broad level) */ @1573 RX17V2C1 $CHAR3. /* For RX17, level 2 of MULTUM drug category #1 (intermediate level) */ @1576 RX17V2C2 $CHAR3. /* For RX17, level 2 of MULTUM drug category #2 (intermediate level) */ @1579 RX17V2C3 $CHAR3. /* For RX17, level 2 of MULTUM drug category #3 (intermediate level) */ @1582 RX17V2C4 $CHAR3. /* For RX17, level 2 of MULTUM drug category #4 (intermediate level) */ @1585 RX17V3C1 $CHAR3. /* For RX17, level 3 of MULTUM drug category #1 (detailed level) */ @1588 RX17V3C2 $CHAR3. /* For RX17, level 3 of MULTUM drug category #2 (detailed level) */ @1591 RX17V3C3 $CHAR3. /* For RX17, level 3 of MULTUM drug category #3 (detailed level) */ @1594 RX17V3C4 $CHAR3. /* For RX17, level 3 of MULTUM drug category #4 (detailed level) */ @1597 DRUGID18 $CHAR6. /* Drug ID code for medication #18 */ @1603 PRESCR18 1. /* Prescription status code for medication #18 */ @1604 CONTSUB18 1. /* Controlled substance status code for medication #18 */ @1605 COMSTAT18 1. /* Composition status code for medication #18 */ @1606 RX18CAT1 $CHAR3. /* For RX18, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1609 RX18CAT2 $CHAR3. /* For RX18, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1612 RX18CAT3 $CHAR3. /* For RX18, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1615 RX18CAT4 $CHAR3. /* For RX18, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1618 RX18V1C1 $CHAR3. /* For RX18, level 1 of MULTUM drug category #1 (broad level) */ @1621 RX18V1C2 $CHAR3. /* For RX18, level 1 of MULTUM drug category #2 (broad level) */ @1624 RX18V1C3 $CHAR3. /* For RX18, level 1 of MULTUM drug category #3 (broad level) */ @1627 RX18V1C4 $CHAR3. /* For RX18, level 1 of MULTUM drug category #4 (broad level) */ @1630 RX18V2C1 $CHAR3. /* For RX18, level 2 of MULTUM drug category #1 (intermediate level) */ @1633 RX18V2C2 $CHAR3. /* For RX18, level 2 of MULTUM drug category #2 (intermediate level) */ @1636 RX18V2C3 $CHAR3. /* For RX18, level 2 of MULTUM drug category #3 (intermediate level) */ @1639 RX18V2C4 $CHAR3. /* For RX18, level 2 of MULTUM drug category #4 (intermediate level) */ @1642 RX18V3C1 $CHAR3. /* For RX18, level 3 of MULTUM drug category #1 (detailed level) */ @1645 RX18V3C2 $CHAR3. /* For RX18, level 3 of MULTUM drug category #2 (detailed level) */ @1648 RX18V3C3 $CHAR3. /* For RX18, level 3 of MULTUM drug category #3 (detailed level) */ @1651 RX18V3C4 $CHAR3. /* For RX18, level 3 of MULTUM drug category #4 (detailed level) */ @1654 DRUGID19 $CHAR6. /* Drug ID code for medication #19 */ @1660 PRESCR19 1. /* Prescription status code for medication #19 */ @1661 CONTSUB19 1. /* Controlled substance status code for medication #19 */ @1662 COMSTAT19 1. /* Composition status code for medication #19 */ @1663 RX19CAT1 $CHAR3. /* For RX19, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1666 RX19CAT2 $CHAR3. /* For RX19, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1669 RX19CAT3 $CHAR3. /* For RX19, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1672 RX19CAT4 $CHAR3. /* For RX19, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1675 RX19V1C1 $CHAR3. /* For RX19, level 1 of MULTUM drug category #1 (broad level) */ @1678 RX19V1C2 $CHAR3. /* For RX19, level 1 of MULTUM drug category #2 (broad level) */ @1681 RX19V1C3 $CHAR3. /* For RX19, level 1 of MULTUM drug category #3 (broad level) */ @1684 RX19V1C4 $CHAR3. /* For RX19, level 1 of MULTUM drug category #4 (broad level) */ @1687 RX19V2C1 $CHAR3. /* For RX19, level 2 of MULTUM drug category #1 (intermediate level) */ @1690 RX19V2C2 $CHAR3. /* For RX19, level 2 of MULTUM drug category #2 (intermediate level) */ @1693 RX19V2C3 $CHAR3. /* For RX19, level 2 of MULTUM drug category #3 (intermediate level) */ @1696 RX19V2C4 $CHAR3. /* For RX19, level 2 of MULTUM drug category #4 (intermediate level) */ @1699 RX19V3C1 $CHAR3. /* For RX19, level 3 of MULTUM drug category #1 (detailed level) */ @1702 RX19V3C2 $CHAR3. /* For RX19, level 3 of MULTUM drug category #2 (detailed level) */ @1705 RX19V3C3 $CHAR3. /* For RX19, level 3 of MULTUM drug category #3 (detailed level) */ @1708 RX19V3C4 $CHAR3. /* For RX19, level 3 of MULTUM drug category #4 (detailed level) */ @1711 DRUGID20 $CHAR6. /* Drug ID code for medication #20 */ @1717 PRESCR20 1. /* Prescription status code for medication #20 */ @1718 CONTSUB20 1. /* Controlled substance status code for medication #20 */ @1719 COMSTAT20 1. /* Composition status code for medication #20 */ @1720 RX20CAT1 $CHAR3. /* For RX20, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1723 RX20CAT2 $CHAR3. /* For RX20, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1726 RX20CAT3 $CHAR3. /* For RX20, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1729 RX20CAT4 $CHAR3. /* For RX20, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1732 RX20V1C1 $CHAR3. /* For RX20, level 1 of MULTUM drug category #1 (broad level) */ @1735 RX20V1C2 $CHAR3. /* For RX20, level 1 of MULTUM drug category #2 (broad level) */ @1738 RX20V1C3 $CHAR3. /* For RX20, level 1 of MULTUM drug category #3 (broad level) */ @1741 RX20V1C4 $CHAR3. /* For RX20, level 1 of MULTUM drug category #4 (broad level) */ @1744 RX20V2C1 $CHAR3. /* For RX20, level 2 of MULTUM drug category #1 (intermediate level) */ @1747 RX20V2C2 $CHAR3. /* For RX20, level 2 of MULTUM drug category #2 (intermediate level) */ @1750 RX20V2C3 $CHAR3. /* For RX20, level 2 of MULTUM drug category #3 (intermediate level) */ @1753 RX20V2C4 $CHAR3. /* For RX20, level 2 of MULTUM drug category #4 (intermediate level) */ @1756 RX20V3C1 $CHAR3. /* For RX20, level 3 of MULTUM drug category #1 (detailed level) */ @1759 RX20V3C2 $CHAR3. /* For RX20, level 3 of MULTUM drug category #2 (detailed level) */ @1762 RX20V3C3 $CHAR3. /* For RX20, level 3 of MULTUM drug category #3 (detailed level) */ @1765 RX20V3C4 $CHAR3. /* For RX20, level 3 of MULTUM drug category #4 (detailed level) */ @1768 DRUGID21 $CHAR6. /* Drug ID code for medication #21 */ @1774 PRESCR21 1. /* Prescription status code for medication #21 */ @1775 CONTSUB21 1. /* Controlled substance status code for medication #21 */ @1776 COMSTAT21 1. /* Composition status code for medication #21 */ @1777 RX21CAT1 $CHAR3. /* For RX21, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1780 RX21CAT2 $CHAR3. /* For RX21, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1783 RX21CAT3 $CHAR3. /* For RX21, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1786 RX21CAT4 $CHAR3. /* For RX21, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1789 RX21V1C1 $CHAR3. /* For RX21, level 1 of MULTUM drug category #1 (broad level) */ @1792 RX21V1C2 $CHAR3. /* For RX21, level 1 of MULTUM drug category #2 (broad level) */ @1795 RX21V1C3 $CHAR3. /* For RX21, level 1 of MULTUM drug category #3 (broad level) */ @1798 RX21V1C4 $CHAR3. /* For RX21, level 1 of MULTUM drug category #4 (broad level) */ @1801 RX21V2C1 $CHAR3. /* For RX21, level 2 of MULTUM drug category #1 (intermediate level) */ @1804 RX21V2C2 $CHAR3. /* For RX21, level 2 of MULTUM drug category #2 (intermediate level) */ @1807 RX21V2C3 $CHAR3. /* For RX21, level 2 of MULTUM drug category #3 (intermediate level) */ @1810 RX21V2C4 $CHAR3. /* For RX21, level 2 of MULTUM drug category #4 (intermediate level) */ @1813 RX21V3C1 $CHAR3. /* For RX21, level 3 of MULTUM drug category #1 (detailed level) */ @1816 RX21V3C2 $CHAR3. /* For RX21, level 3 of MULTUM drug category #2 (detailed level) */ @1819 RX21V3C3 $CHAR3. /* For RX21, level 3 of MULTUM drug category #3 (detailed level) */ @1822 RX21V3C4 $CHAR3. /* For RX21, level 3 of MULTUM drug category #4 (detailed level) */ @1825 DRUGID22 $CHAR6. /* Drug ID code for medication #22 */ @1831 PRESCR22 1. /* Prescription status code for medication #22 */ @1832 CONTSUB22 1. /* Controlled substance status code for medication #22 */ @1833 COMSTAT22 1. /* Composition status code for medication #22 */ @1834 RX22CAT1 $CHAR3. /* For RX22, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1837 RX22CAT2 $CHAR3. /* For RX22, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1840 RX22CAT3 $CHAR3. /* For RX22, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1843 RX22CAT4 $CHAR3. /* For RX22, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1846 RX22V1C1 $CHAR3. /* For RX22, level 1 of MULTUM drug category #1 (broad level) */ @1849 RX22V1C2 $CHAR3. /* For RX22, level 1 of MULTUM drug category #2 (broad level) */ @1852 RX22V1C3 $CHAR3. /* For RX22, level 1 of MULTUM drug category #3 (broad level) */ @1855 RX22V1C4 $CHAR3. /* For RX22, level 1 of MULTUM drug category #4 (broad level) */ @1858 RX22V2C1 $CHAR3. /* For RX22, level 2 of MULTUM drug category #1 (intermediate level) */ @1861 RX22V2C2 $CHAR3. /* For RX22, level 2 of MULTUM drug category #2 (intermediate level) */ @1864 RX22V2C3 $CHAR3. /* For RX22, level 2 of MULTUM drug category #3 (intermediate level) */ @1867 RX22V2C4 $CHAR3. /* For RX22, level 2 of MULTUM drug category #4 (intermediate level) */ @1870 RX22V3C1 $CHAR3. /* For RX22, level 3 of MULTUM drug category #1 (detailed level) */ @1873 RX22V3C2 $CHAR3. /* For RX22, level 3 of MULTUM drug category #2 (detailed level) */ @1876 RX22V3C3 $CHAR3. /* For RX22, level 3 of MULTUM drug category #3 (detailed level) */ @1879 RX22V3C4 $CHAR3. /* For RX22, level 3 of MULTUM drug category #4 (detailed level) */ @1882 DRUGID23 $CHAR6. /* Drug ID code for medication #23 */ @1888 PRESCR23 1. /* Prescription status code for medication #23 */ @1889 CONTSUB23 1. /* Controlled substance status code for medication #23 */ @1890 COMSTAT23 1. /* Composition status code for medication #23 */ @1891 RX23CAT1 $CHAR3. /* For RX23, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1894 RX23CAT2 $CHAR3. /* For RX23, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1897 RX23CAT3 $CHAR3. /* For RX23, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1900 RX23CAT4 $CHAR3. /* For RX23, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1903 RX23V1C1 $CHAR3. /* For RX23, level 1 of MULTUM drug category #1 (broad level) */ @1906 RX23V1C2 $CHAR3. /* For RX23, level 1 of MULTUM drug category #2 (broad level) */ @1909 RX23V1C3 $CHAR3. /* For RX23, level 1 of MULTUM drug category #3 (broad level) */ @1912 RX23V1C4 $CHAR3. /* For RX23, level 1 of MULTUM drug category #4 (broad level) */ @1915 RX23V2C1 $CHAR3. /* For RX23, level 2 of MULTUM drug category #1 (intermediate level) */ @1918 RX23V2C2 $CHAR3. /* For RX23, level 2 of MULTUM drug category #2 (intermediate level) */ @1921 RX23V2C3 $CHAR3. /* For RX23, level 2 of MULTUM drug category #3 (intermediate level) */ @1924 RX23V2C4 $CHAR3. /* For RX23, level 2 of MULTUM drug category #4 (intermediate level) */ @1927 RX23V3C1 $CHAR3. /* For RX23, level 3 of MULTUM drug category #1 (detailed level) */ @1930 RX23V3C2 $CHAR3. /* For RX23, level 3 of MULTUM drug category #2 (detailed level) */ @1933 RX23V3C3 $CHAR3. /* For RX23, level 3 of MULTUM drug category #3 (detailed level) */ @1936 RX23V3C4 $CHAR3. /* For RX23, level 3 of MULTUM drug category #4 (detailed level) */ @1939 DRUGID24 $CHAR6. /* Drug ID code for medication #24 */ @1945 PRESCR24 1. /* Prescription status code for medication #24 */ @1946 CONTSUB24 1. /* Controlled substance status code for medication #24 */ @1947 COMSTAT24 1. /* Composition status code for medication #24 */ @1948 RX24CAT1 $CHAR3. /* For RX24, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @1951 RX24CAT2 $CHAR3. /* For RX24, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @1954 RX24CAT3 $CHAR3. /* For RX24, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @1957 RX24CAT4 $CHAR3. /* For RX24, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @1960 RX24V1C1 $CHAR3. /* For RX24, level 1 of MULTUM drug category #1 (broad level) */ @1963 RX24V1C2 $CHAR3. /* For RX24, level 1 of MULTUM drug category #2 (broad level) */ @1966 RX24V1C3 $CHAR3. /* For RX24, level 1 of MULTUM drug category #3 (broad level) */ @1969 RX24V1C4 $CHAR3. /* For RX24, level 1 of MULTUM drug category #4 (broad level) */ @1972 RX24V2C1 $CHAR3. /* For RX24, level 2 of MULTUM drug category #1 (intermediate level) */ @1975 RX24V2C2 $CHAR3. /* For RX24, level 2 of MULTUM drug category #2 (intermediate level) */ @1978 RX24V2C3 $CHAR3. /* For RX24, level 2 of MULTUM drug category #3 (intermediate level) */ @1981 RX24V2C4 $CHAR3. /* For RX24, level 2 of MULTUM drug category #4 (intermediate level) */ @1984 RX24V3C1 $CHAR3. /* For RX24, level 3 of MULTUM drug category #1 (detailed level) */ @1987 RX24V3C2 $CHAR3. /* For RX24, level 3 of MULTUM drug category #2 (detailed level) */ @1990 RX24V3C3 $CHAR3. /* For RX24, level 3 of MULTUM drug category #3 (detailed level) */ @1993 RX24V3C4 $CHAR3. /* For RX24, level 3 of MULTUM drug category #4 (detailed level) */ @1996 DRUGID25 $CHAR6. /* Drug ID code for medication #25 */ @2002 PRESCR25 1. /* Prescription status code for medication #25 */ @2003 CONTSUB25 1. /* Controlled substance status code for medication #25 */ @2004 COMSTAT25 1. /* Composition status code for medication #25 */ @2005 RX25CAT1 $CHAR3. /* For RX25, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2008 RX25CAT2 $CHAR3. /* For RX25, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2011 RX25CAT3 $CHAR3. /* For RX25, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2014 RX25CAT4 $CHAR3. /* For RX25, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2017 RX25V1C1 $CHAR3. /* For RX25, level 1 of MULTUM drug category #1 (broad level) */ @2020 RX25V1C2 $CHAR3. /* For RX25, level 1 of MULTUM drug category #2 (broad level) */ @2023 RX25V1C3 $CHAR3. /* For RX25, level 1 of MULTUM drug category #3 (broad level) */ @2026 RX25V1C4 $CHAR3. /* For RX25, level 1 of MULTUM drug category #4 (broad level) */ @2029 RX25V2C1 $CHAR3. /* For RX25, level 2 of MULTUM drug category #1 (intermediate level) */ @2032 RX25V2C2 $CHAR3. /* For RX25, level 2 of MULTUM drug category #2 (intermediate level) */ @2035 RX25V2C3 $CHAR3. /* For RX25, level 2 of MULTUM drug category #3 (intermediate level) */ @2038 RX25V2C4 $CHAR3. /* For RX25, level 2 of MULTUM drug category #4 (intermediate level) */ @2041 RX25V3C1 $CHAR3. /* For RX25, level 3 of MULTUM drug category #1 (detailed level) */ @2044 RX25V3C2 $CHAR3. /* For RX25, level 3 of MULTUM drug category #2 (detailed level) */ @2047 RX25V3C3 $CHAR3. /* For RX25, level 3 of MULTUM drug category #3 (detailed level) */ @2050 RX25V3C4 $CHAR3. /* For RX25, level 3 of MULTUM drug category #4 (detailed level) */ @2053 DRUGID26 $CHAR6. /* Drug ID code for medication #26 */ @2059 PRESCR26 1. /* Prescription status code for medication #26 */ @2060 CONTSUB26 1. /* Controlled substance status code for medication #26 */ @2061 COMSTAT26 1. /* Composition status code for medication #26 */ @2062 RX26CAT1 $CHAR3. /* For RX26, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2065 RX26CAT2 $CHAR3. /* For RX26, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2068 RX26CAT3 $CHAR3. /* For RX26, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2071 RX26CAT4 $CHAR3. /* For RX26, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2074 RX26V1C1 $CHAR3. /* For RX26, level 1 of MULTUM drug category #1 (broad level) */ @2077 RX26V1C2 $CHAR3. /* For RX26, level 1 of MULTUM drug category #2 (broad level) */ @2080 RX26V1C3 $CHAR3. /* For RX26, level 1 of MULTUM drug category #3 (broad level) */ @2083 RX26V1C4 $CHAR3. /* For RX26, level 1 of MULTUM drug category #4 (broad level) */ @2086 RX26V2C1 $CHAR3. /* For RX26, level 2 of MULTUM drug category #1 (intermediate level) */ @2089 RX26V2C2 $CHAR3. /* For RX26, level 2 of MULTUM drug category #2 (intermediate level) */ @2092 RX26V2C3 $CHAR3. /* For RX26, level 2 of MULTUM drug category #3 (intermediate level) */ @2095 RX26V2C4 $CHAR3. /* For RX26, level 2 of MULTUM drug category #4 (intermediate level) */ @2098 RX26V3C1 $CHAR3. /* For RX26, level 3 of MULTUM drug category #1 (detailed level) */ @2101 RX26V3C2 $CHAR3. /* For RX26, level 3 of MULTUM drug category #2 (detailed level) */ @2104 RX26V3C3 $CHAR3. /* For RX26, level 3 of MULTUM drug category #3 (detailed level) */ @2107 RX26V3C4 $CHAR3. /* For RX26, level 3 of MULTUM drug category #4 (detailed level) */ @2110 DRUGID27 $CHAR6. /* Drug ID code for medication #27 */ @2116 PRESCR27 1. /* Prescription status code for medication #27 */ @2117 CONTSUB27 1. /* Controlled substance status code for medication #27 */ @2118 COMSTAT27 1. /* Composition status code for medication #27 */ @2119 RX27CAT1 $CHAR3. /* For RX27, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2122 RX27CAT2 $CHAR3. /* For RX27, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2125 RX27CAT3 $CHAR3. /* For RX27, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2128 RX27CAT4 $CHAR3. /* For RX27, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2131 RX27V1C1 $CHAR3. /* For RX27, level 1 of MULTUM drug category #1 (broad level) */ @2134 RX27V1C2 $CHAR3. /* For RX27, level 1 of MULTUM drug category #2 (broad level) */ @2137 RX27V1C3 $CHAR3. /* For RX27, level 1 of MULTUM drug category #3 (broad level) */ @2140 RX27V1C4 $CHAR3. /* For RX27, level 1 of MULTUM drug category #4 (broad level) */ @2143 RX27V2C1 $CHAR3. /* For RX27, level 2 of MULTUM drug category #1 (intermediate level) */ @2146 RX27V2C2 $CHAR3. /* For RX27, level 2 of MULTUM drug category #2 (intermediate level) */ @2149 RX27V2C3 $CHAR3. /* For RX27, level 2 of MULTUM drug category #3 (intermediate level) */ @2152 RX27V2C4 $CHAR3. /* For RX27, level 2 of MULTUM drug category #4 (intermediate level) */ @2155 RX27V3C1 $CHAR3. /* For RX27, level 3 of MULTUM drug category #1 (detailed level) */ @2158 RX27V3C2 $CHAR3. /* For RX27, level 3 of MULTUM drug category #2 (detailed level) */ @2161 RX27V3C3 $CHAR3. /* For RX27, level 3 of MULTUM drug category #3 (detailed level) */ @2164 RX27V3C4 $CHAR3. /* For RX27, level 3 of MULTUM drug category #4 (detailed level) */ @2167 DRUGID28 $CHAR6. /* Drug ID code for medication #28 */ @2173 PRESCR28 1. /* Prescription status code for medication #28 */ @2174 CONTSUB28 1. /* Controlled substance status code for medication #28 */ @2175 COMSTAT28 1. /* Composition status code for medication #28 */ @2176 RX28CAT1 $CHAR3. /* For RX28, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2179 RX28CAT2 $CHAR3. /* For RX28, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2182 RX28CAT3 $CHAR3. /* For RX28, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2185 RX28CAT4 $CHAR3. /* For RX28, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2188 RX28V1C1 $CHAR3. /* For RX28, level 1 of MULTUM drug category #1 (broad level) */ @2191 RX28V1C2 $CHAR3. /* For RX28, level 1 of MULTUM drug category #2 (broad level) */ @2194 RX28V1C3 $CHAR3. /* For RX28, level 1 of MULTUM drug category #3 (broad level) */ @2197 RX28V1C4 $CHAR3. /* For RX28, level 1 of MULTUM drug category #4 (broad level) */ @2200 RX28V2C1 $CHAR3. /* For RX28, level 2 of MULTUM drug category #1 (intermediate level) */ @2203 RX28V2C2 $CHAR3. /* For RX28, level 2 of MULTUM drug category #2 (intermediate level) */ @2206 RX28V2C3 $CHAR3. /* For RX28, level 2 of MULTUM drug category #3 (intermediate level) */ @2209 RX28V2C4 $CHAR3. /* For RX28, level 2 of MULTUM drug category #4 (intermediate level) */ @2212 RX28V3C1 $CHAR3. /* For RX28, level 3 of MULTUM drug category #1 (detailed level) */ @2215 RX28V3C2 $CHAR3. /* For RX28, level 3 of MULTUM drug category #2 (detailed level) */ @2218 RX28V3C3 $CHAR3. /* For RX28, level 3 of MULTUM drug category #3 (detailed level) */ @2221 RX28V3C4 $CHAR3. /* For RX28, level 3 of MULTUM drug category #4 (detailed level) */ @2224 DRUGID29 $CHAR6. /* Drug ID code for medication #29 */ @2230 PRESCR29 1. /* Prescription status code for medication #29 */ @2231 CONTSUB29 1. /* Controlled substance status code for medication #29 */ @2232 COMSTAT29 1. /* Composition status code for medication #29 */ @2233 RX29CAT1 $CHAR3. /* For RX29, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2236 RX29CAT2 $CHAR3. /* For RX29, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2239 RX29CAT3 $CHAR3. /* For RX29, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2242 RX29CAT4 $CHAR3. /* For RX29, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2245 RX29V1C1 $CHAR3. /* For RX29, level 1 of MULTUM drug category #1 (broad level) */ @2248 RX29V1C2 $CHAR3. /* For RX29, level 1 of MULTUM drug category #2 (broad level) */ @2251 RX29V1C3 $CHAR3. /* For RX29, level 1 of MULTUM drug category #3 (broad level) */ @2254 RX29V1C4 $CHAR3. /* For RX29, level 1 of MULTUM drug category #4 (broad level) */ @2257 RX29V2C1 $CHAR3. /* For RX29, level 2 of MULTUM drug category #1 (intermediate level) */ @2260 RX29V2C2 $CHAR3. /* For RX29, level 2 of MULTUM drug category #2 (intermediate level) */ @2263 RX29V2C3 $CHAR3. /* For RX29, level 2 of MULTUM drug category #3 (intermediate level) */ @2266 RX29V2C4 $CHAR3. /* For RX29, level 2 of MULTUM drug category #4 (intermediate level) */ @2269 RX29V3C1 $CHAR3. /* For RX29, level 3 of MULTUM drug category #1 (detailed level) */ @2272 RX29V3C2 $CHAR3. /* For RX29, level 3 of MULTUM drug category #2 (detailed level) */ @2275 RX29V3C3 $CHAR3. /* For RX29, level 3 of MULTUM drug category #3 (detailed level) */ @2278 RX29V3C4 $CHAR3. /* For RX29, level 3 of MULTUM drug category #4 (detailed level) */ @2281 DRUGID30 $CHAR6. /* Drug ID code for medication #30 */ @2287 PRESCR30 1. /* Prescription status code for medication #30 */ @2288 CONTSUB30 1. /* Controlled substance status code for medication #30 */ @2289 COMSTAT30 1. /* Composition status code for medication #30 */ @2290 RX30CAT1 $CHAR3. /* For RX30, MULTUM drug category #1 - most detailed level (can be either Level 1,2 or 3) */ @2293 RX30CAT2 $CHAR3. /* For RX30, MULTUM drug category #2 - most detailed level (can be either Level 1,2 or 3) */ @2296 RX30CAT3 $CHAR3. /* For RX30, MULTUM drug category #3 - most detailed level (can be either Level 1,2 or 3) */ @2299 RX30CAT4 $CHAR3. /* For RX30, MULTUM drug category #4 - most detailed level (can be either Level 1,2 or 3) */ @2302 RX30V1C1 $CHAR3. /* For RX30, level 1 of MULTUM drug category #1 (broad level) */ @2305 RX30V1C2 $CHAR3. /* For RX30, level 1 of MULTUM drug category #2 (broad level) */ @2308 RX30V1C3 $CHAR3. /* For RX30, level 1 of MULTUM drug category #3 (broad level) */ @2311 RX30V1C4 $CHAR3. /* For RX30, level 1 of MULTUM drug category #4 (broad level) */ @2314 RX30V2C1 $CHAR3. /* For RX30, level 2 of MULTUM drug category #1 (intermediate level) */ @2317 RX30V2C2 $CHAR3. /* For RX30, level 2 of MULTUM drug category #2 (intermediate level) */ @2320 RX30V2C3 $CHAR3. /* For RX30, level 2 of MULTUM drug category #3 (intermediate level) */ @2323 RX30V2C4 $CHAR3. /* For RX30, level 2 of MULTUM drug category #4 (intermediate level) */ @2326 RX30V3C1 $CHAR3. /* For RX30, level 3 of MULTUM drug category #1 (detailed level) */ @2329 RX30V3C2 $CHAR3. /* For RX30, level 3 of MULTUM drug category #2 (detailed level) */ @2332 RX30V3C3 $CHAR3. /* For RX30, level 3 of MULTUM drug category #3 (detailed level) */ @2335 RX30V3C4 $CHAR3. /* For RX30, level 3 of MULTUM drug category #4 (detailed level) */ @2338 SETTYPE 1. /* Setting type */ @2339 YEAR 4. /* Survey year */ @2343 CSTRATM 8. /* Clustered CSTRATM -- masked */ @2351 CPSUM 6. /* Clustered CPSUM -- masked */ @2357 PATWT 11.5 /* Patient visit weight */ @2368 EDWT 9.5 /* ED weight */ @2377 BOARDED 4. /* Length of time boarded in ED in minutes */ @2381 COVID_VALIDATION 2. /* Created checkbox based on validated verbatim item notes or medication field which includes text about COVID */ ;