What's New

Oracle Healthcare Data Repository 8.2.0.4 includes enhancements with the HDR ETS SNOMED loader and HDR IHE service.

Table 1-1 New items in 8.2.0.4

Bug Number Description
Enhancement 37171708 The HDR ETS SNOMED loader was unable to configure which concept’s description becomes the default term. With the recent changes to SNOMED CT-AU terminologies, the HDR ETS SNOMED loader now defaults to using the Fully Specified Name (FSN) instead of the Preferred Term as the default term.

Now, the HDR ETS SNOMED loader can be configured to specify which concept’s description becomes the default term using the following property in the bc4j.properties file:

SNOMED_DEFAULT_PREFERRED_TERM_DESC_TYPEID

This property can be set to:

900000000000013009 – Represents a Preferred Term (Synonym)

900000000000003001 – Represents a Fully Specified Name (FSN)

If this property does not exist, the ETS SNOMED loader will default to using the Fully Specified Name (FSN) as the default term.

Enhancement 37267216 The HDR IHE service was always enabled to send ATNA messages by default.

Now, the HDR IHE service can be configured to disable sending ATNA messages to the configured UDP/TLS port. This can be controlled by adding the following JVM argument to the JAVA_OPTION in the startManagedWebLogic.sh file on the WebLogic managed server:

Property: -DEnableLogAuditEvent=false

If this property is set to true, the HDR IHE service will send ATNA messages to the configured UDP/TLS port. If it is set to false, the HDR IHE service will not send ATNA messages to the configured UDP/TLS port. If this property is not set, the HDR IHE service will send ATNA messages by default.