GENERAL DESCRIPTION |
The HL7 package has an agreement to use a FileMan
FILE^DICN call to edit the following fields in the INSTITUTION (#4) file.
NAME (#.01), STATE (#.02), STATUS (#11), FACILITY TYPE (#13), STATION NUMBER
(#99) and OFFICAL VA NAME (#100).
This is done in pre-install routine, PRE^HLP92, to create the AUSTIN entry in
the INSTITUTION file if it is not present. This functionality is in support
of the Federal Heath Information Exchange (FHIE).
The entry created will have the following values. NAME: AUSTIN STATE: TEXAS
STATUS: National FACILITY TYPE: DPC STATION NUMBER: 200 OFFICAL VA NAME:
AUSTIN GLOBAL REFERENCE:
^DIC(4,D0,0)
.01 NAME 0;1 Write w/Fileman
.02 STATE 0;2 Write w/Fileman
11 STATUS 0;11 Write w/Fileman GLOBAL REFERENCE:
^DIC(4,D0,3)
13 FACILITY TYPE 3;1 Write w/Fileman GLOBAL REFERENCE:
^DIC(4,D0,99)
99 STATION NUMBER 99;1 Write w/Fileman
100 OFFICIAL VA NAME 99;3 Write w/Fileman
|