FHIR Chat · ValueSet error running IG publisher · committers

Stream: committers

Topic: ValueSet error running IG publisher


view this post on Zulip Sean McIlvenna (Sep 22 2016 at 05:27):

I'm getting this odd error from the IG publisher when I include a ValueSet in the resources directory (didn't even reference it in the ImplementationGuide or control file):

Exception in thread "main" java.lang.Error: fetching org.hl7.fhir.dstu3.model.ValueSet not done yet for URI urn:oid:2.16.840.1.113883.1.11.1
at org.hl7.fhir.dstu3.utils.SimpleWorkerContext.fetchResource(SimpleWorkerContext.java:343)
at org.hl7.fhir.igtools.publisher.IGKnowledgeProvider.resolveBinding(IGKnowledgeProvider.java:331)
at org.hl7.fhir.dstu3.utils.ProfileUtilities.generateDescription(ProfileUtilities.java:1869)
at org.hl7.fhir.dstu3.utils.ProfileUtilities.generateDescription(ProfileUtilities.java:1804)
at org.hl7.fhir.dstu3.utils.ProfileUtilities.genElement(ProfileUtilities.java:1676)
at org.hl7.fhir.dstu3.utils.ProfileUtilities.genElement(ProfileUtilities.java:1702)
at org.hl7.fhir.dstu3.utils.ProfileUtilities.generateTable(ProfileUtilities.java:1566)
at org.hl7.fhir.igtools.renderers.StructureDefinitionRenderer.diff(StructureDefinitionRenderer.java:314)
at org.hl7.fhir.igtools.publisher.Publisher.generateOutputsStructureDefinition(Publisher.java:2064)
at org.hl7.fhir.igtools.publisher.Publisher.generateOutputs(Publisher.java:1799)
at org.hl7.fhir.igtools.publisher.Publisher.generate(Publisher.java:1254)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:236)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:2194)

Has anyone seen this before?

I just confirmed... the ValueSet is valid against both schema and schematron

Seems to be something related to the binding of the value set in a structure definition

Anyone know the inner-workings of the ig publisher when it comes to value sets?

I see that it connects to grahame's terminology server as one of the starting processes of the publisher

is it trying to retrieve the value set from grahame's server even though I already have it defined (and expanded) in the ig?

Nope.. that can't be it, I just posted the value set to the server no prob... ig publisher still complains


Last updated: Apr 12 2022 at 19:14 UTC