Stream: implementers
Topic: FHIR extensions in fields
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.
Lloyd McKenzie (Jan 16 2019 at 18:19):
@Michel Rutten
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".
Michel Rutten (Jan 17 2019 at 10:00):
Last updated: Apr 12 2022 at 19:14 UTC