STANDARD DATA DICTIONARY #355.82 -- SPONSOR PERSON FILE 3/24/25 PAGE 1 STORED IN ^IBA(355.82, *** NO DATA STORED YET *** SITE: WWW.BMIRWIN.COM UCI: VISTA,VISTA (VERSION 2.0) DATA NAME GLOBAL DATA ELEMENT TITLE LOCATION TYPE ----------------------------------------------------------------------------------------------------------------------------------- This file is pointed to by the SPONSOR (#355.8) and contains all sponsors who are not patients. This file contains the non-patient sponsor's name, date of birth, and social security number, all of which are retrieved from the PATIENT (#2) file for sponsors who are patients. Other pertinent sponsor information is stored in the SPONSOR (#355.8) file. DD ACCESS: @ WR ACCESS: @ DEL ACCESS: @ LAYGO ACCESS: @ AUDIT ACCESS: @ IDENTIFIED BY: DATE OF BIRTH (#.02), SOCIAL SECURITY NUMBER (#.03) POINTED TO BY: SPONSOR field (#.01) of the SPONSOR File (#355.8) CROSS REFERENCED BY: NAME(B), SOCIAL SECURITY NUMBER(C) 355.82,.01 NAME 0;1 FREE TEXT (Required) INPUT TRANSFORM: K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X LAST EDITED: FEB 21, 1997 HELP-PROMPT: Answer must be 3-30 characters in length. DESCRIPTION: This field is used to contain the name of the non-patient sponsor. DELETE TEST: 1,0)= I 1 W *7,!,"Deletion of Sponsor Persons is not allowed." CROSS-REFERENCE: 355.82^B 1)= S ^IBA(355.82,"B",$E(X,1,30),DA)="" 2)= K ^IBA(355.82,"B",$E(X,1,30),DA) 355.82,.02 DATE OF BIRTH 0;2 DATE INPUT TRANSFORM: S %DT="EX" D ^%DT S X=Y K:Y<1 X LAST EDITED: FEB 18, 1997 DESCRIPTION: This field contains the sponsor's date of birth. This date may be used to print on claim forms submitted to the Tricare fiscal intermediary. 355.82,.03 SOCIAL SECURITY NUMBER 0;3 FREE TEXT INPUT TRANSFORM: K:$L(X)>13!($L(X)<9) X I $D(X) S X=$TR(X,"-","") OUTPUT TRANSFORM: S Y=$E(Y,1,3)_"-"_$E(Y,4,5)_"-"_$E(Y,6,9) LAST EDITED: MAY 06, 1997 HELP-PROMPT: Answer must be 9-13 characters in length. DESCRIPTION: This field contains the sponsor's social security number. This field may be used to print on claim forms submitted to the Tricare fiscal intermediary. NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER CROSS-REFERENCE: 355.82^C^MUMPS 1)= S ^IBA(355.82,"C",$E($TR(X,"-",""),1,30),DA)="" 2)= K ^IBA(355.82,"C",$E($TR(X,"-",""),1,30),DA) This regular cross-reference is used to perform a look-up on an existing sponsor person, based on the social security number. The dashes are stripped of the SSN in the event that they are stored in the file. INPUT TEMPLATE(S): PRINT TEMPLATE(S): SORT TEMPLATE(S): FORM(S)/BLOCK(S):