Stream: conformance
Topic: java validator tries to resolve..
Patrick Werner (Dec 03 2020 at 18:40):
While validating i get resolve errors on:
Error @ StructureDefinition.mapping[0].uri (line 25, col34) : URL value 'http://hl7.org/v3' does not resolve
Patrick Werner (Dec 03 2020 at 18:40):
The validator tries to resolve the mapping.uris and fails
Patrick Werner (Dec 03 2020 at 18:41):
Same for identifier.systems:
Error @ StructureDefinition.differential.element[8].fixed.ofType(uri) (line 93, col8) : URL value 'http://fhir.de/NamingSystem/arge-ik/iknr' does not resolve
Grahame Grieve (Dec 08 2020 at 05:19):
this should not be happening anymore
Patrick Werner (Dec 08 2020 at 11:52):
thanks
Hannah Barton (Dec 08 2020 at 20:10):
I am still seeing this error
Lloyd McKenzie (Dec 08 2020 at 20:11):
What version do you see when you run the validator?
Hannah Barton (Dec 08 2020 at 20:19):
I'm running :latest
Lloyd McKenzie (Dec 08 2020 at 20:59):
What version number do you see?
Hannah Barton (Dec 08 2020 at 22:34):
How do I locate the version number?
Grahame Grieve (Dec 08 2020 at 23:01):
it's in the first line of the output
Hannah Barton (Dec 09 2020 at 15:40):
It looks like I'm using 5.1.7
/usr/local/openjdk-8/bin/java -XX:MaxRAMPercentage=75.0 -classpath /home/lib/InfernoValidationService-1.1.0.jar:/home/lib/org.hl7.fhir.validation-5.1.7.jar:/home/
Hannah Barton (Dec 09 2020 at 15:41):
This is what is bundled with inferno
Marvin Greenberg (Dec 09 2020 at 16:02):
OK, it looks like Inferno is bundled with 5.1.7, but latest is org.hl7.fhir.validation-5.2.10.jar. I guess we'll try to update the dependency in the validator docker image that Inferno uses.
Last updated: Apr 12 2022 at 19:14 UTC