STANDARD DATA DICTIONARY #53.7 -- BCMA BACKUP DATA FILE                                                           3/24/25    PAGE 1
STORED IN ^ALPB(53.7,  *** NO DATA STORED YET ***   SITE: WWW.BMIRWIN.COM   UCI: VISTA,VISTA                       (VERSION 2.0)   

DATA          NAME                  GLOBAL        DATA
ELEMENT       TITLE                 LOCATION      TYPE
-----------------------------------------------------------------------------------------------------------------------------------
This is the main BCMA Backup system data file.  ALL FIELDS ARE POPULATED AS A RESULT OF HL7 MESSAGE PROCESSING.  NONE OF THE FIELDS
SHOULD BE EDITED VIA FILE MANAGER.  Please refer to individual field descriptions for further information about the contents of the
fields.  


              DD ACCESS: @
              RD ACCESS: @
              WR ACCESS: @
             DEL ACCESS: @
           LAYGO ACCESS: @
           AUDIT ACCESS: @

CROSS
REFERENCED BY: CLINIC NAME(AC), ORDER NUMBER(AO), PATIENT NAME(B), PATIENT SSN(BS), PATIENT SSN(BS5), PATIENT SSN(SSN)

INDEXED BY:    WARD & PATIENT NAME (AW)


    LAST MODIFIED: JUL 13,2021@09:23:28

53.7,.01      PATIENT NAME           0;1 FREE TEXT (Required)

              INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
              LAST EDITED:      JAN 07, 2003 
              HELP-PROMPT:      Answer must be 3-30 characters in length. 
              CROSS-REFERENCE:  53.7^B 
                                1)= S ^ALPB(53.7,"B",$E(X,1,30),DA)=""
                                2)= K ^ALPB(53.7,"B",$E(X,1,30),DA)

              RECORD INDEXES:   AW (#252)

53.7,1        PATIENT SSN            0;2 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>12!($L(X)<9) X
              LAST EDITED:      JAN 07, 2003 
              HELP-PROMPT:      Answer must be 9-12 characters in length. 
              DESCRIPTION:      This field contains the patient's social security number.  The expected format is a 9-digit number. 
                                However, the field is free text and will accommodate a social security number passed with dashes
                                and/or a 'P' appended that designates a pseudo-SSN.  

              CROSS-REFERENCE:  53.7^BS^MUMPS 
                                1)= S ^ALPB(53.7,"BS",$E(X,6,9),DA)=""
                                2)= K ^ALPB(53.7,"BS",$E(X,6,9),DA)
                                This cross references the record by last 4 digits of social security number.  


              CROSS-REFERENCE:  53.7^BS5^MUMPS 
                                1)= S ^ALPB(53.7,"BS5",$E($P(^ALPB(53.7,DA,0),"^",1))_$E(X,6,9),DA)=""
                                2)= K ^ALPB(53.7,"BS5",$E($P(^ALPB(53.7,DA,0),"^",1))_$E(X,6,9),DA)
                                This cross references the record by first letter of last name+last four digits of the social
                                security number.  


              CROSS-REFERENCE:  53.7^SSN 
                                1)= S ^ALPB(53.7,"SSN",$E(X,1,30),DA)=""
                                2)= K ^ALPB(53.7,"SSN",$E(X,1,30),DA)
                                This cross references the record by the patient's full social security number.  



53.7,2        PATIENT DOB            0;3 DATE

              INPUT TRANSFORM:  S %DT="E" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      MAR 20, 2003 
              DESCRIPTION:
                                This field contains the patient's date of birth.  


53.7,3        PATIENT SEX            0;4 SET

                                'M' FOR M; 
                                'F' FOR F; 
              LAST EDITED:      JAN 06, 2003 
              DESCRIPTION:
                                This field contains the patient's gender: F for Female, M for Male 


53.7,4        WARD                   0;5 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
              LAST EDITED:      JAN 07, 2003 
              HELP-PROMPT:      Answer must be 1-10 characters in length. 
              DESCRIPTION:      This field contains the most recent ward on which the patient resides.  This field is updated by
                                the VistA server after patient movement events.  

              RECORD INDEXES:   AW (#252)

53.7,5        ROOM                   0;6 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
              LAST EDITED:      JAN 06, 2003 
              HELP-PROMPT:      Answer must be 1-10 characters in length. 
              DESCRIPTION:      This field contains the most recent room in which the patient resides.  It is updated, along with
                                ward, by the VistA server whenever patient movement events occur.  


53.7,6        BED                    0;7 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
              LAST EDITED:      JAN 06, 2003 
              HELP-PROMPT:      Answer must be 1-10 characters in length. 
              DESCRIPTION:      This field contains the most recent bed assignment for this patient.  This field is updated, along
                                with ward and/or room, by the VistA server whenever a patient movement event occurs.  


53.7,7        RECORD LAST UPDATED    0;8 DATE

              INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      JAN 06, 2003 
              DESCRIPTION:      This field contains the date (and optionally the time) that this patient's BCMA Backup System
                                record was updated by the processing of an HL7 message.  


53.7,8        ALLERGIES              1;0 Multiple #53.701 (Add New Entry without Asking)


53.701,.01      ALLERGY                0;1 NUMBER

                INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<1)!(X?.E1"."1N.N) X
                LAST EDITED:      APR 07, 2003 
                HELP-PROMPT:      Type a Number between 1 and 9999999, 0 Decimal Digits 
                DESCRIPTION:      This multiple field contains any patient allergies -- foods, medications, etc. -- as recorded on
                                  the VistA server.  

                CROSS-REFERENCE:  53.701^B 
                                  1)= S ^ALPB(53.7,DA(1),1,"B",$E(X,1,30),DA)=""
                                  2)= K ^ALPB(53.7,DA(1),1,"B",$E(X,1,30),DA)


53.701,1        ALLERGY NAME           0;2 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>45!($L(X)<1) X
                LAST EDITED:      APR 07, 2003 
                HELP-PROMPT:      This is the name of the allergy 
                DESCRIPTION:
                                  This field contains the printable name of an allergy.  




53.7,9        ORDER NUMBER           2;0 Multiple #53.702 (Add New Entry without Asking)


53.702,.01      ORDER NUMBER           0;1 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
                LAST EDITED:      JAN 07, 2003 
                HELP-PROMPT:      Answer must be 1-10 characters in length. 
                DESCRIPTION:      Order number can be in one of three forms.  All order numbers are numbers appended with a unique
                                  type identifier.  The expected formats include: 
                                   
                                    nP : a 'P' indicates that the order is PENDING action by Pharmacy 
                                         Service.  (Given that the BCMA Backup System is designed to be 
                                         real-time, pending orders are transmitted and stored on the 
                                         BCMA Backup System workstation.  
                                   
                                    nU : a 'U' indicates that the order is for a UNIT DOSE medication.  
                                   
                                    nV : a 'V' indicates that the order is for INTRAVENOUS medication -- 
                                         that is, IV solutions and additives.  
                                   
                                  Order numbers are filed in this file with their respective alpha characters because unit dose and
                                  IV orders could have the same numeric portion of an order number.  
                                   
                                  It also should be noted that 'P'ENDING order numbers are completely replaced once the order has
                                  been processed by Pharmacy on the VistA server.  Once Pharmacy processes the order, an actual
                                  order number (that is, one with either a 'U' or a 'V' appended to it) is generated and filed on
                                  the workstation.  

                CROSS-REFERENCE:  53.702^B 
                                  1)= S ^ALPB(53.7,DA(1),2,"B",$E(X,1,30),DA)=""
                                  2)= K ^ALPB(53.7,DA(1),2,"B",$E(X,1,30),DA)

                CROSS-REFERENCE:  53.7^AO^MUMPS 
                                  1)= S ^ALPB(53.7,"AO",DA(1),X,DA)=""
                                  2)= K ^ALPB(53.7,"AO",DA(1),X,DA)
                                  This cross references the record by order numbers.  



53.702,1        CPRS ORDER NUMBER      0;2 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
                LAST EDITED:      JAN 07, 2003 
                HELP-PROMPT:      Answer must be 1-10 characters in length. 
                DESCRIPTION:      This field contains the Computerized Patient Record System (CPRS) order number associated with
                                  this Pharmacy order.  This field is of particular importance in the case of 'P'ending orders. 
                                  Whenever an order is processed into a patient's BCMA Backup System record a check is made whether
                                  the CPRS order is already on file, and further whether that order on file is 'P'ending.  If so,
                                  the 'P'ending order record is deleted and replaced by the data transmitted in the new HL7
                                  message.  

                CROSS-REFERENCE:  53.702^ACPRS 
                                  1)= S ^ALPB(53.7,DA(1),2,"ACPRS",$E(X,1,30),DA)=""
                                  2)= K ^ALPB(53.7,DA(1),2,"ACPRS",$E(X,1,30),DA)
                                  This cross references the orders within this record by CPRS ORDER NUMBER.  



53.702,2        ORDER STATUS           0;3 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>45!($L(X)<1) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 1-45 characters in length. 
                DESCRIPTION:      Order status is filed exactly as transmitted from Pharmacy via the HL7 message.  It contains two
                                  parts delimited by a '~':  a 2-character code and the code's description.  All BCMA Backup System
                                  outputs display order status exactly as stored.  


53.702,3        DATE ORDER LAST UPDATED 0;4 DATE

                INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
                LAST EDITED:      JAN 06, 2003 
                DESCRIPTION:      This field contains the date and time this order's record on the BCMA Backup System workstation
                                  was last updated by processing of any HL7 message.  


53.702,3.5      CLINIC NAME            0;5 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>30!($L(X)<2) X
                LAST EDITED:      MAR 01, 2013 
                HELP-PROMPT:      Answer must be 2-30 characters in length. 
                DESCRIPTION:
                                  This is the clinic name where the medication order was placed.  

                CROSS-REFERENCE:  53.7^AC 
                                  1)= S ^ALPB(53.7,"AC",$E(X,1,30),DA(1),DA)=""
                                  2)= K ^ALPB(53.7,"AC",$E(X,1,30),DA(1),DA)
                                  Indexed by Clinic Name by Patient.  



53.702,4        START DATE/TIME        1;1 DATE

                INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
                LAST EDITED:      JAN 06, 2003 
                DESCRIPTION:      This field contains the date and time that this order begins.  It is possible that this date will
                                  not be 'today', but rather, some date/time in the future.  


53.702,4.1      STOP DATE/TIME         1;2 DATE

                INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
                LAST EDITED:      JAN 06, 2003 
                DESCRIPTION:
                                  This field contains the date and time when this order expires.  


53.702,5        PROVIDER               2;1 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 3-30 characters in length. 
                DESCRIPTION:
                                  This field contains the name of the provider who originated this order.  


53.702,5.1      RPH/ENTRY PERSON       2;2 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 3-30 characters in length. 
                DESCRIPTION:      This field contains the name of pharmacist or pharmacy clerk who entered this order or took the
                                  last action on this order.  


53.702,5.2      VERIFYING PERSON       2;3 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 3-30 characters in length. 
                DESCRIPTION:
                                  This field contains the name of the clinician, nurse or other staff who verified this order.  


53.702,6        ORDER TYPE             3;1 SET

                                  'P' FOR PENDING; 
                                  'U' FOR UNIT DOSE; 
                                  'V' FOR IV; 
                LAST EDITED:      JAN 06, 2003 
                DESCRIPTION:      This field contains a code indicating whether the order is 'P'ending, for a 'U'nit Dose
                                  medication or for I'V' medication.  


53.702,6.1      MEDICATION TYPE        3;2 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>15!($L(X)<1) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 1-15 characters in length. 
                DESCRIPTION:      This field contains a further identifier for the type of medication.  Values in this field might
                                  be things like HYPERAL, PIGGYBACK, SYRINGE, etc.  


53.702,7        DOSAGE                 4;1 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 1-20 characters in length. 
                DESCRIPTION:      This field contains the dosage information for the order.  For example, it may contain values
                                  like 500MG, 1000ML, etc.  


53.702,7.1      ADMIN ROUTE            4;2 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>45!($L(X)<1) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 1-45 characters in length. 
                DESCRIPTION:      This field contains the medication administration route.  For example, ORAL, INHALATION,
                                  INTRAVENOUS, etc.  


53.702,7.2      ADMIN SCHEDULE         4;3 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 1-20 characters in length. 
                DESCRIPTION:      This field contains the administration schedule for the ordered medication(s).  The standard
                                  clinical code is generally found as a value for this field.  For example, BID, Q6H, QHS, QD, etc.  


53.702,7.3      ADMIN TIMING           4;4 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>120!($L(X)<1) X
                LAST EDITED:      JAN 06, 2003 
                HELP-PROMPT:      Answer must be 1-120 characters in length. 
                DESCRIPTION:      The value in this field will contain a sequence of times (hours of the day) when the medication
                                  is to be given.  For example, if the SCHEDULE is Q6H (every six hours), the value in this field
                                  might be 0200-0800- 1400-2000.  The format of this timing is variable -- in the previous example,
                                  the value may be 02-08-14-20.  Regardless of format, the hour delimiter should be a dash (-). 
                                  Nevertheless, whatever is present in the Pharmacy file and transmitted to the workstation is
                                  filed.  


53.702,7.4      REMOVE TIMING          4.5;1 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>120!($L(X)<1) X
                LAST EDITED:      OCT 14, 2015 
                HELP-PROMPT:      Answer must be 1-120 characters in length. 
                DESCRIPTION:      The value in this field will contain a sequence of times (hours of the  day) when a medication is
                                  to be removed. Only medications coded as such in the PHARMACY ORDERABLE ITEM file (#50.7), will
                                  contain removal timings.  The format of this timing is variable and hours are separated by a dash 
                                  (-).  Examples: 0100-0900-1700 or 01-09-17.  


53.702,7.5      DURATION OF ADMINISTRATION 4.5;2 NUMBER

                INPUT TRANSFORM:  K:+X'=X!(X>6)!(X<0)!(X?.E1"."1.N) X
                LAST EDITED:      OCT 01, 2015 
                HELP-PROMPT:      Type a number between 0 and 6, 0 decimal digits. 
                DESCRIPTION:
                                  This is the duration in minutes that the medication requiring removal should be on the patient.  


53.702,8        SUPPLEMENTAL COMMENTS  5;0   WORD-PROCESSING #53.7028


                  LAST EDITED:      JAN 06, 2003 
                  DESCRIPTION:      This field contains any and all special instructions, provider comments, or other print
                                    information pertinent to this order.  




53.702,9        OTHER PRINT INFO         6;1 FREE TEXT

                  INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1) X
                  LAST EDITED:      JAN 06, 2003 
                  HELP-PROMPT:      Answer must be 1-245 characters in length. 
                  DESCRIPTION:      This supplemental free text field may contain further printable information regarding this
                                    order.  Generally, however, all comments, special instructions, other print information, etc.
                                    are contained in the field SUPPLEMENTAL COMMENTS (#8).  


53.702,10       DRUG                     7;0 Multiple #53.703 (Add New Entry without Asking)

                  DESCRIPTION:      This multiple field contains the names of medications associated with this order.  Usually,
                                    this particular field contains unit dose medications.  


53.703,.01        DRUG                     0;1 NUMBER

                    INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<1)!(X?.E1"."1N.N) X
                    LAST EDITED:      JAN 06, 2003 
                    HELP-PROMPT:      Type a Number between 1 and 9999999, 0 Decimal Digits 
                    DESCRIPTION:      This .01 field contains a number that represents the record number of the drug in the VistA
                                      server's Drug file.  It is used in the workstation file to prevent the possibility of filing
                                      duplicate drug names.  

                    CROSS-REFERENCE:  53.703^B 
                                      1)= S ^ALPB(53.7,DA(2),2,DA(1),7,"B",$E(X,1,30),DA)=""
                                      2)= K ^ALPB(53.7,DA(2),2,DA(1),7,"B",$E(X,1,30),DA)


53.703,1          DRUG NAME                0;2 FREE TEXT

                    INPUT TRANSFORM:  K:$L(X)>45!($L(X)<1) X
                    LAST EDITED:      JAN 07, 2003 
                    HELP-PROMPT:      Answer must be 1-45 characters in length. 
                    DESCRIPTION:
                                      This field contains the descriptive name of the medication.  




53.702,11       ADDITIVE                   8;0 Multiple #53.70211 (Add New Entry without Asking)

                    DESCRIPTION:
                                      This multiple field contains the names of any IV additives associated with this order.  


53.70211,.01      ADDITIVE                   0;1 NUMBER

                      INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<1)!(X?.E1"."1N.N) X
                      LAST EDITED:      JAN 07, 2003 
                      HELP-PROMPT:      Type a Number between 1 and 9999999, 0 Decimal Digits 
                      DESCRIPTION:      This field contains a number that represents the IV additive entry's record number in the
                                        VistA server's IV ADDITIVES file.  It is used on the workstation to prevent filing
                                        duplicate entries of IV additives.  

                      CROSS-REFERENCE:  53.70211^B 
                                        1)= S ^ALPB(53.7,DA(2),2,DA(1),8,"B",$E(X,1,30),DA)=""
                                        2)= K ^ALPB(53.7,DA(2),2,DA(1),8,"B",$E(X,1,30),DA)


53.70211,1        ADDITIVE NAME              0;2 FREE TEXT

                      INPUT TRANSFORM:  K:$L(X)>45!($L(X)<1) X
                      LAST EDITED:      JAN 07, 2003 
                      HELP-PROMPT:      Answer must be 1-45 characters in length. 
                      DESCRIPTION:
                                        This field contains the descriptive name of the IV additive.  


53.70211,2        UNITS                      0;3 FREE TEXT

                      INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
                      LAST EDITED:      JAN 07, 2003 
                      HELP-PROMPT:      Answer must be 1-30 characters in length. 
                      DESCRIPTION:
                                        This field contains the description of the dispense units for this additive.  




53.702,12       SOLUTION                     9;0 Multiple #53.70212 (Add New Entry without Asking)

                      DESCRIPTION:
                                        This multiple field contains the names of any IV solutions associated with this order.  


53.70212,.01      SOLUTION                     0;1 NUMBER

                        INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<1)!(X?.E1"."1N.N) X
                        LAST EDITED:      JAN 07, 2003 
                        HELP-PROMPT:      Type a Number between 1 and 9999999, 0 Decimal Digits 
                        DESCRIPTION:      This field contains a number that represents the IV solution's record number in the VistA
                                          server's IV SOLUTIONS file.  It is used on the workstation to prevent filing duplicate IV
                                          solutions.  

                        CROSS-REFERENCE:  53.70212^B 
                                          1)= S ^ALPB(53.7,DA(2),2,DA(1),9,"B",$E(X,1,30),DA)=""
                                          2)= K ^ALPB(53.7,DA(2),2,DA(1),9,"B",$E(X,1,30),DA)


53.70212,1        SOLUTION NAME                0;2 FREE TEXT

                        INPUT TRANSFORM:  K:$L(X)>45!($L(X)<1) X
                        LAST EDITED:      JAN 07, 2003 
                        HELP-PROMPT:      Answer must be 1-45 characters in length. 
                        DESCRIPTION:
                                          This field contains the descriptive name of the IV solution.  


53.70212,2        UNITS                        0;3 FREE TEXT

                        INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
                        LAST EDITED:      JAN 07, 2003 
                        HELP-PROMPT:      Answer must be 1-30 characters in length. 
                        DESCRIPTION:
                                          This field contains the description of the dispense units for the IV solution.  




53.702,13       MED LOG DATE/TIME              10;0 DATE Multiple #53.70213 (Add New Entry without Asking)

                        DESCRIPTION:      The fields in this multiple contain information specific to BCMA Medication Log entries
                                          from the VistA server.  


53.70213,.01      MED LOG DATE/TIME              0;1 DATE

                          INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:Y<1 X
                          LAST EDITED:      DEC 17, 2003 
                          DESCRIPTION:
                                            This date and time is that of the BCMA Medication Log entry on the VistA server.  

                          CROSS-REFERENCE:  53.70213^B 
                                            1)= S ^ALPB(53.7,DA(2),2,DA(1),10,"B",$E(X,1,30),DA)=""
                                            2)= K ^ALPB(53.7,DA(2),2,DA(1),10,"B",$E(X,1,30),DA)

                          CROSS-REFERENCE:  53.70213^AMLOG^MUMPS 
                                            1)= S ^ALPB(53.7,DA(2),"AMLOG",X)=""
                                            2)= K ^ALPB(53.7,DA(2),"AMLOG",X)
                                            This cross references orders by Med Log Date/Time.  


                          CROSS-REFERENCE:  53.70213^IMLOG^MUMPS 
                                            1)= S ^ALPB(53.7,DA(2),2,DA(1),10,"IMLOG",(9999999-X),DA)=""
                                            2)= K ^ALPB(53.7,DA(2),2,DA(1),10,"IMLOG",(9999999-X),DA)
                                            An inverted date x-ref used for printing Med Log data in inverted order.  



53.70213,1        MED LOG ENTRY PERSON           0;2 FREE TEXT

                          INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
                          LAST EDITED:      JAN 07, 2003 
                          HELP-PROMPT:      Answer must be 1-30 characters in length. 
                          DESCRIPTION:      This is the name of the person who made the BCMA Medication Log entry on the VistA
                                            server.  This person could be a nurse or other clinician who administered the
                                            medication ot the patient.  


53.70213,2        MED LOG STATUS MESSAGE         0;3 FREE TEXT

                          INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
                          LAST EDITED:      JAN 07, 2003 
                          HELP-PROMPT:      Answer must be 1-30 characters in length. 
                          DESCRIPTION:      This is the message associated with the BCMA Medication Log entry on the VistA server. 
                                            Values in this field are in two parts delimited by a '~': code~code description.  Code
                                            descriptions can be values like GIVEN, HOLD, REFUSED, etc.  


53.70213,3        MED LOG RECORD NUMBER          0;4 NUMBER

                          INPUT TRANSFORM:  K:+X'=X!(X>99999999)!(X<0)!(X?.E1"."1N.N) X
                          LAST EDITED:      MAR 21, 2003 
                          HELP-PROMPT:      Type a Number between 0 and 99999999, 0 Decimal Digits 
                          DESCRIPTION:      This field contains the BCMA Medication Log record number that exists on the VistA
                                            server.  

                          CROSS-REFERENCE:  53.70213^C 
                                            1)= S ^ALPB(53.7,DA(2),2,DA(1),10,"C",$E(X,1,30),DA)=""
                                            2)= K ^ALPB(53.7,DA(2),2,DA(1),10,"C",$E(X,1,30),DA)


53.70213,4        ASSOC. MED LOG GIVE DATE/TIME  0;5 DATE

                          INPUT TRANSFORM:  S %DT="ESTX" D ^%DT S X=Y K:X<1 X
                          LAST EDITED:      NOV 16, 2015 
                          HELP-PROMPT:      Enter the date and time this medication was given on the Vista server in the BCMA 
                                            Medication Log entry. 
                          DESCRIPTION:      This is a Give's action date and time that is associated with an Order's current action
                                            of Remove.  


53.70213,5        ASSOC. MED LOG GIVE ENTERED BY 0;6 FREE TEXT

                          INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
                          LAST EDITED:      NOV 16, 2015 
                          HELP-PROMPT:      Answer must be 1-30 characters in length. 
                          DESCRIPTION:      This is the name of the person who made the BCMA Medication Log entry on the VistA
                                            server that is associated with the current Remove status for this administration. This
                                            person could be a nurse or other clinician who administered the medication to the
                                            patient.  


53.70213,6        ASSOC. MED LOG GIVE STATUS MSG 0;7 FREE TEXT

                          INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
                          LAST EDITED:      NOV 16, 2015 
                          HELP-PROMPT:      Answer must be 1-30 characters in length and contain "GIVEN". 
                          DESCRIPTION:      This is the message associated with the BCMA Medication Log entry on the VistA server
                                            that is for the associated Give action that occurred prior to the current Remove action
                                            for this Order's administration.  




53.702,14       HAZARDOUS TO HANDLE              HAZTOHAND;1 SET (BOOLEAN Data Type)

                          LAST EDITED:      MAY 10, 2021 
                          HELP-PROMPT:      Mark as yes if some component of this oder is hazardous to handle. 
                          DESCRIPTION:      Answering yes to this field indicates that the drug exhibits one or more 
                                            characteristics that makes it hazardous to handle (i.e. toxicity, carcinogenicity,
                                            etc.) 


53.702,15       HAZARDOUS TO DISPOSE             HAZTODISP;1 SET (BOOLEAN Data Type)

                          LAST EDITED:      MAY 10, 2021 
                          HELP-PROMPT:      Mark as yes if any component of this order is hazardous to dispose. 
                          DESCRIPTION:      Answering yes to this field indicates that the drug exhibits one or more 
                                            characteristics that makes it hazardous to dispose (i.e. toxicity, carcinogenicity,
                                            etc.) 




File #53.7

  Record Indexes:

  AW (#252)    RECORD    REGULAR    IR    SORTING ONLY
      Short Descr:  Index Patient Name by Ward
      Description:  This indexes the WARD field and PATIENT NAME fields.  It is used by the BCMA Backup System outputs that compile
                    and report patient data sorted by ward location and then by patient name.  
        Set Logic:  S ^ALPB(53.7,"AW",$E(X(1),1,30),$E(X(2),1,30),DA)=""
       Kill Logic:  K ^ALPB(53.7,"AW",$E(X(1),1,30),$E(X(2),1,30),DA)
       Whole Kill:  K ^ALPB(53.7,"AW")
             X(1):  WARD  (53.7,4)  (Subscr 1)  (Len 30)  (forwards)
             X(2):  PATIENT NAME  (53.7,.01)  (Subscr 2)  (Len 30)  (forwards)


INPUT TEMPLATE(S):

PRINT TEMPLATE(S):

SORT TEMPLATE(S):

FORM(S)/BLOCK(S):