DESCRIPTION |
This cross-reference builds two indexes, one for finding all patients
For ICD-10 codes the indexes are stored in the Clinical Reminders Index
global as:
^PXRMINDX(9000010.07,CODING SYSTEM,"IPP",CODE,PS,DFN,DATE,DAS) and
^PXRMINDX(9000010.07,CODING SYSTEM,"PPI",DFN,PS,CODE,DATE,DAS)
Where
CODING SYSTEM is the Lexicon package's standard abbreviation for the
coding system. For ICD-10 it is 10D.
ICD IEN is the internal entry number of the code in file #80.
with a specific diagnosis code and one for finding all the diagnosis
CODE is the ICD-10 code.
PS is the primary/secondary code. Possible values are P (primary), S
(secondary) or U (undefined).
DFN is a pointer to file #2.
DATE is EVENT DATE AND TIME, if it exists. If it does not, then it is
VISIT/ADMIT DATE&TIME.
DAS is the internal entry number of the entry in file #9000010.07.
For all the details, see the Clinical Reminders Index Technical
Guide/Programmer's Manual.
codes a patient has.
For ICD-9 codes the indexes are stored in the Clinical Reminders Index
global as:
^PXRMINDX(9000010.07,"IPP",ICD IEN,PS,DFN,DATE,DAS) and
^PXRMINDX(9000010.07,"PPI",DFN,PS,ICD IEN,DATE,DAS)
respectively.
|