GENERAL DESCRIPTION |
The Veteran On-Line Application (VOA) project will make it easier
for veterans to register for medical benefits from VHA via the web.
National Enrollment Service (ESR), through Person Service Identity
Management (PSIM), uses a Remote Procedure to add a patient record
at the designated Preferred VistA Facility after the proper vetting
process.
The Remote Procedure is invoked on the Master Patient Index Austin
by PSIM via a proxy user in the NEW PERSON (#200) file. This proxy
user is assigned the PSIM GUI VistALink Access [MPI PSIM GUI
INTERFACE] secondary menu option. The user NAME and SECONDARY MENU
OPTION fields are created using the $$CREATE^XUSAP(proxyname,fmac,
options) API in IA# 4677. The other fields populated are listed below.
Because testing takes place on multiple "MPI" environments before
final installation on the national Austin Master Patient Index, the
PSUSER,APPLICATION PROXY user will be created in a post-init routine.
This ensures that the fields required for the RPC to work successfully
are created.
|
GLOBAL REFERENCE |
GLOBAL REFERENCE |
FIELD NUMBER |
VA(200,D0,.13) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
.132 |
Write w/Fileman |
OFFICE PHONE |
.13;2 |
|
VA(200,D0,1) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
9 |
Write w/Fileman |
SSN |
1;9 |
|
VA(200,D0,2,0) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
16 |
Write w/Fileman |
DIVISION |
2;0 |
|
VA(200,D0,2,D1,0) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
.01 |
Write w/Fileman |
DIVISION |
0;1 |
|
VA(200,D0,5) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
29 |
Write w/Fileman |
SERVICE/SECTION |
5;1 |
|
VA(200,D0,USC3,0) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
9.5 |
Write w/Fileman |
USER CLASS |
USC3;0 |
|
VA(200,D0,USC3,D1,0) |
FIELD NUMBER |
ACCESS |
FIELD NAME |
LOCATION |
.01 |
Write w/Fileman |
User Class |
0;1 |
2 |
Write w/Fileman |
ISPRIMARY |
0;2 |
|
|