The Epic connector allows you to access the Epic FHIR APIs through WSO2 Enterprise Integrator (WSO2 EI). Epic connector currently supports the DSTU 2 Final (1.0.2) version of the FHIR standard.
Connector version | Epic API version | Supported WSO2 EI version |
---|---|---|
1.0.0 | DSTU2 | EI 6.4.0 |
- 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.
To get started with the Epic connector and their operations, see Configuring Epic Operations.
Follow the steps given below to build the Epic connector from the source code:
- Get a clone or download the source from github.
- Run the following Maven command from the
esb-connector-epic
directory:mvn clean install
. - Epic connector zip will be created under
esb-connector-epic/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.