Download 2.2 Health Recommender System - YesBut

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

AI winter wikipedia , lookup

Personal knowledge base wikipedia , lookup

Incomplete Nature wikipedia , lookup

Wizard of Oz experiment wikipedia , lookup

Knowledge representation and reasoning wikipedia , lookup

Clinical decision support system wikipedia , lookup

Transcript
FACULTY OF ENGINEERING AND INFORMATION
TECHNOLOGY
Health Recommender System for
Personalized Clinical Prescription
Qian Zhang
A thesis submitted for the Degree of
Doctor of Philosophy
University of Technology, Sydney
July, 2018
i
ABSTRACT
General practitioners are faced with a great challenge of clinical prescription owing
to the increase of new drugs and their complex functions to different diseases. A
personalized recommender system can help practitioners discover mass of medical
knowledge hidden in history medical records to deal with information overload
problem in prescription. To support practitioner’s decision making in prescription, a
literature review is conducted to find the research gaps and propose research
questions in implementing health recommender system for prescription. Three
research gaps are considered in this system framework: (1) to define a patient’s need
by giving his/her symptom, (2) to mine features from free text in medical records and
(3) to analyze temporal efficiency of drugs. The recommender system is expected to
help general practitioners to improve their efficiency and reduce risks of making
errors in daily clinical consultation with patients.
Keywords:
recommender
systems,
personalization, text mining
ii
case-based
reasoning,
healthcare
ACKNOWLEDGEMENTS
Insert acknowledgements here
iii
TABLE OF CONTENTS
ABSTRACT ................................................................................................................. ii
ACKNOWLEDGEMENTS ........................................................................................ iii
TABLE OF CONTENTS ............................................................................................ iv
LIST OF FIGURES ..................................................................................................... v
LIST OF TABLES ...................................................................................................... vi
Chapter 1 Introduction ................................................................................................. 1
1.1 Background ........................................................................................................ 1
Chapter 2 Literature Review ........................................................................................ 3
2.1 Recommender System........................................................................................ 3
2.2 Health Recommender System ............................................................................ 4
2.3 Application of RS techniques to HRS ................................................................ 5
2.4 Research Gap in Literature................................................................................. 7
2.4.1 The relationship between patient and drug ................................................. 7
2.4.2 Unstructured data in medical records .......................................................... 7
2.4.3 Temporal effectiveness of drug................................................................... 8
Chapter 3 A hybrid recommendation approach using feature mined from free text ... 9
Chapter 4 Temporal recommendation on drugs via long-and short-term efficiency . 10
Chapter 5 Multi-label classification based drug recommender system ..................... 11
Chapter 6 A hybrid recommender system for personalized clinical prescription ...... 12
Chapter 7 Conclusion and future study ...................................................................... 13
REFERENCES........................................................................................................... 14
APPENDIX A TITLE ................................................................................................ 20
APPENDIX B TITLE ................................................................................................ 21
iv
LIST OF FIGURES
v
LIST OF TABLES
vi
CHAPTER 1 INTRODUCTION
1.1 Background
Due to the large number of patients general practitioners (GPs) are meeting every
day, efficiency and accuracy of decision making are quite crucial in clinical
medicine. Prescription is an important element in every consultation with patient.
Because of the fast variation of diseases, numerous new drugs are developed to deal
with different situations occurred to patients. It is sometimes difficult to keep up to
date with plenty and complex drug information even for an experienced GP, let alone
the ones in internship. Moreover, contraindications of many drugs may bring chronic
harm to unsuitable patients or what’s worse may cause lethal effect. Therefore, GPs
are facing a big challenge in the information explosion era with many new drugs
flooded into market every year. To reduce mistakes and cut off the time consumed in
encounter with patients, there is a requirement of medical E-services to help GPs
search and select drugs when they are making decisions on prescription.
Some surveys show that GPs in clinics use an Electronic Medical Record
System (EMRS) mainly for prescribing together with ordering laboratory tests and
recording patient’s progress (McInnes, Saltman & Kidd 2006). Wildly used EMRS
lead to fast accumulation of medical data where potential medical knowledge is to be
extracted to guide GPs in prescription (Jensen, Jensen & Brunak 2012). Prescription
decision support to GPs is to supply them with personalized drug list based on
patients’ medical symptoms, test results and other characteristics collected by
EMRS. Similarly, to find appropriate item for specific customers in E-commerce is a
problem solved by personalized recommendation (Lu 2004).
Recommender systems (RS) aim to predict users’ potential interests on items
they haven’t bought according to users’ preferences (explicitly as ratings on
historical item and implicitly as social relations) thus making a personalized product
list for customers to choose (Lu et al. 2015). RS is broadly adopted to different areas
both in academia and in industry in the past two decades (Huang et al. 2012). Some
RSs have been developed to support medical prescription (Wiesner & Pfeifer 2010).
Collaborative filtering (CF) is used together with a trust-based relationship among
clinicians using drug frequency in prescribing to represent its rating of a clinician
(Begum et al. 2011). Moreover, since clinicians often solve a new problem based on
previous medical experience (solved case) with some adjustments implemented
(Ting et al. 2010), application of knowledge based technique in RS or specifically,
case-based reasoning (CBR) method is applied in this problem. CBR is refined by
association rule mining and Bayesian reasoning to integrate general knowledge from
relationship between clinical manifestation and prescribed medicine into cases
(Sesen et al. 2014; Ting et al. 2011). However, due to the patient privacy in
medicine, implementation of recommender system techniques in drug
recommendation has gained less attention (Ricci, Rokach & Shapira 2011).
Accordingly, a health recommender system (HRS) is ‘a specialization of a RS’
(Wiesner & Pfeifer 2014, p. 2582). Similarly, HRSs make predictions based on
patients’ medical records the same as RSs do based on user’s profile. But in the
context of medicine, HRS assists clinicians in decision making according to the
practical condition of a patient rather than user’s interest. The decision support for
clinicians can be presented in three ways. Chiefly, it helps clinicians to save time
1
when making diagnosis and prescribing medicines if the system can give proper
recommendation based on the similar history records in the database. Also, it reduces
the probability of false diagnosis if the system can acquire knowledge related to the
clinical case based on other clinician’s experience. Last but not least, this system
may help discover latent patterns that may be significant in medicine after analysis of
different patients’ cases. Consequently, exploiting a health recommender system is a
good way to help clinicians reduce irrelevant information.
Although these systems mentioned above filtered some unrelated drugs and
achieved good performance on test, some questions are remained to be solved. First,
unlike the items recommendation which depend on user’s preference in E-commerce,
drugs prescribed by GP are corresponding to patient’s symptoms. How to define a
patient’s need given a patient’s symptom is a primary problem in prescription
recommendation. Existing method choose CBR to evade this issue or simplify it to a
single one-to-one symptom-drug relationship. However, the relationship between
symptom and drug is complex to deal with but seriously influence the final
recommendation accuracy. Second, free text message in EMRS is not taken into
consideration. Free text written by GP is the most flexible part containing latent
characteristics of different patients, where distinguishable feature extracted are
valuable for personalization. Third, since numerous new drugs are developed each
year to improve therapy performance, analysing temporal efficiency of drugs will
help GP grasp the trend in the leading edge. The three aspects mentioned above will
affect the accuracy and practical utility of the prescription recommender system,
which are not well developed in previous research.
To solve the identified issues, a new hybrid recommender system which uses
artificial neural network and case-based reasoning to personalize prescriptions in a
comprehensive way, should be exploited. This system relates patient’s need to
different drug clusters includes meticulous patient features in free text and mines upto-date drug trends to support GP in drug decision making. And my research will
focus on developing methods based on RS techniques for clinical environment,
especially in personalized prescription.
2
CHAPTER 2 LITERATURE REVIEW
In this part, it begins with the detailed description of formulated recommendation and
categorization of different methods used in RSs. Then the differences between RS
and HRS will be provided based on the content of RS. At last, recent applications of
RS techniques used in HRS will be reviewed to give a light on how to exploit a
hybrid recommender system for in health service and why it is significant.
2.1 Recommender System
Recommender system (RS) is first applied in E-commerce to solve information
overload problem brought by Web 2.0 and quickly expanded to personalization of egovernment, e-learning, e-tourism etc. (Lu et al. 2015). They gave an overall
summarization on the development of RSs in the last two decades. Basically,
recommendation is to be formulated as follows (Adomavicius & Tuzhilin 2005):
𝑢: 𝐶 × 𝑆 → 𝑅
This is a utility function about how to define the preference of a user c ∈ C on a
specific item s ∈ S. Usually, the preference of a user is presented as ratings on items.
RS is to find the item for the user to maximize the utility function, formulated as
follows (Adomavicius & Tuzhilin 2005):
∀𝑐 ∈ 𝐶, 𝑎𝑟𝑔𝑚𝑎𝑥 𝑢(𝑐, 𝑠)
𝑠∈𝑆
Classification of RSs are different in papers, but here it is categorised in 4 types
according to methods used in the system: content-based, collaborative filtering (CF)based, knowledge-based and hybrid approaches (Adomavicius & Tuzhilin 2005;
Burke 2002; Ekstrand, Riedl & Konstan 2011; Trewin 2000). Different methods have
its own advantages and drawbacks, detailed information were summarised in table 1.
Hybrid method combines two or more techniques to overcome the limitation of any
individual one. There are seven different types of hybrids: ‘weighted, switching,
mixed, feature combination, feature augmentation, cascade and meta-level’ (Burke
2002, p. 340).
3
Table 1 Comparison of different methods used in RSs
Method
Basic Description
Content
based
Recommendations
were based on the
content of the item
user preferred before.
CF based
Recommendations
were based on other
users who have similar
tastes.
Knowledge
based
Recommendations
were based on user's
needs and item's
function.
Hybrid
Method
Combination of the
above methods.
Representative
Techniques
Heuristic method:
Keyword-based
Vector Space
Model,
TF-IDF
Statistical model
and machine
learning method
Advantages
Drawbacks
1. New item can
be recommended
2. User
independent
3. Transparency
1. New user problem
2. Overspecialization
(lack of serendipity)
Memory-based:
Neighbour-based
CF
Top-N CF
Model-based:
Dimension
reduction
Latent semantic
Hybrid CF methods
Case-based
reasoning
Ontology-based
semantic web
1. No need to
consider the
content
2. Easy
implementation
1. Cold-start problem
2. Scalability
3. Sparsity
1. New item and
user can be
recommended
2. Reasonable
recommendation
and specific
needs can be
meet
Overcome the
limitations of
each single
method
1. Complex
knowledge database
management
2. monotonous
recommendation
Knowledge-based
CF
Content-based CF
Implementation
expense is relatively
high
2.2 Health Recommender System
Accordingly, a health recommender system (HRS) is ‘a specialization of a RS’
(Wiesner & Pfeifer 2014, p. 2582). Similarly, HRSs make predictions based on
patients’ medical records the same as RSs do based on user’s profile. But in the
context of medicine, HRS assists clinicians in decision making according to the
practical condition of a patient rather than user’s interest. The decision support for
clinicians can be presented in three ways. Chiefly, it helps clinicians to save time
when making diagnosis and prescribing medicines if the system can give proper
recommendation based on the similar history records in the database (Lu, Huang &
Duan 2012). Also, it reduces the probability of false diagnosis if the system can
acquire knowledge related to the clinical case based on other clinician’s experience
(Huang et al. 2012). Last but not least, this system may help discover latent patterns
that may be significant in medicine after analysis of different patients’ cases (Huang,
Lu & Duan 2012).
4
Unlike the user-item matrix in RS, medical record is the primary information in
health recommender system. Recommendations are based on user’s medical history.
Before applying the techniques used in RS to the medical context, it is necessary to
conduct analogy between RS and HRS. A classical e-commerce RS in most of
research papers is to recommend a movie to a customer based on the customer’s
rating to movies he has already seen. Besides, other information beyond the useritem rating matrix like user social network/demographic feature, movie
genre/tag/taxonomy can be considered as user’s profile and item’s profile. All the
factors mentioned in the scenario above can be matched in HRS. In HRS (Komkhao,
Lu & Zhang 2012),
1. Users are corresponding to patients;
2. Items are corresponding to medicines;
3. User’s profile is corresponding to patient’s disease history, age, weight and
other attribute in PHRS;
4. Item’s profile is corresponding to medicine’s attribute such as ADR(adverse
drug reaction) and dose;
5. Rating is corresponding to the frequency of a specific medicine found in the
database containing all the prescriptions.
Although the analogy of RS and HRS indicate the two systems to be quite
similar, there are still some different aspects between the two systems. For instance,
in the context of medicine, features extracted from patient’s medical history or from
medicine attribute have its own special meaning in clinic. Whether these features will
lead to final decision made by clinicians or they were chosen in coincidence should
be estimated by clinicians. The whole process should be under surveillance of a
professional expert like a general practitioner so that the risk of misjudgement by the
system can be lowest. Another difference is that patient’s privacy must be considered
in HRS. Despite privacy problem also exists in classical RS, the security level of
HRS is much higher since the data is related to patient’s medical history. Data from
hospital must be de-identified before they come to research or practical application.
This, from an aspect, explains the reason why the development of HRS is not fast. It
is because the research is restrained by the availability of data from clinical area
(Ricci, Rokach & Shapira 2011).
Relevant information or items can be recommended to users scale from
clinicians who are domain experts and need the system to keep them up-to-date to
patients who are laymen but care about their own health and want a better
explanation to their current health status (Kashfi 2011). Here, we focus on the HRS
for clinicians considering that decision making in medicine is crucial to human life
so that trust a machine may not be reasonable. Therefore, HRS is a tool to support
clinicians to improve their efficiency in diagnosis and prescription rather than to
replace them.
2.3 Application of RS techniques to HRS
In recent years, different data mining techniques of recommender system are applied
in medical data to acquire medical knowledge to support diagnosis, treatment or
prognosis (Hassan & Syed 2010). Wiesner & Pfeifer (2010) proposed a framework
of how HRS can be implemented in electronic medical system. This is a first
approach showing how the system can be put into practical use in medicine. And it is
about how to use free-texted encyclopedia and Wikipedia to manage medical
5
information and transform it to features that can be used in recommender system
techniques. Rodríguez et al. (2009) applied semantic web and ontology in HRS and a
hierarchy of ontology is given. Although these papers are among the first
applications of RS in the health area, their development is insufficient and no
experiment is implemented, thus making the conclusions to be doubted.
CF is the classical method used in RS and its performance is quite well during
the test from both academia and industry (Hassan & Syed 2010). According to the
analogies in Section 3.2, user-item matrix can be identified in HRS so that a CFmethod can be applied. Wiesner & Pfeifer (2014) argued CF is ‘an inappropriate
approach’ because the confidential health record should not be used in the system to
protect patients’ privacy. However, problem caused by privacy can be solved by deidentify the medical records or by other privacy friendly frameworks which are
proved effective in (Hoens et al. 2013).
Besides, some research about CF techniques used in HRS proved that CF is a
suitable method in the context of medicine. Hassan & Syed (2010) predicted the risks
in heart attacks using CF and compared this method with traditional classification
methods like SVM or LR. Huang et al. (2012) implemented CF algorithm together
with a trust-based relationship among clinicians into the medical knowledge
recommender system. Concretely, one of the case studies uses drug frequency in
prescribing to represent its rating of a clinician. The performance of the proposed
method is good, suggesting that the assumption above is valid and CF algorithm
performs well in practical use. Komkhao, Lu & Zhang (2012) adopted an
incremental CF algorithm, W-InCF, with Mahalanobis distance and fuzzy
membership and compares it with classical K-NN and K-means algorithm. Davis et
al. (2010) proposed a system named iCARE based on CF and ensemble learning to
make predictions of patient’s disease risks according to their disease history. All the
evidence above have proved the feasibility of CF application in HRS.
Except CF techniques, other techniques are also considered by researchers.
Since clinicians will solve a new problem based on the previous medical
experience(solved case) with some adjustments implemented (Begum et al. 2011).
And a medical case not only contains the medicine ‘ratings’ but also other kinds of
knowledge such as severity of a symptom or special health condition of a patient
related to the diagnosis and medicine prescription. The application of knowledge
based technique in RS or specifically, a case-based reasoning method in HRS seems
reasonable.
Case based reasoning has been used in clinical problems in (Kolodner &
Kolodner 1987). That is the first time to propose a framework based on CBS and test
this method by medical data. Many systems are developed since then based on CBS
and they are reviewed by(Bichindaritz & Marling 2006). Particularly, some recent
research also proved this method is applicable to decision making in clinical area. A
recommendation system to predict treatment to different diabetes cases according to
different features selected using rough set feature reduction (Lu, Huang & Duan
2012). A CBR method is also applied to determine radial dose in cancer treatment
and weights of features are optimized by Bee Colony Optimization (Teodorović,
Šelmić & Mijatović-Teodorović 2013).
6
2.4 Research Gap in Literature
Evidence shows that CF-based and knowledge-based techniques are feasible in
HRS. In addition, because medical cases and treatment plans in clinical context can
be quite complex and no simple and direct rules can be traced, a hybrid method could
be an advisable choice since this combination performs well in RS for restaurants
(Burke 2002). Therefore, a hybrid method of knowledge-based CF algorithm specific
to medical environment is to be exploited. And this is the whole view of what I will
do in my research.
2.4.1 The relationship between patient and drug
Literatures reviewed previously take lab test results in numerical form as patient
feature to retrieve most similar case in predicting the unknown case. The prediction
made in these literatures are quite simple either a binary yes-or-no decision or a
choice from less than 10 candidates. Usually, the suggested decisions are made from
treatments in broad categories like tablet/injection/surgery (Lu, Huang & Duan 2012;
Sesen et al. 2014). However, medical cases and treatment plans in clinical context
can be quite complex and no simple and direct rules can be traced. Decision making
in prescription is to be made among hundreds or thousands of drugs. Moreover,
combinations and relationships between different drugs will increase the difficulty of
the choice. Till now, no adequate system to support decision making of GP’s
prescription has been provided. Therefore, how to deal with the relationship between
patient feature space and drug he/she needs is the question to be answered.
This issue is worth researching because the accuracy of recommender system
for personalized prescription depends on how to mine this relationship. To get a
more reasonable and accurate recommendation list to guide GP, the relationship is
the most crucial and dispensable question to be solved.
2.4.2 Unstructured data in medical records
Unstructured data are totally un-predefined. Unlike structured data which have
unified standards and are easy to select and compare, unstructured data are usually
not easy to deal with. In medical records, lab test and patient’s demographic features
are structured data that have a range of values like the blood glucose concentration or
a binary option like gender. These features can be directly used as patient features
and used in data mining and machine learning methods. At the same time, clinicians
like to write free text to describe patient’s symptom or other issues to keep patients’
diversiform characters in record. However, unstructured data is not well explored and
most literatures focus on structured data and classical classification methods
(Esfandiari et al. 2014). As a consequence, how to mine useful features from free text
written by GP is another research question in this research area.
Some literatures study free text in medical records, but they either focused on
text classification or named entity recognition (e.g. finding keywords to classify the
records or finding the terms of disease or syndrome). Free text information is seldom
used in personalized prescription. Since clinicians are keen to use free text and much
dynamic information about patients are to be mined, it is important to dig up free text
to provide GPs with dynamic and personalized recommendation service.
7
2.4.3 Temporal effectiveness of drug
The amount of information is increasing nowadays, so user’s interests are
changing rapidly. The challenge of recommender systems in e-commerce is to keep
up with the changing of user’s preferences. This leads to a lot of research in
recommender system in temporal dynamics(Ding & Li 2005; Koren 2010).
Same situation occurs to health recommender system. The effectiveness of a
drug is changing with the fast development of medical research. For instance, a drug
can be eliminated once patients develop resistance to a certain drug; a drug can be
substituted by new drugs which have better therapy performance or less side effects.
With the changing of a curative effect of a drug, the frequency of this drug
prescribed by GP will be reduced once its clinical effect is not as good as new drugs.
This is time drifting data widely known as concept drift.
Referred to literature review, personalized recommender system for prescription
is not well developed, let alone to take temporal effectiveness of drugs into
consideration. Still, this problem is practical in medial prescription, especially for
patients with severe diseases such as cancer or AIDS.
8
CHAPTER
3
A HYBRID RECOMMENDATION
APPROACH USING FEATURE MINED FROM FREE
TEXT
9
CHAPTER 4 TEMPORAL RECOMMENDATION ON
DRUGS VIA LONG-AND SHORT-TERM EFFICIENCY
10
CHAPTER
5
MULTI-LABEL CLASSIFICATION
BASED DRUG RECOMMENDER SYSTEM
11
CHAPTER 6 A HYBRID RECOMMENDER SYSTEM
FOR PERSONALIZED CLINICAL PRESCRIPTION
12
CHAPTER 7 CONCLUSION AND FUTURE STUDY
13
REFERENCES
Adomavicius, G. & Tuzhilin, A. 2005, 'Toward the next generation of recommender
systems: a survey of the state-of-the-art and possible extensions', IEEE
Transactions on Knowledge and Data Engineering, vol. 17, no. 6, pp. 73449.
Begum, S., Ahmed, M.U., Funk, P., Xiong, N. & Folke, M. 2011, 'Case-based
reasoning systems in the health sciences: a survey of recent trends and
developments', IEEE Transactions on Systems, Man, and Cybernetics, Part
C: Applications and Reviews, vol. 41, no 4, pp. 421-34.
Bichindaritz, I. & Marling, C. 2006, 'Case-based reasoning in the health sciences:
what's next?', Artificial Intelligence in Medicine, vol. 36, no. 2, pp. 127-35.
Burke, R. 2002, 'Hybrid recommender systems: survey and experiments', User
Modeling and User-adapted Interaction, vol. 12, no. 4, pp. 331-70.
Davis, D.A., Chawla, N.V., Christakis, N.A. & Barabási, A.-L. 2010, 'Time to
CARE: a collaborative engine for practical disease prediction', Data Mining
and Knowledge Discovery, vol. 20, no. 3, pp. 388-415.
Ding, Y. & Li, X. 2005, 'Time weight collaborative filtering', Proceedings of the
14th ACM international conference on Information and knowledge
management, ACM, pp. 485-92.
Ekstrand, M.D., Riedl, J.T. & Konstan, J.A. 2011, 'Collaborative filtering
recommender systems', Foundations and Trends in Human-Computer
Interaction, vol. 4, no. 2, pp. 81-173.
Esfandiari, N., Babavalian, M.R., Moghadam, A.-M.E. & Tabar, V.K. 2014,
'Knowledge discovery in medicine: current issue and future trend', Expert
Systems with Applications, vol. 41, no. 9, pp. 4434-63.
Hassan, S. & Syed, Z. 2010, 'From netflix to heart attacks: collaborative filtering in
medical datasets', Proceedings of the 1st ACM International Health
Informatics Symposium, ACM, pp. 128-34.
Hoens, T.R., Blanton, M., Steele, A. & Chawla, N.V. 2013, 'Reliable medical
recommendation systems with patient privacy', ACM Transactions on
Intelligent Systems and Technology (TIST), vol. 4, no. 4, p. 67.
Huang, Z., Lu, X. & Duan, H. 2012, 'On mining clinical pathway patterns from
medical behaviors', Artificial Intelligence in Medicine, vol. 56, no. 1, pp. 3550.
Huang, Z., Lu, X., Duan, H. & Zhao, C. 2012, 'Collaboration-based medical
knowledge recommendation', Artificial Intelligence in Medicine, vol. 55, no.
1, pp. 13-24.
Jensen, P.B., Jensen, L.J. & Brunak, S. 2012, 'Mining electronic health records:
towards better research applications and clinical care', Nature Reviews
Genetics, vol. 13, no. 6, pp. 395-405.
Kashfi, H. 2011, 'The intersection of clinical decision support and electronic health
record: a literature review', 2011 Federated Conference on Computer Science
and Information Systems (FedCSIS) IEEE, Szczecin, Poland, pp. 347-53.
Kolodner, J.L. & Kolodner, R.M. 1987, 'Using experience in clinical problem
solving: introduction and framework', IEEE Transactions on Systems, Man
and Cybernetics, vol. 17, no. 3, pp. 420-31.
14
Komkhao, M., Lu, J. & Zhang, L. 2012, 'Determining pattern similarity in a medical
recommender system', in Y. Xiang, M. Pathan, X. Tao & H. Wang (eds),
Data and Knowledge Engineering, Springer, Berlin, pp. 103-14.
Koren, Y. 2010, 'Collaborative filtering with temporal dynamics', Communications of
the ACM, vol. 53, no. 4, pp. 89-97.
Lu, J. 2004, 'Personalized e-learning material recommender system', International
conference on information technology for application, pp. 374-9.
Lu, J., Wu, D., Mao, M., Wang, W. & Zhang, G. 2015, 'Recommender system
application developments: a survey', Decision Support Systems, vol. 74, pp.
12-32.
Lu, X., Huang, Z. & Duan, H. 2012, 'Supporting adaptive clinical treatment
processes through recommendations', Computer Methods and Programs in
Biomedicine, vol. 107, no. 3, pp. 413-24.
McInnes, D.K., Saltman, D.C. & Kidd, M.R. 2006, 'General practitioners' use of
computers for prescribing and electronic health records: results from a
national survey', Medical Journal of Australia, vol. 185, no. 2, p. 88.
Ricci, F., Rokach, L. & Shapira, B. 2011, 'Introduction to recommender systems
handbook', in F. Ricci, L. Rokach, B. Shapira & P.B. Kantor (eds),
Recommender systems handbook, Springer, Berlin, pp. 1-35.
Rodríguez, A., Jiménez, E., Fernández, J., Eccius, M., Gómez, J.M., AlorHernandez, G., Posada-Gomez, R. & Laufer, C. 2009, 'Semmed: applying
semantic web to medical recommendation systems', First International
Conference on Intensive Applications and Services, IEEE, Valencia, Spain,
pp. 47-52.
Sesen, M.B., Peake, M.D., Banares-Alcantara, R., Tse, D., Kadir, T., Stanley, R.,
Gleeson, F. & Brady, M. 2014, 'Lung Cancer Assistant: a hybrid clinical
decision support application for lung cancer care', Journal of The Royal
Society Interface, vol. 11, no. 98, p. 20140534.
Teodorović, D., Šelmić, M. & Mijatović-Teodorović, L. 2013, 'Combining casebased reasoning with Bee Colony Optimization for dose planning in well
differentiated thyroid cancer treatment', Expert Systems with Applications,
vol. 40, no. 6, pp. 2147-55.
Ting, S., Kwok, S.K., Tsang, A.H. & Lee, W. 2011, 'A hybrid knowledge-based
approach to supporting the medical prescription for general practitioners:
Real case in a Hong Kong medical center', Knowledge-Based Systems, vol.
24, no. 3, pp. 444-56.
Ting, S., Wang, W.M., Kwok, S.K., Tsang, A.H. & Lee, W. 2010, 'RACER: RuleAssociated CasE-based Reasoning for supporting General Practitioners in
prescription making', Expert Systems with Applications, vol. 37, no. 12, pp.
8079-89.
Trewin, S. 2000, 'Knowledge-based recommender systems', Encyclopedia of Library
and Information Science, vol. 69, no. 32, p. 180.
Wiesner, M. & Pfeifer, D. 2010, 'Adapting recommender systems to the requirements
of personal health record systems', Proceedings of the 1st ACM International
Health Informatics Symposium, ACM, pp. 410-4.
Wiesner, M. & Pfeifer, D. 2014, 'Health recommender systems: concepts,
requirements, technical basics and challenges', International Journal of
Environmental Research and Public Health, vol. 11, no. 3, pp. 2580-607.
15
Proposed reference:
Arwan, A., Priyambadha, B., Sarno, R., Sidiq, M. & Kristianto, H. 2013, 'Ontology
and semantic matching for diabetic food recommendations', 2013
International Conference on Information Technology and Electrical
Engineering (ICITEE), IEEE, pp. 170-5.
Augusto, J.C. 2005, 'Temporal reasoning for decision support in medicine', Artificial
Intelligence in Medicine, vol. 33, no. 1, pp. 1-24.
Bayyapu, K.R. & Dolog, P. 2010, 'Tag and Neighbor based Recommender systems
for Medical events', Proceedings of the First International Workshop on Web
Science and Information Exchange in the Medical Web, MedEx 2010.
WWW2010 web conference.
Begum, S., Ahmed, M.U., Funk, P., Xiong, N. & Folke, M. 2011, 'Case-based
reasoning systems in the health sciences: a survey of recent trends and
developments', IEEE Transactions on Systems, Man, and Cybernetics, Part
C: Applications and Reviews, vol. 41, no 4, pp. 421-34.
Bichindaritz, I. & Marling, C. 2006, 'Case-based reasoning in the health sciences:
what's next?', Artificial Intelligence in Medicine, vol. 36, no. 2, pp. 127-35.
Bouza, A., Reif, G., Bernstein, A. & Gall, H. 2008, 'SemTree: Ontology-Based
Decision Tree Algorithm for Recommender Systems', International Semantic
Web Conference (Posters & Demos), Citeseer.
Calegari, S. & Pasi, G. 2013, 'Personal ontologies: Generation of user profiles based
on the YAGO ontology', Information Processing & Management, vol. 49, no.
3, pp. 640-58.
Davis, D.A., Chawla, N.V., Blumm, N., Christakis, N. & Barabási, A.-L. 2008,
'Predicting individual disease risk based on medical history', Proceedings of
the 17th ACM Conference on Information and Knowledge Management,
ACM, Napa Valley, CA, USA, pp. 769-78.
Davis, D.A., Chawla, N.V., Christakis, N.A. & Barabási, A.-L. 2010, 'Time to
CARE: a collaborative engine for practical disease prediction', Data Mining
and Knowledge Discovery, vol. 20, no. 3, pp. 388-415.
De Araujo, L.P., Berkenbrock, C.D.M. & Mattos, M.M. 2014, 'A systematic
literature review of evaluation methods for health collaborative systems',
Proceedings of the 2014 IEEE 18th International Conference on Computer
Supported Cooperative Work in Design (CSCWD) IEEE, Hsinchu, Taiwan,
pp. 366-9.
Dou, D., Wang, H. & Liu, H. 2015, 'Semantic data mining: A survey of ontologybased approaches', 2015 IEEE International Conference on Semantic
Computing (ICSC), IEEE, pp. 244-51.
Duan, L., Street, W.N. & Xu, E. 2011, 'Healthcare information systems: data mining
methods in the creation of a clinical recommender system', Enterprise
Information Systems, vol. 5, no. 2, pp. 169-81.
El-Sappagh, S., Elmogy, M., Riad, A., Zaghlol, H. & Badria, F.A. 2014, 'EHR data
preparation for case based reasoning construction', Advanced Machine
Learning Technologies and Applications, Springer, pp. 483-97.
Esfandiari, N., Babavalian, M.R., Moghadam, A.-M.E. & Tabar, V.K. 2014,
'Knowledge discovery in medicine: current issue and future trend', Expert
Systems with Applications, vol. 41, no. 9, pp. 4434-63.
16
Fernandez-Luque, L., Karlsen, R. & Vognild, L.K. 2009, 'Challenges and
opportunities of using recommender systems for personalized health
education', The Medical Informatics Europe (MIE) Conference IOS Press,
Sarajevo, Bosnia and Herzegovina, pp. 903-7.
Hassan, S. & Syed, Z. 2010, 'From netflix to heart attacks: collaborative filtering in
medical datasets', Proceedings of the 1st ACM International Health
Informatics Symposium, ACM, pp. 128-34.
Hattori, S. & Takama, Y. 2012, 'User and Item Modeling Methods Using Customer
Reviews towards Recommender System Based on Personal Values', 2012
IEEE/WIC/ACM International Conferences on Web Intelligence and
Intelligent Agent Technology (WI-IAT), vol. 3, IEEE, pp. 83-6.
He, W. 2013, 'Improving user experience with case-based reasoning systems using
text mining and Web 2.0', Expert Systems with Applications, vol. 40, no. 2,
pp. 500-7.
Hoens, T.R., Blanton, M., Steele, A. & Chawla, N.V. 2013, 'Reliable medical
recommendation systems with patient privacy', ACM Transactions on
Intelligent Systems and Technology (TIST), vol. 4, no. 4, p. 67.
Huang, M.-J., Chen, M.-Y. & Lee, S.-C. 2007, 'Integrating data mining with casebased reasoning for chronic diseases prognosis and diagnosis', Expert Systems
with Applications, vol. 32, no. 3, pp. 856-67.
Huang, Z., Dong, W., Ji, L., Gan, C., Lu, X. & Duan, H. 2014, 'Discovery of clinical
pathway patterns from event logs using probabilistic topic models', Journal of
Biomedical Informatics, vol. 47, pp. 39-57.
Huang, Z., Lu, X. & Duan, H. 2012, 'On mining clinical pathway patterns from
medical behaviors', Artificial Intelligence in Medicine, vol. 56, no. 1, pp. 3550.
Huang, Z., Lu, X., Duan, H. & Zhao, C. 2012, 'Collaboration-based medical
knowledge recommendation', Artificial Intelligence in Medicine, vol. 55, no.
1, pp. 13-24.
Jensen, P.B., Jensen, L.J. & Brunak, S. 2012, 'Mining electronic health records:
towards better research applications and clinical care', Nature Reviews
Genetics, vol. 13, no. 6, pp. 395-405.
Ji, X., Chun, S. & Geller, J. 2014, 'A collaborative filtering approach to assess
individual condition risk based on patients' social network data', Proceedings
of the 5th ACM Conference on Bioinformatics, Computational Biology, and
Health Informatics, ACM, pp. 639-40.
Kashfi, H. 2011, 'The intersection of clinical decision support and electronic health
record: a literature review', 2011 Federated Conference on Computer Science
and Information Systems (FedCSIS) IEEE, Szczecin, Poland, pp. 347-53.
Kim, J.-H., Lee, J.-H., Park, J.-S., Lee, Y.-H. & Rim, K.-W. 2009, 'Design of diet
recommendation system for healthcare service based on user information',
Computer Sciences and Convergence Information Technology, 2009.
ICCIT'09. Fourth International Conference on, IEEE, pp. 516-8.
Kolodner, J.L. & Kolodner, R.M. 1987, 'Using experience in clinical problem
solving: introduction and framework', IEEE Transactions on Systems, Man
and Cybernetics, vol. 17, no. 3, pp. 420-31.
Komkhao, M., Lu, J., Li, Z. & Halang, W.A. 2013, 'Incremental collaborative
filtering based on Mahalanobis distance and fuzzy membership for
recommender systems', International Journal of General Systems, vol. 42, no.
1, pp. 41-66.
17
Komkhao, M., Lu, J. & Zhang, L. 2012, 'Determining pattern similarity in a medical
recommender system', in Y. Xiang, M. Pathan, X. Tao & H. Wang (eds),
Data and Knowledge Engineering, Springer, Berlin, pp. 103-14.
Lee, C.-o., Lee, M., Han, D., Jung, S. & Cho, J. 2008, 'A framework for personalized
Healthcare Service Recommendation', 10th International Conference on ehealth Networking, Applications and Services, 2008, IEEE, pp. 90-5.
Lee, C.-S., Wang, M.-H., Li, H.-C. & Chen, W.-H. 2008, 'Intelligent ontological
agent for diabetic food recommendation', IEEE International Conference on
Fuzzy Systems, 2008, IEEE, pp. 1803-10.
Lopez-Nores, M., Blanco-Fernández, Y., Pazos-Arias, J.J., Garcia-Duque, J. &
Martin-Vicente, M.I. 2011, 'Enhancing Recommender Systems with Access
to Electronic Health Records and Groups of Interest in Social Networks',
Signal-Image Technology and Internet-Based Systems (SITIS), 2011 Seventh
International Conference on, IEEE, pp. 105-10.
Lu, X., Huang, Z. & Duan, H. 2012, 'Supporting adaptive clinical treatment
processes through recommendations', Computer methods and programs in
biomedicine, vol. 107, no. 3, pp. 413-24.
Middleton, S.E., De Roure, D. & Shadbolt, N.R. 2009, 'Ontology-based
recommender systems', Handbook on ontologies, Springer, pp. 779-96.
Morrell, T.G. & Kerschberg, L. 2012, 'Personal health explorer: A semantic health
recommendation system', 2012 IEEE 28th International Conference on Data
Engineering Workshops (ICDEW), IEEE, pp. 55-9.
oegijoko, S. 2011, 'Application specific e-health & telemedicine systems:
implementation experience for community healthcare and systematic review
of disaster publications', Instrumentation, 2011 2nd International Conference
on Communications, Information Technology, and Biomedical Engineering
(ICICI-BME), IEEE, pp. 415-6.
Pattaraintakorn, P., Zaverucha, G.M. & Cercone, N. 2007, 'Web based health
recommender system using rough sets, survival analysis and rule-based
expert systems', Rough Sets, Fuzzy Sets, Data Mining and Granular
Computing, Springer, pp. 491-9.
Pestian, J.P., Brew, C., Matykiewicz, P., Hovermale, D., Johnson, N., Cohen, K.B. &
Duch, W. 2007, 'A shared task involving multi-label classification of clinical
free text', Proceedings of the Workshop on BioNLP 2007: Biological,
Translational, and Clinical Language Processing, Association for
Computational Linguistics, pp. 97-104.
Rivero-Rodriguez, A., Konstantinidis, S.T., Sanchez-Bocanegra, C. & FernándezLuque, L. 2013, 'A health information recommender system: Enriching
YouTube health videos with Medline Plus information by the use of
SnomedCT terms', 2013 IEEE 26th International Symposium on ComputerBased Medical Systems (CBMS), IEEE, pp. 257-61.
Rodríguez, A., Jiménez, E., Fernández, J., Eccius, M., Gómez, J.M., AlorHernandez, G., Posada-Gomez, R. & Laufer, C. 2009, 'Semmed: applying
semantic web to medical recommendation systems', First International
Conference on Intensive Applications and Services, IEEE, Valencia, Spain,
pp. 47-52.
Roitman, H., Messika, Y., Tsimerman, Y. & Maman, Y. 2010, 'Increasing patient
safety using explanation-driven personalized content recommendation',
Proceedings of the 1st ACM International Health Informatics Symposium,
ACM, pp. 430-4.
18
Savova, G.K., Masanz, J.J., Ogren, P.V., Zheng, J., Sohn, S., Kipper-Schuler, K.C. &
Chute, C.G. 2010, 'Mayo clinical Text Analysis and Knowledge Extraction
System (cTAKES): architecture, component evaluation and applications',
Journal of the American Medical Informatics Association, vol. 17, no. 5, pp.
507-13.
Schickel-Zuber, V. & Faltings, B. 2007, 'Using hierarchical clustering for learning
theontologies used in recommendation systems', Proceedings of the 13th
ACM SIGKDD international conference on Knowledge discovery and data
mining, ACM, pp. 599-608.
Tenório, J.M., Hummel, A.D., Cohrs, F.M., Sdepanian, V.L., Pisa, I.T. & de Fátima
Marin, H. 2011, 'Artificial intelligence techniques applied to the development
of a decision–support system for diagnosing celiac disease', International
Journal of Medical Informatics, vol. 80, no. 11, pp. 793-802.
Teodorović, D., Šelmić, M. & Mijatović-Teodorović, L. 2013, 'Combining casebased reasoning with Bee Colony Optimization for dose planning in well
differentiated thyroid cancer treatment', Expert Systems with Applications,
vol. 40, no. 6, pp. 2147-55.
Ting, S., Kwok, S.K., Tsang, A.H. & Lee, W. 2011, 'A hybrid knowledge-based
approach to supporting the medical prescription for general practitioners:
Real case in a Hong Kong medical center', Knowledge-Based Systems, vol.
24, no. 3, pp. 444-56.
Ting, S., Wang, W.M., Kwok, S.K., Tsang, A.H. & Lee, W. 2010, 'RACER: RuleAssociated CasE-based Reasoning for supporting General Practitioners in
prescription making', Expert Systems with Applications, vol. 37, no. 12, pp.
8079-89.
Wang, R.-Q. & Kong, F.-S. 2007, 'Semantic-enhanced personalized recommender
system', 2007 International Conference on Machine Learning and
Cybernetics, vol. 7, IEEE, pp. 4069-74.
Wendel, S., Dellaert, B.G., Ronteltap, A. & van Trijp, H.C. 2013, 'Consumers’
intention to use health recommendation systems to receive personalized
nutrition advice', BMC health services research, vol. 13, no. 1, p. 126.
Wiesner, M. & Pfeifer, D. 2010, 'Adapting recommender systems to the requirements
of personal health record systems', Proceedings of the 1st ACM International
Health Informatics Symposium, ACM, pp. 410-4.
Wiesner, M. & Pfeifer, D. 2014, 'Health recommender systems: concepts,
requirements, technical basics and challenges', International Journal of
Environmental Research and Public Health, vol. 11, no. 3, pp. 2580-607.
Wiesner, M., Rotter, S. & Pfeifer, D. 2011, 'Leveraging semantic networks for
personalized content in health recommender systems', 2011 24th
International Symposium on Computer-Based Medical Systems (CBMS),
IEEE, pp. 1-6.
Zhang, Y. 2010, 'Contextualizing consumer health information searching: an analysis
of questions in a social Q&A community', Proceedings of the 1st ACM
international health informatics symposium, ACM, pp. 210-9.
19
APPENDIX A TITLE
20
APPENDIX B TITLE
21