FHIR Chat · Forge valueSetReference · implementers

Stream: implementers

Topic: Forge valueSetReference


view this post on Zulip Alexander Henket (Oct 31 2016 at 16:55):

Just noticed @Michel Rutten just noticed: when you select "Is a ResourceReference" under "Value set reference", then Forge does not serialize the URL of the ValueSet reference. My expectation was this:

        <binding>
            <strength value="extensible"/>
            <valueSetReference>
                <reference value="http://..."/>
            </valueSetReference>
        </binding>

Known?

view this post on Zulip Michel Rutten (Nov 01 2016 at 08:59):

Hi @Alexander Henket The current public release (13.2) has some issues concerning change tracking, where sometimes certain constraints are not serialized to the output. I've tried to hotfix some of these issues for a while, but it became clear that the old architecture had reached it's limits. So I am currently rewriting the whole layer that is responsible change tracking. Once this is finished we will publish a new release.

view this post on Zulip Alexander Henket (Nov 01 2016 at 09:00):

Ok. Thanks. Just wanted to make sure it was known.


Last updated: Apr 12 2022 at 19:14 UTC