The following is a coding example of the 275 when providing service line level additional information in response to a 277.
LX*1~
TRN*2*1722634842~
STC*R3:11504-8::LOI~
REF*FJ*1234~
REF*CPT*44397**YJ:00012~
DTP*472*D8*20060704~
DTP*368*D8*20060724~
CAT*AE*HL~
EFI*05~
BIN*3117*......~
LX Segment
The LX segment begins the detailed additional information that is being sent to the payer. The occurrence is 1 or more. The LX loop will begin each time the provider is starting another response to a different STC or sending another type of additional information for a specific claim.
The following is a coding example of the LX segment:
LX*1~
Within the LX, LX01 is the sequence number assigned to identify the group of segments that follow. The LX01 sequence number must start at 1 and increment by 1.
TRN Segment
The Trace Segment (TRN) is a required segment. The TRN segment serves two purposes.
In the unsolicited 275, the TRN segment will contain the attachment control number found in the 2300 PWK06 of the 837 to link the 275 attachment data to the 837 claim or encounter.
In the solicited 275, the TRN segment will contain the payer's control number that was originally sent in the 2200D loop TRN segment of the 277.
The following is a coding example of the TRN segment:
TRN*2*1722634842~
TRN01 = 2
The value in TRN01 will be "2" when this transaction is a response to a 277.
TRN01 will be "1" when this transaction is additional information to support an 837.
TRN02 = 1722634842
The value shown is the payer's control number that was given in the 2200D loop TRN segment of the 277. This value must be returned in the TRN segment of the 2000A loop in the 275.
When submitting additional information to support an 837, the value in TRN02 will be the same as the Attachment Control Number that was given in the PWK segment of the 837.
STC Segment
The purpose of the STC segment in loop 2000A is for the provider to return the LOINC� code that identifies the payer's question in the STC segment of the 277.
The following is a coding example of requested additional information at the service line level:
STC*R3:11504-8::LOI~
Within the STC,
STC01-1 = R3
This value indicates that the claim has been suspended for additional information/documentation.
STC01-2 = 11504-8
This LOINC� code value indicates the description of a surgical procedure.
STC01-4 = LOI
This value indicates that table used for STC01-2 was the LOINC� code list.
REF Segment at Loop 2000A
The REF segment identifies the service line item identification, the service line procedures and the procedure code modifiers in question. There could be additional information that is sent for multiple services.
The following is a coding example of the REF segment for the service line identification:
REF*FJ*1234~
Within the REF,
REF01=FJ. This value indicates that the next element contains the line item control number.
REF02=1234, the value shown is the line item control number submitted on the claim in question.
The following is a coding example of the REF segment for the service line procedure/revenue code:
REF*CPT*44397**YJ:00012~
Within the REF,
REF01 = CPT
This value indicates that the next data element contains the procedure code.
REF02 = 44397
The value shown is the procedure code that was submitted on the claim in question.
REF04 = YJ:00012
The YJ value indicates that the next component data element contains the revenue code. The 00012 value is the revenue code that was submitted on the claim in question.
These are just a few examples of all the qualifiers that are available in this REF segment. Additional qualifiers are explained in Section 3.
DTP Segment
This DTP segment is in the 2100A loop. At this location and in this example, the DTP segment identifies the date the service was performed and is only used when the additional information applied to a specific service line.
The following is a coding example of the DTP segment at the service line level:
DTP*472*D8*20060704~
Within the DTP segment in the 2100A loop,
DTP01 = 472
This value is the date/time qualifier element. When the value is "472", the date found in DTP03 is the date of service.
DTP02 = D8
This value is the date/time period format qualifier. When this value is "D8", the format of the date in DTP03 is CCYYMMDD. When the value is RD8 the format of the date in DTP03 is CCYYMMDD-CCYYMMDD.
DTP03 = 20060704
The date in DTP03 is the date of service.
DTP Segment - Date Additional Information was Submitted
The DTP segment in the 2100B loop identifies the date the additional information was submitted. This segment is required.
The following is a coding example of the DTP segment at the service line level:
DTP*368*D8*20060724~
Within the DTP segment in the 2100B loop,
DTP01 = 368
This value is the date/time qualifier element. When the value is "368", the date in DTP03 is the submitted date.
DTP02 = D8
This value is the date/time period format qualifier. When this value is "D8", the format of the date in DTP03 is CCYYMMDD.
DTP03 = 20060724
The date in DTP03 is the date of the 275 transaction.
CAT Segment
The CAT segment in loop 2100B conveys the format of the HL7 CDA attachment information sent in BIN02.
The following is a coding example of the CAT segment at the service line level:
CAT*AE*HL~
Within the CAT,
CAT01 = AE
This value indicates the data in the BIN segment will be an attachment.
CAT02 = HL
The value specifies that the content of BIN02 is an HL7 CDA computer decision variant formatted according to HL7 specifications.
When CAT02 = MB, the value specifies that the content of BIN02 is an HL7 CDA human decision non-XML (e.g. images or scanned images) variant formatted according to the HL7 specifications.
When CAT02 = TX, the value specifies that the content of BIN02 is an HL7 CDA human decision XML markup variant formatted according to HL7 specifications.
When CAT02 = IA, the value specifies that the content of BIN02 is an electronic image. IA is never used when sending attachment information adopted under HIPAA.
EFI Segment
The EFI segment in the 2110B loop is required. It is used to convey the level of confidentiality of the information in the BIN segment.
The following is a coding example of the EFI segment at the service line level:
EFI*05~
Within the EFI,
EFI01 = 05
This value represents that the security level has been defined as personal.
BIN Segment
The BIN segment in this example does not display the HL7 CDA. Please refer to the HL7 specifications for an example of the CDA attachment content. The BIN segment is used to hold additional information. It allows for the use of the HL7 standard using the 275 transaction as the envelope.
BIN*3117*......~
Within the BIN,
BIN01 = 3117
This represents the number of bytes of data that will follow. Senders must ensure that the count in BIN01 is equal to the byte count of the contents in BIN02.
BIN02 = ......
BIN02 is where the HL7 standard begins and will be ended by the segment delimiter. The BIN segment in this example does not display the HL7 CDA. Please refer to the HL7 specifications for an example of the CDA. For purposes of this example the CDA is represented by ......
This element contains the HL7 CDA formatted attachment information as specified in CAT02. Section B.1.1.3.1.7 of this document indicates that the binary data element has no defined maximum length, but it is recommended that BIN02 not exceed 64 megabytes.
The segment terminator used in the 275 transaction must not be used within the data content of BIN02.
It has been noted that line constraints, transfer protocols, zip programs or conversion processes may insert additional control characters such as, line feeds or carriage returns, or other special characters into a transaction. If this occurs in BIN02, the senders stated count in BIN01 may no longer be equal to the received contents of the data in BIN02.