Stream: implementers
Topic: Forge 13.2 Constraining system to ValueSet
Kevin Mayfield (Oct 07 2016 at 14:28):
I'm going into Element Properties: system and under ValueSet binding I'm adding a required Value set reference. This is on a sliced identifier which I want to restrict to a ValueSet. It just gets ignored and I'm wondering if this type of restriction was removed from FHIR (I recall Patient.identifiers being linked to ValueSets at one point). Is this possible??
Kevin Mayfield (Oct 07 2016 at 14:29):
Michel Rutten (Oct 10 2016 at 08:51):
Hi @Kevin Mayfield I think you have discovered a known bug in the current Forge release (13.2). Valueset binding constraints are not always serialized to the differential, due to broken change tracking. You can force a change by (temporarily) editing one of the binding properties.
Change tracking logic has become overly complex and unreliable. I'm currently rewriting large parts of the application, including snapshot generation and change tracking. The new logic which will be part of the next release.
Kevin Mayfield (Oct 10 2016 at 08:58):
Many thanks. Will look forward to the next release.
Last updated: Apr 12 2022 at 19:14 UTC