FHIR Chat · ImplementationGuide Grouping · IG creation

Stream: IG creation

Topic: ImplementationGuide Grouping


view this post on Zulip Kurt Allen (Oct 07 2019 at 17:50):

Does creating a Group in implementation guide (ImplementationGuide.definition.grouping) actually do anything for the output IG?

I have tried creating a grouping
<grouping>
<id value="Base" />
<name value="Base Name" />
<description value="Base Description" />
</grouping>

and setting groupingId="Base" to all my resource references, and and nothing appears to have changed. I was expecting a new header to be created in the IG and the resource to be listed under it, but the resources are listed under the first base group.
It this still under developement or am I missing something?

view this post on Zulip Sean McIlvenna (Oct 07 2019 at 18:39):

I don't know for certain, but I would venture to guess this would do something once the new template is finalized/used.

view this post on Zulip Lloyd McKenzie (Oct 07 2019 at 20:17):

In the new template, it affects how artifacts are grouped in the "artifact list". (If you don't define any, it'll define some for you.)

view this post on Zulip Kurt Allen (Oct 07 2019 at 21:41):

Thx!


Last updated: Apr 12 2022 at 19:14 UTC