Alex Ponkin
FLEX: String parser
Text parsing algorithm
The goal of this task is to improve a text parsing algorithm that will run every time a user hits the space key in clinical notes application.
The algorithm do the following:
1) Identify string shortcuts that should be expanded to full words or phrases
2) Identify special keywords that trigger various methods with the EMR
3) Identify strings (single words and phrases) that should be sent to a server for identification of potential matching phrases or diagnosis codes.
Comments: 0