Stream: implementers
Topic: Extending required valueset
Ana Kostadinovska (Oct 30 2019 at 16:24):
What is the best way to extend a required value set? For example, for DetectedIssue resource, we would like to have "very low" value for the severity element. I assume we would need an extension, what type of extension would be best in this case?
Lloyd McKenzie (Oct 30 2019 at 16:29):
If the value set is 'required', you can't extend the value set. You can send an extension on the element to convey additional nuance, but you need to pick one of the existing codes.
Last updated: Apr 12 2022 at 19:14 UTC