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
CodeSystem has an attribute caseSensitive which states how codes within this system are compared to each other. In the Validator this not considered and it is actually the responsibility of the TeminologyService.
In the SDK we have a LocalTerminologyService where we can try to solve this. In any case, the LocalTerminologyService should have access to the connected CodeSystem to determine the value of caseSensitive.
More information about CodeSystem.caseSensitive see here.
The text was updated successfully, but these errors were encountered:
CodeSystem has an attribute caseSensitive which states how codes within this system are compared to each other. In the Validator this not considered and it is actually the responsibility of the TeminologyService.
In the SDK we have a LocalTerminologyService where we can try to solve this. In any case, the LocalTerminologyService should have access to the connected CodeSystem to determine the value of caseSensitive.
More information about CodeSystem.caseSensitive see here.
The text was updated successfully, but these errors were encountered: