Open
Description
The retrieve evaluator has access to the valueset version when it resolves the valuesetRef here:
As that code shows, it then extracts ONLY the id when passed to the DataProvider below:
This leads to a situation where it is ambiguous what version of the valueset is to be used by the retreive/data provider.
It is NOT ambigious when referenced as part of an expression:
It seems the simplest solution would be to pass the ValueSet object in place of the valuesetId string, the retreiveprovider can strip it down to just the id if that is desired.
Metadata
Assignees
Labels
No labels
Activity