Stream: implementers
Topic: Structure Definition and modifierExtension
Shamil Nizamov (Feb 20 2020 at 16:44):
How to define that an extension is a modifierExtension in Structure Definition? Forge does not seem to support such option (it does allow to change MustSupport but not IsModifier) to see the outcome.
Mirjam Baltus (Feb 20 2020 at 17:25):
You set the isModifier on the top level of the Extension, which Forge does allow.
Shamil Nizamov (Feb 20 2020 at 17:48):
Mirjam Baltus said:
You set the isModifier on the top level of the Extension, which Forge does allow.
In the StructureDefinition of the resource profile or StructureDefinition of the extension? Yes, I did the latter. But it does not give any clue in the resource profile that the extension should be considered as a modifier extension. Am I missing something?
pasted image
Mirjam Baltus (Feb 20 2020 at 17:54):
@Shamil: I had the same when my profile was still open in Forge while I worked on the extension. Reloading the profile helped, and Forge then showed the Is modifier field as being selected.
Shamil Nizamov (Feb 20 2020 at 18:13):
Mirjam Baltus said:
Shamil: I had the same when my profile was still open in Forge while I worked on the extension. Reloading the profile helped, and Forge then showed the Is modifier field as being selected.
Hmm, you are right, it's marked as modifier now. This is not obvious at the beginning.
Last updated: Apr 12 2022 at 19:14 UTC