Stream: terminology
Topic: Valueset creation
Mounika (Nov 16 2018 at 12:01):
Hi all,
Generally a valueset includes code, display and definition. We want to add some extra fields to the valueset. How to add? Can anyone suggest.
Lloyd McKenzie (Nov 16 2018 at 12:13):
Are you interested in adding elements on the "Definition" side of the value set or the "expansion" side?
Mounika (Nov 16 2018 at 12:15):
@Lloyd McKenzie We want to add at exapansion side.
Lloyd McKenzie (Nov 16 2018 at 12:16):
We're looking at allowing the expansion to include code properties (or at least some of them), so that might provide what you need
Mounika (Nov 16 2018 at 12:31):
We had created a valueset using Clinfhir. We got the "Definition" element is empty in expansion table
valueset.PNG
Lloyd McKenzie (Nov 16 2018 at 12:54):
Right. Definition isn't included by default. However, I think we're exploring parameterized expansions that would allow including this. @Rob Hausam ?
Michael Lawley (Nov 16 2018 at 12:57):
There is an includeDefinition
parameter to $expand
that can be used to request them
Rob Hausam (Nov 16 2018 at 13:44):
Some of this is server dependent - some servers have included the definition by default, and others haven't. But as Michael said, includeDefinition allows you to control that.
Last updated: Apr 12 2022 at 19:14 UTC