FHIR Connector Overview

Fast Healthcare Interoperability Resources (FHIR) is an interoperability standard for electronic exchange of healthcare information. The FHIR connector can be used to invoke FHIR operations within the mediation logic.

This connector uses the HAPI FHIR APIs to connect with a Test Server, which is an open source server licensed under the Apache Software License 2.0 (Java-based implementation of the FHIR specification).

To see the FHIR Connector, navigate to the connector store and search for "fhir".

FHIR Connector Store

Compatibility

Connector Version Supported product versions
1.0.2 APIM 4.0.0, EI 7.1.0, EI 7.0.x EI 6.6.0 EI 6.5.0

For older versions, see the details in the connector store.

FHIR Connector documentation

  • FHIR Connector Example: In this example you will learn how you can connect to a FHIR server and invoke operations. This is illustrated using a sample API.

  • FHIR Connector Reference: This documentation provides a reference guide for the FHIR Connector.

How to contribute

As an open source project, WSO2 extensions welcome contributions from the community.

To contribute to the code for this connector, create a pull request in the following repository.

Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.

Top