STANDARD DATA DICTIONARY #213.4 -- NURS AMIS 1106 MANHOURS FILE 3/24/25 PAGE 1 STORED IN ^NURSA(213.4, *** 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 AMIS 1106 manhours, and acuity category totals by bedsection for the Nursing Service units on a specific date and shift. DD ACCESS: @ RD ACCESS: WR ACCESS: @ DEL ACCESS: @ LAYGO ACCESS: @ CROSS REFERENCED BY: DATE/SHIFT/WARD(AB), DATE/SHIFT/WARD(B) 213.4,.01 DATE/SHIFT/WARD 0;1 FREE TEXT (Required) INPUT TRANSFORM: K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>22!($L(X)<8)!'(X?7N.1A1.15E) X LAST EDITED: MAR 02, 1998 HELP-PROMPT: ANSWER MUST BE 8-22 CHARACTERS IN LENGTH DESCRIPTION: This field is composed of the DATE of the data concatenated to the SHIFT (D=Day, E=Evening, N=Night) of the data concatenated with the WARD associated with the data. NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER CROSS-REFERENCE: 213.4^B 1)= S ^NURSA(213.4,"B",$E(X,1,30),DA)="" 2)= K ^NURSA(213.4,"B",$E(X,1,30),DA) This is the main index on the 'Date/Shift/Ward' field of the NURS AMIS 1106 Manhours file. CROSS-REFERENCE: 213.4^AB^MUMPS 1)= S ^NURSA(213.4,"AB",$E(X,1,7),DA)="" 2)= K ^NURSA(213.4,"AB",$E(X,1,7),DA) This is a Mumps cross-reference of just the date of the AMIS 1106 Manhours. 213.4,1 ACTUAL HOURS ON DUTY RN 0;2 NUMBER INPUT TRANSFORM: K:+X'=X!(X>999.99)!(X<0)!(X?.E1"."3N.N) X LAST EDITED: JUL 19, 1990 HELP-PROMPT: Type a Number between 0 and 999.99, 2 Decimal Digits DESCRIPTION: Actual number of RN manhours worked for this ward on this shift on this day. 213.4,2 ACTUAL HOURS ON DUTY LPN 0;3 NUMBER INPUT TRANSFORM: K:+X'=X!(X>999.99)!(X<0)!(X?.E1"."3N.N) X LAST EDITED: FEB 02, 1989 HELP-PROMPT: Type a Number between 0 and 999.99, 2 Decimal Digits DESCRIPTION: Indicates the number of LPN manhours worked for this ward on this shift on this day. 213.4,3 ACTUAL HOURS ON DUTY NA 0;4 NUMBER INPUT TRANSFORM: K:+X'=X!(X>999.99)!(X<0)!(X?.E1"."3N.N) X LAST EDITED: APR 23, 1990 HELP-PROMPT: Type a Number between 0 and 999.99, 2 Decimal Digits DESCRIPTION: Indicates the number of NA manhours worked for this ward on this shift on this day. 213.4,5 ACUITY 1;0 POINTER Multiple #213.41 (Add New Entry without Asking) 213.41,.01 ACUITY BED SECTION 0;1 POINTER TO NURS AMIS WARD FILE (#213.3) (Multiply asked) LAST EDITED: SEP 20, 1991 HELP-PROMPT: Choose a NURSING BED SECTION. DESCRIPTION: This is the bed section associated with the following acuity data. CROSS-REFERENCE: 213.41^B 1)= S ^NURSA(213.4,DA(1),1,"B",$E(X,1,30),DA)="" 2)= K ^NURSA(213.4,DA(1),1,"B",$E(X,1,30),DA) This is the main index on the 'Acuity bed Section' field of the Acuity subfile in the NURS 1106 Manhours file. 213.41,1 CATEGORY 1 0;2 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: MAR 12, 1992 HELP-PROMPT: Type a Number between 0 and 99999, 0 Decimal Digits DESCRIPTION: Represents the number of patients with an acuity rating of one for this nursing bed section. 213.41,2 CATEGORY 2 0;3 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: MAR 12, 1992 HELP-PROMPT: Type a Number between 0 and 99999, 0 Decimal Digits DESCRIPTION: Represents the number of patients with an acuity rating of two for this nursing bed section. 213.41,3 CATEGORY 3 0;4 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: MAR 12, 1992 HELP-PROMPT: Type a Number between 0 and 99999, 0 Decimal Digits DESCRIPTION: Represents the number of patients with an acuity rating of three for this nursing bed section. 213.41,4 CATEGORY 4 0;5 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: MAR 12, 1992 HELP-PROMPT: Type a Number between 0 and 99999, 0 Decimal Digits DESCRIPTION: Represents the number of patients with an acuity rating of four for this nursing bed section. 213.41,5 CATEGORY 5 0;6 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>99999)!(X<0)!(X?.E1"."1N.N) X LAST EDITED: MAR 12, 1992 HELP-PROMPT: Type a Number between 0 and 99999, 0 Decimal Digits DESCRIPTION: Represents the number of patients with an acuity rating of five for this nursing bed section. 213.4,10 ENTERED BY 0;8 POINTER TO NEW PERSON FILE (#200) (Required) LAST EDITED: JAN 13, 1992 DESCRIPTION: This field indicates the user entering the manhour entries. DELETE AUTHORITY: ^ WRITE AUTHORITY: ^ 213.4,11 DATE ; COMPUTED DATE MUMPS CODE: S X=$E(^NURSA(213.4,D0,0),1,7) ALGORITHM: S X=$E(^NURSA(213.4,D0,0),1,7) LAST EDITED: JUN 22, 1990 DESCRIPTION: This field indicates the date of this entry. 213.4,12 SHIFT ; COMPUTED MUMPS CODE: S NURX=$E(^NURSA(213.4,D0,0),8),X=$S(NURX="D":"DAY",NURX="N":"NIGHT",NURX="E":"EVENING",1:"") ALGORITHM: S NURX=$E(^NURSA(213.4,D0,0),8),X=$S(NURX="D":"DAY",NURX="N":"NIGHT",NURX="E":"EVENING",1:"") DESCRIPTION: This field indicates the shift associated with this entry. 213.4,13 WARD ; COMPUTED MUMPS CODE: S NPWARD=$E($P(^NURSA(213.4,D0,0),"^"),9,99) D EN6^NURSAUTL S:NPWARD'="" X=NPWARD ALGORITHM: S NPWARD=$E($P(^NURSA(213.4,D0,0),"^"),9,99) D EN6^NURSAUTL S:NPWARD'="" X=NPWARD LAST EDITED: JUN 22, 1990 DESCRIPTION: This field indicates the location associated with this entry. FILES POINTED TO FIELDS NEW PERSON (#200) ENTERED BY (#10) NURS AMIS WARD (#213.3) ACUITY:ACUITY BED SECTION (#.01) INPUT TEMPLATE(S): NURA-I-PATHOURS APR 30, 1990@14:11 USER #0 PRINT TEMPLATE(S): SORT TEMPLATE(S): FORM(S)/BLOCK(S):