STANDARD DATA DICTIONARY #711 -- 1010EZ MAPPING FILE                                                              6/27/25    PAGE 1
STORED IN ^EAS(711,  (239 ENTRIES)   SITE: WWW.BMIRWIN.COM   UCI: VISTA,VISTA                                      (VERSION 1.0)   

DATA          NAME                  GLOBAL        DATA
ELEMENT       TITLE                 LOCATION      TYPE
-----------------------------------------------------------------------------------------------------------------------------------
The 1010EZ MAPPING File holds the mapping between each data element in the On-Line 10-10EZ Application and the VistA Patient
database.  Each record in this file is uniquely identified by a Data Key which correlates exactly with a specific 10-10EZ form
question within a specific 10-10EZ section.  Each record also contains the exact VistA database location (i.e.,
file/sub-file/field) where the data will be stored.  
 
Local modifications to this file will cause the the 1010EZ module to malfunction and may jeopardize database integrity.  


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

POINTED TO BY: DATA ELEMENT ID field (#.01) of the DATA ELEMENTS sub-field (#712.01) of the 1010EZ HOLDING File (#712) 
               

CROSS
REFERENCED BY: ACTIVE(A), ASSIGNED DATA NAME(AB), ASSIGNED DATA NAME(B), DATA KEY(C)



711,.01       ASSIGNED DATA NAME     0;1 FREE TEXT (Required)

              INPUT TRANSFORM:  K:$L(X)>50!($L(X)<3)!'(X'?1P.E) X
              LAST EDITED:      OCT 09, 2000 
              HELP-PROMPT:      Answer must be 3-50 characters in length. 
              DESCRIPTION:
                                This unique descriptive name is used to group related 10-10EZ data elements.  

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

              CROSS-REFERENCE:  711^AB^MUMPS 
                                1)= S ^EAS(711,"AB",X,DA)=""
                                2)= K ^EAS(711,"AB",X,DA)
                                3)= DO NOT DELETE


711,.1        DATA KEY               0;2 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>12!($L(X)<1) X
              LAST EDITED:      OCT 09, 2000 
              HELP-PROMPT:      Answer must be 1-12 characters in length. 
              DESCRIPTION:      The Data Key is a unique identifier that associates this data element with a specific Section and
                                Question in the On-Line 10-10EZ.  Format is:  Section_;_Question 
                                            where Section and Question refer to specific data locations 
                                            on the 10-10EZ; each Section;Question identifier has been 
                                            mapped to a particular VistA database field (in most cases).  

              CROSS-REFERENCE:  711^C 
                                1)= S ^EAS(711,"C",$E(X,1,30),DA)=""
                                2)= K ^EAS(711,"C",$E(X,1,30),DA)
                                3)= DO NOT DELETE


711,1         ACTIVE                 0;3 SET (Required)

                                'A' FOR ACTIVE; 
                                'I' FOR INACTIVE; 
              LAST EDITED:      OCT 17, 2000 
              DESCRIPTION:      This provides a means to inactivate the mapping between a 10-10EZ data element and the VistA
                                database without destroying the mapping for Applications already processed and filed to VistA.  

              CROSS-REFERENCE:  711^A 
                                1)= S ^EAS(711,"A",$E(X,1,30),DA)=""
                                2)= K ^EAS(711,"A",$E(X,1,30),DA)
                                3)= DO NOT DELETE


711,1.1       INACTIVATE DATE        0;4 DATE

              INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      OCT 08, 2000 
              DESCRIPTION:      If the mapping between a 10-10EZ data element and the VistA database is 'inactivated', this field
                                holds the date on which the inactivation occurred.  


711,1.2       VERSION #              0;5 FREE TEXT (Required)

              INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
              LAST EDITED:      DEC 11, 2000 
              HELP-PROMPT:      Answer must be 1-8 characters in length. 
              DESCRIPTION:
                                The version number of the On-Line 10-10EZ software which utilizes this 1010EZ-to-VistA mapping.  


711,2         MAP-TO FILE            1;1 FREE TEXT (Required)

              INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
              LAST EDITED:      OCT 06, 2000 
              HELP-PROMPT:      Answer must be 1-8 characters in length. 
              DESCRIPTION:      This is the file number of the VistA database file which holds the field to which this 10-10EZ data
                                element has been mapped.  


711,3         MAP-TO SUB-FILE        1;2 FREE TEXT (Required)

              INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
              LAST EDITED:      OCT 06, 2000 
              HELP-PROMPT:      Answer must be 1-8 characters in length. 
              DESCRIPTION:      This is the sub-file number of the VistA database sub-file which holds the field to which this
                                10-10EZ data element has been mapped.  


711,4         MAP-TO FIELD           1;3 FREE TEXT (Required)

              INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
              LAST EDITED:      MAR 03, 2001 
              HELP-PROMPT:      Answer must be 1-8 characters in length. 
              DESCRIPTION:      This is the field number within the VistA database file or sub-file to which this 10-10EZ data
                                element has been mapped.  


711,5         DISPLAY NAME           2;1 FREE TEXT

              INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
              LAST EDITED:      OCT 24, 2000 
              HELP-PROMPT:      Answer must be 3-30 characters in length. 
              DESCRIPTION:      The shortened name for this 10-10EZ data element employed within the 1010EZ module List Manager
                                interface.  


711,6         DIR(0)                 3;E1,245 MUMPS

              INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
              LAST EDITED:      NOV 02, 2000 
              HELP-PROMPT:      This is Standard MUMPS code. 
              DESCRIPTION:      M code to set DIR(0) for a call to the FileMan Reader can be placed here.  If present, this code
                                will be used when the data element is being updated within the "Update Field (UF)" action of the 
                                EAS EZ 1010EZ PROCESSING option.  

              WRITE AUTHORITY:  @

711,10        TRANSFORM              T;E1,245 MUMPS

              INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
              LAST EDITED:      OCT 06, 2000 
              HELP-PROMPT:      This is Standard MUMPS code. 
              DESCRIPTION:      Certain 10-10EZ data elements cannot be used directly to overwrite VistA database fields; instead
                                they require some transformation.  This field contains the M code needed to perform the needed data 
                                transformation.  

              WRITE AUTHORITY:  @


INPUT TEMPLATE(S):

PRINT TEMPLATE(S):

SORT TEMPLATE(S):

FORM(S)/BLOCK(S):