Go to file
markiantorno 6d89e8e778 wip 2020-06-05 11:16:33 -04:00
.mvn/wrapper
org.hl7.fhir.convertors Merge pull request #214 from hapifhir/ja_20200524_npm_rework 2020-06-04 16:04:02 +10:00
org.hl7.fhir.core.generator fix up time tracking for validation testing 2020-06-05 08:07:23 +10:00
org.hl7.fhir.dstu2
org.hl7.fhir.dstu3
org.hl7.fhir.dstu2016may
org.hl7.fhir.r4 wip 2020-06-05 11:16:33 -04:00
org.hl7.fhir.r5 wip 2020-06-05 11:05:52 -04:00
org.hl7.fhir.report wip 2020-06-03 13:33:12 -04:00
org.hl7.fhir.utilities Merge pull request #214 from hapifhir/ja_20200524_npm_rework 2020-06-04 16:04:02 +10:00
org.hl7.fhir.validation wip 2020-06-05 11:05:52 -04:00
org.hl7.fhir.validation.cli
.editorconfig
.gitignore
.travis.yml
LICENSE.txt
README.md
RELEASE_NOTES.md
azure-pipelines.yml Missing closing quotation. 2020-06-04 14:08:27 -04:00
compare updated code.bat
module-snapshot-publishing.yml Update module-snapshot-publishing.yml for Azure Pipelines 2020-06-05 10:57:06 -04:00
mvnw
mvnw.cmd
pom.xml Upping fhir-test-case version so tests pass 2020-06-05 10:07:42 -04:00
r4 test resources.lnk
release-notes-validator.md
release.bat
validation test resources.lnk

README.md

HAPI FHIR - HL7 FHIR Core Artifacts

Build Status Maven Central

Building this Project

This project uses Apache Maven to build. To build:

mvn install

Note that unit tests will run, but are currently not set to fail the build as they do not all pass. This is being worked on.

To skip unit tests:

mvn -Dmaven.test.skip install

== Maintenance

This project is maintained by Grahame Grieve and James Agnew on behalf of the FHIR community.