The FHIR Connector allows you to work with resources in FHIR are the modular components of FHIR. The connector uses the FHIR RESTFul Api to interact with FHIR.
Connector version | Supported FHIR version | Supported WSO2 ESB/EI version |
---|---|---|
1.0.2 | 4.0.0 | EI 6.5.0 |
- Download the connector from the WSO2 Store by clicking the Download Connector button.
- Then you can follow this Documentation to add and enable the connector via the Management Console in your EI instance.
- For more information on using connectors and their operations in your EI configurations, see Using a Connector.
- If you want to work with connectors via EI tooling, see Working with Connectors via Tooling.
Follow the steps given below to build the FHIR connector from the source code:
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-fhir
directory:mvn clean install
. - The FHIR connector zip file is created in the
esb-connector-fhir/target
directory
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.