Stream: conformance
Topic: java validator version on -ig argument
Patrick Werner (Oct 09 2019 at 17:57):
If i try to use the java validator with a version specific -ig argument it fails to resolve the if package.
java -jar ~/Downloads/org.hl7.fhir.validator.jar http://build.fhir.org/ig/HL7/genomics-reporting/Observation-SNVexample.xml -version 4.0 -ig hl7.fhir.uv.genomics-reporting#0.4
Patrick Werner (Oct 09 2019 at 18:02):
related: https://wiki.hl7.org/Using_the_FHIR_Validator says about having -ig with no version:
In this case, the current published version of the IG is used.
With the genomics IG it just loads the last commit (current build), not the last published version.
Grahame Grieve (Oct 10 2019 at 06:34):
yes that's probably right. can you make a github issue (on fhir-core in hapi) to fix that
Last updated: Apr 12 2022 at 19:14 UTC