Stream: implementers
Topic: Add Extension to Composition.section.author
David Moorhouse (Jul 31 2019 at 05:15):
Can I define an extension to the Composition.section.author and register it against that node. I thinking in our derived profile I'd add an element with a path of "Composition.section.author.extension" that links to the extension definition.
E.g.
<element>
<path value="Composition.section.author.extension" />
<sliceName value="authorRole" />
<!-- snip -->
<type>
<code value="Extension" />
<profile value="https://our-api/structuredefinition/AuthorRole" /> <!-- path to extension definition -->
</type>
</element>
Lloyd McKenzie (Jul 31 2019 at 05:43):
Yes, that's what the extension reference would look like in your Composition profile.
David Moorhouse (Jul 31 2019 at 05:46):
Awesome, thanks for the fast reply Lloyd
Last updated: Apr 12 2022 at 19:14 UTC