I am recently studying the fast dictionary code and behavior. I wonder how
was sno_rx_16ab.script originally constructed. I have not seen any code
converting UMLs data into "sno_rx_16ab.script" file (obviously I could
missed something). Is it simply a copy of UMLs tables?
Specifically, I am puzzled by the following:
1> "Probably" was recognized as sympton using the default clinical pipeline.
I could see the following line from sno_rx_16ab.script file:
INSERT INTO CUI_TERMS VALUES(332148,0,1,'probably','probably')
I am guessing somehow, we should eliminate it... (not sure about that).
Similary to "Probably", "Yes"
INSERT INTO CUI_TERMS VALUES(1298907,0,1,'yes','yes')
2> "teary eyes" is not captured. If I search in UMLs browser, I did get
return -
Teary eyes [A25737508/MDR/LLT/10043172]
Not sure why it is not included in the fast dictionary.
Thank you very much!
Melvin