FHIR Chat · IG Publisher issue seeing "examples" value in ig.xml · implementers

Stream: implementers

Topic: IG Publisher issue seeing "examples" value in ig.xml


view this post on Zulip Chris Moesel (Mar 17 2018 at 14:56):

I am using the current build 3.2.0 ig publisher jar to build a 3.0.1 IG, and I get one of these errors for every resource in my ig.xml:

Profile http://hl7.org/fhir/StructureDefinition/ImplementationGuide, Element 'ImplementationGuide.package.resource[1].example': minimum required = 1, but only found 0

As best I can tell, however, my resources in the ig.xml are correct. For example:

<resource>
  <example value="false" />
  <sourceReference>
    <reference value="StructureDefinition/oncology-BreastCancer" />
    <display value="BCI BreastCancer Profile" />
  </sourceReference>
</resource>

Any idea what the problem might be?

view this post on Zulip Eric Haas (Mar 17 2018 at 16:55):

as far as I can figure out its an ig-pub validator error.

view this post on Zulip Eric Haas (Mar 17 2018 at 16:55):

I think I posted a tracker

view this post on Zulip Chris Moesel (Mar 17 2018 at 17:05):

Found it: https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=15539&start=0

I guess for now I won't worry about it then. Thanks, @Eric Haas.


Last updated: Apr 12 2022 at 19:14 UTC