IBM Support

Release Notes for IBM WebSphere Transformation Extender Pack for HIPAA EDI, V4.3.2.2

Release Notes


Abstract

This document provides information on the release of WebSphere® Transformation Extender Pack for HIPAA EDI V4.3.2.2

Content

IBM WebSphere® Transformation Extender Pack for HIPAA EDI V4.3.2.2 release notes

© Copyright IBM Corporation 2006, 2012. All Rights Reserved.

============================================================
CONTENTS
============================================================
1. About this release
2. What's new in this release
3. Installation and configuration information
4. Known limitations, problems and workarounds
5. New and changed behavior
6. Resolved Authorized Program Analysis Reports (APARS)
7. Contacting customer support
8. Notices and trademarks

============================================================
1. ABOUT THIS RELEASE
============================================================
This release is a full version of the product.

Where to find the software to download

To download the software for this release of the product, go to Passport Advantage Online.

For details about supported hardware and software, see the system requirements.

After you install the software for this release, go to WebSphere Transformation Extender Support downloads to download and install any Interim Fix releases. For details about the Interim Fix, go to the IBM WebSphere Transformation Extender Support Web site.

Documentation notes

Documentation for this product is provided in Portable Document Format (PDF) and in an IBM Eclipse help system called an information center. Instructions for accessing both the PDF documentation and the information center are provided below. For more information about WebSphere Transformation Extender product documentation, see the Documentation release notes.

    PDF

    PDF documentation installs with the product. After the installation is complete, you can access the documentation from the Windows Start menu.

    Information center

    Documentation for this product is also available in the WebSphere Transformation Extender information center which installs with the product and is accessed through the WebSphere Transformation Extender Design Studio Help menu and from the Windows Start menu. An on-line version of the information center is also available.

    Translated documentation

    In this release of the product, documentation is provided in English (United States) only.

============================================================
2. WHAT'S NEW IN THIS RELEASE
============================================================
The following are new in this release of the Pack for HIPAA EDI:
============================================================
3. INSTALLATION AND CONFIGURATION INFORMATION
============================================================

Installation prerequisites

Before you install this version of the Pack for HIPAA EDI V4.3.2.2, one of the versions of the WebSphere Transformation Extender base product, as listed in the following table, must first be installed.

If you are installing the pack from the ESD site, install the pack using the executable (*.exe) file associated with your WebSphere Transformation base product as indicated in the table below:


WebSphere Transformation Extender base product requiredExecutable file
8.1.0.5 or laterhipaa4322_81.exe
8.2.0.6 or laterhipaa4322_82.exe
8.3.0.4 or laterhipaa4322_83.exe


Installing on Windows

For the procedure to install the Pack for HIPAA EDI on Windows, go to http://www.ibm.com/support/docview.wss?rs=2320&uid=swg27019810

To install the Pack for HIPAA EDI on z/OS, or UNIX, refer to the procedures below.

Installing on z/OS

Perform the following steps for each z/OS execution platform prior to porting and executing the HIPAA X12 Compliance Check application on that platform:

1. Transfer the load library module file:

install_dir\packs\healthcare_vn.n\platform_support\mvs\hcsvu.loadlib

as binary. to a z/OS dataset of 80-byte fixed length records named 'my.hipaa.upload'. There should be no ASCII to EBCDIC translation and no elimination of carriage-return or line-feed characters.

2. After the file is on z/OS, issue the TSO Receive command to create a load library as follows:
  1. At the prompt, enter the following: ready
  2. Enter the following: receive inda ('my.hipaa.upload')

3. After you have entered the TSO Recieve command (above), you will see the following messages:

INMR901I Dataset HCSVU, UPLOAD from USER on NODENAME
INMR906A Enter restore parameters or 'DELETE' or 'END' +

4. Enter the name of the load library to be created as follows: da ('my.hipaa.loadlib')

Messages are displayed that indicate that the load library is being created.

5. In the JCL responsible for executing the HIPAA X12 Compliance Check application, include a STEPLIB for the created load library that appears before the WebSphere Transformation Extender Core Install loadlib. For example:

//STEPLIB    DD    DSN=MY.HIPAA.LOADLIB,DISP=SHR
//           DD    DSN=MY.WTX.INSTALL.LOADLIB,DISP=SHR


Installing on UNIX

After installing the Pack for HIPAA EDI on a windows workstation, perform the following steps for each UNIX execution platform prior to porting and executing the HIPAA X12 Compliance Check application on that platform.
  1. Copy the UNIX shared library object for the HIPAA X12 structure validation utility, hcsvu.so or hcsvu.sl, from path: install_dir\packs\hipaa\platform_support\os where 'os' indicates the aix, hp, or sun operating system folder) to install_dir/libs on the tartet machine.
  2. Ensure that permissions on the shared library are set for read and execute.

If the setup script in the IBM WebSphere Transformation Extender installation library is not run by the profile of the user, then the hcsvu.sl/hcsvu.so should be copied to the location on the target machine that contains the compiled compliance check application maps.


============================================================
4. KNOWN LIMITATIONS, PROBLEMS, AND WORKAROUNDS
============================================================

Support on Trading Manager

The Pack for HIPAA EDI V4.3.2.2 is supported on Trading Manager 8.2.1.5.

Type 5 example requires WebSphere Transformation Extender examples

When running the Pack for HIPAA EDI on WebSphere Transformation Extender V8.3, the WebSphere Transformation extender examples must be installed.

============================================================
5. NEW AND CHANGED BEHAVIOR
============================================================

Post Office Box and Lock Box Error Determination

The Claims transactions (5010X222A1, 5010X223A2 and 5010X224A2) have notes in the TR3's indicating that a Post Office Box or Lock Box address is to be sent in the 2010AB N3 Segment (not the 2010AA N3 segment). Although these are free text fields, and there is no way to guarantee the absence of these types of addresses in the 2010AA N3 segment without the risk of rejecting a valid address.

Disabled component rules have been added to the type trees that will allow you to enforce the rules if needed. These rules do not impact prior validation, but if you require this extra validation, these rules can be enabled.

To enable the rules in their entirety, refer to the following instructions:

In the hipaa_x12_type_2.mtt, hipaa_x12_type_4.mtt and hipaa_x12.mtt type trees remove the forward slashes (//) in the following component rules which can be found as follows:

1) Open:
EDI -> ANSI -> V5010X222A1 -> Set -> Partner -> Inbound -> #837 -> Loop -> NM1 -> Billing_Provider -> Provider_Level_Group

2) On the N3 Segment of this Group, remove the // from the beginning of each line of the component rule. The rule appears as shown below when it is enabled:

FIND("POBOX", UPPERCASE(LEAVELPHANUM(AddressInfo element[1]:$)))= 0 &
FIND("POSTOFFICEBOX", UPPERCASE(LEAVEALPHANUM(AddressInfo Element[1]:$))) = 0 &
FIND("LOCKBOX", UPPERCASE(LEAVEALPHANUM(AddressInfo Element[1]:$))) = 0 &
FIND("POBOX", UPPERCASE(LEAVEALPHANUM(AddressInfo Element[2]:$))) = 0 &
FIND("POSTOFFICEBOX", UPPERCASE(LEAVEALPHANUM(AddressInfo Element[2]:$))) = 0 &
FIND("LOCKBOX", UPPERCASE(LEAVEALPHANUM(AddressInfo Element[2]:$))) = 0

3) Repeat steps 1 and 2 (above) for the Outbound Billing Provider Group:
EDI -> ANSI -> V5010X222A1 -> Set -> Partner ->Outbound -> #837 -> Loop -> NM1 -> Billing_Provider -> Provider_Level Group

4) The rules are available in each claims transaction (5010X222A1, 5010X223A2 and 5010X224A2). Enable each transaction that you want to use by repeating steps a through c (below) for each required transaction.

In hipaa_x12_segment.mtt, remove the forward slashes in the following component rules which can be found as follows:
    a.Open:
    EDI->ANSI->V5010X222A1->Segment->N3->Loop_2010AA Group

    b. On the First AddressInfo Element in this Group, remove the // from the beginning of each line of the component rule. The rule will look like this when enabled:

WHEN(NOT(ISERROR($)),
ONERROR(FIND("POBOX",UPPERCASE(LEAVEALPHANUM($)))=0, "E*1*E*C*6*C") &
ONERROR(FIND("POSTOFFICEBOX", UPPERCASE(LEAVEALPHANUM($))) = 0, "E*1*E*C*6*C") &
ONERROR(FIND("LOCKBOX", UPPERCASE(LEAVEALPHANUM($))) = 0, "E*1*E*C*6*C"))

    c. On the Other AddressInfo Element in this Group, remove the forward slashes (//) from the beginning of each line of the component rule. The rule appears as shown below when enabled:

WHEN(NOT(ISERROR($)),
ONERROR(FIND("POBOX",UPPERCASE(LEAVEALPHANUM($)))=0, "E*2*E*C*6*C") &
ONERROR(FIND("POSTOFFICEBOX", UPPERCASE(LEAVEALPHANUM($))) = 0, "E*2*E*C*6*C") &
ONERROR(FIND("LOCKBOX", UPPERCASE(LEAVEALPHANUM($))) = 0, "E*2*E*C*6*C"))

The rules are available in each claims transaction (5010X222A1, 5010X223A2 and 5010X224A2). Enable each transaction that you use by repeating steps a through c (above) for each required transaction.

After all required component rules are enabled, analyze and save the trees, then rebuild all compliance check maps.

============================================================
6. RESOLVED AUTHORIZED PROGRAM ANALYSIS REPORTS (APARs)
============================================================

For a list of the APARs that are resolved in this version of the product, see the WebSphere Transformation Extender Pack for HIPAA EDI V4.3.2.2.

============================================================
7. CONTACTING CUSTOMER SUPPORT
============================================================

Contact Customer Support at 1-800-IBM-SERV, or go to the support portal.


============================================================
8. NOTICES AND TRADEMARKS
============================================================

This information was developed for products and services offered in the U.S.A.

IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.

IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to:

IBM Director of Licensing
IBM Corporation
North Castle Drive
Armonk, NY 10504-1785
U.S.A.

For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:

IBM World Trade Asia Corporation Licensing
2-31 Roppongi 3-chome, Minato-ku
Tokyo 106-0032, Japan

The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law:

INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.

This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.

Any references in this information to non-IBM Web sites are provided for convenience only and do not in any manner serve as an endorsement of those Web sites. The materials at those Web sites are not part of the materials for this IBM product and use of those Web sites is at your own risk.

IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.

Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:

IBM Corporation
577 Airport Blvd., Suite 800
Burlingame, CA 94010
U.S.A.

Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.

The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us.

Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment.

Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.

All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice, a nd represent goals and objectives only.

This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.

COPYRIGHT LICENSE:

This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs.

If you are viewing this information softcopy, the photographs and color illustrations may not appear.

Programming interface information
Programming interface information, if provided, is intended to help you create application software using this program.

General-use programming interfaces allow you to write application software that obtain the services of this program's tools.

However, this information may also contain diagnosis, modification, and tuning information. Diagnosis, modification and tuning information is provided to help you debug your application software.

Warning: Do not use this diagnosis, modification, and tuning information as a programming interface because it is subject to change.

Trademarks and service marks
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
  • Adobe, the Adobe logo, PostScript, and the PostScript logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States, and/or other countries.
  • IT Infrastructure Library is a registered trademark of the Central Computer and Telecommunications Agency which is now part of the Office of Government Commerce
  • Intel, Intel logo, Intel Inside, Intel Inside logo, Intel Centrino, Intel Centrino logo, Celeron, Intel Xeon, Intel SpeedStep, Itanium, and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries.
  • Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.
  • Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both.
  • ITIL is a registered trademark, and a registered community trademark of the Office of Government Commerce, and is registered in the U.S. Patent and Trademark Office
  • UNIX is a registered trademark of The Open Group in the United States and other countries.
  • Cell Broadband Engine is a trademark of Sony Computer Entertainment, Inc. in the United States, other countries, or both and is used under license therefrom.
  • Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
  • Oracle and all Oracle-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.

Other product and service names might be trademarks of IBM or other companies.


This product includes software developed by the Eclipse Project
(http://www.eclipse.org/)

[{"Product":{"code":"SSVSD8-1","label":"WebSphere Transformation Extender"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Pack for HIPAA EDI","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"},{"code":"PF035","label":"z\/OS"}],"Version":"4.3.2.2","Edition":"International;US","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
06 October 2022

UID

swg27024259