Perform the Post-Installation Steps

Perform the following steps after you install the patch on the middle tier.

After you install the patch on the middle tier, you need to:

  1. Stop and start the WebLogic Admin server and the HDR FHIR Managed server.
  2. When the FHIR server is configured to disable caching of FHIR search query strings and their associated results in the database using the configuration property search_query_result_cache_enabled, the server stops the automatic clean-up of stale search data. As a result, data may persist in the following tables:
    HFJ_SEARCH,HFJ_SEARCH_RESULT,HFJ_SEARCH_INCLUDE

    If caching is disabled, run the following SQL statements on the HDR_FHIR schema to manually clean up the stale search data:

    DELETE FROM HFJ_SEARCH_INCLUDE;
    DELETE FROM HFJ_SEARCH_RESULT;
    DELETE FROM HFJ_SEARCH;
  3. Extract the updated HDR FHIR CLI module zip file on the middle tier and you can use the features of this module:
    <hdr8205_patch_dir>/hdrfhircli/hdr-fhir-cli-app.zip