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.
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.
# ---------------------------------------------------------------------------
# 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.
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:
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.