2a2005f93b
2. Added new test case for (and fixed issue with) validation problems when there are multiple target profiles declared that have the same resource type. (Previously, the validator was always choosing the first profile, even if it was invalid.) 3. Fixed problems where certain profiles were triggering silent NPEs in the validator and improved console messaging so you can tell what warnings and errors are being generated for what. |
||
---|---|---|
.mvn/wrapper | ||
org.hl7.fhir.convertors | ||
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 | ||
org.hl7.fhir.validation.cli | ||
.editorconfig | ||
.gitignore | ||
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
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