SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
ISSN: 2278 – 1323
                                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                                          Volume 1, Issue 4, June 2012


        AN ENHANCEMENT IN RELEVANCE KNOWLEDGE DISCOVERY
             MODEL FOR MEDICAL REASONING USING CBRM
                                                    Prof.S.Anithaa
                                              anithabennett@yahoo.co.in
                                            VIT university Chennai campus


                                                                 the need for specific diagnostic tests in specific
Abstract: Healthcare technology is entering in to a              patients, leading to effective dispensing of health care
new evolutionary phase. The medical community has                measures and eliminating unnecessary tests which
an obligation to the public to provide the safest, most          leads to saving valuable time and cost considerably.
effective possible healthcare. In this context
Knowledge sharing is crucial for better patient care in          Keywords: Case Based Reasoning Model, Health
the healthcare industry, but it is challenging for               care, Knowledge based systems, Knowledge sharing.
physicians to exchange their clinical insights,
outcomes and valuable experiences, particularly with                              I. INTRODUCTION
regard to make decisions in diagnosing disease at
early stages. The aim of our study is to facilitate              Medical diagnosis and decision-making involves
knowledge sharing and information exchange in this               interplay between vast numbers of medical knowledge
area by means of a knowledge-based system. We                    resources . This can range from implicit knowledge
propose a knowledge-based system, which                          held by healthcare workers to experiential and data-
automatically models each physician’s experience and             induced knowledge. Systems that can simultaneously
experts in health care industry. This is done by                 access and combine relevant information from these
collecting as many as possible instances occurred                various knowledge resources are crucial to the
during past histories about the patient symptoms,                diagnostic and prognostic processes and subsequently
treatments, and relevant medications. This process               to the efficient treatment of patients. From a decision
can be referred as Case Based Reasoning                          support viewpoint, healthcare workers need complete,
Model(CBRM) and will be analyzed from a statistical              contextually-relevant information that is consistent
perspective to form a authenticated interactive                  with the patient's current medical state and that is
knowledge sharing process for making right decisions             appropriately presented at the correct level of
at right time.                                                   abstraction. In this research we have drawn on
                                                                 medical knowledge management initiatives that
Key Application Areas includes : Improving the                   promote the collection, integration and distribution of
Quality of Patient Care Identifying high-risk patient            a single medical modality [1]. This allows us to build
groups with combinations of symptoms and/or risks,               encapsulated patient profiles that are used both to
Identifying the need for prophylactic measures to                effectively store patient data and also for the purposes
prevent outbreak of disease, Improve patient care                of comparison with new patient profiles for diagnosis
through efficient prescribing of drugs by identifying            and treatment. The system we are developing also has
duplication or over-prescribing of drugs, and also               beneficial repercussions from a healthcare modeling
identifying    potential     drug     interactions    in         view point [2], as explanatory models from amassed
contraindicated drugs, Search for statistical data               patient data can easily be created that can identify
regarding patient-disease patterns, classifying them             trends as well as comparing diagnosis, treatments and
based on age, gender, geographical locations, food               departments.
groups, etc., by identifying common factors among
patients with similar diseases. Identifying the need for             II. RESEARCH ISSUES AND PROPOSED
diagnostic tests in specific patients, leading to                              CONTRIBUTION
effective dispensing of health care measures.
                                                                 Clinical data mining has three objectives:
Revenue Generation and Saving Time Lowering the                  understanding the clinical data, assist healthcare
cost and effort involved in clinical Research and                professionals, and develop a data analysis
Development through automated reviews. Identifying               methodology suitable for medical diagnosis[3]. Our
                                                                 work deals with the insight of health care

                                                                                                                     382
                                            All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                                          Volume 1, Issue 4, June 2012

professionals such as radiographer or physician                  worthy challenges and is driving CBR research
decisions, as they diagnose and treat patients during            forward by offering a variety of complex tasks, which
illness. Since the health care professionals interacts           are difficult to solve with other methods and
with the patient profile (patient age, gender, medical           approaches. [5] The origin of CBR can be traced to
history, examination and laboratory findings, medical            Yale University and the work of Schank and Abelson
imagery like X-rays etc are integrated as encapsulated           in 1977 [6]. Earlywork exploiting CBR in the medical
profiles) in the course of a diagnosis the system                domain was performed by Koton [7] and Bareiss [8]
analyses their actions. This enables to capture human            in the late 1980s. The CBR is inspired by human
expertise and proficiency in diagnosing and treating             reasoning, i.e., solving a new problem by applying
any particular disease. This proficiency of diagnosing           previous experiences adapted to the current situation.
disease and relevant treatment is referred as an expert          A case (an episodic experience) normally contains a
knowledge and is stored in knowledge base for future             problem, a solution, and its result. The CBR is an
reference. This information can then be used to filter,          appropriate method to explore in a medical context
retrieve and display the most relevant similar patient           where symptoms represent the problem, and diagnosis
case histories from huge repositories of patient data            and treatment represent the solution. With its
and can further be used for diagnostic comparison                capability of incrementally collecting, reusing and
with new patient complaints, symptoms or other                   sharing the knowledge implicitly embedded in
clinical evidences. The information of new patients              previously experienced situations, case-based
can be entered in to the system and previous                     reasoning (CBR) [9] is currently recognized as a very
diagnoses, treatments and outcomes for similar                   well suited reasoning methodology in medical
patients can be instantly accessed by physicians. The            applications.
application can save much physician time by avoiding
manual scanning of patient records and retrieved                 IV. CBRM CASE BASED REASONING MODEL
information can be interactively explored and can
used to guide health care professionals towards                  Life cycle of CBRM is a combinational model of
appropriate and relevant information regarding                   statistical view and CBR view. This combinational
diagnoses and treatments.                                        model gives knowledge for health care professionals
                                                                 to make decisions as shown in figure 1. The CBR
Effective use of this knowledge base of previous case            view has four main steps (4R‟s) retrieve, reuse,
histories is made possible by the application of Case-           revise, and retain. In the retrieval step, a new problem
Based Reasoning (CBR) techniques. CBR is a well                  is matched against the previous cases in the case
established method for building medical systems [4],             library. Domain knowledge is used to determine the
and one of the intuitively attractive features of CBR in         similarity between the new case and the case available
medicine is that the concepts of patient and disease             in domain knowledge, and the degree of similarity
lend themselves naturally to a case representation.              leads to make decision about the newly arrived case.
Also medical practitioners logically approach                    The most relevant solutions available in the
diagnosis from a case-based standpoint (i.e., previous           knowledge base are proposed to solve the newly
specific patient interactions are as strong a factor as          arrived problem with respect to some adaptations if
individual symptoms in making a diagnosis). There                necessary. The selected solution is revised before it is
are three main advantages in our approach. First by              reused. Then, the new problem and its solution are
reusing collective knowledge in support of similar               retained in the case library for future use.
patient cases the time required to diagnose or treat a
new patient can be significantly reduced. Second, the            CBR systems typically needs to undergo
approach facilitates knowledge sharing (remote or                preprocessing and filtering prior to Case formulation.
otherwise) by retrieving potentially relevant                    For example, if the clinical data are collected from
knowledge from other experiences. Finally from a                 sensor signals, images, free-text sources, etc., then the
knowledge management perspective, contextual                     system may require feature extraction, feature mining,
expert knowledge relating to particular cases may now            indexing, weighting, etc
be stored and reused as an additional resource for
support, training and preserving knowledge assets.

         III. CASE BASED REASONING
Case Based Reasoning (CBR) is a recognized and
well-established method for the health science. The
health science domain offers the CBR community

                                                                                                                      383
                                            All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                                          Volume 1, Issue 4, June 2012

                                                                  similarity relationship between cases are grouped into
                                                                  a set of independent attributes such as gender, age,
                                                                  marital status, blood pressure, depression, smoke,
                                                                  stress, anxiety etc. For each attributes, a relevance
                                                                  metric is defined to measure the similarity between
                                                                  two items. For example, two cases with same gender
                                                                  will get the maximum similarity rating while for
                                                                  attributes that greatly dissimilar, will get low rating.
                                                                  The output of each metric is an integer value. The
                                                                  degree of similarity is expressed between 0 (not
                                                                  similar) and 1 (very similar) . In this paper, we have
                                                                  created two sample cases for the similarity retrieval
                                                                  purpose in case database. Figure 5 shows the
                                                                  similarity comparison between New Case and Sample
                                                                  1 while Figure 6 shows the similarity comparison
                                                                  between New Case and Sample 2.

                                                                  New Case
                                                                  Age               24
                                                                  Sex               Male
                                                                  Marital Status    N
                                                                  Blood Pressure    Y
                                                                  Depression        Y
                                                                  Smoke             Y
                                                                  Stress            Y
                                                                  Anxiety           Y
Figure 1:CBRM (Case Based Reasoning Model)                        Food Habit        V
                                                                  Alcohol           Y
In the medical domain, the health care professionals,
clinicians or doctors may start their practice with               Figure 2: Summary of new problems entered by
some initial experiences (solved cases). Over a period            Health care professionals and labeled as „New Case‟
of time, they use that initial experiences as past
experiences to solve a new problem. This may involve              Sample 1
some adjustment of the previous solutions to solve the            Age               32
new problem. Thus, a new experience (case) has been               Sex               Male
created, which enriches the clinician‟s / doctor‟s set of         Marital Status    Y
experiences. In fact, this is how the traditional CBR             Blood Pressure    Y
cycle works. So, the CBR is a reasoning process,                  Depression        Y
which is medically accepted and also getting                      Smoke             N
increasing attention from the medical domain.                     Stress            Y
                                                                  Anxiety           N
        V. RELEVANCE COMPUTATION                                  Food Habit        NV
                                                                  Alcohol           Y
The CBRM accepts new cases from health care
professionals and preprocess them in order to remove              Figure 3 shows the summary sample1
noise, inconsistent data. The outcome of
preprocessing is sent to the CBR model which
attempts to retrieve the most similar case from case
library. The system will carry out similarity
computation test by weighted average using nearest
neighbor algorithm. This algorithm will calculate
similarity between new problem and similar cases in
case library. The nearest case with highest k score will
be used as similar case to solve new problem. The

                                                                                                                      384
                                             All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                                          Volume 1, Issue 4, June 2012

Sample 2                                                          The Followings are similarity calculation (relevance
Age              45                                               computation) by weighted average using nearest
Sex              Male                                             neighbor algorithm for both sample cases (weight 5
Marital Status Y                                                  for high importance and weight 1 for low importance):
Blood Pressure Y
Depression       Y                                                Similarity computation: New Case and Sample 1
Smoke            Y                                                = 1/10 * [(1 * 0.8) + (1 * 1.0) +(1*0.1)+ (5 *
Stress           Y                                                1.0)+(5*1.0)+(5*0.1)+(5*1.0)+(5*0.1)+(5*0.1)+(5*1.
Anxiety          N                                                0)]
Food Habit       V                                                =1/10*(0.8+1.0+0.1+5.0+5.0+0.5+5.0+0.5+0.5+5.0)
Alcohol          N                                                =1/10*(23.4)
Figure 4 shows the summary sample2                                = 2.34
New Case VS Sample 1
                                                                  Similarity computation: New Case and Sample 2
                                                                  = 1/10 * [(1 * 0.7) + (1 *1. 0) +(1*0.1)+ (5 * 1.0)
New Case           Similarity    Sample 1
                                                                  +(5*1.0)+ (5*1.0) +(5*1.0)+ (5 * 0.1) + (5*
                   rating
                                                                  1.0)+(5*0.1)]
                                                                  = 1/10*(0.7+1.0 +0.1+5.0+5.0+5.0+5.0+ 0.5 +5.0 +
Age          24    0.8           Age            32                0.5)
Sex          Ma    1.0           Sex            Male              =1/10*(27.8)
             le                                                   = 2.78
Marital      N     0.1   Marital  Y
Status                   Status                                   The result of similarity computation will be used to
Blood         Y     1.0  Blood    Y                               determine the adoption of similar case‟s solution as
Pressure                 Pressure                                 solution to new problem. The acceptance level is
Depression    Y     1.0  Depressi Y                               predetermined by expert committee. From the
                         on                                       similarity calculation, the system will choose solution
Smoke         Y     0.1  Smoke    N                               from Sample 2 as solution for New Case (2.78 >
Stress        Y     1.0  Stress   Y                               2.34). The system will reuse previous solution to
Anxiety       Y     0.1  Anxiety  N                               solve users‟ current requirement. However, if level of
Food Habit V        0.1  Food     NV                              acceptance is rejected, the system will send current
                         Habit                                    problem case to the expert committee. After received
Alcohol       Y     1.0  Alcohol  Y                               solution from committee, the system will make
Figure 5: shows New Case VS Sample 1 with                         proposal to users.. The proposed solution will be
similarity measures                                               compared and revised against the actual result. If the
                                                                  result is accepted, the system will learn new case and
New Case           Similarit    Sample 2                          retain the case in case library for future use. If the
                   y                                              evaluation is rejected, the system will close the case
                   rating                                         and users will be advised to make consultation with
Age          24    0.7          Age              45               expert committee. Finally the solution was verified
Sex          Mal   1.0          Sex              Mal              with the statistical methods and the outcome is
             e                                   e                updated in case library. At the heart of this model lies
Marital      N     0.1          Marital          Y                a knowledge discovery method that permits relevance
Status                          Status                            knowledge to be automatically extracted from existing
Blood        Y     1.0          Blood            Y                structured and unstructured data that are available in
Pressure                        Pressure                          preprocessing stage. Not only this model can handle
Depression   Y     1.0          Depression       Y                data format diversity, high dimensionality, and
Smoke        Y     1.0          Smoke            Y                relative importance of the data source, but it is also
Stress       Y     1.0          Stress           Y                capable of incrementally updating the existing
Anxiety      Y     0.1          Anxiety          N                indexing structure when new cases are added to the
                                                                  system. The techniques outlined in this paper will
Food Habit   V     1.0          Food Habit       V
                                                                  yield significant benefit in the improvement of
Alcohol      Y     0.1          Alcohol          N
                                                                  decision support tasks and provide a better insight into
                                                                  the process of medical reasoning
Figure 6: New Case VS Sample2

                                                                                                                      385
                                             All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                     International Journal of Advanced Research in Computer Engineering & Technology
                                                                                         Volume 1, Issue 4, June 2012

      VI. CHALLENGES OF CASE BASED                              committee for confirmation on the solution and
               REASONING                                        verified with the statistical methods. Future study will
                                                                be focused more on preprocessing of input data to the
There are a huge number of medical applications                 CBRM which results in further improvement of the
which offers challenges for the CBR researchers and             system.
drive advances in research. Some of the important
research issues are given in the following.                     References
                                                                [1] Jadad, A. R., Haynes, R.B., Hunt, D. & Browman,
1)Feature extraction is becoming complicated in the             G.P. "The Internet and Evidence-Based Decision
recent medical CBR systems due to a complex data                Making: A Needed Synergy for Efficient Knowledge
format like sensor data, images, time series data , and         Management in Health Care,," Canadian Medical
data with free text format.                                     Association Journal, Vol. 162(3):362-5, 2000.

2) Feature selection and weighting are two other                [2] Ivatts, S. & Millard, P.H. "Health care modelling -
important factors for which many CBR systems                    Why should we try?," British Journal of Health Care
depend on expert knowledge. Cases with hidden                   Management, Vol. 8(6), pp.218-222, 2002.
features could also affect the retrieval performance.
                                                                [3] Clinical Data Mining: a Review J. Iavindrasana et
3) The component that plays a central role in the CBR           al, yearbook 2009.
systems is the case data base or case library. A case
base can be considered as concrete knowledge of a               [4] Nilsson, M. and Sollenborn, M., "Advancements
model consisting of specific cases. The cases stored in         and Trends in Medical Case-Based Reasoning: An
a case library should be both representative and                Overview of Systems and System Development," In
comprehensive, so as to cover a wide spectrum of                Proceedings of the 17th International FLAIRS
possible situations                                             Conference, pp.178-183, 2004.

VII. CONCLUSION AND FUTURE WORK                                 [5] Shahina Begum et al. IEEE TRANSACTIONS
                                                                ON SYSTEMS, MAN, AND CYBERNETICS—
The current system in hospitals whereby doctors enter           PART C: APPLICATIONS AND REVIEWS, VOL.
patient information using paper charts is cumbersome,           41, NO. 4, JULY 2011
time-consuming and does not facilitate knowledge
sharing. Different types of information, including              [6] R. C. Schank and R. P. Abelson, Scripts, Plans,
imagery, are stored in different locations and valuable         Goals and Understanding. Erlbaum, Hillsdale, New
time is often lost trying to correlate data in order to         Jersey, 1977.
diagnose and treat patients. This system can address
such issues by providing doctors with instant access to         [7]P. Koton, “Using experience in learning and
information that will allow them to make critical               problem solving. Massachusetts Institute of
decisions and prognoses with greater speed and                  Technology,” Ph.D. dissertation, Lab. Computer
efficiency. It facilitates knowledge sharing and                Science, Dept. Electr. Eng. Comut. Sci.,
supports effective communication about the most                 MIT/LCS/TR-441, Cambridge, 1989.
effective ways in which to treat patients by linking
similar patient case histories using case-based                 [8] R. Bareiss, “Examplar-based knowledge
reasoning techniques.[10]. The concept of CBRM is a             acquisition: A unified approach to concept,
service oriented model which retains previously                 classification    and     learning,”Academic Press
solved cases and experts‟ knowledge in case library.            Professional, Inc., San Diego, CA, 1989.
The system can propose wellness solution that is
personalized to users based on the adaptation of                [9] Kolodner JL. Case-based reasoning. San Mateo,
previous solution in similar cases. The proposed                CA: Morgan Kaufmann; 1993.
CBRM uses a combination of Case Based Reasoning
and Statistical Models. Furthermore, the advantage of           [10] David Wilson,et al, 3rd International IEEE
this model over the other model is, in other CBR                Conference Intelligent Systems, September 2006
models the limitation was that the system will not be
able to propose solution to new case that has no
similar solution in Case Library. But in our Model the
system will build new case and send to the expert

                                                                                                                    386
                                           All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                                   International Journal of Advanced Research in Computer Engineering & Technology
                                                                                       Volume 1, Issue 4, June 2012




Author:

Prof.S Anithaa
VIT University
Chennai campus
To my credit I have published more than 12 papers in
National and International journals and conferences.
My area of interest are Data mining, Database
management systems, Knowledge Engineering




                                                                                                               387
                                         All Rights Reserved © 2012 IJARCET

Weitere ähnliche Inhalte

Was ist angesagt?

Clinical practice critical_research_paper essay sample from assignmentsupport...
Clinical practice critical_research_paper essay sample from assignmentsupport...Clinical practice critical_research_paper essay sample from assignmentsupport...
Clinical practice critical_research_paper essay sample from assignmentsupport...
https://writeessayuk.com/
 
Integrative Health Care Shift Benefits and Challenges among Health Care Profe...
Integrative Health Care Shift Benefits and Challenges among Health Care Profe...Integrative Health Care Shift Benefits and Challenges among Health Care Profe...
Integrative Health Care Shift Benefits and Challenges among Health Care Profe...
ijtsrd
 
Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...
Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...
Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...
home
 

Was ist angesagt? (18)

Clinical practice critical_research_paper essay sample from assignmentsupport...
Clinical practice critical_research_paper essay sample from assignmentsupport...Clinical practice critical_research_paper essay sample from assignmentsupport...
Clinical practice critical_research_paper essay sample from assignmentsupport...
 
The EQ-5D and Its Use Internationally
The EQ-5D and Its Use InternationallyThe EQ-5D and Its Use Internationally
The EQ-5D and Its Use Internationally
 
7 asmita gautam-journal-club-presentation
7 asmita gautam-journal-club-presentation7 asmita gautam-journal-club-presentation
7 asmita gautam-journal-club-presentation
 
Integrative Health Care Shift Benefits and Challenges among Health Care Profe...
Integrative Health Care Shift Benefits and Challenges among Health Care Profe...Integrative Health Care Shift Benefits and Challenges among Health Care Profe...
Integrative Health Care Shift Benefits and Challenges among Health Care Profe...
 
Determine the Patients' Satisfaction Concerning In-hospital Information Progr...
Determine the Patients' Satisfaction Concerning In-hospital Information Progr...Determine the Patients' Satisfaction Concerning In-hospital Information Progr...
Determine the Patients' Satisfaction Concerning In-hospital Information Progr...
 
Pocon11 2 09[1]
Pocon11 2 09[1]Pocon11 2 09[1]
Pocon11 2 09[1]
 
Unit 8 evidence based practice
Unit 8  evidence based practiceUnit 8  evidence based practice
Unit 8 evidence based practice
 
Nursesí practices and perception of delirium in the intensive care units of ...
Nursesí  practices and perception of delirium in the intensive care units of ...Nursesí  practices and perception of delirium in the intensive care units of ...
Nursesí practices and perception of delirium in the intensive care units of ...
 
Evidence based med
Evidence based medEvidence based med
Evidence based med
 
Metanalisis tratamientos ttm
Metanalisis tratamientos ttmMetanalisis tratamientos ttm
Metanalisis tratamientos ttm
 
Final study guide tahun 3 tahun 2013,2014 (1)
Final study guide tahun 3 tahun 2013,2014 (1)Final study guide tahun 3 tahun 2013,2014 (1)
Final study guide tahun 3 tahun 2013,2014 (1)
 
Patient satisfaction and side effects in primary care: An observational study...
Patient satisfaction and side effects in primary care: An observational study...Patient satisfaction and side effects in primary care: An observational study...
Patient satisfaction and side effects in primary care: An observational study...
 
Patient satisfaction and side effects in primary care: An observational study...
Patient satisfaction and side effects in primary care: An observational study...Patient satisfaction and side effects in primary care: An observational study...
Patient satisfaction and side effects in primary care: An observational study...
 
Teaching issues acc and neurotechnology lessons drug prevention
Teaching issues acc and neurotechnology lessons drug preventionTeaching issues acc and neurotechnology lessons drug prevention
Teaching issues acc and neurotechnology lessons drug prevention
 
Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...
Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...
Obstetrics and gynecology outpatient scenario of an Indian homeopathic hospit...
 
Nursing Research Paper Example
Nursing Research Paper ExampleNursing Research Paper Example
Nursing Research Paper Example
 
Knowledge and Practice of Documentation among Nurses in Ahmadu Bello Universi...
Knowledge and Practice of Documentation among Nurses in Ahmadu Bello Universi...Knowledge and Practice of Documentation among Nurses in Ahmadu Bello Universi...
Knowledge and Practice of Documentation among Nurses in Ahmadu Bello Universi...
 
Definitive article_MvdMortel
Definitive article_MvdMortelDefinitive article_MvdMortel
Definitive article_MvdMortel
 

Andere mochten auch (8)

513 516
513 516513 516
513 516
 
300 305
300 305300 305
300 305
 
257 266
257 266257 266
257 266
 
289 292
289 292289 292
289 292
 
509 512
509 512509 512
509 512
 
285 288
285 288285 288
285 288
 
427 432
427 432427 432
427 432
 
280 284
280 284280 284
280 284
 

Ähnlich wie 382 387

Chapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docx
Chapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docxChapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docx
Chapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docx
christinemaritza
 
Framework for Data Warehousing and Mining Clinical Records of Patients: A Review
Framework for Data Warehousing and Mining Clinical Records of Patients: A ReviewFramework for Data Warehousing and Mining Clinical Records of Patients: A Review
Framework for Data Warehousing and Mining Clinical Records of Patients: A Review
BRNSSPublicationHubI
 
CANCER DATA COLLECTION6The Application of Data to Problem-So
CANCER DATA COLLECTION6The Application of Data to Problem-SoCANCER DATA COLLECTION6The Application of Data to Problem-So
CANCER DATA COLLECTION6The Application of Data to Problem-So
TawnaDelatorrejs
 

Ähnlich wie 382 387 (20)

Case Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
Case Retrieval using Bhattacharya Coefficient with Particle Swarm OptimizationCase Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
Case Retrieval using Bhattacharya Coefficient with Particle Swarm Optimization
 
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RI...
 PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RI... PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RI...
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RI...
 
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...
 
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...
PERSONALIZED MEDICINE SUPPORT SYSTEM: RESOLVING CONFLICT IN ALLOCATION TO RIS...
 
Chapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docx
Chapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docxChapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docx
Chapter 4 Knowledge Discovery, Data Mining, and Practice-Based Evi.docx
 
Clinical Data Science and its Future
Clinical Data Science and its FutureClinical Data Science and its Future
Clinical Data Science and its Future
 
s12911-022-01756-2.pdf
s12911-022-01756-2.pdfs12911-022-01756-2.pdf
s12911-022-01756-2.pdf
 
Dss
DssDss
Dss
 
MULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONING
MULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONINGMULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONING
MULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONING
 
MULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONING
MULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONINGMULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONING
MULTI-CRITERIA DECISION SUPPORT GUIDED BY CASE-BASED REASONING
 
Structure of medical data
Structure of medical dataStructure of medical data
Structure of medical data
 
Framework for Data Warehousing and Mining Clinical Records of Patients: A Review
Framework for Data Warehousing and Mining Clinical Records of Patients: A ReviewFramework for Data Warehousing and Mining Clinical Records of Patients: A Review
Framework for Data Warehousing and Mining Clinical Records of Patients: A Review
 
CANCER DATA COLLECTION6The Application of Data to Problem-So
CANCER DATA COLLECTION6The Application of Data to Problem-SoCANCER DATA COLLECTION6The Application of Data to Problem-So
CANCER DATA COLLECTION6The Application of Data to Problem-So
 
Ethical Issues and Safety in the Use of Clinical Decision Support Systems (CDSS)
Ethical Issues and Safety in the Use of Clinical Decision Support Systems (CDSS)Ethical Issues and Safety in the Use of Clinical Decision Support Systems (CDSS)
Ethical Issues and Safety in the Use of Clinical Decision Support Systems (CDSS)
 
Data Mining in Health Care
Data Mining in Health CareData Mining in Health Care
Data Mining in Health Care
 
EVIDENCE BASED NURSING PRACTICE
EVIDENCE BASED NURSING PRACTICE EVIDENCE BASED NURSING PRACTICE
EVIDENCE BASED NURSING PRACTICE
 
Estimating the Statistical Significance of Classifiers used in the Predictio...
Estimating the Statistical Significance of Classifiers used in the  Predictio...Estimating the Statistical Significance of Classifiers used in the  Predictio...
Estimating the Statistical Significance of Classifiers used in the Predictio...
 
APPLICATION OF DATA SCIENCE IN HEALTHCARE
APPLICATION OF DATA SCIENCE IN HEALTHCAREAPPLICATION OF DATA SCIENCE IN HEALTHCARE
APPLICATION OF DATA SCIENCE IN HEALTHCARE
 
Data Science in Healthcare
Data Science in HealthcareData Science in Healthcare
Data Science in Healthcare
 
J1803026569
J1803026569J1803026569
J1803026569
 

Mehr von Editor IJARCET

Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
Editor IJARCET
 

Mehr von Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Kürzlich hochgeladen

Call Girls in Gagan Vihar (delhi) call me [🔝 9953056974 🔝] escort service 24X7
Call Girls in Gagan Vihar (delhi) call me [🔝  9953056974 🔝] escort service 24X7Call Girls in Gagan Vihar (delhi) call me [🔝  9953056974 🔝] escort service 24X7
Call Girls in Gagan Vihar (delhi) call me [🔝 9953056974 🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...
🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...
🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 

Kürzlich hochgeladen (20)

Top Rated Bangalore Call Girls Mg Road ⟟ 9332606886 ⟟ Call Me For Genuine S...
Top Rated Bangalore Call Girls Mg Road ⟟   9332606886 ⟟ Call Me For Genuine S...Top Rated Bangalore Call Girls Mg Road ⟟   9332606886 ⟟ Call Me For Genuine S...
Top Rated Bangalore Call Girls Mg Road ⟟ 9332606886 ⟟ Call Me For Genuine S...
 
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 9630942363 Top Class Pondicherry Escort Servi...
 
Call Girls Service Jaipur {8445551418} ❤️VVIP BHAWNA Call Girl in Jaipur Raja...
Call Girls Service Jaipur {8445551418} ❤️VVIP BHAWNA Call Girl in Jaipur Raja...Call Girls Service Jaipur {8445551418} ❤️VVIP BHAWNA Call Girl in Jaipur Raja...
Call Girls Service Jaipur {8445551418} ❤️VVIP BHAWNA Call Girl in Jaipur Raja...
 
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
VIP Service Call Girls Sindhi Colony 📳 7877925207 For 18+ VIP Call Girl At Th...
 
Manyata Tech Park ( Call Girls ) Bangalore ✔ 6297143586 ✔ Hot Model With Sexy...
Manyata Tech Park ( Call Girls ) Bangalore ✔ 6297143586 ✔ Hot Model With Sexy...Manyata Tech Park ( Call Girls ) Bangalore ✔ 6297143586 ✔ Hot Model With Sexy...
Manyata Tech Park ( Call Girls ) Bangalore ✔ 6297143586 ✔ Hot Model With Sexy...
 
Top Quality Call Girl Service Kalyanpur 6378878445 Available Call Girls Any Time
Top Quality Call Girl Service Kalyanpur 6378878445 Available Call Girls Any TimeTop Quality Call Girl Service Kalyanpur 6378878445 Available Call Girls Any Time
Top Quality Call Girl Service Kalyanpur 6378878445 Available Call Girls Any Time
 
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Vadodara Just Call 8617370543 Top Class Call Girl Service Available
 
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
8980367676 Call Girls In Ahmedabad Escort Service Available 24×7 In Ahmedabad
 
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Shimla Just Call 8617370543 Top Class Call Girl Service Available
 
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
Night 7k to 12k Navi Mumbai Call Girl Photo 👉 BOOK NOW 9833363713 👈 ♀️ night ...
 
Call Girls Kurnool Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Kurnool Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Kurnool Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Kurnool Just Call 8250077686 Top Class Call Girl Service Available
 
Call Girls in Gagan Vihar (delhi) call me [🔝 9953056974 🔝] escort service 24X7
Call Girls in Gagan Vihar (delhi) call me [🔝  9953056974 🔝] escort service 24X7Call Girls in Gagan Vihar (delhi) call me [🔝  9953056974 🔝] escort service 24X7
Call Girls in Gagan Vihar (delhi) call me [🔝 9953056974 🔝] escort service 24X7
 
🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...
🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...
🌹Attapur⬅️ Vip Call Girls Hyderabad 📱9352852248 Book Well Trand Call Girls In...
 
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
VIP Hyderabad Call Girls Bahadurpally 7877925207 ₹5000 To 25K With AC Room 💚😋
 
💕SONAM KUMAR💕Premium Call Girls Jaipur ↘️9257276172 ↙️One Night Stand With Lo...
💕SONAM KUMAR💕Premium Call Girls Jaipur ↘️9257276172 ↙️One Night Stand With Lo...💕SONAM KUMAR💕Premium Call Girls Jaipur ↘️9257276172 ↙️One Night Stand With Lo...
💕SONAM KUMAR💕Premium Call Girls Jaipur ↘️9257276172 ↙️One Night Stand With Lo...
 
Mumbai ] (Call Girls) in Mumbai 10k @ I'm VIP Independent Escorts Girls 98333...
Mumbai ] (Call Girls) in Mumbai 10k @ I'm VIP Independent Escorts Girls 98333...Mumbai ] (Call Girls) in Mumbai 10k @ I'm VIP Independent Escorts Girls 98333...
Mumbai ] (Call Girls) in Mumbai 10k @ I'm VIP Independent Escorts Girls 98333...
 
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
Call Girls Vasai Virar Just Call 9630942363 Top Class Call Girl Service Avail...
 
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
Premium Bangalore Call Girls Jigani Dail 6378878445 Escort Service For Hot Ma...
 
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Gwalior Just Call 8617370543 Top Class Call Girl Service Available
 
Call Girls Rishikesh Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Rishikesh Just Call 8250077686 Top Class Call Girl Service AvailableCall Girls Rishikesh Just Call 8250077686 Top Class Call Girl Service Available
Call Girls Rishikesh Just Call 8250077686 Top Class Call Girl Service Available
 

382 387

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 AN ENHANCEMENT IN RELEVANCE KNOWLEDGE DISCOVERY MODEL FOR MEDICAL REASONING USING CBRM Prof.S.Anithaa anithabennett@yahoo.co.in VIT university Chennai campus the need for specific diagnostic tests in specific Abstract: Healthcare technology is entering in to a patients, leading to effective dispensing of health care new evolutionary phase. The medical community has measures and eliminating unnecessary tests which an obligation to the public to provide the safest, most leads to saving valuable time and cost considerably. effective possible healthcare. In this context Knowledge sharing is crucial for better patient care in Keywords: Case Based Reasoning Model, Health the healthcare industry, but it is challenging for care, Knowledge based systems, Knowledge sharing. physicians to exchange their clinical insights, outcomes and valuable experiences, particularly with I. INTRODUCTION regard to make decisions in diagnosing disease at early stages. The aim of our study is to facilitate Medical diagnosis and decision-making involves knowledge sharing and information exchange in this interplay between vast numbers of medical knowledge area by means of a knowledge-based system. We resources . This can range from implicit knowledge propose a knowledge-based system, which held by healthcare workers to experiential and data- automatically models each physician’s experience and induced knowledge. Systems that can simultaneously experts in health care industry. This is done by access and combine relevant information from these collecting as many as possible instances occurred various knowledge resources are crucial to the during past histories about the patient symptoms, diagnostic and prognostic processes and subsequently treatments, and relevant medications. This process to the efficient treatment of patients. From a decision can be referred as Case Based Reasoning support viewpoint, healthcare workers need complete, Model(CBRM) and will be analyzed from a statistical contextually-relevant information that is consistent perspective to form a authenticated interactive with the patient's current medical state and that is knowledge sharing process for making right decisions appropriately presented at the correct level of at right time. abstraction. In this research we have drawn on medical knowledge management initiatives that Key Application Areas includes : Improving the promote the collection, integration and distribution of Quality of Patient Care Identifying high-risk patient a single medical modality [1]. This allows us to build groups with combinations of symptoms and/or risks, encapsulated patient profiles that are used both to Identifying the need for prophylactic measures to effectively store patient data and also for the purposes prevent outbreak of disease, Improve patient care of comparison with new patient profiles for diagnosis through efficient prescribing of drugs by identifying and treatment. The system we are developing also has duplication or over-prescribing of drugs, and also beneficial repercussions from a healthcare modeling identifying potential drug interactions in view point [2], as explanatory models from amassed contraindicated drugs, Search for statistical data patient data can easily be created that can identify regarding patient-disease patterns, classifying them trends as well as comparing diagnosis, treatments and based on age, gender, geographical locations, food departments. groups, etc., by identifying common factors among patients with similar diseases. Identifying the need for II. RESEARCH ISSUES AND PROPOSED diagnostic tests in specific patients, leading to CONTRIBUTION effective dispensing of health care measures. Clinical data mining has three objectives: Revenue Generation and Saving Time Lowering the understanding the clinical data, assist healthcare cost and effort involved in clinical Research and professionals, and develop a data analysis Development through automated reviews. Identifying methodology suitable for medical diagnosis[3]. Our work deals with the insight of health care 382 All Rights Reserved © 2012 IJARCET
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 professionals such as radiographer or physician worthy challenges and is driving CBR research decisions, as they diagnose and treat patients during forward by offering a variety of complex tasks, which illness. Since the health care professionals interacts are difficult to solve with other methods and with the patient profile (patient age, gender, medical approaches. [5] The origin of CBR can be traced to history, examination and laboratory findings, medical Yale University and the work of Schank and Abelson imagery like X-rays etc are integrated as encapsulated in 1977 [6]. Earlywork exploiting CBR in the medical profiles) in the course of a diagnosis the system domain was performed by Koton [7] and Bareiss [8] analyses their actions. This enables to capture human in the late 1980s. The CBR is inspired by human expertise and proficiency in diagnosing and treating reasoning, i.e., solving a new problem by applying any particular disease. This proficiency of diagnosing previous experiences adapted to the current situation. disease and relevant treatment is referred as an expert A case (an episodic experience) normally contains a knowledge and is stored in knowledge base for future problem, a solution, and its result. The CBR is an reference. This information can then be used to filter, appropriate method to explore in a medical context retrieve and display the most relevant similar patient where symptoms represent the problem, and diagnosis case histories from huge repositories of patient data and treatment represent the solution. With its and can further be used for diagnostic comparison capability of incrementally collecting, reusing and with new patient complaints, symptoms or other sharing the knowledge implicitly embedded in clinical evidences. The information of new patients previously experienced situations, case-based can be entered in to the system and previous reasoning (CBR) [9] is currently recognized as a very diagnoses, treatments and outcomes for similar well suited reasoning methodology in medical patients can be instantly accessed by physicians. The applications. application can save much physician time by avoiding manual scanning of patient records and retrieved IV. CBRM CASE BASED REASONING MODEL information can be interactively explored and can used to guide health care professionals towards Life cycle of CBRM is a combinational model of appropriate and relevant information regarding statistical view and CBR view. This combinational diagnoses and treatments. model gives knowledge for health care professionals to make decisions as shown in figure 1. The CBR Effective use of this knowledge base of previous case view has four main steps (4R‟s) retrieve, reuse, histories is made possible by the application of Case- revise, and retain. In the retrieval step, a new problem Based Reasoning (CBR) techniques. CBR is a well is matched against the previous cases in the case established method for building medical systems [4], library. Domain knowledge is used to determine the and one of the intuitively attractive features of CBR in similarity between the new case and the case available medicine is that the concepts of patient and disease in domain knowledge, and the degree of similarity lend themselves naturally to a case representation. leads to make decision about the newly arrived case. Also medical practitioners logically approach The most relevant solutions available in the diagnosis from a case-based standpoint (i.e., previous knowledge base are proposed to solve the newly specific patient interactions are as strong a factor as arrived problem with respect to some adaptations if individual symptoms in making a diagnosis). There necessary. The selected solution is revised before it is are three main advantages in our approach. First by reused. Then, the new problem and its solution are reusing collective knowledge in support of similar retained in the case library for future use. patient cases the time required to diagnose or treat a new patient can be significantly reduced. Second, the CBR systems typically needs to undergo approach facilitates knowledge sharing (remote or preprocessing and filtering prior to Case formulation. otherwise) by retrieving potentially relevant For example, if the clinical data are collected from knowledge from other experiences. Finally from a sensor signals, images, free-text sources, etc., then the knowledge management perspective, contextual system may require feature extraction, feature mining, expert knowledge relating to particular cases may now indexing, weighting, etc be stored and reused as an additional resource for support, training and preserving knowledge assets. III. CASE BASED REASONING Case Based Reasoning (CBR) is a recognized and well-established method for the health science. The health science domain offers the CBR community 383 All Rights Reserved © 2012 IJARCET
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 similarity relationship between cases are grouped into a set of independent attributes such as gender, age, marital status, blood pressure, depression, smoke, stress, anxiety etc. For each attributes, a relevance metric is defined to measure the similarity between two items. For example, two cases with same gender will get the maximum similarity rating while for attributes that greatly dissimilar, will get low rating. The output of each metric is an integer value. The degree of similarity is expressed between 0 (not similar) and 1 (very similar) . In this paper, we have created two sample cases for the similarity retrieval purpose in case database. Figure 5 shows the similarity comparison between New Case and Sample 1 while Figure 6 shows the similarity comparison between New Case and Sample 2. New Case Age 24 Sex Male Marital Status N Blood Pressure Y Depression Y Smoke Y Stress Y Anxiety Y Figure 1:CBRM (Case Based Reasoning Model) Food Habit V Alcohol Y In the medical domain, the health care professionals, clinicians or doctors may start their practice with Figure 2: Summary of new problems entered by some initial experiences (solved cases). Over a period Health care professionals and labeled as „New Case‟ of time, they use that initial experiences as past experiences to solve a new problem. This may involve Sample 1 some adjustment of the previous solutions to solve the Age 32 new problem. Thus, a new experience (case) has been Sex Male created, which enriches the clinician‟s / doctor‟s set of Marital Status Y experiences. In fact, this is how the traditional CBR Blood Pressure Y cycle works. So, the CBR is a reasoning process, Depression Y which is medically accepted and also getting Smoke N increasing attention from the medical domain. Stress Y Anxiety N V. RELEVANCE COMPUTATION Food Habit NV Alcohol Y The CBRM accepts new cases from health care professionals and preprocess them in order to remove Figure 3 shows the summary sample1 noise, inconsistent data. The outcome of preprocessing is sent to the CBR model which attempts to retrieve the most similar case from case library. The system will carry out similarity computation test by weighted average using nearest neighbor algorithm. This algorithm will calculate similarity between new problem and similar cases in case library. The nearest case with highest k score will be used as similar case to solve new problem. The 384 All Rights Reserved © 2012 IJARCET
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Sample 2 The Followings are similarity calculation (relevance Age 45 computation) by weighted average using nearest Sex Male neighbor algorithm for both sample cases (weight 5 Marital Status Y for high importance and weight 1 for low importance): Blood Pressure Y Depression Y Similarity computation: New Case and Sample 1 Smoke Y = 1/10 * [(1 * 0.8) + (1 * 1.0) +(1*0.1)+ (5 * Stress Y 1.0)+(5*1.0)+(5*0.1)+(5*1.0)+(5*0.1)+(5*0.1)+(5*1. Anxiety N 0)] Food Habit V =1/10*(0.8+1.0+0.1+5.0+5.0+0.5+5.0+0.5+0.5+5.0) Alcohol N =1/10*(23.4) Figure 4 shows the summary sample2 = 2.34 New Case VS Sample 1 Similarity computation: New Case and Sample 2 = 1/10 * [(1 * 0.7) + (1 *1. 0) +(1*0.1)+ (5 * 1.0) New Case Similarity Sample 1 +(5*1.0)+ (5*1.0) +(5*1.0)+ (5 * 0.1) + (5* rating 1.0)+(5*0.1)] = 1/10*(0.7+1.0 +0.1+5.0+5.0+5.0+5.0+ 0.5 +5.0 + Age 24 0.8 Age 32 0.5) Sex Ma 1.0 Sex Male =1/10*(27.8) le = 2.78 Marital N 0.1 Marital Y Status Status The result of similarity computation will be used to Blood Y 1.0 Blood Y determine the adoption of similar case‟s solution as Pressure Pressure solution to new problem. The acceptance level is Depression Y 1.0 Depressi Y predetermined by expert committee. From the on similarity calculation, the system will choose solution Smoke Y 0.1 Smoke N from Sample 2 as solution for New Case (2.78 > Stress Y 1.0 Stress Y 2.34). The system will reuse previous solution to Anxiety Y 0.1 Anxiety N solve users‟ current requirement. However, if level of Food Habit V 0.1 Food NV acceptance is rejected, the system will send current Habit problem case to the expert committee. After received Alcohol Y 1.0 Alcohol Y solution from committee, the system will make Figure 5: shows New Case VS Sample 1 with proposal to users.. The proposed solution will be similarity measures compared and revised against the actual result. If the result is accepted, the system will learn new case and New Case Similarit Sample 2 retain the case in case library for future use. If the y evaluation is rejected, the system will close the case rating and users will be advised to make consultation with Age 24 0.7 Age 45 expert committee. Finally the solution was verified Sex Mal 1.0 Sex Mal with the statistical methods and the outcome is e e updated in case library. At the heart of this model lies Marital N 0.1 Marital Y a knowledge discovery method that permits relevance Status Status knowledge to be automatically extracted from existing Blood Y 1.0 Blood Y structured and unstructured data that are available in Pressure Pressure preprocessing stage. Not only this model can handle Depression Y 1.0 Depression Y data format diversity, high dimensionality, and Smoke Y 1.0 Smoke Y relative importance of the data source, but it is also Stress Y 1.0 Stress Y capable of incrementally updating the existing Anxiety Y 0.1 Anxiety N indexing structure when new cases are added to the system. The techniques outlined in this paper will Food Habit V 1.0 Food Habit V yield significant benefit in the improvement of Alcohol Y 0.1 Alcohol N decision support tasks and provide a better insight into the process of medical reasoning Figure 6: New Case VS Sample2 385 All Rights Reserved © 2012 IJARCET
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 VI. CHALLENGES OF CASE BASED committee for confirmation on the solution and REASONING verified with the statistical methods. Future study will be focused more on preprocessing of input data to the There are a huge number of medical applications CBRM which results in further improvement of the which offers challenges for the CBR researchers and system. drive advances in research. Some of the important research issues are given in the following. References [1] Jadad, A. R., Haynes, R.B., Hunt, D. & Browman, 1)Feature extraction is becoming complicated in the G.P. "The Internet and Evidence-Based Decision recent medical CBR systems due to a complex data Making: A Needed Synergy for Efficient Knowledge format like sensor data, images, time series data , and Management in Health Care,," Canadian Medical data with free text format. Association Journal, Vol. 162(3):362-5, 2000. 2) Feature selection and weighting are two other [2] Ivatts, S. & Millard, P.H. "Health care modelling - important factors for which many CBR systems Why should we try?," British Journal of Health Care depend on expert knowledge. Cases with hidden Management, Vol. 8(6), pp.218-222, 2002. features could also affect the retrieval performance. [3] Clinical Data Mining: a Review J. Iavindrasana et 3) The component that plays a central role in the CBR al, yearbook 2009. systems is the case data base or case library. A case base can be considered as concrete knowledge of a [4] Nilsson, M. and Sollenborn, M., "Advancements model consisting of specific cases. The cases stored in and Trends in Medical Case-Based Reasoning: An a case library should be both representative and Overview of Systems and System Development," In comprehensive, so as to cover a wide spectrum of Proceedings of the 17th International FLAIRS possible situations Conference, pp.178-183, 2004. VII. CONCLUSION AND FUTURE WORK [5] Shahina Begum et al. IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS— The current system in hospitals whereby doctors enter PART C: APPLICATIONS AND REVIEWS, VOL. patient information using paper charts is cumbersome, 41, NO. 4, JULY 2011 time-consuming and does not facilitate knowledge sharing. Different types of information, including [6] R. C. Schank and R. P. Abelson, Scripts, Plans, imagery, are stored in different locations and valuable Goals and Understanding. Erlbaum, Hillsdale, New time is often lost trying to correlate data in order to Jersey, 1977. diagnose and treat patients. This system can address such issues by providing doctors with instant access to [7]P. Koton, “Using experience in learning and information that will allow them to make critical problem solving. Massachusetts Institute of decisions and prognoses with greater speed and Technology,” Ph.D. dissertation, Lab. Computer efficiency. It facilitates knowledge sharing and Science, Dept. Electr. Eng. Comut. Sci., supports effective communication about the most MIT/LCS/TR-441, Cambridge, 1989. effective ways in which to treat patients by linking similar patient case histories using case-based [8] R. Bareiss, “Examplar-based knowledge reasoning techniques.[10]. The concept of CBRM is a acquisition: A unified approach to concept, service oriented model which retains previously classification and learning,”Academic Press solved cases and experts‟ knowledge in case library. Professional, Inc., San Diego, CA, 1989. The system can propose wellness solution that is personalized to users based on the adaptation of [9] Kolodner JL. Case-based reasoning. San Mateo, previous solution in similar cases. The proposed CA: Morgan Kaufmann; 1993. CBRM uses a combination of Case Based Reasoning and Statistical Models. Furthermore, the advantage of [10] David Wilson,et al, 3rd International IEEE this model over the other model is, in other CBR Conference Intelligent Systems, September 2006 models the limitation was that the system will not be able to propose solution to new case that has no similar solution in Case Library. But in our Model the system will build new case and send to the expert 386 All Rights Reserved © 2012 IJARCET
  • 6. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Author: Prof.S Anithaa VIT University Chennai campus To my credit I have published more than 12 papers in National and International journals and conferences. My area of interest are Data mining, Database management systems, Knowledge Engineering 387 All Rights Reserved © 2012 IJARCET