Stream: conformance
Topic: 4.1.48-SNAPSHOT - error resolving core objects
Patrick Werner (Jan 17 2020 at 14:49):
Using the new 4.1.48-SNAPSHOT validator i get a lot of errors like this:
Error @ StructureDefinition.snapshot.element[4].binding.extension[0].value.ofType(Reference) (line 205, col27) : Unable to resolve resource 'http://hl7.org/fhir/ValueSet/all-languages'
adding: -ig "hl7.fhir.core#3.0.1"
didn't resolve the issue
Patrick Werner (Jan 17 2020 at 14:51):
In general a missing ValueSer to validate against should only be a warning.
Or: strict mode and lenient mode: strict throws an error, lenient a warning.
Grahame Grieve (Jan 17 2020 at 19:48):
hmm how can I reproduce this?
Patrick Werner (Jan 18 2020 at 13:01):
java -jar org.hl7.fhir.validator.jar https://fhir.simplifier.net/BasisprofilDE/StructureDefinition/4128e06b-d4d3-4a57-b5d9-a4fd96e22e6f -version 3.0.2 -ig "hl7.fhir.core#3.0.1"
Patrick Werner (Jan 18 2020 at 13:01):
this checks the german humanName base profile
Patrick Werner (Jan 18 2020 at 13:02):
*FAILURE* validating https://fhir.simplifier.net/BasisprofilDE/StructureDefinition/4128e06b-d4d3-4a57-b5d9-a4fd96e22e6f: error:2 warn:0 info:0 Error @ StructureDefinition.snapshot.element[3].binding.valueSet.ofType(Reference) (line 258, col12) : Unable to resolve resource 'http://hl7.org/fhir/ValueSet/name-use' Error @ StructureDefinition.snapshot.element[28].binding.valueSet.ofType(Reference) (line 1590, col12) : Unable to resolve resource 'http://hl7.org/fhir/ValueSet/name-part-qualifier'
Grahame Grieve (Jan 18 2020 at 19:56):
thx. fixed
Last updated: Apr 12 2022 at 19:14 UTC