Was this helpful?
TA1 Validator
The TA1 Validator validates the Interchange Control Header (ISA segment) and Interchange Control Trailer (IEA segment) of a HIPAA document against specific TA1 technical acknowledgement note codes. This validator automatically generates a TA1, which is an optional response message that a trading partner may require as confirmation that a HIPAA document has been received and accepted.
The supported component version is 1.0.0.
Note:  The TA1 Validator does not verify the functionality of a HIPAA document.
In addition to the interchange control number, date, and time from the incoming HIPAA document, the generated TA1 also contains the following two elements:
Interchange Note Code - Three-digit error code that indicates the result of the HIPAA validation process.
Interchange Acknowledgement Code (ACK) - Character code that indicates the status of the HIPAA document. The possible values are:
A: Accepted)
R: Rejected because of errors; requires the sender to resubmit)
E: Accepted with errors; does not require sender to resubmit)
Note:  If the ISA segment of an incoming HIPAA document is invalid, the TA1 Validator generates an error output message instead of a TA1 message.
If there are multiple errors in the incoming HIPAA document, the TA1 output message contains only the first error.
The following are examples of TA1 output messages:
Example TA1: Accepted
TA1*000011135*020823*0841*A*000
In this example, the "A" and "000" indicate the HIPAA document was accepted with no errors.
Example TA1: Rejected
TA1*000011135*020823*0841*R*022
In this example, the "R" and "022" indicate the HIPAA document was rejected with note code 022, which references an invalid control structure. The sender would have to resubmit the HIPAA document.
TA1 Validator Properties
You can specify the following properties when you create an instance of this validator component in the Configuration tab > Message Components section.
Property Name
Description
Error Code Configuration
Allows you to set TA1 note codes to on (include) or off (exclude) to control which ones are shown in the TA1 output. Multiple values must be separated by a comma. By default, all codes are set to on. For information about the TA1 note codes, see TA1 Note Codes.
TA1 Note Codes
The TA1 Validator supports the following TA1 interchange note codes.
Note Code
ACK Code
Configurable?
Condition
000
A
No
Success (no error).
001
E
Yes
The Interchange Control Numbers in the header ISA 13 and trailer IEA02 do not match.
005
R
Yes
Invalid Interchange ID Qualifier for Sender.
007
R
Yes
Invalid Interchange ID Qualifier for Receiver.
010
R
Yes
Invalid Authorization Information Qualifier value.
012
R
Yes
Invalid Security Information Qualifier value.
014
R
Yes
Invalid Interchange Date value.
015
R
Yes
Invalid Interchange Time value.
017
R
Yes
Invalid Interchange Version ID value.
019
E
Yes
Invalid Interchange Version ID value.
020
E
Yes
Invalid Test Indicator value.
022
R
No
Invalid Control Structure is  missing ISA segment or two ISA/IEA combinations were submitted in one physical file.
024
R
Yes
Invalid Interchange Content is 1) missing GS segment, 2) GS02 (Application Sender’s Code) does not match ISA06, or 3) GS03 (Application Receiver’s Code) does not match.
Supported Actions
 
Action
Description
Execute
Validates the incoming HIPAA document and generates a TA1 response in .txt format.
Supported Action Parameters
 
Action
Parameter
Description
SourceMessage
Message
Required. The name of the DJMessage source object that references the incoming HIPAA document.
Target Message
Message
Required. The name of the DJMessage output object that references the outgoing TA1 report.
Supported Action Properties
There are no supported action properties.
Errors
The validator supports the following error conditions.
Error Code
Error Name
Description
0
ERR_OK
Indicates the TA1 validation was successful. Check the resulting TA1 error code to determine if the HIPAA document is valid.
4
ERR_READERR
Indicates there is no input EDI file or that the ISA segment is invalid.
Last modified date: 08/02/2023