Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details |  All
Print Page as PDF
Sub-Field: 53.702

Package: Barcode Medication Administration

BCMA BACKUP DATA(#53.7)-->53.702

Sub-Field: 53.702


Information

Parent File Name Number Package
BCMA BACKUP DATA(#53.7) ORDER NUMBER 53.702 Barcode Medication Administration

Details

Field # Name Loc Type Details
.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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
8 SUPPLEMENTAL COMMENTS 5;0 WORD-PROCESSING #53.7028
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).
10 DRUG 7;0 Multiple #53.703 53.703

  • DESCRIPTION:  
    This multiple field contains the names of medications associated with this order.  Usually, this particular field contains unit dose medications.
11 ADDITIVE 8;0 Multiple #53.70211 53.70211

  • DESCRIPTION:  
    This multiple field contains the names of any IV additives associated with this order.
12 SOLUTION 9;0 Multiple #53.70212 53.70212

  • DESCRIPTION:  
    This multiple field contains the names of any IV solutions associated with this order.
13 MED LOG DATE/TIME 10;0 DATE Multiple #53.70213 53.70213

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