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: 757.28

Package: Lexicon Utility

CODES(#757.02)-->757.28

Sub-Field: 757.28


Information

Parent File Name Number Package
CODES(#757.02) ACTIVATION STATUS 757.28 Lexicon Utility

Details

Field # Name Loc Type Details
.01 ACTIVATION EFFECTIVE DATE 0;1 DATE

  • INPUT TRANSFORM:  S %DT="E" D ^%DT S X=Y K:X<1 X
  • LAST EDITED:  SEP 30, 2015
  • HELP-PROMPT:  Enter a date (no range limit)
  • DESCRIPTION:  
    This is the date that a code either became active or inactive.
  • CROSS-REFERENCE:  757.28^B
    1)= S ^LEX(757.02,DA(1),4,"B",$E(X,1,30),DA)=""
    2)= K ^LEX(757.02,DA(1),4,"B",$E(X,1,30),DA)
  • CROSS-REFERENCE:  757.02^ACT2^MUMPS
    1)= D SAHD^LEXNDX8
    2)= D KAHD^LEXNDX8
    ^LEX(757.02,"ACT",CODE,STA,DATE,IEN,HIS) - Where CODE is the classification code, STA is the status (see below), DATE is the date the code was activated or inactivated, IEN is the internal entry number in the CODES file,
    and HIS is the entry number of the Activation Status multiple where this historical entry may be found.
    Values for Status:
    0 = Code is Inactive
    1 = Code is Active
    2 = Code for the preferred term is Inactive
    3 = Code for the preferred term is Active
  • CROSS-REFERENCE:  757.02^AUPD^MUMPS
    1)= D SAUPD^LEXNDX8
    2)= D KAUPD^LEXNDX8
    ^LEX(757.02,"AUPD",SAB,DATE,IEN) - Where SAB is a three character source abbreviation, date is the date the code became either active or inactive, and IEN is the internal entry number where this update occurred. This is
    used to track updates to the file by coding system.
1 ACTIVATION STATUS 0;2 SET
  • '0' FOR INACTIVE;
  • '1' FOR ACTIVE;

  • LAST EDITED:  SEP 30, 2015
  • HELP-PROMPT:  Enter 0 for Inactive or 1 for Active.
  • DESCRIPTION:  
    This is the activation status, 1 indicates the code is active and 0 indicates the code is inactive.
  • CROSS-REFERENCE:  757.02^ACT3^MUMPS
    1)= D SAHS^LEXNDX8
    2)= D KAHS^LEXNDX8
    ^LEX(757.02,"ACT",CODE,STA,DATE,IEN,HIS) - Where CODE is the classification code, STA is the status (see below), DATE is the date the code was activated or inactivated, IEN is the internal entry number in the CODES file,
    and HIS is the entry number of the Activation Status multiple where this historical entry may be found.
    Values for Status:
    0 = Code is Inactive
    1 = Code is Active
    2 = Code for the preferred term is Inactive
    3 = Code for the preferred term is Active
  • CROSS-REFERENCE:  757.02^A10^MUMPS
    1)= D S10^LEXNDX8
    2)= D K10^LEXNDX8
    ^LEX(757.02,IDX,CODE,DATE,STA,IEN,HIS) - Where IDX is the cross-reference ("ADX" for ICD-10 Diagnosis and "APR" for ICD-10 Procedures), CODE is the classification code, STA is the status (either 1 for active or 0 for
    inactive), DATE is the date the code was activated or inactivated, IEN is the internal entry number in the CODES file, and HIS is the entry number of the Activation Status multiple where this historical entry may be
    found.
Info |  Details