Skip to main content

Enriching the international clinical nomenclature with Chinese daily used synonyms and concept recognition in physician notes

Abstract

Background

It has been shown that the entities in everyday clinical text are often expressed in a way that varies from how they are expressed in the nomenclature. Owing to lots of synonyms, abbreviations, medical jargons or even misspellings in the daily used physician notes in clinical information system (CIS), the terminology without enough synonyms may not be adequately suitable for the task of Chinese clinical term recognition.

Methods

This paper demonstrates a validated system to retrieve the Chinese term of clinical finding (CTCF) from CIS and map them to the corresponding concepts of international clinical nomenclature, such as SNOMED CT. The system focuses on the SNOMED CT with Chinese synonyms enrichment (SCCSE). The literal similarity and the diagnosis-related similarity metrics were used for concept mapping. Two CTCF recognition methods, the rule- and terminology-based approach (RTBA) and the conditional random field machine learner (CRF), were adopted to identify the concepts in physician notes. The system was validated against the history of present illness annotated by clinical experts. The RTBA and CRF could be combined to predict new CTCFs besides SCCSE persistently.

Results

Around 59,000 CTCF candidates were accepted as valid and 39,000 of them occurred at least once in the history of present illness. 3,729 of them were accordant with the description in referenced Chinese clinical nomenclature, which could cross map to other international nomenclature such as SNOMED CT. With the hybrid similarity metrics, another 7,454 valid CTCFs (synonyms) were succeeded in concept mapping. For CTCF recognition in physician notes, a series of experiments were performed to find out the best CRF feature set, which gained an F-score of 0.887. The RTBA achieved a better F-score of 0.919 by the CTCF dictionary created in this research.

Conclusions

This research demonstrated that it is feasible to help the SNOMED CT with Chinese synonyms enrichment based on physician notes in CIS. With continuous maintenance of SCCSE, the CTCFs could be precisely retrieved from free text, and the CTCFs arranged in semantic hierarchy of SNOMED CT could greatly improve the meaningful use of electronic health record in China. The methodology is also useful for clinical synonyms enrichment in other languages.

Peer Review reports

Background

A considerable amount of meaningful information is routinely recorded in an unstructured text format in clinical information system (CIS). Almost 50% of the medical records are physician free text notes [1]. The lack of standardization in how medical information coded is a major difficulty which hindering the application of clinical data [2]. SNOMED CT (Systematized Nomenclature of Medicine, Clinical Terms) is a systematically organized standard set of clinical terminology covering all areas of clinical information [3]. It helps the natural language processing (NLP) task in clinical concept recognition in some western languages. However, it has been shown that the entities in everyday clinical text are expressed in a way that varies from how they are expressed in the SNOMED CT (SCT) terminology [4]. The natural language of physician note does not follow the precise expressions in terminologies, and is typically written with abbreviations, misspellings or medical jargons [4]. Over a period of 40 years, fewer studies are available on the usage of SNOMED in clinical practice [5]. A terminology without enough synonyms may not be adequately suitable for the task of daily used clinical term recognition.

The attempt to change the habit of physician documentation from free-text to formatted computer interface has failed due to time-consuming and inconvenience of description [6]. Meanwhile, it is an urgent need for the physicians to retrieve text information for the purpose of clinical research [7]. For this reason, the work of retrieving synonyms and categorizing them into the standardized clinical terminology is a significant challenge all over the world. Most of the existing terminologies and document collections are in western language (mainly English), and the multilingual resources are far from being complete [8]. The task is more difficult for Chinese because of the language difference, such as the absence of nature spaces among Chinese words. The lacking of effective Chinese clinical terminology has become a major bottleneck for text information utilization in China [9]. Fortunately, once a clinical term in native language mapped to the SCT concepts, it could cross map to other international standards and classifications [10], such as the Unified Medical Language System (UMLS) and the Medical Subject Headings (MeSH). Nowadays, various studies have investigated for automatic methods to assist the translation of biomedical terminologies or create multilingual biomedical vocabularies [11]. Most studies however are focus on inter-terminology concept mapping based on a same language [12]. For the similarity in different European languages, the medical terminologies could be translated through word alignment in parallel text corpora [13], or translation algorithm based on affixes [14]. String matching against SCT terms was applied in countries which native language is similar to English [15,16,17]. However, most methods used to translate biomedical terms were rule-based and hand-coded, which were difficult in transferring to other languages or domains [8]. Unfortunately, mapping the Chinese terminology to English concept represents a greater difference from other western languages to English owing to different language features.

In 1990s, more than 70 Chinese scholars spent 10 years on translation the SNOMED III (also known as SNOMED International) from English to Chinese. The work involved was tremendous and did not update anymore. As a result, its electronic version is seldom used. Another project of SCT localization, which involves machine translation, manual review and artificially synonyms adding, is still under way in China [10]. Other than that, the Chinese Unified Medical Language System (CUMLS) [18] or the Unified Traditional Chinese Medical Language System (UTCMLS) [19] are far from been established. Be that as it may, the localization based on translation mainly includes precise expressions rather than daily used synonyms. With personal habit, a same concept expression may vary either in word sequence or abbreviation in Chinese. An ideal clinical term recognition system could depend on an over-complete nomenclature which contains enough synonyms collected from real-world clinical text. Instead of starting from scratch, we refer to the Chinese SNOMED III and Chinese ICD-10 (International Classification of Diseases 10th Revision), two referenced Chinese clinical nomenclatures which could cross map to other international nomenclatures, and intend to enrich them with daily used synonyms from CIS.

The methods of clinical concept recognition generally fall into three categories: dictionary-based methods, rule-based methods and statistical machine learning methods [20]. Dictionary-based methods search through medical nomenclature to recognize the information. They were apt to work but often suffer from low recall for absence of an over-complete nomenclature. Rule-based methods require experts to list hand-coded rules, regular expressions and exceptions. They were not easy to achieve because of time-consuming in corpus observation and rule refinement. The statistical machine learning methods, including the Hidden Markov Model (HMM), Support Vector Machine (SVM), Maximum Entropy Markov Model (MEMM), and Conditional Random Fields (CRF), are reliant on annotated clinical corpora, which are often unavailable for the patient privacy and confidentiality requirements. Fortunately, the i2b2 had shared some annotated clinical data for the NLP task, which attracted variety of systems for medical concept extraction. In the competition, all but one of the best effective clinical concept extraction systems used CRF approach [21]. The CRF also has been proven to be the state-of-art model among these machine learning models [22]. Besides, the terminology-based recognition methods were popular if the dictionaries (such as SCT or UMLS) are easy to include [23, 24]. For lacking of effective Chinese clinical nomenclature, Wang [25] compared three models (the CRF, HMM and MEMM) for the task of symptom name recognition in traditional Chinese clinical records. It also indicated that the CRF outperforms the other two methods.

This study aims to address these issues of enriching the Chinese clinical nomenclature. The task mainly focus on the Clinical Finding hierarchy, a most important hierarchy of the 19 top level hierarchies in SCT, which represents the clinical observation, disease and disorder, assessment or judgment, and both normal and abnormal clinical state. Three aims of this research are:

  • To retrieve the daily used Chinese term of clinical finding (CTCF) from physician notes in CIS.

  • To map the CTCFs to the corresponding SCT concepts, which helps the SNOMED CT with Chinese synonyms enrichment (SCCSE).

  • To recognize the CTCFs in Chinese physician notes in CIS.

Methods

The first task is to enrich the SCT with Chinese synonyms, which includes the CTCF retrieving, categorization, and concept mapping. The second task is the CTCF recognition in physician notes (Fig. 1).

Fig. 1
figure 1

The system framework

Enriching the SNOMED CT with Chinese synonyms

Initial CTCF dictionary creation

For the absence of nature space among Chinese words, the word segmentation in complex clinical sentences is a great risk. However, for initial CTCF dictionary creation, huge amounts of brief sentences describing CTCFs, such as Chinese chief complaint (CCC) and Chinese impression diagnosis (CID), could be first analyzed. After a rule-based algorithm on them, some phrases (or potential CTCFs) could be roughly retrieved, known as CTCF candidates. Since most of CTCF candidates did not meet the CTCF criteria, only a subset of them were accepted as valid CTCFs across manual validation. Afterwards, the complex sentences such as history of present illness (HPI) were analyzed after the initial CTCF dictionary created.

The CTCF candidates retrieving from the CCC

The CCC is a regular expression of main syndromes and signs that suffered by patients. The CCC usually owns a fixed format as ‘syndrome and its durations’, e.g. ‘咽痛、吞咽梗阻3 + 月’ (Feeling of sore throat, swallow obstruction for more than 3 months). A rule-based algorithm was designed to automatically retrieve the CTCF candidates. The key words groups were carried out in Table 1.

Table 1 Key words group for CTCF retrieving and recognition

The CCC was firstly segmented into clauses by punctuations, both in full-width form (Chinese format, a double byte character set, e.g.,。:;“”、) and half-width form (English format, a single byte character set, e.g.,.:;””). Afterwards, each character in the clause was reversely matched by the word group of ‘Time Period’ and ‘Number’ iteratively to recognize and remove the phrase of time duration. After that, only the CTCF candidates left.

The CTCF candidates retrieving from the CID

The CID for outpatients mainly includes diagnoses, disorders and syndromes. It consists of brief phrases instead of a whole sentence. Each case of CID was separated into more short phrases by any punctuation except the bracket and hyphen. All short phrases, which occurred more than 20 times in the 22.5 million cases of CID, were called CTCF candidates and waiting for manual review.

A novel approach for new CTCF candidate prediction

At the end stage of this research, two independent CTCF recognition approaches, the Rule- and Terminology-Based Approach (RTBA) and the Conditional Random Field (CRF) machine learner, were combined to discover new CTCFs in HPI. All CTCFs which marked by CRF but unmarked by RTBA, were artificially reviewed. About one-third of them were ultimately confirmed to be valid CTCFs. It indicated that it’s an efficient way to discover new CTCFs. After several iterations, more CTCF candidates could be located. The details would be introduced in the following section.

Manual validation of the CTCF candidates

After sorting these CTCF candidates by frequency of occurrence, the physicians reviewed and validated them in descending order. Each CTCF candidate was assessed independently by two physicians using the standardized evaluation criteria. A third physician reviewed by adjudication, in cases of disagreement. The CTCF evaluation criteria was: (a) Symptoms and signs; (b) Diseases and disorders; (c) All positive and negative findings from medical test, examination or laboratory; (d) Both normal and abnormal clinical states; (e) Clinical assessments or judgments; (f) Exclusion of the phrases which containing any punctuation.

CTCF categorization and concept mapping

To solve the problem of ‘one clinical concept with different descriptions’, SCT concepts are further described by various Descriptions, which do not have to be unique or unambiguous. In real would, lots of modifiers mingled within daily used CTCF. For example, in the CTCF ‘右耳剧烈疼痛’ (severe pain in right ear), the words ‘severe’ and ‘right’ are modifiers which may not exist in standard description. All CTCFs with different modifiers but mean the same concept should be assigned to a same category. Extraction of synonyms and concepts has been approached using a variety of methods [26]. In our research, we established the correspondence between two CTCFs based on hybrid similarity including literal similarity (LS) and diagnosis-related similarity (DS).

Literal similarity metrics

The literal similarity depends on Jaro Distance (JD), Jaro-Winkler Distance (JWD), and Adjust Jaro-Winkler Distance (AJWD). The JWD, a variant of the JD metric, uses a prefix scale PreScale which gives more favourable ratings to strings that match from the beginning for a set prefix length preLen. Given two strings S1 and S2, their Jaro-Winkler distance is:

$$ J W D\left({s}_1,{s}_2\right)= J D\left({s}_1,{s}_2\right)+ preLen\cdot preScale\cdot \left(1- JD\left({s}_1,{s}_2\right)\right) $$
(1)

The preLen is the length of common prefix at the start of the string. The PreScale is a constant scaling factor for how much the score is adjusted upwards for having common prefix. Classically, most syndromes consist of body part (prefix) and sensation (suffix). Unlike western language, the common suffix in two CTCFs often means a same sensation with different body parts, which is more likely to describe a similar clinical problem. So we redefined the preLen of JWD and adjusted it to the length of common suffix, as Adjust Jaro Winkler Distance (AJWD). The literal similarity was calculated by JWD or AJWD, whichever is higher.

Diagnosis-related similarity metrics

Each disease or diagnosis leads a fixed group of syndromes, signs, and disorders. On the contrary, a certain syndrome, sign, or disorder usually caused by some fixed disease. Based on plenty of medical records in CIS, the corresponding discharge diagnoses of two CTCFs are taking into account to measure whether they express a similar concept. In most hospitals, the discharge diagnosis is coded by ICD-10. Naturally, the Term Frequency-Inverse Document Frequency (TF-IDF) weighting scheme [27] is involved to measure the influences of a diagnosis to a particular CTCF. Each discharge diagnosis could be expressed by its three-character category (such as C20), four-character subcategory (such as C20.1), or even all-character ICD code. The more the characters considered, the more diversify the diagnosis group is. On account of all discharge diagnoses (not only the main discharge diagnosis) were taken into account, the three-character category was chosen to represent each disease group, avoiding the problem of data sparsity.

In TF-IDF schema, we let t i be a CTCF, D i be its corresponding discharge diagnoses group which containing all the occurrences of diagnoses in medical records with the CTCF t i . And D is the set of all diagnoses in the research. For any d j D, its weight w i,j for t i is calculated as:

$$ {w}_{i, j}= t{f}_{i, j}\times id{f}_j $$
(2)
$$ t{f}_{i, j}=\frac{n_{i, j}}{{\displaystyle \sum_k{n}_{k, j}}} $$
(3)
$$ id{f}_j=\frac{\left| D\right|}{d{f}_j} $$
(4)

The n i,j is the number of occurrence of d j in D i , |D| is the number of diagnoses in D, and df j is the number of CTCF whose corresponding discharge diagnoses group contain d j . All CTCFs with negative expression won’t be involved in TF-IDF schema. After that, a vector in multi-dimensional space was constructed by the weighted diagnoses to describe every CTCF. For two CTCFs t m and t n , if their corresponding diagnosis groups were D m and D n , the following vectors were used to describe D m and D n .

$$ {V}_m=\left\langle {w}_{m,1},{w}_{m,2},\dots, {w}_{m,\left| D\right|}\right\rangle $$
(5)
$$ {V}_n=\left\langle {w}_{n,1},{w}_{n,2},\dots, {w}_{n,\left| D\right|}\right\rangle $$
(6)

Finally, the diagnosis-related similarity for CTCF t m and t n was calculated by the cosine metric.

$$ S i{m}_{Diag- rela}\left({c}_m,{c}_n\right)= \cos \left({V}_m,{V}_n\right)=\frac{{\displaystyle \sum_{k=1}^{\left|\mathrm{D}\right|}{w}_{m k}\cdotp {w}_{n k}}}{\sqrt{{\displaystyle \sum_{i=1}^{\left|\mathrm{D}\right|}{w}_{m i}^2}}\cdotp \sqrt{{\displaystyle \sum_{j=1}^{\left|\mathrm{D}\right|}{w}_{n j}^2}}} $$
(7)

Hybrid similarity metrics

The Hybrid Similarity (HS) metrics of two CTCFs is calculated as quadratic sum (QS) or arithmetic sum (AS) separately.

$$ S i{m}_{QS}\left({C}_m,{C}_n\right)=\sqrt{\beta \cdotp S i{m}_{Literal}^2\left({C}_m,{C}_n\right)+\left(1-\beta \right) Si{m}_{Diag- rela}^2\left({C}_m,{C}_n\right)} $$
(8)
$$ S i{m}_{AS}\left({C}_m,{C}_n\right)=\beta \cdotp S i{m}_{Literal}\left({C}_m,{C}_n\right)+\left(1-\beta \right) S i{m}_{Diag- rela}\left({C}_m,{C}_n\right) $$
(9)

The β was firstly set to 0.6 for empirical observation. Only a pair of CTCFs, whose hybrid similarity above a certain threshold, was considered ‘synonym pair’ candidates and waited for manual review.

Concept mapping of CTCF

A referenced CTCF (rCTCF) means a CTCF which is accordant with the description in referenced Chinese clinical nomenclature (rCCN), which could cross map to other international nomenclature such as SCT. Two existing rCCNs were eligible to serve as the resources in this research.

  • The Chinese SNOMED III. It contains 145,856 descriptions, each of which owns a concept ID to SCT. The descriptions in hierarchy of F (function) and D (Diseases/Diagnoses) were considered the rCTCFs, totally 44,862 descriptions.

  • The Chinese ICD-10. It contains 28,668 descriptions, which could cross map to SCT. Besides the classification of disease, the Chapter R contains symptoms, signs and abnormal clinical and laboratory findings. All descriptions in Chinese ICD-10 were considered the rCTCFs.

These rCTCFs in rCCNs could help the aim of SNOMED CT with Chinese synonyms enrichment (SCCSE). All CTCFs were calculated the hybrid similarity with each rCTCF. After that, each CTCF was provided a candidate queue, in which the rCTCF candidates listed in descending order by HS score. The rCTCF candidate queue allowed the experts to quickly proceed through. The experts could either approve any, or reject all system-mappings and artificially adjust them. Afterwards, with approved mapping results, the CTCFs could map to the corresponding SCT concepts via rCTCF.

CTCF recognition task in clinical text

Two methods for CTCF recognition were applied in physician notes.

The rule- and terminology-based approach for CTCF recognition

Physicians are trained to use the normalized clinical term and refine the language. A terminology-based recognition method was conceivable if an integrated lexicon is available. With a CTCF dictionary, the Chinese clinical term could be retrieved with high precision through exact string matching. A rule- and terminology-based approach (RTBA) was designed, and the reverse maximum matching (RMM) and several types of key word list (Table 1) were carried out in RTBA to increase the matching accuracy. The following steps were involved in RTBA.

  • Each sentence in HPI was segmented into short clauses by all types of punctuation, except the caesura sign. For each short clause, the RMM was used to recognize the CTCF. Considering the longest CTCF containing 16 characters, a same character context window was adopted.

  • Some CTCFs, even matched by RMM, were invalid with context. For example, the CTCF ‘多尿’ (polyuria) is a substring of another phrase of ‘多尿期’ (the polyuria stage), but should not be recognized as a valid CTCF in this context. A hand-built key word group of ‘Exception with context’ (Table 1) was created to solve this problem.

  • To refine the language, some aggregated CTCFs are created. The aggregated CTCF may include several independent CTCFs which shared a same prefix or suffix. For language refined, the redundant parts, either prefix or suffix, would appear once for short. For example, the phrase ‘颈肩部麻木’ (the neck and shoulder are numb) is a refined aggregated CTCF which actually consists of two individual CTCFs ‘颈部麻木’ (the neck is numb) and ‘肩部麻木’ (the shoulder is numb). A sub procedure in RTBA worked for detecting these aggregations. Once a CTCF matched by RMM, a sub procedure would scan and locate other potential prefix or suffix which may exist in the neighboring characters. The sub procedure was:

    1. a)

      In stage of CTCF dictionary creation, each CTCF owned a corresponding group of ‘potential prefix’ and ‘potential suffix’. For example, if two CTCFs had a same prefix (or suffix), the rest part of them would add into the group of potential suffix (or prefix) of each other.

    2. b)

      Once a CTCF matched by RMM, each potential prefix (or suffix) of the CTCF would try to match the neighboring characters. If success, the frequency of occurrence of potential prefix (or suffix) increased 1.

    3. c)

      Finally, the frequently occurred potential prefixes (or suffixes) with each particular CTCF were reviewed by experts, judging whether the aggregations were accepted.

  • The judgment whether a CTCF expressing a negative meaning is a separate experiment. The CTCFs with negative meaning are mostly indicated by a limited group of Chinese key words such as ‘不伴,无,否认,未,消失,不明显’, which mean ‘without’.

Finally, the outcome of the RTBA was organized in a BIEO format. Each character was labeled with a B (beginning of a CTCF), I (inside a CTCF), E (end of a CTCF) or O (not member of a CTCF).

Conditional random rields for CTCF recognition

A CRF machine learner was used for CTCF recognition. For the absence of nature spaces between Chinese words, the characters are viable alternatives to words as the features to avoid the inappropriate word segmentation. We know that the tokenization and part of speech (POS) tagging developed for general text may not be adequate for biomedical domain [26]. Yet, in order to get more word features which might be useful, ICTCLAS (Institute of Computing Technology, Chinese Lexical Analysis System) [28], the most famous lexical analysis analyzer for Chinese general text, was used to determine the word boundary and POS tag. The ICTCLAS is based on hierarchical hidden Markov model, with precision and recall over 90%.

In order to find out the best feature set to feed to the CRF machine learner, several features were involved to test the performance.

  • Context feature: The characters around the target character are important for CRF utilization. The neighboring characters may provide useful information and help in predicting the correct tag for each token. The context window size (CWS) means in addition to the character itself, how many characters around it are used as feature for output tags predicting.

  • N-gram feature: Chinese character unigram (U), bigram (B), and trigram (T) cover most of the meaningful words in clinical text. Considering lots of long fixed expressions in Chinese, the quadgram (Q) was also taken into account.

  • Stop character feature: Some characters which frequently occurred in clinical text would never appear in any valid CTCF.

  • Grammatical feature: The ICTCLAS was used for tokenization and producing the grammatical features. The POS tags for each word may assist in determining the CTCF boundaries.

  • Associative strength feature: It common practice to classify words on their co-occurrence with other words [26]. We use the chi-square statistic to test the association between two adjacent words based on the 218-million characters clinical corpus. In this research, the significance level is 0.05 and the critical value is 3.841. Two adjacent words were considered combined only if X 2 > 3.841.

In CRF training data, each column represents a feature and the last column represents the output tag which annotated by physicians. In order to find out the best feature set, each feature was individually added into the baseline model (only context feature contained) to calculate the F-score increasing. After sorting these features by descending order, the ‘best’ features were sequentially added. Any feature increasing the F-score would be retained, otherwise it was removed.

Data and experimental settings

The material for this research consists of de-identified physician notes from CIS, which includes:

  • 520 thousand cases of CCC and HPI with discharge diagnoses from 2011.1 to 2014.10

  • 22.5 million cases of CID for outpatient from 2008.3 to 2014.10.

Firstly, the three annotators jointly 1) annotated 20 cases of HPI, 2) validated 800 CTCF candidates, and 3) mapped 200 valid CTCFs to rCTCFs, to produce initial CTCF annotation and evaluation criteria. The criteria was then refined after several iterations. At the end of each iteration, all disagreements were discussed and the criteria would be revised if necessary. Finally, the evaluation agreements reached a stable state for each annotator. Then the CTCF annotation work was carried out on randomly chosen 1,000 cases (415,557 tokens) of HPI. Only a CTCF accepted by first two annotators (physician JC and RZ) independently would be accepted as valid, a third annotator (physician JL) reviewed the inconsistent labels and made the adjudication. The CTCF candidates which 1) occurred more than 10 times in CCC, 2) more than 20 times in CID, 3) all from hybrid approach of RTBA and CRF, were manually validated. Besides, any CTCF with highest HS score > 0.3 was also manually reviewed for concept mapping with rCTCFs.

The agreement of the first two annotators on validation and mapping task was measured by Kappa, which achieved 0.92 and 0.87 respectively. Since Kappa requires the number of false negatives, it cannot be used to measure agreement on annotation task which lacks well-defined negative cases. Therefore, the agreement of the first two annotators on annotation task was measured in terms of F-score, which reached 0.81.

A significant challenge for clinical ontology enrichment is the absence of systematic evaluation methods and reference standards [26]. For lacking of gold standard to estimate whether a CTCF is appropriately mapped to the corresponding concept on the ontology level, we only: 1) present the general picture of the CTCFs retrieved, and 2) evaluate the similarity metrics against manual annotation.

Besides, we evaluated the result of CTCF recognition with precision (P), recall (R), and F-score. These metrics rely on true positive (TP), false positive (FP), and false negative (FN).

$$ Precision=\frac{TP}{TP+ FP} $$
(10)
$$ Recall=\frac{TP}{TP+ FN} $$
(11)
$$ F\hbox{-} \mathrm{score}=\frac{2\times Precision\times Recall}{Precision+ Recall} $$
(12)

The research adopted the CRF++ tool with default settings [29]. Five hundred cases of annotated HPI (215,780 tokens) were used as the training set, and the other 500 cases (199,777 tokens) as the test set.

Results

General picture of CTCF retrieved and concept mapping

Since CCC and CID are both brief sentences, it is a straightforward process to collect the CTCF candidates. With human acting as a gatekeeper in CTCF validation (most CTCF candidates were manually reviewed), the accuracy of CTCF candidates retrieved was not evaluated. To sum up, there were almost 125,000 of CTCF candidates collected from the retrieving task of CCCs and CIDs. After manual validation, 51,000 of them were accepted as valid, as the initial CTCF dictionary. From the HPI, the hybrid method which combined the RTBA and CRF was applied to predict new CTCFs besides initial CTCF dictionary. With the hybrid method, another 8,000 CTCFs, which only occurred in HPI, were collected as a supplementary. As a result, total 59,000 valid CTCF were accepted (Fig. 2). To investigate their frequency of occurrence in HPI, another preliminary test was carried out and almost 39,000 of them occurred at least once in 520 thousand cases of HPI. As illustrated in Fig. 3, the horizontal axis represents the CTCF sorted from 1 to 39,000 by their frequencies. The bar graphs show each CTCF frequency in log2 scale (left vertical axis) and the line graph shows the cumulative percentage of phrase frequency over all CTCF occurrence (right vertical axis). The most frequent CTCF is ‘发热’ (fever), which annotated 280,964 times and constitutes 2.31% of all CTCF occurrences. The top 6,818 CTCFs cover 95% of all CTCF occurrences, which indicates that the CTCFs are characterized by skewness distribution. As shown in Fig. 4, more than 82% of the valid CTCFs consist of 4–8 Chinese characters with the median length at 6 characters, and the longest CTCF contains 16 characters.

Fig. 2
figure 2

General picture of rCTCF and CTCF retrieved

Fig. 3
figure 3

CTCFs sorted by frequency of occurrence in HPI

Fig. 4
figure 4

Number of characters in each valid CTCF in HPI

The concept mapping was a time-consuming task. Only 3,729 valid CTCFs were accordant with the description in rCCN (Fig. 2). It demonstrated again that the entities in everyday clinical text are often expressed in a way that varies from the nomenclature. It is a surprise that only 3,240 out of 71,079 descriptions were consistent in two rCCNs. It reveals that the Chinese synonyms for clinical finding are still varies widely from rCCN to rCCN. This may be caused by the fact that Chinese ICD-10 is more a classification system than a nomenclature system, and Chinese is character-based language rather than word-based of western languages.

After manually reviewed, 7,454 CTCFs (as synonyms) have been mapped to the 1,683 rCTCFs. At closer observation, there are four relationships between CTCF and rCTCF:

  • One-to-one: It’s the most common relationship.

  • One-to-many: Some aggregated CTCFs like ‘主动脉瓣双病变’ (Double lesions of aortic valves) should be mapped to more than one concept such as ‘aortic stenosis’ and ‘aortic insufficiency’.

  • Many-to-one: The average count of synonyms for each mapped rCTCF is 4.4.

  • One-to-zero: As mentioned above, there were still 70% CTCFs that failed in mapping to any rCTCF. The reasons were: 1) there was a limitation of rCCNs coverage. 2) Both rCCNs were translational version, with formal, precise and academic expression, comparing with the more complex daily expression in real world. 3) Some CTCFs from medical imaging contained detailed anatomic sites, which difficult in concept mapping, such as ‘股骨髁上髁间开放粉碎骨折’ (open comminuted fracture of supracondylar and intercondylar femur). The introduction of Body Structure, another top hierarchy of SCT, might be helpful. 4) The similarity metrics are still worth further research, for some synonyms might be missed by low HS score.

Table 2 shows the system-mapping results of rCTCF candidates for each CTCF. Though some rCTCF candidates have a high HS score, they may not be synonyms. The reason is that the more general category (three-character category of ICD diagnoses) is liable to cause a high score in DS, which increases the false positive in synonym detection. The more detailed category (four-character subcategory) would help in discrimination, but this brings computational complexity and data sparsity.

Table 2 Some system-mapping results of rCTCF candidates for each CTCF

To investigate the metrics proposed for concept mapping, two types of hybrid similarity metrics (AS and QS) are compared with different weights (the β from 0 to 1) to find out the best combination. Obviously, the higher ranking place of the ‘true synonym’ in the rCTCF candidates is important for manpower saving. From Fig. 5, with the hybrid similarity metrics by arithmetic sum and β = 0.4, the average ranking place is best (ranked 21.81 out of 3,729 rCTCF alternatives), and the top 20 rCTCF candidates also cover the most ‘true synonyms’ (6,052 out of 7,454). Obviously, the hybrid similarity metric is more appropriate than the literal similarity or diagnosis-related similarity alone.

Fig. 5
figure 5

Average ranking place of ‘true synonym’ in the rCTCF candidates with different weights

From Fig. 6, we also notice that 25.79% of ‘true synonyms’ could be located in the first rCTCF candidates, and 73.96% in the top 10 rCTCF candidates, and 81.19% in the top 20 rCTCF candidates. It indicated that merely review of the top 20 rCTCF candidates could locate most of ‘true synonyms’, which do save labor indeed.

Fig. 6
figure 6

The ranking place of ‘true synonym’ in the rCTCF candidates

Figure 7 also demonstrates that there is a high detection rate of ‘true synonym’ (from 46.34% to 100%) when HS score > 0.94. With HS score decreased, the detection rate also shrinks. The detection rate decreases to 19.74% when HS score = 0.82, and 6.77% when HS score = 0.61. So, merely review of the synonym pairs whose HS > 0.61 could let the limited human labor play a biggest role.

Fig. 7
figure 7

Detection rate of ‘true synonyms’ in each HS score

Evaluation of CRF for CTCF recognition

Different feature sets in each conceivable combination have been tested to find out the best CRF model. If just considering the character features of CWS and n-gram, the best F-Score reached 0.877 and the similar performance (F-Score > 0.875) also achieved when n-gram = UBT or UBTQ and CWS = 1, 2 or 3, as shown in Table 3 and Fig. 8. That indicates when Chinese character is the only alternate for CRF feature, the CWS plays a limited role in CTCF recognition task. With the n-gram feature added, the performances of P, R, and F-score are all greatly improved, especially the trigram and quadgram.

Table 3 The performance of CRF with feature CWS and n-gram
Fig. 8
figure 8

The performance of CRF with feature CWS and n-gram

Besides the character features, a series of word expanded features were also evaluated. With more word features added, the CRF model was elaborated and the results were improved. As shown in Table 4 and Fig. 9, the CRF model (with n-gram = UBT and CWS = 2) was chosen as the baseline model (M0). Firstly, when the associative strength feature added (M1), it not only improved the F-Score from 0.877 to 0.883, but also improved P and R. In model M2, the POS tag of the current word was added and the F-Score gained a slightly improvement. Afterwards, the feature of stop character was added in model M3 and leaded another 0.19% improvement of F-Score. Finally the current word feature was added (M4), and the best performance was recorded at the F-score of 0.887. The current and context word feature (F3) didn’t improve the last round performance and thus was removed from the best feature set.

Table 4 The performance of CRF with all features for CTCF recognition
Fig. 9
figure 9

The performance of CRF with all features for CTCF recognition. F1: the stop character feature, F2: the current word feature, F3: the current and context word feature, F4: the word POS tag feature, F5: the word associative feature

Table 5 The performance of RTBA for CTCF recognition

With features acquired from ICTCLAS, the P, R and F-Score were all improved comparing with the baseline model. It reveals that, in spite of lacking of Chinese word segmenter in clinical domain, the segmenter for general domain may still benefit the CTCF recognition. One reason for that is the average length of general Chinese words approximates 2 [30], but almost 93% of CTCFs contain more than 4 characters in clinical domain. So, a valid CTCF may be split to more fragments by ICTCLAS, and each POS tag aids in determining the CTCF boundary.

Evaluation of RTBA for CTCF recognition

The model R1 represented the RTBA working with original version of SCCSE (as CTCF dictionary). The best performance CRF model (M0 + F5 + F4 + F1 + F2) was chosen for the baseline model. The RTBA with original SCCSE showed an improvement in P (from 0.902 to 0.932), R (from 0.872 to 0.906) and F-score (from 0.887 to 0.919) compared with the best CRF model on test corpus. It reveals that once the most frequently used CTCFs collected, the RTBA would have a better performance than CRF model, as shown in Table 5.

We still notice that the recall, which heavily reliant on SCCSE, is not as well as the precision. Nearly 10% valid CTCFs which should be annotated with ‘B’, ‘I’ and ‘E’ were mislabeled with tag of ‘O’ by RTBA. Generally, these false negative CTCFs might be rare but more specific and significant for differential diagnosis. The main reason for the false negative is absence of enough synonyms in Chinese clinical nomenclature. Moreover, plenty of CTCFs are still not collected in SCCSE because of various modifiers mingled within CTCFs, and different parts of a clinical findings may even be distributed in different clauses, for example, the CTCF ‘大便表面带血’ (The stools are blood-stained in the surface) is daily expressed as ‘大便干结,表面带血’ (The stools are dry, and blood-stained in the surface). This situation is not uncommon but hard to be recognized by RTBA.

Besides the false negative, the most common reason for false positive is the overlapping ambiguity, a popular phenomenon in Chinese word segmentation. For example, considering a character string ‘最高血压’, if it can be segmented into different words either as ‘最高|血压’ (the highest | blood pressure) or ‘最|高血压’ (the most | high blood pressure) depending on different context, the string is called an overlapping ambiguity string (OAS). For the reason that the SCCSE contains the CTCF ‘高血压’ (high blood pressure), the RTBA with RMM may lead wrong segmentation. That why the ‘Exception with context’ (Table 1) was designed as a resolution. Fortunately, the clinical OASs are less popular than the general text, and most of the OASs which may lead wrong segmentation could be manually collected.

After the experiment, the new valid CTCFs in test corpus were manually added to the SCCSE again, and the word list of ‘Exception with context’ was also refined (model R2). As a result, the F-score of RTBA reached 0.999 on test corpus. The result shows that the difficult issues of word sense disambiguation in many fields [31] might not be a big issue in dealing with refined Chinese clinical text.

Evaluation of new CTCF prediction

Though the RTBA has a better performance than CRF model in our task, it over-reliant on the over-complete nomenclature with enough synonyms. To discover new CTCFs, a hybrid method was adopted. Reviewing the test corpus, we notice that there were 535 out of 1355 phrases, which marked by CRF while unmarked by RTBA, were accord with the manual annotation. That implies, by combination of two methods, the CRF has some ability to predict new CTCFs. The character number of the marked phrases by CRF varied from 2 to 17, and arose most frequently with 4 – 9, and a high true positive performance occurred with 6 – 12 (Fig. 10). The n-gram feature UBTQ, which has a better performance in precision (true positive), helps the new CTCF selection more effective.

Fig. 10
figure 10

The CTCF predicted by CRF model

With manual review, the semi-automatic approach could become an iterative procedure to predict new CTCFs besides CTCF dictionary. These phrases with high frequency should be reviewed first. After several iterations, another 8,000 new CTCFs were located in the previous stage of CTCF dictionary creation.

Discussion

A Chinese version of SCT could make up for the deficiency of Chinese EHR standards [10]. Though China is currently not the member of the International Health Terminology Standards Development Organisation (IHTSDO, who owns the SCT), the research is still a beneficial attempt for SCT localization in China. Once the membership confirmed, this human-computer interactive approach could quickly improve the daily used synonyms adding, which make the nomenclature more accessible. Beyond that, the Chinese clinical synonyms could still cross map to other international nomenclature with other available Chinese terminologies, such as MeSH. Even without any cross mapping, the CTCF dictionary itself is a standalone product which aids in Chinese term recognition without semantic web supporting.

In this research, a system which applies series of NLP techniques was proposed to retrieve CTCFs from daily physician notes in CIS, and map them to the corresponding SCT concept. The enrichment leads to the possibility of Chinese clinical information utilization in hierarchical structure of SCT. As source data for other up-layer research, a minimal deviation in text retrieving might result in wide divergence. For this reason, it’s high-risk for solving all practical problems merely depend on intelligent programs without human supervision, especially the semantic concept mapping across different language. That is why we expect that every steps of this research could be reviewed by clinical expert, even though which involves huge human workload. With human acting as a gatekeeper in CTCF validation and concept mapping, the most optimal learning approaches or parameters may not be the most crucial element.

As mentioned above, both existed rCCNs are translational version, with formal, precise and academic expression, comparing with the more complex daily expressions in real world. Surprisingly, only 4.6% descriptions were consistent in the two rCCNs, and 1.6% descriptions from the three resources (two rCCNs and the CTCF dictionary from CIS) were consistent (Fig. 2). With personal writing habit, one concept expression may vary in word sequence, abbreviation, vernacular or misspelling, and most synonyms in physician notes were still uncollected in existed rCCNs. A translated concept description may vary a lot across different translation style. This indicates that the synonym problem is widespread in Chinese clinical field, and the categorization of them has a practical significance.

There are still some obstacles to evaluate the quality of manual concept mapping, which essentially a problem of ontology enrichment. For example, some compound, multi-word CTCFs could access more than one reasonable hierarchic path, and therefore have to map to the ‘large’ or more general concepts. Some CTCFs could barely map to ‘other’ or ‘other specified’ concept categories, but these categories would never exist in daily expression. Researchers even in the same biomedical area usually evaluate different aspects of ontology enrichment, and thus cannot be compared [26]. Nowadays, most concept mapping researches are evaluated against the manual annotation, rather than ontology level. Even so, the concept mapping from experienced physicians is still practical and efficient for clinical up-layer research, such as feature selection of risk factor analysis or prognosis prediction, with CTCFs arranged in SCT semantic hierarchy. For each patient, not only the valid CTCFs were considered the features, but also their parent concepts via the IS-A relationship in SCT. Once a feature is true, its parent concept features are also true through the hierarchy. Each CTCF feature could be marked ‘positive’, ‘negative’ or ‘not-mentioned’ by scanning HPI, as a Bag-of-Concepts model instead of Bag-of-Words model [32]. Besides, the CTCFs from inpatients could be used for knowledge mining of co-morbidity relations and disorder-finding relations [33].

For literal similarity, the Chinese synonyms with a same suffix (usually serve as the predicate) are more similar than which with a same prefix (usually serve as the subject), and the literal similarity metric of AJWD, which proposed in this article, would be more suitable for Chinese. The abbreviation is also popular in Chinese, such as ‘甲旁亢’ short for ‘甲状旁腺功能亢进’ (hyperparathyroidism). It reveals that, some other literal similarity metrics, like Smith-Waterman Distance, are worthy of research in future. Besides, the misuse of the characters, such as ‘性’ and ‘型’ (both mean type), ‘症’ and ‘征’ (both mean sign),is sanctioned by usage, and either of them are accepted.

For long-term terminology maintenance, we recommend that the hospital information center introduced the low-cost crowdsourcing mechanism [34]. Physician from different department who needs text information should review or even adjust the machine-generated mapping results, in favor of SCCSE refinement. A web tool on the intranet could be developed for supporting the continuous maintenance. In several iterations, the bad mapping could be ruled out and the appropriate mapping would be determined.

Enriching a current nomenclature with another language is not just a procedure of translation, but also ontology enrichment. At present, the procedure of enrichment is largely manual, and concepts, synonyms and their relationships must be added one by one [26]. Informatics tools could accelerate this manual process. Firstly, a manual translational nomenclature is essential for semantic concept mapping across languages, even which are expensive and likely to result in low coverage. The bilingual dictionaries of medical terms from parallel corpora or other NLP technologies, such as English-Greek, English-Romanian [35] or English-Swedish [36], should be used with caution before manually reviewed by domain experts and ontologists. Secondly, since natural language in clinical text is rich and varied, a rich set of synonyms is important for NLP task. As NLP often uses ontological knowledge to interpret the texts, NLP can also help to enrich and enhance the linguistic realization of ontology [26]. The Swedish version of SCT currently suffered the same problem of synonyms lacking. Henriksson [37] used Random Indexing and Random Permutation, two distributional models, to extract synonyms from electronic health records. For lacking of enough manual annotation for Swedish evaluation, this method had to be evaluated using the English version of SCT, and 16–24% of known synonyms were identified [38]. Thus, a large-scale of manual annotation not only enrich the nomenclature, but also help for NLP methodological evaluation. Grabar [39] proposed a novel method for the automatic acquisition of French medical synonymy resources. It enables to decipher hidden synonymy relations between simple words and terms on the basis of their syntactic analysis and exploitation of their compositionality. The method has been applied to the UMLS subset of French terms and shows 99% precision. Schlegel [40] examined methods for aligning concepts in SCT with articles in Wikipedia so that newly-found synonyms could be added to SCT. They used Wikipedia redirects as a synonym source to increase the number of synonyms in SCT by 183,100 with precision of 85.6%. For language difference, most biomedical resources are not suitable for Chinese, and some NLP techniques are also limited. However, the semantic similarity approach is frequently used in Chinese synonyms enriching. Ning [41] developed a method that automatically performed ICD-10 code assignment to Chinese text diagnoses, with F-score of 91.08% on 16,330 coding instances. This process was somewhat similar to synonyms enriching, and semantic similarity estimation was applied.

For the recognition task may varied itself by the task definition and the corpus annotated, it’s hard to compare the results in different task. However, the general trends may still be comparable. In the i2b2 challenge [21], the most effective concept extraction system (used CRF) achieved an exact F-score of 0.852, which is a little lower than our 0.919 fetched by RTBA, and 0.887 fetched by CRF model. But in our research, only concepts of clinical finding were considered, which ease the burden of recognition task. Another two similar experiments, which focused on clinical finding, achieved the F-score of 0.91 [42] and 0.92 [43] respectively. The most comparable study, carried out by Wang on traditional Chinese medicine, showed a better performance (F-score of 0.951) than the results presented here [25]. One reason for the difference might be that traditional Chinese medicine record is more rigid than present days.

Although the RTBA has obtained some achievements, the diversity from multiple institutions still presents great challenge. Future work will focus on the SCCSE validating against different hospitals and attracting more users for CTCF utilization and validation. More hybrid similarity metrics which based on physician orders or remedies could be tested for CTCF categorization. Additional, the CRF could be trained on textual features enhanced with the output of a rule-based named entity recognition system [44]. The RTBA annotation would serve as not only a baseline evaluation for other learning systems, but also a training feature for other learning methods.

Conclusions

This research shows that some NLP methods previously applied on English are also suit for Chinese clinical text. The study has demonstrated that it is feasible to help the SNOMED CT with Chinese synonyms enrichment (SCCSE) based on physician notes in CIS. With algorithms and manual validation, the CTCFs have been located, categorized, and partly mapped to the corresponding concept of SNOMED CT. As a result, totally 59,000 valid CTCFs from CIS and 11,183 SCT concept mappings have been confirmed by manual validation. Two Chinese clinical term recognition methods were proposed and the RTBA with an over-complete CTCF dictionary outperforms the CRF model. The two methods could be combined to predict new CTCF from text in CIS to enrich the SCCSE. With the continuous maintenance, the CTCFs arranged in semantic hierarchy of SCT could greatly improve the clinical up-layer research in China, especially the meaningful use of electronic health records [45]. The methodology is also useful for clinical synonyms enrichment in other languages.

Abbreviations

AJWD:

Adjust Jaro-Winkler distance

CRF:

The conditional random field

CTCF:

Chinese term of clinical finding

CWS:

Context window size

HPI:

History of present illness

JWD:

Jaro-Winkler distance

POS:

Part of speech

rCCN:

referenced Chinese clinical nomenclature

rCTCF:

referenced Chinese term of clinical finding

RTBA:

The rule- and terminology-based approach

SCCSE:

SNOMED CT with Chinese synonyms enrichment

SCT:

SNOMED CT, short for systematized nomenclature of medicine, clinical terms

References

  1. Turchin A, Kolatkar NS, Grant RW, et al. Using regular expressions to abstract blood pressure and treatment intensification information from the text of physician notes. J Am Med Inform Assoc. 2006;13(6):691–5. doi:10.1197/jamia.M2078.

    Article  PubMed  PubMed Central  Google Scholar 

  2. Ramakrishnan N, Hanauer D, Keller B. Mining electronic health record. Computer. 2010;43(10):77–81. doi: 10.1109/MC.2010.292.

  3. International Health Terminology Standards Development Organisation. SNOMED clinical terms user guide. 2012.

    Google Scholar 

  4. Skeppstedt M, Kvist M, Dalianis H. Rule-based entity recognition and coverage of SNOMED CT in Swedish clinical text. Eur Lang Resour Assoc. 2012;1(3):1250–7.

    Google Scholar 

  5. Cornet R, Keizer ND. Forty years of SNOMED: a literature review. BMC Med Inform Decis Mak. 2008;8(Suppl 1(24)):1–6.

    Google Scholar 

  6. Batool R, Khattak AM, Kim TS, et al. Automatic extraction and mapping of discharge summary’s concepts into SNOMED CT. Conf Proc IEEE Eng Med Biol Soc. 2013;2013:4195–8. doi: 10.1109/EMBC.2013.6610470.

  7. Heinze DT, Morsch ML, Holbrook J. Mining free-text medical records. J Am Med Inform Assoc. 2001;8(1):254–8.

    Google Scholar 

  8. Claveau V. Translation of biomedical terms by inferring rewriting rules. Information retrieval in biomedicine: natural language processing for knowledge integration, IGI - global. 2009. Chap 6.

    Google Scholar 

  9. Yuwen S, Yang X. Research on the clinical terminology construction based on SNOMED. Seventh International Conference on Fuzzy Systems and Knowledge Discovery. IEEE. 2010;5:2224–8. doi: 10.1109/FSKD.2010.5569538.

  10. Zhu Y, Pan H, Zhou L, et al. Translation and localization of SNOMED CT in China: a pilot using SNOMED CT. Artif Intell Med. 2012;54(2):147–9. doi:10.1016/j.artmed.2011.12.002.

    Article  PubMed  Google Scholar 

  11. Merabti T, Soualmia LF, Grosjean J, et al. Assisting the Translation of SNOMED CT into French. Stud Health Technol Inform. 2013;192:47–51. doi:10.3233/978-1-61499-289-9-47.

    PubMed  Google Scholar 

  12. Kim TY, Hardiker N, Coenen A. Inter-terminology mapping of nursing problems. J Biomed Inform. 2014;49(6):213–20.

    Article  PubMed  Google Scholar 

  13. Deléger L, Merkel M, Zweigenbaum P. Translating medical terminologies through word alignment in parallel text corpora. J Biomed Inform. 2009;42(4):692–701. doi:10.1016/j.jbi.2009.03.002.

    Article  PubMed  Google Scholar 

  14. Perez-De-Viñaspre O, Oronoz M. SNOMED CT in a language isolate: an algorithm for a semiautomatic translation. BMC Med Inform Decis Mak. 2015;15 Suppl 2:1–14.

    Google Scholar 

  15. Skeppelstedt M, Dalianis H. Using SNOMED CT for high precision entity recognition in Swedish clinical text. In: 23rd international conference of the European federation for medical informatics. 2011.

    Google Scholar 

  16. Cruanes J, Romáferri MT, Lloret E. Measuring lexical similarity methods for textual mapping in nursing diagnoses in Spanish and SNOMED-CT. Stud Health Technol Inform. 2012;180(1):255–9. doi:10.3233/978-1-61499-101-4-255.

    PubMed  Google Scholar 

  17. Miñarrogiménez JA, Hellrich J, Schulz S. Acquisition of character translation rules for supporting SNOMED CT localizations. Stud Health Technol Inform. 2015;210:597–601. doi:10.3233/978-1-61499-512-8-597.

    Google Scholar 

  18. Danya L, Tiejun H, Junlian L, et al. Construction and application of the Chinese unified medical language system. J Intelligence. 2011;30(2):147–51.

    Google Scholar 

  19. Zhou X, Wu Z, Yin A, et al. Ontology development for unified traditional Chinese medical language system. Artif Intell Med. 2004;32(1):15–27. doi:10.1016/j.artmed.2004.01.014.

    Article  PubMed  Google Scholar 

  20. Demner-Fushman D, Chapman WW, McDonald CJ. What can natural language processing do for clinical decision support? J Biomed Inform. 2009;42(5):760–72. doi:10.1016/j.jbi.2009.08.007.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Uzuner O, South BR, Shen S, et al. 2010 i2b2VA challenge on concepts, assertions, and relations in clinical text. J Am Med Inform Assoc. 2011;18(5):552–6. doi:10.1136/amiajnl-2011-000203.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Lv X, Guan Y, Deng B. Transfer learning based clinical concept extraction on data from multiple sources. J Biomed Inform. 2014;52:55–64. doi:10.1016/j.jbi.2014.05.006.

    Article  PubMed  Google Scholar 

  23. Savova GK, Masanz JJ, Ogren PV, et al. Mayo clinical text analysis and knowledge extraction system (cTAKES): architecture, component evaluation and applications. J Am Med Inform Assoc. 2010;17(5):507–13. doi:10.1136/jamia.2009.001560.

    Article  PubMed  PubMed Central  Google Scholar 

  24. Kipper-Schuler K, Kaggal V, Masanz J, et al. System evaluation on a named entity corpus from clinical notes. In: Language resources and evaluation conference, LREC. 2008. p. 3001–7.

    Google Scholar 

  25. Wang Y, Yu Z, Li C, et al. Supervised methods for symptom name recognition in free-text clinical records of traditional Chinese medicine: an empirical study. J Biomed Inform. 2014;47(2):91–104.

    Article  PubMed  Google Scholar 

  26. Liu K, Hogan WR, Crowley RS. Natural language processing methods and systems for biomedical ontology learning. J Biomed Inform. 2011;44(1):163–79. doi:10.1016/j.jbi.2010.07.006.

    Article  PubMed  Google Scholar 

  27. Salton G, Buckley C. Term-weighting approaches in automatic text retrieval. Inf Process Manage. 1988;24(5):513–23. doi:10.1016/0306-4573(88)90021-0.

    Article  Google Scholar 

  28. Zhang H, Yu H, Xiong D, et al. HHMM-based Chinese lexical analyzer ICTCLAS. In: Proceedings of the 2nd SIGHAN workshop on Chinese language processing. 2003. p. 184–7. doi:10.3115/1119250.1119280.

    Chapter  Google Scholar 

  29. CRF++: Yet another CRF toolkit. https://taku910.github.io/crfpp/. Accessed on 1 May 2017.

  30. Nie J, Gao J, Zhang J, et al. On the Use of Words and N-grams for Chinese Information Retrieval. Fifth International Workshop on Information Retrieval with Asian Languages. Hong Kong. 2000:141-148. doi: 10.1145/355214.355235.

  31. Navigli R, Velardi P. Structural semantic interconnections: a knowledge-based approach to word sense disambiguatio. IEEE Trans Pattern Anal Mach Intell. 2005;27(7):1075–86. doi:10.1109/TPAMI.2005.149.

    Article  PubMed  Google Scholar 

  32. Sogueroruiz C, Hindberg K, Rojoalvarez JL, et al. Support vector feature selection for early detection of anastomosis leakage from Bag-of-words in electronic health records. IEEE J Biomed Health Informatics. 2014;20(5):1404–15. doi:10.1109/JBHI.2014.2361688.

    Article  Google Scholar 

  33. Skeppstedt M, Kvist M, Nilsson GH, et al. Automatic recognition of disorders, findings, pharmaceuticals and body structures from clinical text: an annotation and machine learning study. J Biomed Inform. 2014;49(5):148–58. doi:10.1016/j.jbi.2014.01.012.

    Article  PubMed  Google Scholar 

  34. Mortensen JM, Musen MA, Noy NF. Crowdsourcing the verification of relationships in biomedical ontologies. AMIA Annu Symp Proc. 2013;2013:1020–9.

    PubMed  PubMed Central  Google Scholar 

  35. Kontonatsios G, Mihăilă C, Korkontzelos I, et al. A Hybrid Approach to Compiling Bilingual Dictionaries of Medical Terms from Parallel Corpora. 2014;8791(2425):57–69. SLSP 2014, At Grenoble, France, Volume: Statistical Language and Speech Processing, Second International Conference. doi: 10.1007/978-3-319-11397-5_4.

  36. Nyström M, Merkel M, Ahrenberg L, et al. Creating a medical English-Swedish dictionary using interactive word alignment. BMC Med Inform Decis Mak. 2006;6(1):35. doi:10.1186/1472-6947-6-35.

    Article  PubMed  PubMed Central  Google Scholar 

  37. Henriksson A, Skeppstedt M, Kvist M, et al. Corpus-driven terminology development: populating Swedish SNOMED CT with synonyms extracted from electronic health records. In: The workshop on biomedical natural language processing. 2013. p. 36–44.

    Google Scholar 

  38. Henriksson A, Conway M, Duneld M, et al. Identifying synonymy between SNOMED clinical terms of varying length using distributional analysis of electronic health records. AMIA Proc AMIA Ann Symp AMIA Symp. 2013;2013:600–9.

    Google Scholar 

  39. Grabar N, Varoutas PC, Rizand P, et al. Automatic acquisition of synonym resources and assessment of their impact on the enhanced search in EHRs. Methods Inf Med. 2009;48(2):149–54. doi:10.3414/ME9213.

    PubMed  Google Scholar 

  40. Schlegel DR, Crowner C, Elkin PL. Automatically expanding the synonym set of SNOMED CT using wikipedia. Stud Health Technol Inform. 2015;216:619–23.

    PubMed  Google Scholar 

  41. Ning W, Yu M, Zhang R. A hierarchical method to automatically encode Chinese diagnoses through semantic similarity estimation. BMC Med Inform Decis Mak. 2016;16(1):1–12. doi:10.1186/s12911-016-0269-4.

    Article  Google Scholar 

  42. Wang Y, Patrick J. Cascading classifiers for named entity recognition in clinical notes. In: The Workshop on Biomedical Information Extraction. Borovets, Bulgaria; 2009. p. 42–49.

  43. Chapman WW, Dowling JN, Hripcsak G. Evaluation of training with an annotation schema for manual annotation of clinical conditions from emergency department reports. Int J Med Inform. 2008;77(2):107–13. doi:10.1016/j.ijmedinf.2007.01.002.

    Article  PubMed  Google Scholar 

  44. Gurulingappa H, Hofmann-Apitius M, Fluck J. Concept identification and assertion classification in patient health records. In: Proceedings of the 2010 i2b2/VA Workshop on Challenges in Natural Language Processing for Clinical Data. Washington DC, USA; 2010.

  45. Agrawal A, He Z, Perl Y, et al. The readiness of SNOMED problem list concepts for meaningful use of electronic health records. Artif Intell Med. 2013;58(2):73–80. doi:10.1016/j.artmed.2013.03.008.

    Article  PubMed  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This research is funded by the National High Technology Research and Development Program of China (863 Program), grant number 2012AA02A615, and the Scientific Research of Health and Family Planning Commission in Sichuan Province, grant number 16PJ341. The funding bodies were not involved in the design of the study, data collection and analysis, interpretation of data and writing of the manuscript.

Availability of data and materials

The data and materials in this study will not be reposited for public use. Requests for a de-identified version of the dataset may be made to the authors and will be considered on an individual basis.

Authors’ contributions

RZ, JL were responsible for initial study design, and read the selected papers. MW, QS performed the data collection from clinical information system. JL, JC and RZ annotated the clinical corpus and terms. RZ, YH were involved in data analysis and interpretation. ZZ and JL provided advice and guidance on the design, data collection and analysis. RZ drafted the manuscript. All authors read and approved the final manuscript.

Competing interests

The authors declare that they have no competing interests.

Consent for publication

Not applicable.

Ethics approval and consent to participate

The study was approved by the Institutional Review Board of West China Hospital, Sichuan University (2016-351), which approved a waiver of informed consent because of using the limited and de-identified data from clinical information system posed no risk to the patients.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Zhi Zeng.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Zhang, R., Liu, J., Huang, Y. et al. Enriching the international clinical nomenclature with Chinese daily used synonyms and concept recognition in physician notes. BMC Med Inform Decis Mak 17, 54 (2017). https://doi.org/10.1186/s12911-017-0455-z

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-017-0455-z

Keywords