This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring FHIR Operations

  To use the FHIR connector, add the  <fhir.init>  element   in your configuration before carrying out any other  FHIR operations.

 The authentication/security of FHIR RESTful API can explain here. For more information on authentication, see http://www.hl7.org/implement/standards/fhir/security.html.

Before you start performing various operations with the connector, make sure to import the FHIR certificate to your ESB client keystore.

Follow the steps below to import the FHIR certificate into the ESB client keystone:

  1. Go to the testing server (e.g.,https://open-api.fhir.me), and click the lock icon on the address bar to view the certificate.
  2. Have a look at the certificate details and export the certificate to the file system.
  3. Import the certificate into the ESB client keystore via the Management Console or by running the following command.

    keytool -importcert -file <certificate file> -keystore <ESB>/repository/resources/security/client-truststore.jks -alias "FHIRCertImport"
  4. Restart the server and deploy the FHIR configuration.
init
<fhir.init>
    <base>{$ctx:base}</base>
<fhir.init>
properties