X12-HIPAA 5010 Updates

Lastest Update (Update 4)

February 2011

 

Download the update v5010-r4.zip

 
 
 

Previous Updates

Update 3

3 August 2009

Update 1 included three changes to the max repeats in the Interchange:
  • FunctionalGroup made repeating
  • TA1 made repeating
  • TA3 made repeating

Update 2 included made changes to the 999 transaction. The changes are:
  • Incorrect Match List for CTX segments
  • Missing 2110_999 loop with the 2110 segments under 2100
  • Three extra fields in IK4 segment

In this Update 3 the changes are:
  • Field names with 's had an S added instead of an s
  • GS01 was not automatically counting the number of transactions



Update 3, fix 1: Field Names With Apostrophe S

Field names like "Application sender's code" include a 's and were incorrectly being named as "ApplicationSenderSCode" instead of "ApplicationSendersCode". Four fields, in three segments, are effected by this mistake.

Interchange/FunctionalGroup/GS02
    ApplicationSenderSCode → ApplicationSendersCode

Interchange/FunctionalGroup/GS03
    ApplicationReceiverSCode → ApplicationReceiversCode

835-x221/2100/CLP01
    ClaimSubmitterSIdentifier → ClaimSubmittersIdentifier

837P-x222/2300/CLM01
    ClaimSubmitterSIdentifier → ClaimSubmittersIdentifier

837I-x223A1/2300/CLM01
    ClaimSubmitterSIdentifier → ClaimSubmittersIdentifier

837D-x224A1/2300/CLM01
    ClaimSubmitterSIdentifier → ClaimSubmittersIdentifie
r


Update 3, fix 2: Automatically Populating GE01 (Transaction Count)

The 4010 and 4010A libraries automatically set the GE01 (number of transaction sets included) to be the number of transactions. The 5010 library was not automatically setting the GE01.

To automatically set the GE01's default value to be: #FunctionalGroup/Transactions#M

Before:
GE Before

After:
GE After


Installation

To install the library, unzip 5010-r3.zip and move the Interchange.ssl and Transactions.ss2 files into C:\Program Files\Orion Health\Symphonia\EDI\Designer\Libraries\X12-HIPAA\v5010. If there isn't an X12-HIPAA folder, use the HIPAA folder instead. Create the v5010 folder if needed.

mime1

Once installed, the EDI Message Designer's Library Wizard should show the v5010 library. (Again, if the HIPAA folder was used, it will appear under the HIPAA folder instead of X12-HIPAA.)

mime2

 

Update 2

1. Incorrect Match List For CTX Segments

The three CTX segments in the 999 used match lists of "ContextIdentification[*].ContextName", when they should have been "ContextIdentification[0].ContextName". This mistake caused errors like, "Segment "CTX"[6]: Message Item Match-List failed to match correctly". To manually make the correction, click on the blue * beside each of the CTX segments and change the [*] in the field path to be [0].

CTX Segments

Before:
CTX Before

After:
CTX After


2. Missing L2110_999 Loop - Instead Segments in 2100

An IK4 and CTX segment that should have been under the 2110 loop were instead included at the end of the 2100 loop. To manually make the correction, add an optional L2110_999 group around the IK4 and CTX segments at the end of the 2100 loop. The group should have infinite repeats.

Before:
2110 Before

After:
2110 After


3. Three Extra Fields in IK4 Segment

The IK4 segment had three extra fields after the first field. The extra fields were: ElementPositionInSegment, ComponentDataElementPositionInComposite and RepeatingDataElementPosition. To manually make the correction, delete these three fields out of the IK4 segment.

Before:
IK4 Before

After:
IK4 After

 

Update 1

There were three changes, all to do with max repeats in the Interchange:

  • FunctionalGroup made repeating
  • TA1 made repeating
  • TA3 made repeating


Before:
5010 Before

After:
5010 After