FHIR Chat · FHIR extensions in fields · implementers

Stream: implementers

Topic: FHIR extensions in fields


view this post on Zulip Ana Barbosa (Jan 16 2019 at 18:18):

Hi!
I was looking for a way to define an extension at field's level through Forge.
Example: In the resource ValueSet I want an extension in the field "concept" (ValueSet.compose.include.concept) but I'm only able to add the extension to the global resource. Is this related with the resource that allows an extension? Do I have to develop code to get this or is there a way to get it only by extension definition on Forge?
I've tried profiles too, but then I add the profile to the resource StructureDefinition and I'm still not capable to add the extension at the level I want.

Thanks in advance.

view this post on Zulip Lloyd McKenzie (Jan 16 2019 at 18:19):

@Michel Rutten

view this post on Zulip Michel Rutten (Jan 17 2019 at 10:00):

Hi @Ana Barbosa, Forge allows you to extensions on any (valid) element. Select the element in the tree and click on "Extend".

view this post on Zulip Michel Rutten (Jan 17 2019 at 10:00):

pasted image


Last updated: Apr 12 2022 at 19:14 UTC