{ "paper_id": "U09-1014", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T03:08:13.544751Z" }, "title": "A Cascade Approach to Extracting Medication Events", "authors": [ { "first": "Jon", "middle": [], "last": "Patrick", "suffix": "", "affiliation": { "laboratory": "", "institution": "The University of Sydney Sydney", "location": { "postCode": "2006, 2006", "settlement": "Sydney", "region": "NSW, NSW", "country": "Australia, Australia" } }, "email": "" }, { "first": "Min", "middle": [], "last": "Li", "suffix": "", "affiliation": { "laboratory": "", "institution": "The University of Sydney Sydney", "location": { "postCode": "2006, 2006", "settlement": "Sydney", "region": "NSW, NSW", "country": "Australia, Australia" } }, "email": "" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "Information Extraction, from the electronic clinical record is a comparatively new topic for computational linguists. In order to utilize the records to improve the efficiency and quality of health care, the knowledge content should be automatically encoded; however this poses a number of challenges for Natural Language Processing (NLP). In this paper, we present a cascade approach to discover the medicationrelated information (MEDICATION, DOSAGE, MODE, FREQUENCY, DURATION, REASON, and CONTEXT) from narrative patient records. The prototype of this system was used to participate the i2b2 2009 medication extraction challenge. The results show better than 90% accuracy on 5 out of 7 entities used in the study.", "pdf_parse": { "paper_id": "U09-1014", "_pdf_hash": "", "abstract": [ { "text": "Information Extraction, from the electronic clinical record is a comparatively new topic for computational linguists. In order to utilize the records to improve the efficiency and quality of health care, the knowledge content should be automatically encoded; however this poses a number of challenges for Natural Language Processing (NLP). In this paper, we present a cascade approach to discover the medicationrelated information (MEDICATION, DOSAGE, MODE, FREQUENCY, DURATION, REASON, and CONTEXT) from narrative patient records. The prototype of this system was used to participate the i2b2 2009 medication extraction challenge. The results show better than 90% accuracy on 5 out of 7 entities used in the study.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Electronic records are widely used in the health care domain since we believe they can provide more advantages than the traditional paper record (Sujansky, 1998) . However, the value of electronic clinical records depends significantly on our ability to discover and utilize the specific content found in them. Once this content can be detected, the potential benefits for individual clinicians and healthcare organizations are considerable.", "cite_spans": [ { "start": 145, "end": 161, "text": "(Sujansky, 1998)", "ref_id": "BIBREF4" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In this study we focus on discharge summaries, which have their own challenges. This kind of clinical record includes several sections. The average word count of these reports is around 1500 words per record. This paper presents a method to extract all the medication related information, and connect the relative entities together to build medication entries using a cascaded approach based on two machine learners.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In this paper, we focus on both NER and RC tasks to extract the medications and their related information (DOSAGE, MODE, FREQUENCY, DURATION, REASON, and CONTEXT) from free-text clinical records. At this time, it's difficult to compare our system with other systems which participated the i2b2 2009 medication extraction challenge, since these publications are unavailable now. Consequently, we can only compare our system with some similar studies in the literature. In the previous work, only three published studies address this issue (see the performance comparison in the final section) and these studies do not have a comprehensive and precise definition of medication information. The closest research for medication event extraction relies on parsing rules written as a set of regular expressions and a user-configurable drug lexicon. It includes the event for DRUG, DOSAGE, ROUTE, FREQUENCY, CONTEXT and NECESSITY (Gold et al. 2008) . The basic work flow for their system starts by discovering drug names based on a drug dictionary, and the rest of the process uses the MERKI parser. The CLARIT NLP system (Evans et al. 1996) can extract DRUG-DOSAGE information from clinical narratives. This system is based on the rule-based method and five main steps are included, such as tokenization, stemming, syntactic category assignment, semantic category assignment and pattern matching.", "cite_spans": [ { "start": 923, "end": 941, "text": "(Gold et al. 2008)", "ref_id": "BIBREF1" }, { "start": 1115, "end": 1134, "text": "(Evans et al. 1996)", "ref_id": "BIBREF0" } ], "ref_spans": [], "eq_spans": [], "section": "Related Work", "sec_num": "2" }, { "text": "Another system focuses on the drug extraction only and is based on a drug lexicon (Sirohi and Peissig 2005) . This study demonstrates that high precision and recall for medication extraction from clinical records can be obtained by using a carefully selected drug lexicon.", "cite_spans": [ { "start": 82, "end": 107, "text": "(Sirohi and Peissig 2005)", "ref_id": "BIBREF3" } ], "ref_spans": [], "eq_spans": [], "section": "Related Work", "sec_num": "2" }, { "text": "Comparing these three medication extraction systems, a different approach is adopted in our work. Our medication event system is based on the combination of a machine learner approach and rule based approach. Two machine learners were used, namely the conditional random field (CRF) and support vector machine (SVM). Moreover, a broader definition for a medication event is considered, especially the REASON for the medication which hasn't been studied in previous research. Furthermore, the medication information in our training and test set is much larger than prior studies.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Related Work", "sec_num": "2" }, { "text": "There are four main steps in our methodology: 1. Definition of the information to be extracted. 2. Preparing data for training and testing. 3. Using natural language processing technologies to build a medication event extraction system. 4. Passing the test data to the system and evaluation of the final result.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Methodology", "sec_num": "3" }, { "text": "Our goal is to provide accurate, comprehensive information about the medications a patient has been administered based on the evidence appearing in the textual records. For each medication entry, the following information needs to be extracted: Medication, dosage, mode, frequency, duration, reason, and context. Multiple medication entries should be generated if the MEDICATION has the changes for DOSAGE or multiple DOSAGEs, MODEs, FREQUENCYs, DURA-TIONs and REASONs.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Extraction Definition", "sec_num": "3.1" }, { "text": "One hundred and sixty clinical records were prepared for training (130 records) and testing (30 records). One physician and one researcher created the gold standard annotations by sequential annotation: the physician annotated the records first and his results were given to the researcher to revise. The annotation process took approximately 1.5 hours per record due to the length of clinical records.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Data Preparation", "sec_num": "3.2" }, { "text": "The basic strategy for the medication event extraction system is to: \u2460 use CRF to identify the entities, \u2461 build pairs for each medication relationship (only consider DRUG and its related entity, since the whole related entities, such as DOSAGE, FREQUENTY, etc., could be further connected based on the DRUG), \u2462 classify the binary relationships by SVM, \u2463 generate medication entries based on the results from the CRF and SVM. Figure 1 demonstrates the detailed system architecture, which includes the following processing stages:", "cite_spans": [], "ref_spans": [ { "start": 427, "end": 435, "text": "Figure 1", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "Medication Event Extraction System Architecture", "sec_num": "4" }, { "text": "I.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Medication Event Extraction System Architecture", "sec_num": "4" }, { "text": "Split the clinical records into individual sentences.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Sentence Spitting", "sec_num": null }, { "text": "Each sentence is split into tokens their position and extent in the text.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "II. Tokenization", "sec_num": null }, { "text": "Seven feature sets were prepared in this stage, to be used in the CRF training. They are DRUG, DOSAGE, MODE, FREQUENCY, DURATION, REASON, and morphology feature sets. ", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "III. CRF Feature Builder", "sec_num": null }, { "text": "The CRF feature builder generated the features for the CRF machine learner. The context window for the CRF was set to be five words.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "IV. CRF Model Building and Classification", "sec_num": null }, { "text": "The CRF results were converted into SVM input features by the SVM Convertor. There are two kinds of SVM input generated here: 1. Unigram Sentences Each pair of medication elements at the unigram sentence level is used to build an SVM training record.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "V. CRF Model Building and Classification", "sec_num": null }, { "text": "2. Sentence Pairs Sometimes MEDICATION and its REASON could be across two sentences. Like the mechanism to generate the unigram sentence input, medication pairs are also built at the sentence pair level.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "V. CRF Model Building and Classification", "sec_num": null }, { "text": "Six Features are generated based on the output from the SVM Convertor to classify the relationships: 1. Three words before and after the first entity. 2. Three words before and after the second entity. 3. Words between the two entities. 4. Words inside of each entity. 5. The types of the two entities determined by the CRF classifier. 6. The entities types between the two entities.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "VI. SVM Feature Builder", "sec_num": null }, { "text": "The features which were generated in the previous step were passed to the SVM to build the model and classify the relationships between medication pairs for the test set.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "VII. SVM Model Building and Classification", "sec_num": null }, { "text": "The CONTEXT engine identifies the medication entry under the special section headings, such as \"MEDICATIONS ON ADMISSION:\", \"DISCHARGE MEDICATIONS:\" etc., or in the narrative part of the clinical record. The performance is discussed in the next section.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "VIII. CONTEXT Identification", "sec_num": null }, { "text": "The medication entry generator is the final step in this system which is responsible for assembling all the components into the final medication event entries based on having established their relationships.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "IX. Medication Entry Generation", "sec_num": null }, { "text": "The results from the previous steps are used here, namely CRF, SVM and CONTEXT Engine. Two stages are involved in this step: (a) Using the SVM results to identify the medication entries. The CONTEXT value (list/narrative) comes from the CONTEXT Engine. The algorithm which is used to build medication entries is based on the position rule of each entity and the total number of each entity type. It can be divided into several cases. (b) If the medication in the clinical notes doesn't have any relationships with other entity types, it will be missing from the SVM result. Consequently, this medication should be withdrawn from the CRF results and an individual medication entry generated for it. The value for the CONTEXT (list/ narrative) also comes from the CONTEXT Engine, as in the previous step.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "IX. Medication Entry Generation", "sec_num": null }, { "text": "In this section, the experiment results for NER, RC, CONTEXT engine and the final output for the test set is presented and discussed.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Results and Discussion", "sec_num": "5" }, { "text": "The main purpose of this experiment is to extract the MEDICATION, DOSAGE, MODE, FREQUENCY, DURATION and REASON from the clinical records. Table 1 demonstrates the performances for exact match by using the 7 feature sets. The number in the bracket is the baseline, which use the bag of words as the only feature set. The baseline shows the extraction for REASON and DURATION are the most difficult entities to recognise (their average Fscore is about 50%, while the MODE, DOSAGE and FREQUENCY perform best with an average F-score greater than 92%). It is worth pointing out many other features were experimented with during the system implementation, such as the medical category for each word, whether the word is capitalized, in lower case or upper case, etc. However, the best performance is obtained from the 7 feature set. The feature selection process is that:", "cite_spans": [], "ref_spans": [ { "start": 138, "end": 145, "text": "Table 1", "ref_id": "TABREF1" } ], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "In the first place, all features were gathered together to train the model and predict the results. Sequentially, the performance of this experiment was recorded. Next, we did a set of experiments to remove every feature from the whole features one by one, and then train the related model. After that, predict the results and record the performance. Finally, these performances were compared with the performance in the first step to see whether the removed feature decreased in the F-score. If it did, this feature would be useful. Else, it was useless.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "The performances for the REASON and DURATION are still the lowest, but the F-scores are approximately 10% higher than the baseline. This is because:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "1. The frequencies for the REASON and DURATION are much smaller than the other four entity types.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "2. For the DURATION entities, the rule based regular expression can match other non-medication terms. Also, there are some DURATION terms that can't be discovered by our rules.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "3. REASON extraction depends highly on the Finding category in SNOMED CT and the performance of TTSCT (Patrick et al. 2007) . However, the Finding category cannot be well-matched to the REASON entities in the clinical notes, due to the many varied ways REASON can be represented which may not exist in the SNOMED CT, and as well the REASONs that are ambiguously expressed. Another limitation is the performance of TTSCT. Consequently, these issues lead to low performance on REASON, and the F-score of DURATION (63.16%) is higher than the REASON (55.52%) even though the frequency of DURATION is smaller than REASON (104 and 360 respectively).", "cite_spans": [ { "start": 102, "end": 123, "text": "(Patrick et al. 2007)", "ref_id": "BIBREF2" } ], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "Compared to the baseline, the F-scores for the MODE, DOSAGE and FREQUENCY were only improved by about 2%. The first reason is that the performance of the baseline is already very high (around 90%). Secondly, the regular expressions and gazetteers cannot capture all the different ways to present these three entity types. Approximately 8% improvement in the MEDICATION extraction is obtained in the system, since the medication lexica were used in the system. The errors come from:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "1. Misspelling of drug names, such as \"nitroglycerin\" 2. Drug names used in other contexts, such as the \"coumadin\" in the \"Coumadin Clinic\" phrase.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "3. The drug allergies detector cannot cover all situations.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "Overall, the system scored of 90.81% on the NER task.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "NER(CRF) Experiment", "sec_num": "5.1" }, { "text": "The support vector machine is used to classify the relationships between the medication pairs (see section 2). The feature sets used are discussed in the previous section. Meanwhile, the feature selection mechanism is same as the NER feature selection, which was introduced in the previous sub-section. For comparison, the baseline only uses three of the whole feature sets, namely, No.1, 2 and 4 in the SVM feature sets. Two experiments were conducted (the unigram sentence level and sentence pair level) for the baseline and subsequent solutions. The baseline F-score for the HAS RELATIONSHIP set of the unigram sentence level is 70.38% and 95.20% in the NO RELATIONSHIP set. The difference can be attributed to the fact that the total number of the NO RELATIONSHIP set is 7 times larger than the HAS RELATIONSHIP set. However, the performance in \"has relation\" is more important, since the generation of medication entries is based on the pairs which have the relationship correctly identified.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Relationship Classification Experiment", "sec_num": "5.2" }, { "text": "A high performance is achieved in which the Fscore for the \"has relation\" set of the unigram sentence level is 98.39%, while 96.47% is achieved in the bigram sentence level indicating little if any systematic errors.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Relationship Classification Experiment", "sec_num": "5.2" }, { "text": "The CONTEXT engine was adopted to discover the span of the medication list (the span between the medication heading and the next following heading). The rules which are used in the engine are based on the medication headings in the training set. Table 3 shows the performance of the test set for the CONTEXT engine. An F-score of 97.14% was achieved with the CONTEXT engine.", "cite_spans": [], "ref_spans": [ { "start": 246, "end": 253, "text": "Table 3", "ref_id": "TABREF5" } ], "eq_spans": [], "section": "CONTEXT Engine Evaluation", "sec_num": "5.3" }, { "text": "The final evaluation tool used here is released from i2b2 National Center. Due to the errors in the NER, Relationship Classification and Medication Entry Generator, the final F-scores for each entity type are lower than in the NER processing. The final scores for the medication event are between 86.23% and 88.16% (see table 4 ). The main reason for performance decrease in DOSAGE, MODE, FREQUENCY, DURATION and REASON is because the low recall for the MEDICATION in the NER (computed using CRF). If these medications related entities were extracted without the MEDICATION, these entities could not be connected into medication entries, which make them meaningless in the final output. Another factor is the low performance of REASON extraction by the NER. The frequency of appearance of multiple REASONs is relatively high, and the multiple REASONs should be used to construct multiple medication entries. In this way, the loss in REASON recognition would lead to the decrease in recall of all other entity types and the medication event.", "cite_spans": [], "ref_spans": [ { "start": 320, "end": 327, "text": "table 4", "ref_id": null } ], "eq_spans": [], "section": "Final Output Evaluation", "sec_num": "5.4" }, { "text": "Token Level F-Sore Entity F-Score Medication Entry 87.33% 88.16% Table 4 . Final evaluation scores for Medication Entry.", "cite_spans": [], "ref_spans": [ { "start": 65, "end": 72, "text": "Table 4", "ref_id": null } ], "eq_spans": [], "section": "Type", "sec_num": null }, { "text": "In this paper, a high accuracy and comprehensive medication event extraction system is presented. Compared to the three similar systems (see section 2), a better performance is achieved here, even through these systems have a narrower definition for medication event and a different evaluation metric. For example, the F-score of MEDICATION in Sirohi's system is 69.55%, whereas our system achieves 91.40%. As well, the F-score of the exact match for DRUG-DOSAGE event in the Evans's system is 86.76% and 87.92% is obtained in Gold's system for the MEDICATION in their medication event. In contrast, the MEDICATION in the medication event of our system achieves an F-score of 89.16%~90.93%. In future work, DURATION and REASON are the two main entities that need to be improved. One possible solution is to use the relationship between the medication and its corresponding diseases or symptoms to improve the REASON extraction. As to DURATION, increasing the training set to obtain more examples is probably the best strategy.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion", "sec_num": "6" } ], "back_matter": [ { "text": "We would like to acknowledge the contribution of Stephen Crawshaw, Yefeng Wang and other members in the Health Information Technologies Research Laboratory.Deidentified clinical records used in this research were provided by the i2b2 National Center for Biomedical Computing funded by U54LM008748 and were originally prepared for the Shared Tasks for Challenges in NLP for Clinical Data organized by Dr. Ozlem Uzuner, i2b2 and SUNY.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Automating Concept Identification in the Electionic Meidcal Record: An Experiment in Extracting Doseage Information", "authors": [ { "first": "David", "middle": [ "A" ], "last": "Evans", "suffix": "" }, { "first": "Nicholas", "middle": [ "D" ], "last": "Brownlowt", "suffix": "" }, { "first": "William", "middle": [ "R" ], "last": "Hersh", "suffix": "" }, { "first": "Emily", "middle": [ "M" ], "last": "Campbell", "suffix": "" } ], "year": 1996, "venue": "AMIA 1996 Symposium Proceedings", "volume": "", "issue": "", "pages": "388--392", "other_ids": {}, "num": null, "urls": [], "raw_text": "David A. Evans, Nicholas D. Brownlowt, William R. Hersh, and Emily M. Campbell. 1996. Automating Concept Identification in the Electionic Meidcal Record: An Experiment in Extracting Doseage Infor- mation. AMIA 1996 Symposium Proceedings, 388-392", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Extracting Structured Medication Event Inforamtion from Dicharge Summaries", "authors": [ { "first": "Sigfried", "middle": [], "last": "Gold", "suffix": "" }, { "first": "Elhadad", "middle": [], "last": "No\u00e9 Mie", "suffix": "" }, { "first": "Xinxin", "middle": [], "last": "Zhu", "suffix": "" } ], "year": 2008, "venue": "AMIA 2008 Symposium Proceedings", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Sigfried Gold, No\u00e9 mie Elhadad. and Xinxin Zhu. 2008. Extracting Structured Medication Event Inforamtion from Dicharge Summaries, AMIA 2008 Symposium Proceedings, 237", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "An automated system for conversion of clinical notes into SNOMED clinical terminology", "authors": [ { "first": "Jon", "middle": [], "last": "Patrick", "suffix": "" }, { "first": "Yefeng", "middle": [], "last": "Wang", "suffix": "" }, { "first": "Peter", "middle": [], "last": "Budd", "suffix": "" } ], "year": 2007, "venue": "Proc. 5rd Australasian symposium on ACSW frontiers", "volume": "68", "issue": "", "pages": "219--226", "other_ids": {}, "num": null, "urls": [], "raw_text": "Jon Patrick, Yefeng Wang and Peter Budd. 2007. An automated system for conversion of clinical notes into SNOMED clinical terminology, in Proc. 5rd Australa- sian symposium on ACSW frontiers, 68: 219-226.", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Study of Effect of Drug Lexicons on Medication Extraction From Electronic Medical Records", "authors": [ { "first": "E", "middle": [], "last": "Sirohi", "suffix": "" }, { "first": "P", "middle": [], "last": "Peissig", "suffix": "" } ], "year": 2005, "venue": "Pacifi Symposium on Biocomputing", "volume": "10", "issue": "", "pages": "308--318", "other_ids": {}, "num": null, "urls": [], "raw_text": "E. Sirohi, and P. Peissig. 2005. Study of Effect of Drug Lexicons on Medication Extraction From Electronic Medical Records. Pacifi Symposium on Biocomputing. 10: 308-318", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "The benefits and challenges of an electronic medical record: much more than a \"word-processed\" patient chart", "authors": [ { "first": "V", "middle": [], "last": "Walter", "suffix": "" }, { "first": "", "middle": [], "last": "Sujansky", "suffix": "" } ], "year": 1998, "venue": "West J Med", "volume": "169", "issue": "3", "pages": "176--83", "other_ids": {}, "num": null, "urls": [], "raw_text": "Walter V. Sujansky. 1998. The benefits and challenges of an electronic medical record: much more than a \"word-processed\" patient chart. West J Med, 169(3):176-83.", "links": null } }, "ref_entries": { "FIGREF0": { "type_str": "figure", "num": null, "uris": null, "text": "NER and RC System Architecture." }, "TABREF1": { "content": "
Entity Type | Training | Test | Recall (Baseline) | Precision (Baseline) | F-Score (Baseline) |
Overall | 17337 | 5296 | 88.82% (80.25%) | 92.89% (93.49%) | 90.81% (86.36%) |
MEDICATION | 6576 | 1940 | 91.44% (76.34%) | 91.35% (91.87%) | 91.40% (83.39%) |
DOSAGE | 3352 | 1076 | 93.49% (88.66%) | 96.36% (95.69%) | 94.91% (92.04%) |
MODE | 2537 | 796 | 94.60% (91.21%) | 95.92% (96.93%) | 95.26% (93.98%) |
FREQUENCY | 3180 | 1020 | 93.24% (90.26%) | 96.26% (95.74%) | 94.72% (92.94%) |
DURATION | 366 | 104 | 51.92% (41.35%) | 80.60% (79.63%) | 63.16% (54.43%) |
REASON | 1326 | 360 | 46.11% (34.72%) | 69.75% (72.67%) | 55.52% (46.99%) |