FHIR Chat · IG Publisher: Error : null · implementers

Stream: implementers

Topic: IG Publisher: Error : null


view this post on Zulip Max Nakamura (May 17 2017 at 16:55):

Hello Lloyd and Graham,

I am having trouble "Executing" the C-CDA_on_FHIR.json from the attached .zip package using the IG Publisher. I downloaded the latest org.hl7.fhir.igpublisher.jar from http://build.fhir.org/downloads.html.

However, I am running into the below error, and would appreciate any guidance on how to resolve this issue:

Error : null
org.hl7.fhir.r4.conformance.ProfileUtilities.commas(ProfileUtilities.java:2566)
org.hl7.fhir.r4.conformance.ProfileUtilities.describeSlice(ProfileUtilities.java:2560)
org.hl7.fhir.r4.conformance.ProfileUtilities.generateDescription(ProfileUtilities.java:2306)
org.hl7.fhir.r4.conformance.ProfileUtilities.generateDescription(ProfileUtilities.java:2252)
org.hl7.fhir.r4.conformance.ProfileUtilities.genElement(ProfileUtilities.java:2081)
org.hl7.fhir.r4.conformance.ProfileUtilities.genElement(ProfileUtilities.java:2107)
org.hl7.fhir.r4.conformance.ProfileUtilities.generateTable(ProfileUtilities.java:1954)
org.hl7.fhir.r4.utils.NarrativeGenerator.generate(NarrativeGenerator.java:3662)
org.hl7.fhir.r4.utils.NarrativeGenerator.generate(NarrativeGenerator.java:261)
org.hl7.fhir.r4.utils.NarrativeGenerator.generate(NarrativeGenerator.java:239)
org.hl7.fhir.igtools.publisher.Publisher.generateNarratives(Publisher.java:408)
org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:320)
org.hl7.fhir.igtools.ui.IGPublisherFrame$BackgroundPublisherTask.doInBackground(IGPublisherFrame.java:250)
org.hl7.fhir.igtools.ui.IGPublisherFrame$BackgroundPublisherTask.doInBackground(IGPublisherFrame.java:239)
javax.swing.SwingWorker$1.call(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
javax.swing.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)

C-CDA-on-FHIR.zip

Thank you,

Meenaxi Gosai
QA Analyst/Engineer
Lantana Consulting Group
t: 360.450.0545
Maple Ridge—BC PST

view this post on Zulip Lloyd McKenzie (May 17 2017 at 17:53):

You're building against STU3 but your structure definitions aren't valid r3 structure definitions. The "type" element is mandatory under "slicing"

view this post on Zulip Eric Haas (May 17 2017 at 19:50):

I'm not clear what you are doing. Are you trying to recreate an IG from the validator.zip?


Last updated: Apr 12 2022 at 19:14 UTC