Apache cTAKES: clinical Text Analysis and Knowledge Extraction System is an open-source natural language processing system for information extraction from electronic health record clinical free-text. It processes clinical notes, identifying types of clinical named entities -- drugs, diseases/disorders, signs/symptoms, anatomical sites and procedures. Each named entity has attributes for the text span, the ontology mapping code, context (family history of, current, unrelated to patient), and negated/not negated.
cTAKES was built using the UIMA Unstructured Information Management Architecture framework and OpenNLP natural language processing toolkit. Its components are specifically trained for the clinical domain, and create rich linguistic and semantic annotations that can be utilized by clinical decision support systems and clinical research.
These components include:
- Named Section identifier
- Sentence boundary detector
- Rule-based tokenizer
- Formatted list identifier
- Normalizer
- Context dependent tokenizer
- Part-of-speech tagger
- Phrasal chunker
- Dictionary lookup annotator
- Context annotator
- Negation detector
- Uncertainty detector
- Subject detector
- Dependency parser
- patient smoking status identifier
- Drug mention annotator
Video Apache cTAKES
History
Development of cTAKES began at the Mayo Clinic in 2006. The development team, led by Dr. Guergana Savova and Dr. Christopher Chute, included physicians, computer scientists and software engineers. After its deployment, cTAKES became an integral part of Mayo's clinical data management infrastructure, processing more than 80 million clinical notes.
When Dr. Savova's moved to Boston Children's Hospital in early 2010, the core development team grew to include members there. Further external collaborations include:
- University of Colorado
- Brandeis University
- University of Pittsburgh
- University of California at San Diego
Such collaborations have extended cTAKES' capabilities into other areas such as Temporal Reasoning, Clinical Question Answering, and coreference resolution for the clinical domain.
In 2010, cTAKES was adopted by the i2b2 program and is a central component of the SHARP Area 4.
In 2013, cTAKES released their first release as an Apache incubator project: cTAKES 3.0.
In March 2013, cTAKES became an Apache Top Level Project (TLP).
Maps Apache cTAKES
See also
- OpenNLP
- UIMA
- Electronic Health Record
- Unified Medical Language System
References
External links
- cTAKES Official Website
- Abstract (JAMIA)
- Open Health Natural Language Processing (OHNLP) Consortium
- Strategic Health IT Advanced Research Projects (SHARP) Program
- SHARP Area 4 - Secondary Use of EHR Data
- The Automated Retrieval Console (ARC)
- Informatics for Integrating Biology and the Bedside
Source of article : Wikipedia