B2i Healthcare is now part of IQVIA, and our open-source projects have a new home within the IQVIA GitHub organization.
👉 Please visit: https://github.com/iqvia-hds-oss/fhir-core
This repository is no longer actively maintained here and is being kept available for historical reference. For the latest source code, releases, issue tracking, and ongoing development, please use the corresponding repository in our new organization.
We'd be delighted to see you there and appreciate your continued interest in our work!
The main object of this library is to shrink the original org.hl7.fhir.core model (R4, R4B and R5) and convertor jars into a OSGi bundle with as few dependencies as possible.
This library is based on the 6.9.7 version of org.hl7.fhir.core.
The maven artifact is available in the B2i Healthcare Maven repository: https://artifacts.b2ihealthcare.com/repository/maven-releases/
<dependency>
<groupId>com.b2international</groupId>
<artifactId>fhir-core</artifactId>
<version>0.6.0</version>
</dependency>
This project uses Java (minimum version 17) and Apache Maven to build.
To build the package, invoke:
mvnw clean package
To deploy it to the configured Nexus repository, invoke:
mvnw clean deploy