Stream: conformance
Topic: java validator ignores FHIR version of IGs
Patrick Werner (Oct 09 2019 at 12:02):
The java validator always uses the latest published FHIR version and ignores the FHIR version which is defined inside an IG.
Shouldn't the version from the IG be used?
Grahame Grieve (Oct 09 2019 at 14:09):
umm what? in what respect does it do this?
Patrick Werner (Oct 09 2019 at 16:33):
if i validate without -version i get:
definitions from hl7.fhir.core#current
with version:
definitions from hl7.fhir.core#4.0.0
Patrick Werner (Oct 09 2019 at 16:33):
IG is set to 4.0.0
Grahame Grieve (Oct 09 2019 at 19:46):
sure that's documented behavior - it loads the core spec before loading any IGs
Last updated: Apr 12 2022 at 19:14 UTC