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
If a node is DV_TEXT and doesn't have an alternative DV_CODED_TEXT already in the OPT, then add a DV_CODED_TEXT alternative to the attribute.children, that will allow to execute queries over the text or coded text.
The new DV_CODED_TEXT node should be open (no constraints added).
Note this will add coded nodes for all the LOCATABLE.name attributes, that is not an issue, though we can add an option to avoid it.
The text was updated successfully, but these errors were encountered:
NOTE: we already have this implemented in EHRServer ppazos/cabolabs-ehrserver#748 in the OperationalTemplateIndexerService, we might need to retest this with specific OPTs to see why the alternative coded is not appearing as a query path.
The text was updated successfully, but these errors were encountered: