Based on https://hunspell.github.io/, msc adds 90,142 medical terms
to an already comprehensive dictionary of English words.
msc was originally developed to passively spell check care plans as the data
was pulled into a Discharge Summary Document. The msc API offers a free-to-use
spell checker system which will be hosted on AWS as a Lambda Function URL.
Clinical systems will be able to pass text to the msc API and get a list of
misspellings returned as JSON, along with a list of suggested replacements.
Users of the API will be able to request new words to be added to the dictionary by opening an issue.
- Add dictionaries for surnames and forenames, so that patients and staff names don't get flagged as miss-spellings.