You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new ITerminologyService implementation that could do a $validate for a ValueSet, even if it does not have the codesystems mentioned in the valueset. This can be done by interpreting the composition rules in the ValueSet and then translating them to $lookups on a CodeSystem, basically bridging between a ValueSet (which the external server might not have) and the CodeSystem (which the external server could have).
That was Tim's idea, and I think we can make it work in some limited, but common cases. After studying the Java source code of the terminology client, we have concluded that Grahame is doing the same thing, in a very limited (but useful) way. We could copy that approach.
The text was updated successfully, but these errors were encountered:
Create a new
ITerminologyService
implementation that could do a $validate for a ValueSet, even if it does not have the codesystems mentioned in the valueset. This can be done by interpreting the composition rules in the ValueSet and then translating them to $lookups on a CodeSystem, basically bridging between a ValueSet (which the external server might not have) and the CodeSystem (which the external server could have).That was Tim's idea, and I think we can make it work in some limited, but common cases. After studying the Java source code of the terminology client, we have concluded that Grahame is doing the same thing, in a very limited (but useful) way. We could copy that approach.
The text was updated successfully, but these errors were encountered: