Release Notes for Oracle Health Insurance Claims Adjudication Patch 4.25.1.0.8
This document contains the release notes for Oracle Health Insurance Claims Adjudication Patch 4.25.1.0.8.
| Version compatibility: Oracle Health Insurance Claims Adjudication Release 4.25.1.x is only compatible with other Oracle Health Insurance applications release version 4.25.1.x unless explicitly stated otherwise. |
| In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases. |
Enhancements
| ID | Summary | Patch | ||
|---|---|---|---|---|
CPN-3641 |
Enhanced PHI logs access using base views In SaaS deployments, PHI access logs are stored in the database for 60 days in the This enhancement improves the customer experience by enabling PHI access logs to be extracted directly through base view generation. The
|
|||
CPN-3799 |
Operational Reports and Data Transfer The following changes are made in Operational Reports and Data Transfer:
|
|||
CPN-4025 |
Security logs retrieval via API and data transfer Prior to this release, security logs were written only to the file system and were not accessible through any API. With this enhancement, SaaS customers can now retrieve security logs using a dedicated API as well as through the data transfer feature. A new API, Access to security logs is controlled:
The table Documentation Links: |
|||
NXT-31925 |
Operational Reporting View - Daily claims count per claim process type This enhancement introduces an operational reporting view of the daily claim count by process type. The report allows users to analyze and monitor daily claim volumes for each process type. Documentation Links: |
|||
NXT-32383 |
Ability to un-resolve the pend on claim or line This enhancement introduces the ability to unresolve a resolved pend reason on a claim or a claim line from the claims page. Documentation Links: |
|||
NXT-32962 |
Implement Max Row Limit for Tab-Result Component This enhancement introduces a maximum row limit of Documentation Links: |
4.24.1.0.16 |
||
NXT-33070 |
Improved Multi-Select Behavior for Row Selection in Tables The record-selection behaviour has now been updated to follow an additive selection model, ensuring that selecting a record no longer clears existing selections. All previously selected records will remain selected and will not be unintentionally deselected. Prior to this implementation, when user selects multiple records using checkboxes, clicking anywhere on a another row (outside the checkbox) would deselect all selected records except the one that was clicked. Checkbox behaviour is modified in these pages/dialogs
|
|||
NXT-33123 |
Additional features - Claims Page With this enhancements the following features are added to claims page:
Documentation Links: |
Upgrade Steps for Installation
To perform the upgrade, perform the following steps:
-
Perform any pre-upgrade steps.
-
Stop all the managed nodes running the existing version of the application.
-
Perform any pre-undeploy steps.
-
Undeploy the existing version of the application.
-
Back up the database.
-
Perform any post-undeploy steps.
-
Unpack the release bundle into a directory that we refer to as OHI_ROOT from now on.
-
Change Installation Configuration: In
<OHI_ROOT>/util/install, make a copy ofohi_install.cfg.templateand name itohi_install.cfg. -
Edit
ohi_install.cfgto contain your specific database connection data and other configuration settings. The settings are explained in the file itself. -
Make sure NO connections are present to the database using the OHI_xxx_USER account (where xxx is the abbreviation of the application)
-
Run the Upgrade script:
-
Open a command window and browse to
<OHI_ROOT>/util/install. -
Run the upgrade by executing
./ohi-update.sh .
-
-
Make the required changes to the ohi properties file
-
Perform any post-upgrade steps
-
Start WebLogic application server
-
Deploy the Application
-
Perform any post-deploy steps
Additional Upgrade Steps for Installation
|
The following phases are defined:
|
Post-Upgrade phase
-
A new MDC (Mapped Diagnostic Context) field,
user, has been introduced for security logs. To ensure this information appears in the security log file, update the log pattern for thesecurityAppender(which usesRollingFileAppender) to include theuserMDC field.Example updated pattern:
<appender name="securityAppender" class="ch.qos.logback.core.rolling.RollingFileAppender"> <encoder> <pattern>%d{ISO8601} [ %t ] %marker %c - %m [user:%X{user:-N/A}] %n</pattern> </encoder> ... </appender> -
Create a new
securityDBAppenderin SaaS deployments. This appender enables writing security logs to the database.Example Logback configuration:
<configuration debug="true" scan="true" scanPeriod="60 seconds"> ... <appender name="securityDBAppender" class="com.oracle.healthinsurance.loggingsupport.appender.impl.OhiSecurityLoggerAppender"> <connectionSource class="ch.qos.logback.core.db.JNDIConnectionSource"> <jndiLocation>jdbc/policiesUserOhiApplicationDS</jndiLocation> </connectionSource> <logType>security</logType> <bufferDir>/writable/log/storage/buffer/security</bufferDir> </appender> ... <root level="error"> ... <appender-ref ref="securityDBAppender"/> </root> </configuration>
Configuration Properties
| Ref | Action | Description |
|---|---|---|
NXT-33123 |
Added |
ohi.jsui.summary.message.delete.enabled This property enables or disables the delete link in the claim/claimline summary for messages |
Web Services
| Ref | Action | Description |
|---|---|---|
CPN-3799 |
Modified |
Operational Reporting IP Two new error messages are introduced in the Operational Reporting IP. The IP returns an HTTP 422 response with one of the following error messages:
|
CPN-3799 |
Modified |
Data Transfer IP
|
UI Changes
| Ref | Action | Description |
|---|---|---|
NXT-31925 |
Modified |
Operational Reports New operational report DAILYCLAIMSCOUNTPERPROCESSTYPE added, new floorplan introduced for the same |
NXT-32383 |
Modified |
Claims Page (CL0172), ClaimLines Page (CL0206) Unresolve link introduced for claim and claimline pend reasons which are resolved. Also toggle added in claimlines page to view claimline with unresolved pends |
NXT-33123 |
Modified |
Claims Page (CL0172) Resolve action is visible as table action instead of sub menu |
NXT-33123 |
Modified |
Claims Page (CL0172) Ability is added to delete a message from Summary by adding system property 'ohi.jsui.summary.message.delete.enabled' and disabling messages tab configurations |
NXT-33123 |
Modified |
Claims Page (CL0172) Ability added with custom property claimDiagnosisListJET to display inheritance at claimline level |
NXT-33123 |
Modified |
Claims Page (CL0172), ClaimLines Page (CL0206) Added Seq and claim line code columns to claim line table search results. Added maxColWidth for Seq, KP, KB, Allowed #, Covered # columns in system floorplan for claims, claimlines, subclaims |
Breaking Changes
| Ref | Action | Description |
|---|---|---|
CPN-4025 |
Modified |
securityAppender A new MDC (Mapped Diagnostic Context) field, Example updated pattern:
Also, security log messages now refer to the "login name" of the user instead of the "ID" of the user. |
Access Restrictions
| Ref | Action | Description |
|---|---|---|
NXT-32383 |
Added |
Unresolve Pend IP New access restriction introduced for Unresolve Pend IP |
Bug Fixes
| BugDB | SR | Internal | Summary |
|---|---|---|---|
38591657 |
NXT-32846 |
Formatted name is not displayed in Claims Search page |
|
Description: |
Service member should show Member ID, formatted name , but formatted name is missing. |
||
Resolution: |
Formatted name is shown in search and details page |
||
38706440 |
NXT-33115 |
Unfinalizing a claim does not display error on screen if no 'Source Reference' value is provided |
|
Description: |
Unfinalizing a claim using an Unfinalize Reason for which Source Reference is mandatory and no value is provided for it, no error is shown on screen. This happens when a Claim Transaction Event Rule is applicable for a claim. |
||
Resolution: |
Unfinalizing a claim using an Unfinalize Reason for which Source Reference is mandatory and no value is provided for it, an error is shown on screen when a Claim Transaction Event Rule is applicable for the claim. |
||
38681084 |
NXT-33035 |
Claim line - LOV values are not populated in Remove Messages dialog |
|
Description: |
When user adds a message to claim and clicks on Remove messages dialog, LOV value’s are not populated |
||
Resolution: |
Messages are shown in the Remove Messages dialog even in the flow when user adds a new message |
||
38672154 |
NXT-33017 |
Number of records is shown as '0' in Widgets when users scroll to the end |
|
Description: |
In widgets query if there is a groupBy clause and no aggregate functionality, there is extra api query resulting in zero records due to which the number of records count is shown as 0. |
||
Resolution: |
Count is shown as based on totalResults returned in the respose |
||