Within a medical record, users have the ability to search the documents for words, combinations of words, phrases, partial words etc to quickly navigate the medical record.
The search functionality will return exact matches by default, but have some added flexibility as needed when searching.
Users can specify multiple words - search returns all of them individually
putting physical therapy will find all instances of "physical" and all instances of "therapy" for example
Can put “ “ around set of words and will need to match that exact phrase
putting "physical therapy" will return matches of the phrase "physical therapy" together
Users have the ability to search on partial terms - need to use * after
Ex: dep* would return dept, depression, department, etc