GENERAL DESCRIPTION |
The Code Text Descriptors project modifies the
identifier on the DIAGNOSIS (#3) field in the ICD DIAGNOSIS file (80).
The new identifier makes a function call into $$IDDXS^ICDID to return
versioned data for both the DIAGNOSIS and the status in the INACTIVE FLAG.
The function has only one input parameter, the Internal Entry Number for file
#80. Routine ICDID will also look to see if the package namespaced variable
ICDVDT is in the environment. ICDVDT is a versioning date. If ICDVDT is not
found in the environment (not supplied) then TODAY will be used and the
DIAGNOSIS and INACTIVE FLAG for TODAY will be displayed. If the variable
ICDVDT is found in the environment, and is a date other than TODAY, then the
appropriate DIAGNOSIS and INACTIVE FLAG will be displayed for the date.
The identifier will be changed to:
^DD(80,0,"ID",3)= D EN^DDIOL((" "_$$IDDXS^ICDID(+Y)),"","?0")
This will be exported in the combined build CTD UTIL 1.0, containing
ICPT*6.0*19, ICD*18.0*12 and LEX*2.0*30.
|