Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 115.02

Package: Dietetics

NUTRITION PERSON(#115)-->115.01-->115.02

Sub-Field: 115.02


Information

Parent File Name Number Package
115.01 DIET 115.02 Dietetics

Details

Field # Name Loc Type Details
.01 ORDER NUMBER 0;1 NUMBER

  • INPUT TRANSFORM:  K:X'?1N.N X I $D(X) S DINUM=X
  • LAST EDITED:  MAY 15, 1988
  • HELP-PROMPT:  TYPE A WHOLE NUMBER BETWEEN 1 AND 99999
  • DESCRIPTION:  
    This field is merely the sequence order in which the diets were ordered and has no further meaning.
    UNEDITABLE
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
1 DIET1 0;2 POINTER TO DIETS FILE (#111) DIETS(#111)

  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This is the first diet modification selected from the Diets (111) file.
    UNEDITABLE
2 DIET2 0;3 POINTER TO DIETS FILE (#111) DIETS(#111)

  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This is the second diet modification selected from the Diets (111) file.
    UNEDITABLE
3 DIET3 0;4 POINTER TO DIETS FILE (#111) DIETS(#111)

  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This is the third diet modification selected from the Diets (111) file.
    UNEDITABLE
4 DIET4 0;5 POINTER TO DIETS FILE (#111) DIETS(#111)

  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This is the fourth diet modification selected from the Diets (111) file.
    UNEDITABLE
5 DIET5 0;6 POINTER TO DIETS FILE (#111) DIETS(#111)

  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This is the fifth diet modification selected from the Diets (111) file.
    UNEDITABLE
6 WITHHOLD 0;7 SET
  • 'N' FOR NPO;
  • 'X' FOR NO ORDER;
  • 'P' FOR PASS;

  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This field, if not null, indicates that an NPO type of order was entered.
    UNEDITABLE
7 TYPE OF SERVICE 0;8 SET
  • 'T' FOR TRAY;
  • 'C' FOR CAFETERIA;
  • 'D' FOR DINING ROOM;

  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  This field indicates the type of service requested for this diet order. It is not present for NPO orders. When this order becomes effective, this type of service will become the current type of service and will be the
    default for future orders.
    UNEDITABLE
8 DATE/TIME EFFECTIVE 0;9 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This is the date/time when this diet order takes effect.
    UNEDITABLE
9 DATE/TIME EXPIRES 0;10 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAY 14, 1988
  • DESCRIPTION:  
    This field indicates the date/time when this order is to expire. If null, the order is 'open-ended' and will not expire until superceded by another order.
    UNEDITABLE
10 CLERK 0;11 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • DESCRIPTION:  
    This field is the person actually entering the order.
10.5 DATE/TIME ORDERED 0;12 DATE

  • INPUT TRANSFORM:  S %DT="ETXR" D ^%DT S X=Y K:Y<1 X
  • DESCRIPTION:  
    This is the date/time the order was actually entered and may bear little relationship the effective and/or expiration date/times of the actual order.
11 COMMENT 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  JUN 28, 1996
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  
    This is a comment field for any specialized comments concerning this diet order.
12 PRODUCTION DIET 0;13 POINTER TO PRODUCTION DIET FILE (#116.2)
************************REQUIRED FIELD************************
PRODUCTION DIET(#116.2)

  • LAST EDITED:  JUL 13, 1987
  • DESCRIPTION:  
    This is a pointer to the Production Diet (116.2) file and is the outcome of the 'diet recoding' algorithm which is based upon the diet modifications selected. It is not present for NPO types of orders.
13 OE/RR ORDER 0;14 POINTER TO ORDER FILE (#100) ORDER(#100)

  • LAST EDITED:  SEP 18, 1989
  • DESCRIPTION:  
    This field contains a pointer the the OE/RR file order corresponding to this order.
14 CURRENT OE/RR STATUS 0;15 POINTER TO ORDER STATUS FILE (#100.01) ORDER STATUS(#100.01)

  • INPUT TRANSFORM:  S DIC("S")="I '$$SCREEN^XTID(100.01,,Y_"","")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  MAR 29, 2006
  • DESCRIPTION:  
    This field contains the current OE/RR status as passed to OE/RR. It is a pointer to the OE/RR Status file (100.01).
  • SCREEN:  S DIC("S")="I '$$SCREEN^XTID(100.01,,Y_"","")"
  • EXPLANATION:  Data Standardization of Order Status file #100.01
15 LAST REVIEW DATE/TIME 0;16 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  APR 30, 1991
  • DESCRIPTION:  
    This is the date/time that the diet order was last reviewed if necessary. (Reviews are based upon the coded Production Diet). Further reviews are based upon this last review date/time.
16 REVIEW CLERK 0;17 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  APR 30, 1991
  • DESCRIPTION:  
    This is a pointer to File 200 of the person entering the review.
17 CANCELLED DATE/TIME 0;18 DATE

  • INPUT TRANSFORM:  S %DT="ET" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAR 18, 1992
  • DESCRIPTION:  
    This field contains the Date/Time when the NPO was cancelled.
18 CANCELLING CLERK 0;19 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  MAR 18, 1992
  • DESCRIPTION:  
    This field contains the user who cancelled the NPO and is captured automatically at the time of cancellation.
19 INDIVIDUAL PATTERN 2;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>200!($L(X)<2) X
  • LAST EDITED:  NOV 10, 1994
  • HELP-PROMPT:  Answer must be 2-200 characters in length.
  • DESCRIPTION:  This field is the individual meal pattern for the patient which contains three strings of codes, each code separated by a space contains the internal number of the recipe category and the quantity separated by a comma
    for the three meals, breakfast, noon, and evening, each separated by a semicolon. The meal pattern will take precedence over the diet pattern entered in the Diet Pattern file (111.1).
    UNEDITABLE
20 PATTERN CLERK 3;1 POINTER TO NEW PERSON FILE (#200) NEW PERSON(#200)

  • LAST EDITED:  NOV 10, 1994
  • DESCRIPTION:  
    This is a pointer to File 200 of the person entering the patient's individual Diet Pattern.
21 DATE/TIME PATTERN ENTERED 3;2 DATE

  • INPUT TRANSFORM:  S %DT="ET" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 10, 1994
  • DESCRIPTION:  
    This field contains the Date/Time when the Diet Pattern was entered.
Info |  Details