GENERAL DESCRIPTION |
NAME: PXVIMM ICR LIST TAG: GETICR
ROUTINE: PXVRPC5 RETURN VALUE TYPE: ARRAY
DESCRIPTION:
Returns entries from the IMM CONTRAINDICATION REASONS (#920.4) and IMM
REFUSAL REASONS (#920.5) files. INPUT PARAMETER: PXFILE
PARAMETER TYPE: LITERAL
REQUIRED: NO SEQUENCE NUMBER: 1
DESCRIPTION:
Which file to pull from.
(Optional; Leave this null to pull entries from both files)
Possible values are:
"920.4" - Only return entries from IMM CONTRAINDICATION REASONS
(#920.4)
"920.5" - Only return entries from IMM REFUSAL REASONS (#920.5) INPUT
PARAMETER: FILTER PARAMETER TYPE: LITERAL
REQUIRED: NO SEQUENCE NUMBER: 2
DESCRIPTION:
Filter (Optional; Defaults to "S:A")
Possible values are:
R:X - Return entry with IEN X (PXFILE must be passed in with this
option).
C:X^Y - Return entry with Concept Code^Coding System X^Y (used only for
#920.4).
H:X - Return entry with HL7 Code X (used only for #920.5).
N:X - Return entry with #.01 field equal to X
I:X - Return all active entries that are selectable for Immunization
IEN X.
S:A - Return all active entries.
S:I - Return all inactive entries.
S:B - Return all entries (both active and inactive). INPUT PARAMETER:
INST PARAMETER TYPE: LITERAL
SEQUENCE NUMBER: 3
DESCRIPTION:
Institution IEN INPUT PARAMETER: LOC PARAMETER TYPE:
LITERAL
SEQUENCE NUMBER: 4
DESCRIPTION:
Location IEN (If Institution IEN is not passed in, the loc will be used
to get the institution).
RETURN PARAMETER DESCRIPTION:
PXRSLT(0)=Count of elements returned (0 if nothing found)
For 920.4 Entry:
PXRSLT(n)=IEN;PXV(920.4,^Name^Status (1:Active, 0:Inactive)^Code|Coding
System^NIP004^Contraindication/Precaution^Allergy-Related
(1:Yes, 0:No)^Default Warn Until Date ("Forever" means it
should be forever)
For 920.5 Entry:
PXRSLT(n)=IEN;PXV(920.5,^Name^Status (1:Active, 0:Inactive)^HL7
Code^Default Warn Until Date ("Forever" means it should be
forever)
|