STANDARD DATA DICTIONARY #214 -- NURS PATIENT FILE                                                                3/24/25    PAGE 1
STORED IN ^NURSF(214,  *** NO DATA STORED YET ***   SITE: WWW.BMIRWIN.COM   UCI: VISTA,VISTA                       (VERSION 4.0)   

DATA          NAME                  GLOBAL        DATA
ELEMENT       TITLE                 LOCATION      TYPE
-----------------------------------------------------------------------------------------------------------------------------------
This file contains the current nursing location, and nursing bed section, and selected admission information for a patient.  


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

CROSS
REFERENCED BY: NURS LOCATION(AF), ADMISSION STATUS(AZ1), NAME(B), ADMISSION STATUS(C), NURS LOCATION(E)



214,.01       NAME                   0;1 POINTER TO PATIENT FILE (#2) (Required)

              INPUT TRANSFORM:  S DINUM=X
              LAST EDITED:      NOV 18, 1987 
              DESCRIPTION:
                                This field contains the name of the person associated with this record.  

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

              CROSS-REFERENCE:  214^B 
                                1)= S ^NURSF(214,"B",$E(X,1,30),DA)=""
                                2)= K ^NURSF(214,"B",$E(X,1,30),DA)
                                This is the main index on the 'Name' field of the NURS Patient file.  



214,1         ADMISSION STATUS       0;2 SET (Required)

                                'A' FOR ACTIVE; 
                                'I' FOR INACTIVE; 
              LAST EDITED:      NOV 18, 1987 
              DESCRIPTION:
                                Determines if patient is actively admitted into the hospital.  

              CROSS-REFERENCE:  214^AZ1^MUMPS 
                                1)= S NURSW=$S('$D(^NURSF(214,DA,0)):"",1:$P(^(0),U,3)) K:(X'="A")&(NURSW'="") ^NURSF(214,"AF","A",
                                NURSW,DA) S:(X="A")&(NURSW'="") ^NURSF(214,"AF","A",NURSW,DA)="" K NURSW

                                2)= S NURSW=$S('$D(^NURSF(214,DA,0)):"",1:$P(^(0),U,3)) K:NURSW'="" ^NURSF(214,"AF","A",NURSW,DA) K
                                 NURSW
                                This mumps index identifies all active patients in the NURS Patient file.  


              CROSS-REFERENCE:  214^C 
                                1)= S ^NURSF(214,"C",$E(X,1,30),DA)=""
                                2)= K ^NURSF(214,"C",$E(X,1,30),DA)
                                This is an index on the 'Status' field in the NURS Patient file.  



214,2         NURS LOCATION          0;3 POINTER TO NURS LOCATION FILE (#211.4) (Required)

              INPUT TRANSFORM:  S DIC("S")=$S($D(NURLSCR):"I $S($P($G(^(""I"")),U)="""":1,$P(^(""I""),U)=""A"":1,1:0),$S('$D(^(1)):
                                1,$P(^(1),U)=""A"":1,1:0)",1:"I 1") D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
              LAST EDITED:      FEB 24, 1995 
              DESCRIPTION:
                                Nursing location to which the patient is admitted.  Pointer to the NURS Location File (#211.4) 

              SCREEN:           S DIC("S")=$S($D(NURLSCR):"I $S($P($G(^(""I"")),U)="""":1,$P(^(""I""),U)=""A"":1,1:0),$S('$D(^(1)):
                                1,$P(^(1),U)=""A"":1,1:0)",1:"I 1")
              EXPLANATION:      Screen to pick out active Nursing locations if a Nursing option is being run.
              CROSS-REFERENCE:  214^E 
                                1)= S ^NURSF(214,"E",$E(X,1,30),DA)=""
                                2)= K ^NURSF(214,"E",$E(X,1,30),DA)
                                This index is on the 'NURS Location' field of the NURS Patient file.  


              CROSS-REFERENCE:  214^AF^MUMPS 
                                1)= S NURSS=$S('$D(^NURSF(214,DA,0)):"",1:$P(^(0),U,2)) K:(NURSS'="A") ^NURSF(214,"AF","A",X,DA) S:
                                NURSS="A" ^NURSF(214,"AF","A",X,DA)="" K NURSS

                                2)= K ^NURSF(214,"AF","A",X,DA)
                                This mumps index identifies active records in the NURS Patient file by patient name and NURS
                                Location.  



214,3         NURS BED SECTION       0;4 POINTER TO NURS AMIS WARD FILE (#213.3) (Required)

              LAST EDITED:      NOV 06, 1987 
              DESCRIPTION:
                                The nursing bed section of the patient.  Pointer to the NURS AMIS Ward (#213.3) file.  


214,4         DATE/TIME ON UNIT      0;5 DATE (Required)

              INPUT TRANSFORM:  S %DT="ETX" D ^%DT S X=Y K:Y<1 X
              LAST EDITED:      DEC 24, 1987 
              DESCRIPTION:
                                The date and time the patient was admitted to the ward.  


214,5         DATE/TIME DISCHARGE    0;6 DATE

              INPUT TRANSFORM:  S %DT="ET" D ^%DT S X=Y K:Y<1 X
              DESCRIPTION:
                                This is the date and time the patient physically left the ward.  


214,6         PHYSICIAN NOTIFIED     0;7 SET

                                'Y' FOR YES; 
                                'N' FOR NO; 
              DESCRIPTION:
                                Indicates if a physician was notified of patient's admission.  


214,7         PHYSICIAN NOTIFIED DATE/TIME 0;8 DATE

              INPUT TRANSFORM:  S %DT="ET" D ^%DT S X=Y K:Y<1 X
              DESCRIPTION:
                                Date and time physician was notified of patient's admission.  



      FILES POINTED TO                      FIELDS

NURS AMIS WARD (#213.3)           NURS BED SECTION (#3)

NURS LOCATION (#211.4)            NURS LOCATION (#2)

PATIENT (#2)                      NAME (#.01)



INPUT TEMPLATE(S):

PRINT TEMPLATE(S):

SORT TEMPLATE(S):

FORM(S)/BLOCK(S):