IMMUN(DFN,PXFG,PXFILTER) |
This line tag returns data on immunization
administrations for the given patient.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Internal Entry Number (IEN) of the patient's entry in
the PATIENT file (#2).
|
PXFG |
Input |
Primary sorting order. (Optional; defaults to "S")
"S": Alphabetical by either immunization short
name or name (if short name is null).
(Since short name is not standardized and
is null for newer immunizations added after
patch PX*1*201 was installed, the "S"
argument is deprecated and is only
supported for backward compatibility
purposes).
"A": Alphabetical by immunization name.
"C": Chronological
"R": Reverse chronological
|
PXFILTER |
Input |
Filter entries returned. (Optional)
"G:XXX": Only return immunizations for Vaccine
Group Name XXX.
"I:XXX": Only return immunizations IEN XXX.
"C:XXX": Only return immunizations for CVX
Code XXX.
|
TMP GLOBAL |
Output |
Return data from V Immunization file (#9000010.11) is
structured in the TMP global as follows: ^TMP("PXI",$J,Sort,Sort2,IFN,0) =
IMMUNIZATION [E;.01] ^
IMMUNIZATION SHORT NAME [E;9999999.14,.02] ^
EVENT DATE/TIME or VISIT/ADMIT DATE&TIME
[I;1201 or .03] ^
SERIES CODE [I;.04] ^ SERIES [E;.04] ^
REACTION [E;.06] ^ CONTRAINDICATED [I;.07] ^
ORDERING PROVIDER [E;1202] ^ CLINIC [3;1203] ^
ENCOUNTER PROVIDER [E;1204] ^TMP("PXI",$J,Sort,Sort2,IFN,1) =
HOSPITAL LOCATION [E;1205] ^
HOSP. LOC. ABBREVIATION [E;44;1] ^
LOC OF ENCOUNTER [E;9000010;.06] ^
OUTSIDE LOC [E;9000010;2101] ^TMP("PXI",$J,Sort,Sort2,IFN,2) =
ROUTE OF ADMIN [E;1302] ^
SITE OF ADMIN [E;1303] ^ DOSAGE [E;1312.5] ^
DOCUMENTER [E;1206] ^TMP("PXI",$J,Sort,Sort2,IFN,3) = LOT [E;.05] ^
MANUF [E;9999999.41;.02] ^
EXP DATE [I;9999999.41;.09] ^TMP("PXI",$J,Sort,Sort2,IFN,4) =
RESULTS [E;1401] ^ READING [E;1402] ^
DATE/TIME READ [I;1403] ^ READER [E;1404] ^
READING RECORDED [I;1405] ^
HOURS READ [E;1406] ^TMP("PXI",$J,Sort,Sort2,IFN,"RCOM") =
READING COMMENT [E;1501] ^TMP("PXI",$J,Sort,Sort2,IFN,"FN",CNT) =
CDC FULL VACCINE NAME [E;9999999.14;2]
^TMP("PXI",$J,Sort,Sort2,IFN,"R",CNT) =
REMARKS [E;1101] ^TMP("PXI",$J,Sort,Sort2,IFN,"S") =
DATA SOURCE [E;80102] ^TMP("PXI",$J,Sort,Sort2,IFN,"VIS",CNT) =
VIS OFFERED TO PATIENT [E;2] ^
EDITION DATE [I;920;.02]
[] = [I(nternal)/E(xternal); Optional file #;
Record #]
Subscripts:
If PXFG
Equals: Then subscript will be:
======= ===========================
Sort - S Immunization short name,
or Name truncated to 10
characters (if short name
is null)
A Immunization Name
C FileMan date of Date of Event
or Visit
R Inverse FileMan date of Date of
Event or Visit
Sort2 - C or R Immunization name
A or S Inverse FileMan date of Date of
Event or Visit
IFN - Internal Record #
|
|
CONREF(DFN,PXFG,PXFILTER) |
This line tag returns data on immunization
contraindications and refusals for the given patient.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Internal Entry Number (IEN) of the patient's entry in
the PATIENT file (#2).
|
PXFG |
Input |
Primary sorting order. (Optional; defaults to "A")
"A": Alphabetical by immunization name.
"C": Chronological
"R": Reverse chronological
|
PXFILTER |
Input |
Filter entries returned. (Optional)
"G:XXX": Only return immunizations for Vaccine
Group Name XXX.
"I:XXX": Only return immunizations IEN XXX.
"C:XXX": Only return immunizations for CVX
Code XXX.
|
TMP GLOBAL |
Output |
Return data from V IMM CONTRA/REFUSAL EVENTS file
(#9000010.707) is structured in the TMP global as follows:
^TMP("PXCRI",$J,PXSORT,PXSORT2,PXSORT3,IFN,0) =
IMMUNIZATION [E;.04] ^
EVENT DATE/TIME [I;1201] or VISIT/ADMIT
DATE&TIME [I;.03] ^
TYPE [VARIABLE POINTER PREFIX;.01] ^
CONTRAINDICATION/REFUSAL [E;.01] ^
WARN UNTIL DATE [I;.05] ^
REFUSED VACCINE GROUP [E;1205] ^
ENCOUNTER PROVIDER [E;1204] ^
CONTRAINDICATION/PRECAUTION [E;920.4;.06]
^TMP("PXCRI",$J,PXSORT,PXSORT2,PXSORT3,IFN,1)=
HOSPITAL LOCATION [E;9000010;.22] ^
HOSP. LOC. ABBREVIATION [E;44;1] ^
LOC OF ENCOUNTER [E;9000010;.06] ^
OUTSIDE LOC [E;9000010;2101]
^TMP("PXCRI",$J,PXSORT,PXSORT2,PXSORT3,IFN,"COM")=
COMMENTS [E;81101] ^TMP("PXCRI",$J,PXSORT,PXSORT2,PXSORT3,IFN,"FN",CNT)=
CDC FULL VACCINE NAME [E;9999999.14;2]
^TMP("PXCRI",$J,PXSORT,PXSORT2,PXSORT3,IFN,"RGROUP",
GNAME,IMMIEN)=
IMMUNIZATION [E;.04]
[] = [I(nternal)/E(xternal); Optional file #;
Field #]
Subscripts:
If PXFG
Equals: Then subscript will be:
======= ===========================
PXSORT - A Immunization Name
C FileMan date of Date of Event
or visit
R Inverse FileMan date of Date
of Event or visit
PXSORT2 - C or R Immunization name
A Inverse FileMan date of Date
of Event or visit
PXSORT3 - A, C, R Type; "C" for Contraindication
or "R" for Refusal
IFN - N/A Internal Record Number
GNAME - N/A VACCINE GROUP NAME
[E;9999999.14;7]
IMMIEN - N/A Vaccine Internal Entry Number
[I;9999999.14]
|
|