Go to file
markiantorno abd46acae3 Indexed Element refactored. 2020-02-21 15:06:36 -05:00
.mvn/wrapper
org.hl7.fhir.convertors removed parser files 2020-02-20 13:08:20 -05:00
org.hl7.fhir.core.generator
org.hl7.fhir.dstu2
org.hl7.fhir.dstu3
org.hl7.fhir.dstu2016may
org.hl7.fhir.r4
org.hl7.fhir.r5
org.hl7.fhir.utilities
org.hl7.fhir.validation Indexed Element refactored. 2020-02-21 15:06:36 -05:00
org.hl7.fhir.validation.cli
.editorconfig
.gitignore
.travis.yml
LICENSE.txt
README.md
compare updated code.bat
mvnw
mvnw.cmd
pom.xml
r4 test resources.lnk
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.