FHIR Chat · Value Set in Expansion · implementers

Stream: implementers

Topic: Value Set in Expansion


view this post on Zulip Abdul Rauf (Nov 23 2016 at 07:02):

Hi, Please anyone can help, how i can add Element value?

For example :
_valueset.Expansion.AddExtension("http://hl7.org/fhir/StructureDefinition/valueset-unclosed", ???, false);

view this post on Zulip Mirjam Baltus (Nov 24 2016 at 14:29):

You can create an instance of the FHIR type you need, for example if you needed a string you could do new FhirString("myvalue").

view this post on Zulip Mirjam Baltus (Nov 24 2016 at 14:30):

All FHIR datatypes derive from the Element datatype.


Last updated: Apr 12 2022 at 19:14 UTC