FHIR Chat · Profiling Bindings & Fixed Values on Referenced Extensions · implementers

Stream: implementers

Topic: Profiling Bindings & Fixed Values on Referenced Extensions


view this post on Zulip Chris Moesel (Feb 21 2017 at 05:02):

I'm writing a profile that uses an extension -- however, I want to constrain the valueCodeableConcept of that extension to a value set (but without changing the extension definition). So, from my profile structure definition, do I have to use invariants on my extension path to do it? Or do I "unroll" the extension in my differential to get to the element that has the valueCodeableConcept in it?

view this post on Zulip Lloyd McKenzie (Feb 21 2017 at 06:09):

You can unroll the extension

view this post on Zulip Chris Moesel (Feb 21 2017 at 18:08):

Ha. This essentially ends with the same answer as Mark and I's other question. Good to see some consistency. Thanks!

view this post on Zulip Richard Kavanagh (Feb 22 2017 at 12:01):

@Lloyd McKenzie Can you explain unroll - what does that mean?

view this post on Zulip Lloyd McKenzie (Feb 22 2017 at 19:29):

It means drilling down into the content of the Extension data type as part of your differential (which will result in a corresponding drill-down in your snapshot)


Last updated: Apr 12 2022 at 19:14 UTC