UPDATE 2021-10-25: We have now moved our FHIR Connector extension from a free download to our commercial offerings. This was a free-to-download pilot project for 3+ years. The latest version of the FHIR extension is available to customers on our Gold/Advanced support tiers, please contact us at [email protected] if you're interested!
The current FHIR Connector extension includes the following features:
Example of the FHIR resource builder UI:

Original Post:
In case you didn't know, we currently have a FHIR Technology Preview that you can download and try out for free. It includes a source connector (FHIR Listener) that acts as a FHIR server. It handles the Capability Statement automatically, and will parse incoming requests to supply useful information in the source map. It also stands up a configurable website for displaying resources and other information, and includes some other helper/utility classes to help streamline your implementation.

We're working on updates to this, and would like some feedback from the community! Help us out by answering any of the following questions, or feel free to give general feedback or feature requests.
How many of you are using FHIR, either with or without Mirth Connect? If you're not using it, are you planning to?
What are you using it (or are wanting to use it) for? Any specific use-cases you can share?
For those of you using the FHIR Technology Preview, what is your honest feedback? What are we doing right, and what can we improve upon? Any specific gotchas or pain points we can iron out?
Among other things, here are some general updates/improvements under consideration:
Thank you in advance!
The current FHIR Connector extension includes the following features:
- Support for R5 (Preview #1), R4, STU 3, DSTU 2.1, DSTU 2
- FHIR Data Type (seamless conversion between XML and JSON resources)
- FHIR Listener source connector
- Your own custom FHIR server, tweak the capability statement as you need it
- Automatically serves up capability statement
- Automatically serves up HTML web UI for browsing capability statement and other resources
- FHIR Sender destination connector
- Connect to any FHIR-capable server
- Automatically populates available interactions/operations based on the server's capability statement
- FHIR Model Builder transformer step
- A drag-and-drop UI for any FHIR resource / data type
- Convert your data (e.g. from HL7 v2.x) to FHIR
- FHIR Model Builder code template type
- Same as the transformer step, but in code template form, can share between channels
- FhirUtil utility class available in JavaScript for various useful methods
Example of the FHIR resource builder UI:

Original Post:
In case you didn't know, we currently have a FHIR Technology Preview that you can download and try out for free. It includes a source connector (FHIR Listener) that acts as a FHIR server. It handles the Capability Statement automatically, and will parse incoming requests to supply useful information in the source map. It also stands up a configurable website for displaying resources and other information, and includes some other helper/utility classes to help streamline your implementation.

We're working on updates to this, and would like some feedback from the community! Help us out by answering any of the following questions, or feel free to give general feedback or feature requests.
How many of you are using FHIR, either with or without Mirth Connect? If you're not using it, are you planning to?
What are you using it (or are wanting to use it) for? Any specific use-cases you can share?
For those of you using the FHIR Technology Preview, what is your honest feedback? What are we doing right, and what can we improve upon? Any specific gotchas or pain points we can iron out?
Among other things, here are some general updates/improvements under consideration:
- Support for STU3 (R3)
- Add a destination (FHIR Sender) connector
- Similar to the Web Service Sender, this should have the ability to download capabilities from the server and display supported resources/interactions in drop-down menus
- Add a graphical UI builder for FHIR resources
- Add a dedicated FHIR data type that supports both XML and JSON
- More documentation and examples!
Thank you in advance!
Comment