Skip to main content

Intelligent virtual case learning system based on real medical records and natural language processing

Abstract

Background

Modernizing medical education by using artificial intelligence and other new technologies to improve the clinical thinking ability of medical students is an important research topic in recent years. Prominent medical universities are actively conducting research and exploration in this area. In particular, given the shortage of human resources, the need to maintain social distancing to prevent the spread of the epidemics, and the increase in the cost of medical education, it is critical to harness online learning to promote medical education. A virtual case learning system that uses natural language processing technology to process and present a hospital’s real medical records and evaluate student responses can effectively improve medical students’ clinical thinking abilities.

Objective

The purpose of this study is to develop a virtual case system, AIteach, based on actual complete hospital medical records and natural language processing technology, and achieve clinical thinking ability improvement through a contactless, self-service, trial-and-error system application.

Methods

Case extraction is performed on a hospital’s case data center and the best-matching cases are produced through natural language processing, word segmentation, synonym conversion, and sorting. A standard clinical questioning data module, virtual case data module, and student learning difficulty module are established to achieve simulation. Students can view the objective examination and inspection data of actual cases, including details of the consultation and physical examination, and automatically provide their learning response via a multi-dimensional evaluation system. In order to assess the changes in students’ clinical thinking after using AIteach, 15 medical graduate students were subjected to two simulation tests before and after learning through the virtual case system. The tests, which included the full-process case examination of cases having the same difficulty level, examined core clinical thinking test points such as consultation, physical examination, and disposal, and generated multi-dimensional evaluation indicators (rigor, logic, system, agility, and knowledge expansion). Thus, a complete and credible evaluation system is developed.

Results

The AIteach system used an internal and external double-cycle learning model. Students collect case information through online inquiries, physical examinations, and other means, analyze the information for feedback verification, and generate their detailed multi-dimensional clinical thinking after learning. The feedback report can be evaluated and its knowledge gaps analyzed. Such learning based on real cases is in line with traditional methods of disease diagnosis and treatment, and addresses the practical difficulties in reflecting actual disease progression while keeping pace with recent research. Test results regarding short-term learning showed that the average score (P < 0.01) increased from 69.87 to 85.6, the five indicators of clinical thinking evaluation improved, and there was obvious logical improvement, reaching 47%.

Conclusion

By combining real cases and natural language processing technology, AIteach can provide medical students (including undergraduates and postgraduates) with an online learning tool for clinical thinking training. Virtual case learning helps students to cultivate clinical thinking abilities even in the absence of clinical tutor, such as during pandemics or natural disasters.

Peer Review reports

Introduction

Clinical thinking ability is a critically important skill for medical professionals [1]. Clinical thinking is the basis for solving clinical problems and the bridge between theory and practice; it is the basic skill required of clinicians, the basis of clinical research, and the key aim of clinical teaching [2]. Owing to the COVID-19 pandemic and the need for social distancing, physical classes in several medical universities have been temporarily suspended, so medical students have been unable to enter the clinical ward to study [3, 4]. The limitation of human resources and the increase of educational costs have also highlighted the need for the development of a sustainable system for medical student education [5]. There is an urgent need to produce new clinical thinking training and teaching methods, which do not need students to enter clinical wards to conduct and do not require the direct supervision of senior doctors [4, 6]. Such contactless self-service learning methods can be achieved by means of simulation teaching. A virtual patient system (VPS) is a computer program that can simulate real-life clinical scenarios [7, 8]. Previous studies mainly focused on the field of virtual surgery [9], laparoscopy [10], radius fracture surgery [11], virtual ultrasound simulation training [12], and other practical teaching. However, these studies primarily relied on manual compilation of cases for virtual learning. For example, Dafli et al. [13] has designed a database containing 59 cases based on the OpenLabyrinth open-source platform. Medical teachers can add nodes, links, and virtual characters to the case database through the platform’s user interface and visual editor. Furlan, Raffaello et al. [14] developed the Hepius system to conduct virtual case teaching. Here, cases are compiled by doctors, but the functional design only allows simple medical history questions and answers, which do not identify the difficulty of a case. This system can only cover the learning needs of undergraduates. Douglass et al. [15] used a virtual patient interaction system to manually design ten cases to improve the chronic disease management skills of pharmacy students. Yoon et al. [16] instructed doctors to use Excel to compile virtual cases. This kind of manual case preparation design is simple and easy to use. It only applies to the consultation process, lacks objective inspection support, and does not conform to actual case diagnosis, treatment conditions, and disease spectrum. Unfortunately, it is difficult to manually compile cases in a manner that reflects actual disease progression.

The current study uses Natural Language Processing (NLP) to generate virtual cases from real medical records, which are then reviewed by experts for verification of the content and quality of the cases. The medical records include all the scenarios encountered during the case progression, such as medical examinations and follow-up tests. Virtual cases have been constructed for 400 real cases, covering 65 diseases in the four major departments of internal medicine, surgery, gynecology, and pediatrics. Cases are classified as per their difficulty and students are assigned varying learning levels, so as to cover the learning needs of students at various levels studying multiple specializations.

Methods

Database of virtual cases

Medical records for the proposed AIteach system were collected from the hospital data center (HDC) for a large hospital in China. The HDC adopted Hadoop big data architecture over the HDFS distributed file system, HBase columnar database, Hive data warehouse, and Mahout machine learning. Thus, it can easily provide data storage and analysis calculation [17], connect multi-source data, match rich intelligent application scenarios, and provide essential data foundations for virtual medical record teaching via human–computer interaction. Teacher select suitable cases for individual student learning and access complete real medical records, including 413 cases, covering 67 diseases, as shown in Fig. 1.

Fig. 1
figure 1

Proposed AIteach cases

Construction of virtual learning system AIteach

AIteach is mainly oriented to four groups of people: medical students (including undergraduates and graduate students), teachers, teaching administrators, and information administrators. The program has two user interfaces: (1) an AIteach App mobile application (2) a web-based application. In addition to the native Java language and Swift language, the application UI also adopts the cross-platform React.js language, which ensures that it can be used in iOS as well as Android systems. Such multi-platform compatibility serves to ensure that students have a consistent experience while learning simulated cases. Using the web application developed by the Vue CLI framework based on Vue.js helps to achieve rapid development, long-term update capabilities. The configured complete system is mainly used for user maintenance, permission control, real medical record data retrieval, virtual case review, revision and release, student learning behavior statistics, and other functions. Both front-end applications use the back-end application service based on the Spring Boot framework, realize the inversion of control through dependency injection to realize the containerization of the management object life cycle, and use a MYSQL database as the data storage of the application layer, which is a direct user-oriented behavior and operation to provide complete data access services. In addition, the NLP service of the big data service layer uses Python 3.7 as the core language. Using actual medical records, examination reports, and clinical literature guidelines stored in the HDC, it provides true and accurate information for the entire virtual case learning system.

Virtual medical record generation

AIteach was designed to interface with virtual patient simulator (VPS), a computer program that simulates real clinical scenes, enabling students to simulate doctor’s roles by obtaining medical history, conducting physical examination, and making diagnosis and treatment decisions [18, 19]. Figure 2 shows that generating virtual medical records comprises data extraction and medical record review.

Fig. 2
figure 2

Virtual medical record generation process

Data extraction

Virtual cases were extracted from real cases, including structured and unstructured data. Structured data included test reports and basic patient information, and unstructured data comes from medical records. Figure 3 shows the virtual medical record extraction process.

  1. a.

    Data was acquired from various hospital information systems, including laboratory information management systems, picture archiving and communication systems, electronic medical records, etc.

  2. b.

    Data acquired in is stored in the HDC.

  3. c.

    Teachers retrieve and extract cases from the HDC depending on characteristics that meet desired clinical thinking training, such as diagnostic ICD code, symptoms, admission time, gender, and other retrieval conditions.

  4. d.

    Perform NLP on medical records from (c) and standard clinical questioning data processing through word segmentation, synonym conversion, similarity, etc., to obtain matching rate ranking for real and target cases.

  5. e.

    Submit cases with high matching rate (≥ 90%) in (d) to the review teacher who corrects final problem items based on actual case differences and then sets target student type and case difficulty to mark.

  6. f.

    Desensitize medical records that have undergone difficulty setting and standardized processing in (e). The Health Insurance Portability and Accountability Act (HIPAA) requires that personal privacy fields be desensitized by default, and the desensitization field can be customized. Irreversible basic patient information desensitization, such as name, ID number, and other important information, directly replace original information with the "*" symbol. Search and statistics using this sensitive information are not supported, and the real patient identity cannot be deduced from virtual medical records.

  7. g.

    Once the teacher has passed the review, virtual cases with privacy removed in (e) are stored in the virtual library as cases to be released. Students with case learning permissions can download corresponding released cases through the mobile phone app for study and clinical thinking training.

  8. h.

    Students can obtain final academic performance results after learning, track and analyze data in the learning process, and generate performance reports. They can also freely choose different learning difficulties for repeated training and learning.

Fig. 3
figure 3

Proposed AIteach extraction process

Virtual medical record teacher review requirements

The basic construction form of a virtual case is “select questions-provide results-select questions-verify results”. Question design and thinking need to comply with the general principles of evaluation-selection-action-reevaluation [20]. The proposed AIteach system allows teachers to add screening conditions to real cases, identify real cases with moderate difficulty suitable for students to learn from, and use NLP to automatically extract virtual cases as questions and answers. Teachers are responsible for revising and reviewing case content, using the review tool shown in Fig. 4. It is particularly important to consider conceptual relationships between diagnostic factors and hypotheses, and whether it can guide students to the correct diagnosis [21].

Fig. 4
figure 4

Proposed AIteach teacher case review interface

Teachers who review AIteach cases must have more than ten years clinical practice experience and be responsible for daily teaching. They mark questions and answers for difficult virtual cases considering data mining of the diagnoses, treatment plans, and progression paths for different patients affected by the same disease, disease coverage, medical record typicality, and investigation content specificity. They can also add and delete question items to allow individualized customization and add specialized physical examinations into individual cases for various diseases and specialties. The complete process helps students cultivate critical and comprehensive clinical thinking.

Natural language processing for case extraction

Virtual case teaching uses NLP to convert original cases into virtual question-and-answer cases and hence enable students to input questions and automatically match answers. The technical process involves word segmentation, synonym conversion, similarity calculation, and other processes to improve multi-round question-and-answer accuracy. The main complaint and other historical issues regarding medical records should also be added to question matching, as shown in Fig. 5. Given the large accumulated medical knowledge base, this solution uses a Chinese word segmentation algorithm based on the statistical language model, which employs Trie tree structures to realize word graph scanning [22], generating a directed acyclic graph [23] comprising all possible word formations from Chinese characters in a sentence. The system uses dynamic programming to find the largest probability path and determine the largest segmentation combination based on word frequency. We added a rule model to process numerical and template data commonly used in the medical field, broaden the scope of word segmentation scop, and add proper nouns to improve the accuracy of word segmentation.

Fig. 5
figure 5

Natural language processing logic diagram

Many common spoken words in the teaching process are often unknown words, hence the AIteach algorithm uses an Hidden Markov Model (HMM) model based on Chinese characters ability to form words and uses the Viterbi algorithm to enhance medical colloquial word segmentation accuracy. The HMM and other models were trained on 5000 medical record document data.

Figure 6 shows the achieved accuracy and efficiency for the test dataset. HMM achieves better performance than the other considered models. For example, the natural sentence “Morning hand stiffness yes or no?” in colloquial processing returns as “Are your hands stiff in the morning?” after Chinese word segmentation.

Fig. 6
figure 6

Performance metrics for HMM, (CRF), and MEM models on colloquial words

We used the word2vec conversion algorithm to convert the corpus into a vector model, converting words with similar semantics into vectors with similar values based on the vector space metric [24]. For example, the word “stiffness” in the above example is converted into a vector N using the pre-trained vector model \({\mathrm{W}}_{\uptheta }({\mathrm{w}}_{\mathrm{n}})={\uptheta }_{\mathrm{n}}\), and word vectors for all standard words are used to calculate similarity using cosine distance to obtain the nearest word vector “Morning stiffness”, whereas the other words remain unchanged.

The solution for negative words is to identify corresponding qualifiers, such as denial, negation, not excluding, without, not, not seen, none, etc. The above qualifiers are obtained by human experience in advance. Misspellings cannot be addressed automatically, and hence the teacher needs to recognize and correct misspellings when reviewing the medical records.

Student input question and answer matching

Self-text clinical questions raised by students need to be converted into standard medical questions after word segmentation and synonym conversion. The converted questions and questions from the system standard question library are subsequently edited, and a score calculated to evaluate candidate question standard. If a standard question has zero edit distance from a student raised question raised, the result is returned as the student question. If 1 < distance < 5, it follows the specific order from small to big to give a set of candidate standard questions, then it asks the student to reconfirm the standard questions, and to give the corresponding answers to the questions according to the specific standard questions. If distance > 5, the student is informed there is no match, with the response “You have deviated from the correct process”.

Cultivating students' clinical thinking with various difficulties

Students with various seniority have different requirements regarding knowledge acquisition and learning difficulty. The AIteach virtual case system meets these diverse needs by identifying case and learning difficulties. Case difficulty classification includes simple, moderately difficult, and complex cases. We established a four-level framework for learning difficulty to complete the diagnosis and treatment strategy.

  • Level 1 provides students with a comprehensive version of the case and an answer reference to select from.

  • Level 2 provides interference and error for history, physical, and auxiliary examinations.

  • Level 3 requires students to enter more important scoring items themselves.

  • Level 4 is fully independent self-study mode. Students need to enter all diagnosis and physical examination questions themselves.

Students can choose the specific difficulty level suitable for their present knowledge level and simulate disease progression in patients. Patient response to the treatment give students the opportunity to experience various aspects for any disease, and hence form overall impressions and improve their understanding.

Results

Virtual medical records

The AIteach virtual medical record database contains 413 cases, covering 67 diseases. Figure 7 shows average number of consultation questions, physical examinations, and reports. The number of physical examination questions exceeds that for other modules, and the largest number of questions are regarding pediatric cases.

Fig. 7
figure 7

Information distribution for AIteach virtual cases

AIteach system double-cycle learning mode

Clinical thinking training should cultivate students’ ability to collect information, analyze information, and verify by observation; employing internal feedback based on gradual feedback and prompts while executing the learning [25] and an outer loop comprising analysis, observation, verification, collection, and analysis [26]. For the AIteach system, students first collect case information, analyze and consider the collects information, and finally observe and verify, as shown in Fig. 8. Following the inner loop feedback, each AIteach learning unit, e.g. Consultation, matches corresponding answers with inquiry questions. Students can review the questions at any time and add further questions. AIteach then matches student questions with standard questions and calculates the score.

Fig. 8
figure 8

AIteach system’s double-cycle learning mode. The questioning scene is mainly to obtain medical history collection information, including history of present illness, past history, personal history, family history, and obstetric history. Physical examination includes: vital signs, general conditions (development, nutrition, face type, expression, and other aspects), skin and mucous membranes, lymph nodes, and other systems

The AIteach system requires the student to re-select the diagnosis basis again after the initial condition description, analysis, diagnosis, differential diagnosis, and treatment plan, based on the questions and answers from the previous units. Students can visualize and weigh relationships between previously established diagnostic factors and assumptions using binary analysis. Figure 9 shows the proposed AIteach learning process.

Fig. 9
figure 9

AIteach App system home page. Students can choose the learning cases on this interface (left picture). Students have virtual consultations in this scenario (right picture)

Information collection includes interactive questions and answers related to consultation and examination in the medical scene. The process is precisely the same as dealing with patients in a clinical setting. AIteach also has specialized physical examinations, including gynecological, obstetric, and pediatric specialist examinations; which accurately reflect specific case characteristics for those disciplines.

AIteach allows students to switch between multiple medical treatment scenarios. It collects and analyzes supplementary information at any time based on information analysis. Students must learn to collect all diagnostic factors potentially related to the final diagnosis. This can only be achieved by students interacting in natural language and formulating their own questions and responses, rather than selecting questions from a predetermined list. Information analysis, based on recording student’s operation steps in the learning process, combining NLP algorithm mapping, and marking against the reference answer, allows students to develop diagnoses and differential diagnoses from the collected information, then the NLP algorithm processes the student’s diagnosis to determine correctness. The student's proposed diagnosis is considered correct if a matching disease appears in International Classification of Diseases Ontology reference list, and subsequently included in the student’s differential diagnosis. Once students believe their differential diagnosis is complete, they can analyze the data collection results (as shown in Table 1). AIteach automatically calculates and lists diagnostic factors and hypotheses determined by the students so far, and marks important missing items.

Table 1 Evaluation methods of clinical thinking ability in AIteach

Medicine is a highly practical discipline, with considerable complexity and uncertainty regarding medical problems. Thus, student ability to properly use, analyze and judge all information types is very important, and critical thinking is essential for accurate medical diagnoses. AIteach designs virtual cases so that students first propose diagnosis and differential diagnosis, then use specific previous virtual interrogation, physical examination and auxiliary examination outcomes to select the subsequent diagnosis basis. This selection process helps students improve their critical thinking ability, allows a meaningful progress score, and provides feedback on this case after learning. Teachers can then view the feedback and guide students as appropriate.

Multi-dimensional analysis and evaluation for clinical thinking ability

Clinical thinking ability involves extremely high requirements for the objectivity and standardization of evaluation. Hence, a multi-dimensional automatic evaluation system is required. Clinical thinking ability cannot be evaluated solely by scores or conclusions [27]. With reference to the residents standardized training report [28, 29], this study summarizes five major indicators (rigor of thinking, logic of thinking, systematic thinking, agility of thinking, and expansion of knowledge) to evaluate students’ learning and clinical thinking ability. Based on the scores of students in various dimensions of learning, a radar chart of clinical thinking ability is drawn to assess the compliance of medical students’ clinical thinking ability. Based on the total score, a quantitative assessment of students’ clinical thinking ability is provided. Among the indicators, rigor of thinking refers to the comprehensiveness of diagnosis and differential diagnosis; the more effectively the items are completed, the higher the score. Logic of thinking refers to the compliance of the logical order of consultation, physical examination, and diagnosis. Systematic thinking examines the correctness rate of students during the entire process. Agility of thinking refers to whether the time taken to respond is within the normal time range. The more effectively the items are completed and the shorter the time consumed, the higher the score. Expansion of knowledge investigates the accuracy of diagnosis and differential diagnosis, as well as whether the evidence of diagnosis and differential diagnosis is sufficient and the accuracy score is high.

Short-term learning test results

Fifteen students participated in our experiment for improving clinical thinking using virtual cases. The medical records were of identical difficulty; the learning difficulty was level 2 difficulty with interference items. The full score was 100 points. The results before the virtual case study were compared with the results after case simulation performed in AIteach. The average training evaluation score was observed to have improved significantly. The average before learning is 69.87 with a standard deviation of 14.69, whereas the average after learning is 85.6 with a standard deviation of 11.31, P < 0.01, as shown in Fig. 10. The individual performance of the students is shown in Fig. 11. It can be clearly observed that all students have improved, with different individual degrees of improvement. According to the analysis of five latitude indicators, there is a significant improvement before and after using the AIteach system, with logical thinking improvement being the most obvious (47%). After a student has studied 12 times, his grades have gradually improved, as shown in Fig. 11.

Fig. 10
figure 10

Overall performance changes of all students before and after the virtual case study. After using AIteach (left picture), the average value of the overall case simulation training evaluation has been significantly improved. It also significantly improved under the multi-dimensional index evaluation (right picture)

Fig. 11
figure 11

One student’s performance changes before and after learning multiple virtual cases

Discussion

Comparison of virtual case study method and traditional clinical thinking teaching method

The assessment and evaluation of clinical thinking ability of medical students and resident physicians is a challenging task. At present, commonly used clinical thinking evaluation methods include case analysis [30], project-based learning [31], teaching rounds [32] mini-CEX [33, 34], and standardized patients [35, 36]. These common methods are restricted by many factors, such as location restrictions. In order to avoid leaks, the multi-station assessment of clinical thinking ability often requires multiple classrooms, and each examinee needs to take the test in a fixed examination room within a fixed time limit. Invigilator teachers and volunteers conduct assessments and work at a uniform time. Pre-test training, test guidance, on-site scoring, post-test scores, and examination room layout and arrangement take up more time. Environmental constraints, medical students, and resident physicians are independent entities. There are fewer opportunities for diagnosis and treatment, or even communication with patients privately. Furthermore, many patients do not understand and support learning and training work; when medical students ask for medical history, some patients will not truthfully answer questions, especially regarding personal information such as smoking habits. Organizing a multi-site assessment of clinical thinking ability requires considerable manpower, including diagnostics and clinical teaching experts, teachers, and volunteers. This study issued questionnaires to 15 students and evaluated the comprehensiveness of the virtual medical cases, the accuracy of information analysis to guide diagnosis, the efficiency of the students’ study, and the system usability. Fifteen questions were presented. The results are shown in Table 2. AIteach provides medical students with rich, safe, and convenient virtual clinical practice opportunities, organically integrates online learning, practice error correction, feedback evaluation, and other teaching processes, and builds a link between independent learning and clinical practice. The AIteach virtual case system can further expand clinical teaching resources and overcome the lacunae of relatively insufficient and non-repeatable case resources in the clinical practice process as well as multiple progression paths in disease conditions [37].

Table 2 Students’ feedback and evaluation of virtual medical record teaching method

Cultivation of clinical thinking covering the entire scenario

The AIteach system collects and analyzes all-scene information, including medical inquiry, physical examination, and laboratory examination. Medical students must make decisions in each step, and each decision is a manifestation of clinical thinking ability. Each decision ultimately constitutes a decision sequence. Students arrive at different decisions each time and get different multi-dimensional evaluations. Each decision requires medical students to think independently, actively participate, and finally form conclusions such as the diagnosis and treatment. The AIteach system helps medical students establish overall clinical thinking and disease analysis awareness. Using mobile phones, students can repeatedly study cases anytime and anywhere, independently ask questions, analyze problems, solve them, learn the etiology, pathogenesis, symptomology, health education and other characteristics of the disease, accumulate clinical experience, and train their clinical thinking ability. Especially for rare and complex diseases, AIteach can effectively compensate for the disconnect between basic theoretical knowledge and actual clinical work [38].

Assist teachers directly to obtain teaching information

The system automatically records the student’s erroneous diagnoses and feedback to the teacher. As presented in Table 3, the teacher can specifically teach the erroneous diagnosis in detail, providing a platform for teachers to continuously develop and refine clinical teaching goals.

Table 3 Correct and wrong diagnosis records of students’ learning automatically recorded by the system

Limitations

The process of interviewing a patient involves face-to-face communication, a physical examination during the process of asking the medical history, identifying issues during the examination, and then supplementing the consultation. There are few clinical colloquial corpus in NLP field. This affects the preparation of oral recognition matching. Owing to the limitations of NLP, although the teaching cases in this system are extracted from real medical records, they are released after removing privacy-infringing information and after a manual review. Therefore, there are certain differences from actual clinical practice.

Students should also provide evaluation feedback after learning virtual cases, and their improved critical thinking should make this feedback timely and relevant. Future study will consider adding timely feedback and guidance directly from doctors in the learning process.

Conclusion

The shortage of human resources, the increasing cost of education, and the need to maintain social distancing in response to the global outbreak of the COVID-19 have all contributed to the need for clinical thinking training methods designed for distance learning. Through the intelligent virtual case-learning method of the AIteach system, each medical student can independently develop basic clinical thinking skills such as making inquiries, conducting physical examinations, and disposal according to difficulty levels. Thus, they can learn from real cases with zero risk and high efficiency. The system can also provide multi-dimensional evaluations that address deficiencies in the learning process. The AI-based teaching method fully considers students’ clinical level and learning requirements. This kind of clinical thinking ability training mode not only has a sense of clinical reality, but also summarizes the common characteristics of common diseases, which substantially improves the quality and efficiency of teaching. AIteach is not a substitute for actual clinical practice; rather, it complements it by enabling teaching hospitals to make full use of their collection of big data related to medical cases. A new and enhanced paradigm for teaching concepts can be developed for medical students to increase their knowledge, improve clinical skills and clinical thinking ability, and grow into qualified clinicians.

Availability of data and materials

The data that support the findings of this study are available from the corresponding author upon reasonable request.

Abbreviations

NLP:

Natural Language Processing

VPS:

Virtual Patient System

HDC:

Hospital Data Center

HMM:

Hidden Markov Model

References

  1. Shin KR. Critical thinking ability and clinical decision-making skills among senior nursing students in associate and baccalaureate programmes in Korea. J Adv Nurs. 1998;27:414–8. https://doi.org/10.1046/j.1365-2648.1998.00499.x.

    Article  CAS  PubMed  Google Scholar 

  2. Del Mar C, Doust J, Glasziou P. Clinical thinking: evidence, communication and decision-making. Health Sci Med Pap. 2007. https://doi.org/10.1002/9780470750568.

    Article  Google Scholar 

  3. Lucey CR, Johnston SC. The transformational effects of COVID-19 on medical education. Jama-J Am Med Assoc. 2020;324:1033–4. https://doi.org/10.1001/jama.2020.14136.

    Article  CAS  Google Scholar 

  4. Rose S. Medical student education in the time of COVID-19. Jama-J Am Med Assoc. 2020;323:2131–2. https://doi.org/10.1001/jama.2020.5227.

    Article  CAS  Google Scholar 

  5. Al-Balas, M.; Al-Balas, H.I.; Jaber, H.M.; Obeidat, K.; Al-Balas, H.; Aborajooh, E.A.; Al-Taher, R.; Al-Balas, B. Distance learning in clinical medical education amid COVID-19 pandemic in Jordan: current situation, challenges, and perspectives (vol 20, 341, 2020). BMC Med Educ. 2020;20. doi:https://doi.org/10.1186/s12909-020-02428-3.

  6. Cunningham J, Hellmich C, Docherty SM, Lyall H, Collins A. Virtual morphology meetings - moving haematology online and across the County (Medical Education in the time of COVID-19 Virtual Conference) 2020. Virtual Morphology Meetings 2020.

  7. Deladisma AM, Johnsen K, Raij A, Rossen B, Kotranza A, Kalapurakal M, Szlam S, Bittner JG, Swinson D, Lok B, et al. Medical student satisfaction using a virtual patient system to learn history-taking and communication skills. Medicine Meets Virtual Reality 16: Parallel, Combinatorial, Convergent: Nextmed by Design 2008;132, 101.

  8. Forslund DW, Phillips RL, Kilman DG, Cook JL. Experiences with a distributed virtual patient record system. Proc: Conf Am Med Inform Assoc. AMIA Fall Symposium 1996, 483–487.

  9. Okuda Y, Bryson EO, DeMaria S Jr, Jacobson L Quinones J, Shen B, Levine AI. The utility of simulation in medical education: what is the evidence? Mount Sinai J Med. 2009;76:330–43, doi:https://doi.org/10.1002/msj.20127.

  10. Larsen CR, Soerensen JL, Grantcharov TP, Dalsgaard T, Schouenborg L, Ottosen C, Schroeder TV, Ottesen BS. Effect of virtual reality training on laparoscopic surgery: randomised controlled trial. BMJ-Br Med J 2009; 338. doi:https://doi.org/10.1136/bmj.b1802.

  11. Rieger M, Gabl M, Gruber H, Jaschke WR, Mallouhi A. CT virtual reality in the preoperative workup of malunited distal radius fractures: preliminary results. Eur Radiol. 2005;15:792–7. https://doi.org/10.1007/s00330-004-2353-x.

    Article  PubMed  Google Scholar 

  12. Mastmeyer A, Wilms M, Fortmeier D, Schroeder J, Handels H. Real-time ultrasound simulation for training of US-guided needle insertion in breathing virtual patients. In Medicine meets virtual reality 22, Westwood, J.D., Westwood, S.W., FellanderTsai, L., Fidopiastis, C.M., Liu, A., Senger, S., Vosburgh, K.G., Eds.; Studies in health technology and informatics; 2016; vol. 220, pp. 219–226.

  13. Dafli EL, Bamidis PD, Pappas C, Dombros N. Design and development of a pilot on line electronic OSCE station for use in medical education; Design and development of a pilot on line electronic OSCE station for use in medical education; 2010.

  14. Furlan R, Gatti M, Menè R, Shiffer D, Dipaola FJJMI. An NLP-based virtual patient simulator and intelligent tutoring system for the clinical diagnostic process: a case study. (Preprint). JMIR Med Inform 2020; 9.

  15. Douglass MA, Casale JP, Skirvin JA, DiVall MV. A virtual patient software program to improve pharmacy student learning in a comprehensive disease management course. Am J Pharmac Educ. 2013; 77.

  16. Yoon C, Nam KC, Lee YK, Kang YJ, Jung CS, Shin HM, Jang H, Kim J, Sun KB, Ishikawa H, et al. Differences in perspectives of medical device adverse events: observational results in training program using virtual cases. J Korean Med Sci. 2019;34:1–11.

    Article  Google Scholar 

  17. Tao L, Zhang C, Zeng L, Zhu S, Li N, Li W, Zhang H, Zhao Y, Zhan S, Ji H. Accuracy and effects of clinical decision support systems integrated with BMJ best practice-aided diagnosis: interrupted time series study. JMIR Med Inform. 2020;8:56–70. https://doi.org/10.2196/16912.

    Article  Google Scholar 

  18. Cook DA, Triola MM. Virtual patients: a critical literature review and proposed next steps. Med Educ. 2009;43:303–11. https://doi.org/10.1111/j.1365-2923.2008.03286.x.

    Article  PubMed  Google Scholar 

  19. Posel N, Mcgee JB, Fleiszer DMJMT. Twelve tips to support the development of clinical reasoning skills using virtual patient cases. 2015; 37:813–18.

  20. Peng H, Chen L, Tan TH, Nie YS, Diagnostics LOJMI. Application of teacher standardized patient combined with CBL in diagnostic experiment teaching. Med Inf. 2019.

  21. Schenarts PJ, Schenarts KD. Educational impact of the electronic medical record. J Surg Educ. 2012;69:105–12. https://doi.org/10.1016/j.jsurg.2011.10.008.

    Article  PubMed  Google Scholar 

  22. Yang W, Liu J, Yu M. Research of an improved algorithm for Chinese word segmentation dictionary based on double-array Trie-tree. Comput Eng Sci. 2013;35:127–31.

    CAS  Google Scholar 

  23. Shrier I, Platt RW. Reducing bias through directed acyclic graphs. Bmc Med Res Methodol. 2008; 8. doi:https://doi.org/10.1186/1471-2288-8-70.

  24. Bellin W. Introduction to natural-language processing - Harris, MD. Q J Exp Psychol Sect Hum Exp Psychol. 1987;39:567–9.

    Google Scholar 

  25. Essa; Environments, A.J.S.L. A possible future for next generation adaptive learning systems. 2016;3, 16.

  26. Unal DS, Arrington CM, Solovey E, Walker E. Using thinkalouds to understand rule learning and cognitive control mechanisms within an intelligent tutoring system. Artif Intell Educ. 2020.

  27. Jing LI, Fan X, Zhang HJJONS. Correlation between the critical thinking ability and clinical competency in seniors of nurse students. J Nurs Sci; 2006.

  28. Zheng YY, Qing YU, Jiang Y, Xiang Y, Chen C, Miao XU, Zhang K, Zhou R, Cai D, Education DOJCJOCM. Survey of the evaluation of clinical thinking training and assessment system by residents standardized training in Shanghai. Chin J Clin Med; 2018.

  29. Xiao-Chen DU, Bai ZJ, Ying LI, Hua J, Huang J, Huang L, Ding XJETF. Exploration of SOAP teaching method in standardized training practice of residents in department of pediatric intensive care medicine. Educ Teach Forum 2020.

  30. Tsai A, Burrell MH, Sturm S, Garbett D. Rethinking the carrot and the stick: a case study of non-grade-bearing learning activities to enhance students’ engagement and achievement. N Z J Educ Stud. 2021. https://doi.org/10.1007/s40841-021-00197-1.

    Article  Google Scholar 

  31. Stentoft D. Problem-based projects in medical education: extending PBL practices and broadening learning perspectives. Adv Health Sci Educ. 2019;24:959–69. https://doi.org/10.1007/s10459-019-09917-1.

    Article  Google Scholar 

  32. Granek L, Shapira MS, Roth J, Constantini SJJOSE. Can good intraoperative judgement be taught?: Pediatric neurosurgeons' pedagogical approaches to training residents on intraoperative decision-making. J Surg Educ. 2021.

  33. Wei C-J, Lu T-H, Chien S-C, Huang W-T, Liu Y-P, Chan C-Y, Chiu C-H. The development and use of a pharmacist-specific Mini-CEX for postgraduate year trainees in Taiwan. BMC Med Educ. 2019, 19, doi:https://doi.org/10.1186/s12909-019-1602-2.

  34. Suhoyo Y, Schonrock-Adema J, Emilia O, Kuks JBM, Cohen-Schotanus J. How students and specialists appreciate the mini-clinical evaluation exercise (mini-CEX) in Indonesian clerkships. Bmc Med Educ. 2020; 20, doi:https://doi.org/10.1186/s12909-020-02062-z.

  35. Lorwald A, Lahner F-M, Stricker D, Huwendiek S. Completing the picture on student performances in OSCEs: a mixed-methods study on integration of a standardized patient rating. Patient Educ Couns. 2021;104:85–91. https://doi.org/10.1016/j.pec.2020.06.026.

    Article  PubMed  Google Scholar 

  36. Omar H, Archer L, Schroeder K, Robinson BJJODE. Web‐based standardized patient encounters for preclinical dental students during COIVD pandemic. J Dent Educ; 2020.

  37. Aparicio F, De Buenaga M, Rubio M, Hernando A. An intelligent information access system assisting a case based learning methodology evaluated in higher education with medical students. Comput Educ. 2012;58:1282–95. https://doi.org/10.1016/j.compedu.2011.12.021.

    Article  Google Scholar 

  38. Barteit S, Guzek D, Jahn A, Baernighausen T, Jorge MM, Neuhann F. Evaluation of e-learning for medical education in low- and middle-income countries: a systematic review. Comput Educ. 2020; 145. doi:https://doi.org/10.1016/j.compedu.2019.103726.

Download references

Acknowledgements

We would like to thank the information management and big data center of Peking University Third Hospital for its data support for this project.

Funding

Not applicable.

Author information

Authors and Affiliations

Authors

Contributions

All authors have read and approved the manuscript, and each author has participated sufficiently in developing the project and the manuscript. MY.W. and M.J contributed to the literature review and analysis of the study and drafting the manuscript. Y.W. and H.W. contributed to education aspects of technical challenges. XXZ contributed to the drafting the manuscript. LZ.C contributed to system design. Z.S and H.J. oversaw the technical details and analysis of the study. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Hong Ji.

Ethics declarations

Ethics approval and consent to participate

Full name of the ethics committee: Peking University Third Hospital Medical Science Research Ethics Committee. According to management of the Medical Science Research Ethics Committee of Peking University Third Hospital, this study does not involve human and animal research, there is no need for formal ethics approval. Informed consent from the patients was exempt due to the retrospective nature of the study. We confirm all the experiment protocol for involving humans was in accordance to guidelines of national/international/institutional or Declaration of Helsinki in the manuscript.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

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

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. 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 in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wang, M., Sun, Z., Jia, M. et al. Intelligent virtual case learning system based on real medical records and natural language processing. BMC Med Inform Decis Mak 22, 60 (2022). https://doi.org/10.1186/s12911-022-01797-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-022-01797-7

Keywords