For the complete documentation index, see llms.txt. This page is also available as Markdown.

3.7. FHIR custom implementation

These transformations are what is used when importing or exporting data through an External Synchronization from or to a FHIR instance.

The data coming in and out of a Fast Healthcare Interoperability Resources (FHIR) instance is transformed through the use of the Java Service IOC architecture. A developer can add a new transformation by creating a JAR file that registers its classes as implementations of the FHIR interfaces. The following sections describe a step-by-step process to create a new FHIR implementation in the system.

Last updated