.DATA |
Input |
First parameter, passed by reference, contains
information related to the authorization document.
DATA(2) = Authorization ID
DATA(3) = Accounting Code String
DATA(4) = Fee Program
DATA(5) = Estimated Amount
DATA(6) = Agent's full SSN (Fee Basis user)
DATA(7) = Contract Number
DATA(8) = Authorization From Date,
formatted as YYYYMMDD
DATA(9) = Authorization To Date,
formatted as YYYYMMDD
DATA(10) = Transaction Type Code
DATA(11) = Purchase Order Number
|
.VendorData |
Input |
Second parameter, passed by reference, is
vendor-related information:
VDATA(1) = Supplier Number
VDATA(2) = Supplier Site Name
|
.PatientData |
Input |
Third parameter, passed by reference, is
patient-related information:
PDATA(1) = Veteran ID (the full SSN)
PDATA(2) = Veteran ICN
PDATA(3) = Veteran Last Name
PDATA(4) = Veteran First Name
PDATA(5) = Veteran Middle Initial
PDATA(6) = Veteran Suffix
|
XTMP global |
Output |
Header Node: ^XTMP("CSLroutineName;MSGID",0) =
PurgeDate^CreateDate^StatusMessage
[n] Where: n = piece number ("^" delimited)
MSGID = HL7 message ID
consisting of
Station# concatenated
with IEN to ^HLMA for
original HL7 message.
^XTMP("CSLFB14;MSGID",0)
[1] = Purge Date (current date+35 days),
FileMan internal date format.
[2] = Create Date (current date),
FileMan internal date format.
[3] = User-friendly status message
to indicate message processing
is completed.
Data Node:
^XTMP("CSLroutineName;MSGID","Subscript_Name") = data
^XTMP("CSLFB14;MSGID","AUTHORIZATION_ID") =
Authorization ID ^XTMP("CSLFB14;MSGID","PRE_VALIDATION_MSG") =
Pre Validation Message
^XTMP("CSLFB14;MSGID","TIME")
[1] = $H when HL7 message
was submitted for
transmission to CoreFLS.
[2] = $H when CoreFLS
response was processed.
[3] = Computed time used for the round trip
to CoreFLS in the following format:
days hours:minutes:seconds.
[4] = DUZ of user who created the message in
VistA Fee Basis.
For exceptions sent by CoreFLS, the error message will be stored after the
zero node as follows:
^XTMP("CSLFB14;MSGID","ERR",$H) =
Error description, applicable for
both Application Error (AE)
and Application Reject (AR)
|