DESCRIPTION |
This cross-reference builds two indexes, one for finding all patients
Where
CODING SYSTEM is the Lexicon package's standard abbreviation for the
coding system. For SNOMED CT it is SCT.
CODE is the code.
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.71.
For all the details, see the Clinical Reminders Index Technical
with a particular (coding system, code) and one for finding all the
Guide/Programmer's Manual.
(coding system, codes) a patient has. The indexes are stored in the
Clinical Reminders Index global as:
^PXRMINDX(9000010.71,"IP",CODING SYSTEM,CODE,DFN,DATE,DAS)
and
^PXRMINDX(9000010.71,"PI",DFN,CODING SYSTEM,CODE,DATE,DAS)
respectively.
|