LinuxForHealth FHIR® Server
The LinuxForHealth FHIR Server is a modular Java implementation of version 4 of the HL7 FHIR specification with a focus on performance and configurability.
Conformance
The LinuxForHealth FHIR Server conforms to versions 4.0.1 (R4) and 4.3.0 (R4B) of the HL7 FHIR specification.
We use AEGIS Touchstone to test and publish our conformance results.
For a detailed description of conformance, please see Conformance.
Running the server
Information on installing, configuring, and running the LinuxForHealth FHIR Server is available in the User Guide at FHIRServerUsersGuide.
Building with the LinuxForHealth FHIR modules
LinuxForHealth FHIR artifacts are available in Maven Central with a group ID of org.linuxforhealth.fhir
.
For example, if you are using Maven and would like use our object model (including our high-performance parser, generator, and validator), you could declare the dependency like this:
...<dependencies><dependency><groupId>org.linuxforhealth.fhir</groupId><artifactId>fhir-model</artifactId><version>${fhir.version}</version></dependency>...</dependencies>