Setting up Trading Partners

With EDI Exchange you can keep track of your trading partners. You can set up their identifiers to send them EDI files or 999 acknowledgment, send email notifications and compliance check results, encryption keys and file transport mechanisms.

Once you have created the trading partner table (see Creating Database Tables) and initialized EDI Exchange (see Initializing EDI Exchange), you can set up the relationships with your trading partner. Follow the instructions below.

1. Select "Trading Partners" under the "EDI Exchange" menu.

57
The "Trading Partners" menu item
2. The following screen will appear.

trading partners
The "Trading Partners" window
3. Click the "New" button to start entering the trading partner information.

4. Define the necessary options. They are described further.

trading partners_available
5. Click on "Save."

save button
The "Save" button
6. The newly added Trading Partner's name will appear in the right pane.

 

Trading Partner Options

The company information of a trading partner can be specified on the top of the form.

trading partners_available1
Top area of the "Trading Partners" window

Name and Type

Name — Trading partner's company name. Required field.
Address — Trading partner's company address.
City
State
Zip
Status — Trading partner's status. Choose one of the available options:
Inactive — No upload into a database system through ODBC will be done.
Test Only — All outgoing EDI messages will be stamped with "Test" (ISA_15). Records will only be exported to the test environment.
Approved — All outgoing EDI messages will be stamped with "Production" (ISA_15). Records will be exported to the Live system with ODBC.
Type — There are five types of trading partners, select the necessary one:
Providers — Hospitals, doctors or other health care providers.
VANs — Value Added Networks like clearing houses or EDI Networks.
Service bureaus — Third party entities such as repricing organizations.
Sponsors — Entities that sponsor the benefits of subscribers such as MedicAid, government agencies or large employers.
Payers — Entities that pay for health care benefits such as health insurers.

The next block on the form lists the communication methods and preferences.

EDI File Exchange Method — Obligatory setting. HIPAAsuite supports three communication methods. Choose a preferred mode of sending EDI communications to the trading partner:
FTP — Allows you to transmit files actively to the Trading Partner or his Clearinghouse.
Outbox — All files for Trading Partner are stored locally. The Trading Partner is responsible for picking up files in his special directory of the local FTP or HTTP server.
SOAP - Allows you to transmit files to the Trading Partner or his Clearinghouse using SOAP 1.2 (CORE) by default.
o SOAP Version - Defaults to CAQH CORE "SOAP 1.2". "SOAP 1.1" is also provided as a compatibility option for Trading Partners that are not yet CORE-Certified but use SOAP services.
MIME - Allows you to transmit files to the Trading Partner or his Clearinghouse using MIME (CORE). This is one of two CORE options.
Email Addresses — Enter the email address(es) into the text field.

 

EDI Identifiers Tab

This tab relates to the EDI identifiers and EDI Version.

edi identifiers_filled in
The "EDI Identifiers" tab

EDI Version — There are two standards for HIPAA:
4010 — This standard was introduced in the original transaction from 2003 to 2011.
5010 — From 2012 on all HIPAA transactions must be conducted in the 5010 version.
EDI Identifiers and Qualifier
ISA Identifier and Qualifier (Record Key) — The ISA Identifier and Qualifier are the unique key to the trading partner database file. The ISA identifier can be up to 15 bytes long, the qualifier has to be 2 bytes. Approved qualifiers are:
01 — Duns (Dun and Bradstreet)
14 — Duns Plus Suffix
20 — Health Industry Number (HIN)
27 — Carrier Identification Number as assigned by HCFA
28 — Fiscal Intermediary Identification Number as assigned by HCFA
29 — Medicare Provider and Supplier Identification Number as assigned by HCFA
30 — U.S. Federal Tax Identification Number
33 — National Association of Insurance Commissioners Company Code (NAIC)
ZZ — Mutually Defined. Many organizations use the ZZ qualifier with their name as the ID, for example ZZ and HIPAASUITE.
ETIN number — The Electronic Transmitter Identification Number established by a Trading Partner Agreement. This number occurs only in the 837 transactions. Often, the ETIN is same as the ISA ID.
Application Receiver Code (GS_02) — A code identifying a part that sends a transmission or the specific application within the sender's organization. Codes are agreed by Trading Partners.  Again, usually this code is same as the ISA ID.  This code is placed in the GS_02 element in the Functional Group Header (GS). Some Trading Partners want to send a specific code in GS_03, the application receiver code. You can enter it into the corresponding field. Most of the time it is not necessary.
Assigned ID - Some trading partners, like health insurance exchanges will give a plan an ID that is different from the ISA identifier defined in the Company Setup screen of the application. Especially in the creation of filenames is this Assigned ID important.

Options Tab

TradingPartnerOptions

The "Options" Tab

You can choose one of the following options:

Send EDI Acknowledgment (997 or 999) — This check-box allows sending Functional Acknowledgment transactions to the Trading Partner.
Send e-mail with compliance check and process results — This option allows sending the compliance check results back to your contact at the Trading Partner via email. No PMI will be transmitted. Adding an email address is important, even when the Communication method is not "Email."
Send e-mail notification when receiving files — This option allows sending an acknowledgment email of EDI files. This option is not necessary when you choose 997 or 999 acknowledgments.
Send e-mail notification when sending files — This option allows sending a file to the Trading Partner notifying them that a file has been created for them.
Reject Files with Compliance Errors - This option will reject files that have compliance warnings and move them into the suspended files directory. It also determines whether the TA1 and 999 indicate acceptance or the  999 lists all the errors and warning.
Create a 277CA for 837 claims — This option only applies to 837 Claims. Checking this option will produce a 277CA Claims Acknowledgment report for received 837 Claim files.
One ST-SE loop per claim - This option separates all claims into individual transactions enclosed by their own ST and SE segments.

Remote FTP Tab

If your trading partner has an FTP Server, then you can set up here the connection information. Read more in Using Built-in FTP Client.

remote ftp tab_filled in
The "Remote FTP" tab

The file transfer protocol (FTP) is one of the first internet protocols and goes back to the 1960's. Transporting electronic files was one of the great achievements of the internet. During the last 50 years a lot of improvements to this protocol have been made, mainly to increase the security of the transfer.

FTP — For security reasons, EDI Exchange supports secure FTP or FTPs.
Explicit FTPS Connection — The explicit method is a legacy compatible implementation where FTPS aware clients can invoke security with an FTPS aware server without breaking overall FTP functionality with non-FTPS aware clients. In explicit mode (also known as FTPS), an FTPS client must "explicitly request" security from an FTPS server and then step-up to a mutually agreed encryption method. If a client does not request security, the FTPS server can either allow the client to continue insecure or refuse/limit the connection.
Implicit FTPS Connection — The implicit method requires that all clients of the FTPS server be aware that SSL is to be used on the session, and thus is incompatible with non-FTPS-aware clients. Negotiation is not allowed with implicit FTPS configurations. A client is immediately expected to challenge the FTPS server with a TLS/SSL ClientHello message. If such a message is not received by the FTPS server, the server should drop the connection. In order to maintain compatibility with existing non-TLS/SSL aware FTP clients, implicit FTPS was expected to listen on the IANA Well Known Port 990/TCP for the FTPS control channel and 989/TCP for the FTPS data channel. This allowed administrators to retain legacy compatible services on the original 21/TCP FTP control channel.
SFTP — also known as FTP over SSH is deemed the most secure form of FTP and uses encryption certificates. There are 3 different ways to authenticate a SFTP connection,
With user name and password, just like a regular FTP connection,
User name and a certificate
User name, certificate and password

Remote Connection and Directories

You need the FTP address, the user name and password to establish the connection and the directory information where files are picked up and where dropped off. Fill in the following fields:

FTP Address - This is usually the IP address of the server
User Name
Password
Put Directory - This is the directory where you drop off files
Get Directory - This is the directory where you download files from

It is possible that a trading partner has two FTP servers, one for 'put' and another one for 'get'. If so, check "Different Download Server" and additional fields will become visible so you can specify the those connection parameters.

After Download: You have two choices. Files on the server will be either deleted or moved to another folder of your choice        .

Contact Tab

The Contact Tab stores contact information for your selected Trading Partner.

contact tab_entered numbers
The "Contact" tab

Contact Information

Enter the name and the number into the corresponding fields and select the communication type from the drop-down list.

Contact Name
Communication Numbers — Valid Communication number qualifiers are:
TE — Stands for Telephone.
FX — Stands for Fax.
EX — Stands for Extension.
EM — Stands for email.

 Click the "Add" button and the contact will appear in the "Communication Numbers" table.

Note: The information that you fill in goes also into EDI files in the "PER" segment.

Local Access for FTP and HIPAAsuite Web

To register a user, enter the user name and the password into the corresponding fields and click the "Add" button. The user will appear in the "Registered Users" table.

User Name
Password
Registered Users

 

Encryption Tab

EDI Exchange supports PKI encryption. Encryption keys are defined by the email address of the owner. Both supported products, PGP and GnuGP use this logic. Read more in Using Encryption.

You can set up the encryption parameters for a Trading Partner on the "Encryption" tab.

encryption tab
The "Encryption" tab

 

Encryption Setup

Asymmetrical Encryption
Private Key Infrastructure (PGP)

 Key (email address of key owner)

No Encryption

 

Folders Tab

Within the HIPAAsuite Communications Directory, each Trading Partner has his own folder. This keeps files finely separated and in order. Here is where you can set this up. Read more in Defining Communications Directory.

folders tab

The "Folders" tab

Outgoing Files Root — This field has a pre-generated path. You can change this path by changing the EDI Root Directory.
Trading Partner's Outbox — Mandatory setting. Click on the three-dots button to access the "Select Folder" window. There you choose an existing folder or create a new one.
Processed Files Root — This field has a pre-generated path. You can change this path by changing the EDI Root Directory.
Trading Partner's Repository — Mandatory setting. Click on the three-dots button to access the "Select Folder" window. There you choose an existing folder or create a new one.

Once you have specified the directory settings, click on the "Create Folders Using Trading Partner ID."

create-folders
The "Create Folders Using Trading Partner ID" button

File Naming Convention - Health Insurance Exchanges (HIX) demand that a carrier adheres to more or less complex File naming conventions. Since these conventions are often really complicated we decided to hard code several schemes. California, Maryland, DC and the CMS scheme are among those currently configured and we will add other schemes if needed.

 FileNaming_Dropdown
Filenaming dropdown menu options

 The Custom File Naming Convention option requires some additional setup. This is covered in Custom File Naming Conventions.

 

CORE Tab

This tab stores settings for the use of CORE-Compliant SOAP- and MIME-enveloped transactions. When using a Requester or similar application, these settings apply to the information source. When using a Responder or similar application, these settings apply to the information requester/receiver. Soap 1.2 or 1.1 will use the same options.

CORE tab
CORE settings tab

 

UserName - UserName portion of the username authentication token. Used to verify a Trading Partner's Username token's Username or in your own Username token authenticate yourself to a Trading Partner's CORE-compliant servi e.
Password - Password portion of the username authentication token. Used to verify a Trading Partner's Username token's Password or in your own Username token to authenticate yourself to a Trading Partner's CORE-compliant service.
SSL Certificate - Instead of Username tokens, use an SSL certificate to verify a Trading Partner's identity or access a Trading Partner's CORE-compliant service. Not currently implemented.
RealTime
o MIME Address - Trading Partner's web address for MIME Real-Time transactions.
o SOAP Address - Trading Pertner's web address for SOAP Real-Time transactions.
Batch
o MIME Submission Address - Trading Partner's web address for MIME Batch transactions.
o MIME Retrieval Address - Some Trading Partners may use a different address to submit or retrieve batch transactions. Use this field for a retrieval-specific address.
o SOAP Submission Address - Trading Partner's web address for SOAP Batch transactions.
o SOAP Retrieval Address - Some Trading Partners may use a different address to submit or retrieve batch transactions. Use this field for a retrieval-specific address.

No questions yet.

Custom File Naming Conventions

Health Insurance Exchanges (HIX) demand that a carrier adheres to File naming conventions. These file naming conventions enable a reader to quickly determine the date, time, sender, recipient, etc. of a particular file among other files without the need to open them individually. The custom File Naming Convention option enables you to create a file naming convention scheme tailored to your (or your trading partner's) requirements.

FileNaming_Dropdown_Custom
Custom File Naming Convention option highlighted

Selecting the Custom option in the File Naming Convention dropdown menu option and clicking the Custom File Naming button below it:

FileNaming_Button
Custom File Naming button enabled

will bring up the screen pictured below. This screen is used to create file naming conventions for a particular trading partner. These examples will use the 835 file type as an example, but all file types the HIPAASuite product represents (as well as TA1s and 999s) can have their own file naming convention applied to each trading partner. The following picture shows the file name customization screen with the default building blocks for an 835 EDI file.

FileNaming_Customize
File Naming Customization screen with default custom file naming convention

 

Filetype

Here we can create a custom file naming convention for a specific file type. The file types available will depend on the HIPAASuite product used to create the file naming convention. To change the file type, select it from the file type dropdown menu:

FileNaming_Customize_FileType
Changing the filetype

 

Creating the file naming convention

A coherent file naming convention can be created by clicking and dragging elements into order. Present elements can be reordered by clicking and dragging them into position:

FileNaming_Customize_ClickDrag
Click-dragging an element into position

Existing elements can be removed by clicking the X to the right of the element:

FileNaming_Customize_Delete
Deleting an element

The greyed-out elements towards the bottom of the screen can be added to the custom file naming convention by clicking and dragging them into place:

FileNaming_Customize_Adding
Adding a file name element

To discard the current changes and start over with the default file naming convention, click the Restore default file name button.

FileNaming_Customize_Restart
Restore default file name button

 

Saving or discarding

Finally, the custom file naming convention can be saved by clicking Save file name or discarded by clicking Close.

FileNaming_Customize_Save
Save button on file name customization screen

No questions yet.

Using Built-in FTP Client

EDI Exchange has a built-in FTP client. This utility allows you to drop-off and pick-up files from a trading partner that you have defined in the "Trading Partners" menu (see Setting up Trading Partners.)

Follow the instructions below to exchange EDI files with your Trading Partner.

1. To access the FTP client, select "FTP Client" under the "EDI Exchange" menu item.

58
The "FTP Client" menu item
2. The following window will appear.

ftp-client
The built-in FTP client
3. Click the "Connect to Trading Partner" button on the FTP client window.

connect-to-partner
The "Connect to Trading Partner" button
4. The following screen opens.

ftp8
Selecting a Trading Partner for FTP transfer
5. Highlight the trading partner that you want to connect to.
6. Click on the "Upload" button to connect to the "Put" directory that you set up in the trading partner screen. 

ftp9
The "Upload" button

Or click on the "Download" button to connect to the "Get" directory that you set up in the trading partner screen. 

ftp10
The "Download" button

5. Once you have chosen a trading partner, the following fields will contain values derived from the trading partner's properties. You can change them manually if you need.

FTP server — IP Address or URL of the FTP server.
Username
Password
Directory — If you leave this value blank, the FTP root directory will be opened.
Secure FTP — If you enable this option, then you can select between implicit and explicit FTPs. See Setting up Trading Partners for an explanation of the two secure methods:
Explicit FTPS Connection
Implicit FTPS Connection

Note: You can also fill in the connection information manually. In this case, the entered credentials will not be saved once you close the FTP client window. Click on the "Connect" button to establish connection to the FTP server. 

ftp-client1

4. Once connected, the content of the folder on the server is displayed. On the right side, you can browse your local PC.

5. To upload a file to the server, select the file on your local PC and click on the "Put" button.

ftp-client3

The file will appear in the remote folder. You will receive the "File <filename> successfully uploaded" message on the bottom status bar of the FTP client.

ftp7
6. To download a file from the server, select a file in the left side, and then click on the "Get" button. 

ftp4

The file will appear in the local folder. You will receive the "File <filename> successfully downloaded" message on the bottom status bar of the FTP client.

ftp5

No questions yet.

Creating a Trading Partner Automatically

When you process a file with EDI Exchange the sender's ID is compared to the trading partners on file. If the trading partner does not exist you have the opportunity to create a rudimentary new trading partner record. Now you have the choice to either create this new record, process the file without the trading partner record or to abort the operation.

NewTradingPartner

The "New Trading Partner" dialog box

If you abort the process, you still will get the EDI file analysis.

NewTradingPartner2

EDI compliance check results after further processing was aborted.

Files without a valid trading partner will be placed into the "suspended files" directory. The final action taken after the analysis is recorded at the end of the results.

NewTradingPartner3

This file's processing was aborted. The file was moved to the suspended files folder

No questions yet.

Certificate based authentication in SFTP

SFTP or FTP over secure shell as it is also known is deemed to be the most secure method of file transport. There are 3 methods of authentication in Sftp.

1. with a user name and password
2. with a user name and a private key cryptographic certificate and
3. with a user name, a certificate and a password

 

When you select SFTP as the FTP protocol, you will see two check boxes appear.

SFTP1

The sub choices when you select SFTP

Leaving both check boxes unchecked will result in the first option: Authentication with user name and password. You can also check just the user name and password with the same result.

In order to use the certificate based authentication you need to create and link to your own certificate. The certification module that HIPAAsuite employs uses a so called private key SSH2 certificate in pem format.

How do you create such a certificate? Here is one way:

The free secure shell program putty has the necessary tools. Download putty from www.putty.org When you install the program you will see several program installed on your computer.

putty1

The programs and files that come with putty

One of the programs is puttygen.exe. This program creates the necessary keys. When you start it up, you can generate a key pair.

putty2

Creating a public/private key pair with puttygen

You can save the public and private keys separately as .ppk files but that is not what we need. But puttygen has also tool to convert the keys to pem files. The top menu has a tab "Conversions"putty3

Converting the SSH key into a pem certificate

When we click on "Export OptnSSH key" we can then save the key with an .pem ending and that is it.


No questions yet.

Publish modules to the "offcanvs" position.