Claimstream

Older versions of iTrans did not allow for sending of claims to Alberta Blue Cross. Newer installations include Alberta Blue Cross for electronic claims. To send to Alberta Blue Cross using iTrans, see Carrier Information at the bottom of the ITRANS page.

Previously in Canada, CDAnet certified claims could be sent to Alberta Blue Cross over high speed internet using the Claimstream clearinghouse developed by Harder Software Ltd. Support for Claimstream was added in version 12.4.22. Claimstream is a free service. Website: http://www.claimstream.ca. Electronic eligibility service is also available. You can continue this method using the instructions below.

E-claims can also be sent directly to carriers in the Telus Group A network and Telus Group B network, however while DentOffice is certified to send e-claims directly to Telus A and Telus B, direct submission is discouraged at this time.

DentOffice is now certified for both CDA Digital IDs and is also backward compatible with the old certificates.

Quebec users should not install Claimstream. Instead, print claims to send to Alberta Blue Cross.

Install Claimstream

The Claimstream installation is the same for Alberta Blue Cross as it is for Telus A and Telus B, except there is an additional step for Alberta Blue Cross (#10).

Uninstall old versions of Claimstream via the Control Panel before installing any new versions.

  1. Log in to your claim server as the built-in administrator account. To locate this user, go to Control Panel, User Accounts, Manage User Accounts, Advanced tab, Advanced button, then click on the Users folder.
  2. Install CCDWS: ccdws-1.0.6.1-win-install.exe
  3. Click Next.
  4. Check I accept the terms of the license agreement and click Next.
  5. Click Next.
  6. Click Next.
  7. Ensure that the Complete radio button is checked, then click Next.
  8. Click Next.
  9. Click Next.
  10. For Alberta Blue Cross, click Yes. The ccdws.ini file will display in a text editor. Replace the Alberta Blue Cross section with the following text, then save the file and close it.

    # ---------------------------------------------------------------------------

    # Alberta Blue Cross

    #---------------------------------------------------------------------------

    [Destination ABC]

    # Inherit default values from the given section.

    InheritSection=Destination Common

    # Value to be overwritten on all transaction prefix (A01) fields, if set.

    Prefix=ABCCDANET4

    # uncomment the following line for testing Endpoint=https://vendor.claimstream.ca:3540/DWST/HIECService

    # uncomment the following line for production

    Endpoint=https://abc.claimstream.ca:3520/DWS/HIECService

    CACertificateFile=Claimstream.pem

    CertificateFile=DentOffice.pem


    For Telus A and Telus B, click No.

  11. Click Finish.

E-claims Clearinghouse

  1. Install Claimstream first.
  2. In the Main Menu, click Setup, Program Links, Family/Insurance, Clearinghouses.
  3. Double click Claimstream, then enter the settings below.
    Note: The claim export path and the client program should be shared folders on the network if more than one workstation will be sending claims.

    Claim Export Path: Usually C:\ccd on the claim server. The ccd folder on the network must be shared, and the everyone user should have full control under the permission section and security section.

    Use Claim Export Path: When checked will save sent claims to export path.

    EOB Options:

    • Do Not Download EOBs: Do not automatically download EOBs.
    • Download EOBs, Do Not Auto Receive: Automatically download EOBs but do not automatically receive claim procedures.
    • Download EOBs and Auto Receive:Automatically download EOBs and receive claim procedures using the information provided by the carrier.
  4. Click OK to save.

Technical Details of Upload

DentOffice checks the claim export path (usually C:\ccd on the claim server) for the existence of DentOffice.pem and automatically creates the DentOffice.pem file if it does not already exist. Files being sent from DentOffice to Claimstream will be named input.### (i.e. input.000, input.001, etc...) and will be placed in the C:\ccd folder on the server by default. To prevent the CCDWS service from processing input before the input file is finished writing, a temp file is first written in format tempinput.###, then the file is renamed to input.###. File names are cycled through until they reach 999 and then start over at 000. The purpose of the file name incrementing is to prevent transactions of different client machines from colliding while they are being adjudicated. The CCDWS service first renames the input.### file to _nput.### to prevent the file from being processed more than once. The CCDWS service then sends the _nput.### file data via a secure SSL connection to Claimstream. The reply comes back in under two minutes as output.### in the same folder. The output.### file is immediately imported into DentOffice, then the output.### and _nput.### files are deleted by DentOffice.