STANDARD DATA DICTIONARY #357.3 -- SELECTION FILE                                                                 6/27/25    PAGE 1
STORED IN ^IBE(357.3,  (728269 ENTRIES)   SITE: WWW.BMIRWIN.COM   UCI: VISTA,VISTA                                 (VERSION 3.0)   

DATA          NAME                  GLOBAL        DATA
ELEMENT       TITLE                 LOCATION      TYPE
-----------------------------------------------------------------------------------------------------------------------------------
 Contains the items appearing on the SELECTION LISTS. A selection can be composed of several fields, hence can occupy several
subcolumns. Only the text is stored here, not the MARKING SYMBOLS.  


COMPILED CROSS-REFERENCE ROUTINE: IBDX3
              DD ACCESS: @
              RD ACCESS: @
              WR ACCESS: @
             DEL ACCESS: @
           LAYGO ACCESS: @
           AUDIT ACCESS: @
IDENTIFIED BY: SELECTION LIST (#.03)[R], SELECTION GROUP (#.04)[R]

POINTED TO BY: SELECTION field (#.14) of the BUBBLES sub-field (#357.951) of the FORM DEFINITION File (#357.95) 
               

CROSS
REFERENCED BY: SELECTION LIST(APO), SELECTION GROUP(APO1), PRINT ORDER WITHIN GROUP(APO2), SELECTION ID(B), SELECTION LIST(C), 
               SELECTION GROUP(D)



357.3,.01     SELECTION ID           0;1 FREE TEXT (Required)

              INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
              LAST EDITED:      NOV 19, 1992 
              HELP-PROMPT:      Answer must be 3-30 characters in length. 
              DESCRIPTION:
                                 The ID passed by the package.  

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


357.3,.02     PLACE HOLDER ONLY      0;2 SET

                                '0' FOR NO; 
                                '1' FOR YES; 
              LAST EDITED:      OCT 20, 1993 
              HELP-PROMPT:      Enter YES if this is a place holder, used to add some space to the list. 

357.3,.03     SELECTION LIST         0;3 POINTER TO SELECTION LIST FILE (#357.2) (Required)

              LAST EDITED:      APR 02, 1996 
              DESCRIPTION:
                                 Identifies the selection list that this selection belongs on.  

              CROSS-REFERENCE:  357.3^C 
                                1)= S ^IBE(357.3,"C",$E(X,1,30),DA)=""
                                2)= K ^IBE(357.3,"C",$E(X,1,30),DA)

              CROSS-REFERENCE:  357.3^APO^MUMPS 
                                1)= I $P($G(^IBE(357.3,DA,0)),U,5)]"",$P(^(0),U,4) S ^IBE(357.3,"APO",X,$P(^(0),U,4),$P(^(0),U,5),D
                                A)=""

                                2)= I $P($G(^IBE(357.3,DA,0)),U,5)]"",$P(^(0),U,4) K ^IBE(357.3,"APO",X,$P(^(0),U,4),$P(^(0),U,5),D
                                A)
                                 Allows all selections for a particular group in a selection list to be found in the order that
                                they should appear. The subscripts are ^IBE(357.3,"APO",,,,). If this field is re-indexed then the APO1 index on the .04
                                field and the APO2 index on the .05 field need not be re-indexed.  



357.3,.04     SELECTION GROUP        0;4 POINTER TO SELECTION GROUP FILE (#357.4) (Required)

              LAST EDITED:      APR 02, 1996 
              HELP-PROMPT:      Entries on a list are grouped under group headers - under which header should this entry appear? 
              DESCRIPTION:       The SELECTION GROUP that the selection belongs to.The selection will appear under the group header
                                on the form.  

              CROSS-REFERENCE:  357.3^D 
                                1)= S ^IBE(357.3,"D",$E(X,1,30),DA)=""
                                2)= K ^IBE(357.3,"D",$E(X,1,30),DA)

              CROSS-REFERENCE:  357.3^APO1^MUMPS 
                                1)= I $P($G(^IBE(357.3,DA,0)),U,5)]"",$P(^(0),U,3) S ^IBE(357.3,"APO",$P(^(0),U,3),X,$P(^(0),U,5),D
                                A)=""

                                2)= I $P($G(^IBE(357.3,DA,0)),U,5)]"",$P(^(0),U,3) K ^IBE(357.3,"APO",$P(^(0),U,3),X,$P(^(0),U,5),D
                                A)
                                 Allows all selections for a particular group in a selection list to be found in the order that
                                they should appear. The subscripts are ^IBE(357.3,"APO",,,,). If this field is re-indexed then the APO index on the .03
                                field and the APO2 index on the .05 field need not be re-indexed.  



357.3,.05     PRINT ORDER WITHIN GROUP 0;5 NUMBER (Required)

              INPUT TRANSFORM:  K:+X'=X!(X>9999.99)!(X<0)!(X?.E1"."3N.N) X
              LAST EDITED:      APR 02, 1996 
              HELP-PROMPT:      Type a Number between 0 and 9999.99, 2 Decimal Digits 
              DESCRIPTION:      Determines the order that this selection entry will appear in under the header for the selection
                                group.  

              CROSS-REFERENCE:  357.3^APO2^MUMPS 
                                1)= I $P($G(^IBE(357.3,DA,0)),U,3),$P(^(0),U,4) S ^IBE(357.3,"APO",$P(^(0),U,3),$P(^(0),U,4),X,DA)=
                                ""

                                2)= I $P($G(^IBE(357.3,DA,0)),U,3),$P(^(0),U,4) K ^IBE(357.3,"APO",$P(^(0),U,3),$P(^(0),U,4),X,DA)
                                 Allows all selections for a particular group in a selection list to be found in the order that
                                they should appear. The subscripts are ^IBE(357.3,"APO",,,,). If this field is re-indexed then the APO index on the .03
                                field and the APO1 index on the .04 field need not be re-indexed.  



357.3,.06     PLACE HOLDER TEXT      0;6 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>75!($L(X)<1) X
              LAST EDITED:      JAN 13, 1995 
              HELP-PROMPT:      What text should be displayed for the place holder? 

357.3,.07     USE AS SUBHEADER?      0;7 SET

              IS THE TEXT USED AS A SUBHEADER FOR THE FOLLOWING SELECTIONS WITHIN THE GROUP?   
                                '0' FOR NO; 
                                '1' FOR YES; 
              LAST EDITED:      SEP 28, 1995 
              HELP-PROMPT:      If you want to use the place holder as a subheader for selections within the group, answer YES. 
              DESCRIPTION:      One use that is being made of selections that are defined as place holders is to use them as
                                subheaders. When this is done the text should be included with the header for the following
                                selections. This field is used to allow that.  
                                 
                                If this field is set to YES for a place holder that contains text, the text will be used as a
                                subheader (#1) and will be concatenated to the end of the header passed to PCE. The subheader is in
                                use until a place holder is reached that ends it, or the group ends.  


357.3,.08     STOP USING SUBHEADER?  0;8 SET

              SHOULD THE SUBHEADER IN USE, IF ANY, BE ENDED?   
                                '0' FOR NO; 
                                '1' FOR YES; 
              LAST EDITED:      OCT 02, 1995 
              HELP-PROMPT:      If you have been using a place holder as a subheader for selections within the group, do you want 
                                to stop doing so? 
              DESCRIPTION:      This field is used to signal that the subheader in use, defined by prior place holders, should be
                                ended.  


357.3,.09     QUANTITY               0;9 NUMBER

              INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
              LAST EDITED:      OCT 08, 1996 
              HELP-PROMPT:      Type a Number between 1 and 999, 0 Decimal Digits 
              DESCRIPTION:      This field contains the number of occurrences for a particular selection.  A value placed in this
                                field will be passed to PCE as the quantity.  Presently, the quantity field will only be asked for
                                CPT codes.  


357.3,1       SUBCOLUMN VALUE        1;0 Multiple #357.31 (Add New Entry without Asking)

              DESCRIPTION:       The selection can be composed of multiple fields. Each field occupies its own subcolumn on the
                                form.  

              IDENTIFIED BY:    SUBCOLUMN VALUE(#.02)

357.31,.01      SUBCOLUMN NUMBER       0;1 NUMBER (Required) (Multiply asked)

                INPUT TRANSFORM:  K:+X'=X!(X>6)!(X<1)!(X?.E1"."1N.N)!($D(^IBE(357.3,DA(1),1,"B",X))) X
                LAST EDITED:      APR 02, 1993 
                HELP-PROMPT:      Which subcolumn is the value for? 
                DESCRIPTION:
                                   The order that the subcolumn should appear on the form.  

                NOTES:            XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER

                CROSS-REFERENCE:  357.31^B 
                                  1)= S ^IBE(357.3,DA(1),1,"B",$E(X,1,30),DA)=""
                                  2)= K ^IBE(357.3,DA(1),1,"B",$E(X,1,30),DA)


357.31,.02      SUBCOLUMN VALUE        0;2 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>150!($L(X)<1) X
                LAST EDITED:      APR 01, 1993 
                HELP-PROMPT:      What value should go in the subcolumn? 
                DESCRIPTION:
                                   The text that should appear in the subcolumn.  




357.3,2.01    NARRATIVE TO SEND TO PCE 2;1 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>80!($L(X)<3) X
              LAST EDITED:      DEC 07, 1995 
              HELP-PROMPT:      Enter the narrative to send to PCE if a provider narrative different from the description is 
                                desired.  Answer must be 3-80 characters in length. 
              DESCRIPTION:      Enter the narrative that should be sent to PCE when this selection is scanned.  This will be the
                                provider narrative that is shown in PCE and Problem List.  If there is no entry in this field the
                                text as it appears on the form will be sent as the narrative.  
                                 
                                This field can only be entered for the type of interfaces that allow adding this narrative, and
                                then send the narrative to PCE.  

              TECHNICAL DESCR:
                                 


357.3,2.02    CLINICAL LEXICON ENTRY 2;2 POINTER TO EXPRESSIONS FILE (#757.01)

              LAST EDITED:      APR 01, 1996 
              DESCRIPTION:      This is the clinical lexicon entry this term should be associated with.  Generally this is only
                                completed for selections based on diagnosis.  The clinical lexicon entry will be passed to pce when
                                this selection is scanned.  This allows maintaining the patient problem list associated with
                                clinical terms.  

              TECHNICAL DESCR:
                                 


357.3,2.03    SECOND CODE            2;3 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
              LAST EDITED:      OCT 21, 1996 
              HELP-PROMPT:      Answer must be 1-10 characters in length. 
              DESCRIPTION:
                                Used to send additional codes along when one entry is bubbled.  

              TECHNICAL DESCR:   
                                 


357.3,2.04    THIRD CODE             2;4 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>10!($L(X)<1) X
              LAST EDITED:      OCT 21, 1996 
              HELP-PROMPT:      Answer must be 1-10 characters in length. 
              DESCRIPTION:
                                Used to pass a third code to PCE for this one entry.  

              TECHNICAL DESCR:   
                                 


357.3,3       CPT MODIFIER           3;0 Multiple #357.33

              LAST EDITED:      SEP 20, 1999 

357.33,.01      CPT MODIFIER           0;1 FREE TEXT (Multiply asked)

                INPUT TRANSFORM:  D MOD^IBDF4C K:$L(X)>2!($L(X)<2) X
                LAST EDITED:      SEP 20, 1999 
                HELP-PROMPT:      Answer must be 2 characters in length. The field should contain the 2 character CPT Modifier 
                                  which is in the .01 field of the CPT MODIFIER file. 
                DESCRIPTION:
                                  The two character .01 field of the CPT MODIFIER file is stored.  

                EXECUTABLE HELP:  D LOOKUP^IBDF4C
                NOTES:            XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER

                CROSS-REFERENCE:  357.33^B 
                                  1)= S ^IBE(357.3,DA(1),3,"B",$E(X,1,30),DA)=""
                                  2)= K ^IBE(357.3,DA(1),3,"B",$E(X,1,30),DA)


357.33,1        NAME                   0;2 FREE TEXT

                INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
                LAST EDITED:      SEP 08, 1999 
                HELP-PROMPT:      Answer must be 3-30 characters in length. 
                DESCRIPTION:
                                  Description (name) of CPT Modifier.  




357.3,4.01    ICD CODE EDIT DATE/TIME 4;1 DATE

              INPUT TRANSFORM:  S %DT="ETX" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      FEB 06, 2012 
              HELP-PROMPT:      Enter date and time when the ICD diagnosis code was edited. 
              DESCRIPTION:      Indicates date and time when the ICD diagnosis code was edited in the block/encounter form.         
                                  


357.3,4.02    ICD CHANGES MADE BY    4;2 POINTER TO NEW PERSON FILE (#200)

              LAST EDITED:      FEB 07, 2012 
              HELP-PROMPT:      Enter the person who last made ICD changes to this record. 
              DESCRIPTION:
                                Indicates the user who last made ICD changes to this record.  



      FILES POINTED TO                      FIELDS

EXPRESSIONS (#757.01)             CLINICAL LEXICON ENTRY (#2.02)

NEW PERSON (#200)                 ICD CHANGES MADE BY (#4.02)

SELECTION GROUP (#357.4)          SELECTION GROUP (#.04)

SELECTION LIST (#357.2)           SELECTION LIST (#.03)



INPUT TEMPLATE(S):
IBDF CPT MODIFIER             MAY 26, 1999@11:17  USER #0    
IBDF EDIT PLACE HOLDER        OCT 08, 1996@09:33  USER #0    
IBDF EDIT SELECTION           JAN 27, 1995@14:45  USER #0    
     Used to edit a selection.

PRINT TEMPLATE(S):

SORT TEMPLATE(S):

FORM(S)/BLOCK(S):