Stream: shorthand
Topic: Example Extension with ValueReference
Brian Kaney (Dec 03 2019 at 18:48):
Hi Folks -- anyone have an example of an extension with a ValueReference constrained to certain types?
Chris Moesel (Dec 03 2019 at 20:21):
Hi @Brian Kaney -- it should be as simple as:
Extension: TestExtension * value[x] only Reference(Observation | Condition)
But... it appears we have a bug in sushi
that isn't properly interpreting Extension.value[x]:Reference
as a reference to Any. We'll work on a fix.
Last updated: Apr 12 2022 at 19:14 UTC