FHIR Chat · java validator tries to resolve.. · conformance

Stream: conformance

Topic: java validator tries to resolve..


view this post on Zulip 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

view this post on Zulip Patrick Werner (Dec 03 2020 at 18:40):

The validator tries to resolve the mapping.uris and fails

view this post on Zulip 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

view this post on Zulip Grahame Grieve (Dec 08 2020 at 05:19):

this should not be happening anymore

view this post on Zulip Patrick Werner (Dec 08 2020 at 11:52):

thanks

view this post on Zulip Hannah Barton (Dec 08 2020 at 20:10):

I am still seeing this error

view this post on Zulip Lloyd McKenzie (Dec 08 2020 at 20:11):

What version do you see when you run the validator?

view this post on Zulip Hannah Barton (Dec 08 2020 at 20:19):

I'm running :latest

view this post on Zulip Lloyd McKenzie (Dec 08 2020 at 20:59):

What version number do you see?

view this post on Zulip Hannah Barton (Dec 08 2020 at 22:34):

How do I locate the version number?

view this post on Zulip Grahame Grieve (Dec 08 2020 at 23:01):

it's in the first line of the output

view this post on Zulip 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/

view this post on Zulip Hannah Barton (Dec 09 2020 at 15:41):

This is what is bundled with inferno

view this post on Zulip 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