简体   繁体   English

cTAKES UMLS ICD10 代码查找

[英]cTAKES UMLS ICD10 codes lookup

I created a cTAKES custom dictionary from UMLS database with ICD10 codes.我使用 ICD10 代码从 UMLS 数据库创建了一个 cTAKES 自定义词典。

Right now I able to analyze the text by for example disease name, like Asthma and annotation index will contain the ICD10 code for this matching code = "J45.90" .现在我可以通过例如疾病名称来分析文本,如Asthma和注释索引将包含此匹配code = "J45.90"的 ICD10 code = "J45.90"

Is it possible to configure cTAKES in order to reverse this process in order to look for ICD10 code appearance in the text instead?是否可以配置 cTAKES 以反转此过程,以便在文本中查找 ICD10 代码外观?

The XML output contains the start and end s of a matched concept in the original corpus. XML 输出包含原始语料库中匹配概念的startend I personally find it easier to convert the XML to a simple JSON format and then loop through it as needed.我个人发现将 XML 转换为简单的 JSON 格式然后根据需要循环遍历它更容易。

I have been working on an open source solution for parsing out the data and displaying the corpus with the matches it in HTML: https://github.com/GoTeamEpsilon/ctakes-friendly-web-ui#demonstration - let me know if you'd like to contribute.我一直在研究一个开源解决方案,用于解析数据并将语料库与 HTML 中的匹配项一起显示: https : //github.com/GoTeamEpsilon/ctakes-friendly-web-ui#demonstration - 如果你知道,请告诉我愿意贡献。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM