FHIR Chat · Example Extension with ValueReference · shorthand

Stream: shorthand

Topic: Example Extension with ValueReference


view this post on Zulip Brian Kaney (Dec 03 2019 at 18:48):

Hi Folks -- anyone have an example of an extension with a ValueReference constrained to certain types?

view this post on Zulip 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