Stream: implementers
Topic: Value Set in Expansion
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);
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")
.
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