Skip to content

Connectathon specific Post Installation Tasks

Sunil Bhaskarla edited this page Sep 25, 2023 · 5 revisions

CAT specific configuration

XDS Toolkit

  1. Comment off XDS-I actors from the standard XDS Toolkit conformance tab configuration file: /asbestos/tomcat/Toolkits/XdsToolkit/webapps/xdstools/toolkitx/tool-tab-configs/ConfTestsTabs.xml

  2. Create the cat test session using the following command (Toolkit must be started the first time to create the default test session) cp -r $EC_DIR/TestSessionMgmt/default $EC_DIR/TestSessionMgmt/cat

XDS Toolkit Properties

$XTK_BASE/webapps/WEB-INF/classes/toolkit.properties

External_Cache=(This is automatically configured)

This is a shared ExternalCache with XDS Toolkit.

FHIR Toolkit (FTK)

Asbestos Service Properties (server)

$FTK_BASE/conf/service.properties

xdsToolkitBase=http://nist1:8080/xdstools
fhirToolkitBase=http://nist1:9760/asbestos
hapiFhirBase=http://nist1:7080/fhir/fhir

Asbestos Service Properties (client)

$FTK_BASE/webapps/ROOT/serviceProperties.json

"fhirToolkitBase": "http://nist1:9760/asbestos",

HAPI Properties

$HAPIFHIR_BASE/webapps/fhir/WEB-INF/classes/hapi.properties

server_address=http://nist1:7080/fhir/fhir/
server.base=/fhir/fhir
  1. Create the cat test session using the user interface
  2. Lock the default test session and the default self-test channels using the config.js file by following instructions in the FTK home page
  3. Update the service.properties with the XDS Simulator API web address
  4. Enable patientServerBase property and set it to the FHIR_RW server FHIR base, in service.properties
  5. Run Test_Patients test collection against Default channel
  6. Run Test_Patients_CAT test collection against the default__external_patient channel
Clone this wiki locally