CI Status (master) | Latest SNAPSHOT |
---|---|
This is the core publishing code for the HL7 FHIR specification itself. The jar produced from this repository is used within the publisher here.
There's no reason to use this code for any other purpose: all the generally purpose FHIR code which can be used for other things that are part of this application can be found at found in https://github.com/hapifhir/org.hl7.fhir.core
You can find detailed instructions on setting up this project in your IDE here.
This project uses the gradle build tool to build, and includes pre-build gradlew wrappers for common build tasks.
To build the project use the following:
On Mac or Linux:
gradlew build
On Windows:
gradlew.bat build
This project has pipelines hosted on Azure Pipelines.
Have you found an issue? Do you have a feature request? Great! Submit it here and we'll try to fix it as soon as possible.
This project is maintained by Grahame Grieve, David Otasek and Mark Iantorno on behalf of the FHIR community.
The FHIR IG 'fhir-extensions' is tightly integrated into the core spec that this project builds.