Hello,

I know I had asked similar question.  I am welling to keep adding the terms
into dictionary; but I don't seen to get cTakes to pick them up.


example 1:
In the dictionary
INSERT INTO CUI_TERMS VALUES(2865275,0,14,'strain of musc / tend at lower
leg level , left leg , init','strain')
INSERT INTO PREFTERM VALUES(2865275,'Strain of other muscle(s) and
tendon(s) at lower leg level, left leg, initial encounter')
INSERT INTO ICD10CM VALUES(2865275,'S86.812A')

I added
INSERT INTO CUI_TERMS VALUES(2865275,0,22,'Strain of other muscle ( s ) and
tendon ( s ) at lower leg level , left leg , initial encounter','Strain')
INSERT INTO CUI_TERMS VALUES(2865275,0,22,'Strain of other muscle(s) and
tendon(s) at lower leg level, left leg, initial encounter','Strain')

The text has exactly term that matches prefer term.  Does cTakes not do the
lookup on prefer term?
Strain of other muscle(s) and tendon(s) at lower leg level, left leg,
initial encounter

example 2:
In dictionary
INSERT INTO CUI_TERMS VALUES(203273,0,2,'x-ray knee','x-ray')
INSERT INTO CUI_TERMS VALUES(203273,1,2,'knee x-ray','x-ray')
INSERT INTO CUI_TERMS VALUES(203273,0,4,'radiologic examination ,
knee','radiologic')
INSERT INTO CUI_TERMS VALUES(203273,0,3,'x-ray of knee','x-ray')
INSERT INTO CUI_TERMS VALUES(203273,0,4,'radiologic examination of
knee','radiologic')
INSERT INTO CUI_TERMS VALUES(203273,0,4,'x-ray of the knee','x-ray')
INSERT INTO CUI_TERMS VALUES(203273,0,3,'x-ray ; knee','x-ray')
INSERT INTO PREFTERM VALUES(203273,'Radiologic examination of knee')
INSERT INTO CPT VALUES(203273,'73564')
INSERT INTO CPT VALUES(203273,'73562')
INSERT INTO CPT VALUES(203273,'73560')

I added
INSERT INTO CUI_TERMS VALUES(203273,2,3,'XR , KNEE','KNEE')
INSERT INTO CUI_TERMS VALUES(203273,1,2,'XR, KNEE','KNEE')


The text this term:
XR, KNEE


Why does cTakes not pick them up?

Unfortunately, we have no control of how DR/Nurse document.

Thanks for the help.

Reply via email to