<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Predicted classes of</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Classifying Encounter Notes in the Primary Care Patient Record</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thomas Brox Røst</string-name>
          <email>brox@idi.ntnu.no</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Øystein Nytrø</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anders Grimsmo</string-name>
          <email>anders.grimsmo@medisin.ntnu.no</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer and Information Science and The Norwegian EHR Research Centre, Norwegian University of Science and Technol-</institution>
        </aff>
      </contrib-group>
      <volume>2</volume>
      <issue>000</issue>
      <abstract>
        <p>The ability to automate the assignment of primary care medical diagnoses from free-text holds many interesting possibilities. We have collected a dataset of free-text clinical encounter notes and their corresponding manually coded diagnoses and used it to built a document classifier. Classifying a test set of 2,000 random encounter notes yielded a coding accuracy rate of 49.7 %. Automated coding of primary care encounter notes is a novel application area, and though imperfect our method proves interesting enough to warrant further research.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In this study we attempt to classify primary care clinical encounter
notes into their corresponding diagnoses. We do so by learning
document classifiers from a manually coded dataset collected from a
Norwegian primary care center. Research have shown that the manual
diagnosis coding of primary care encounter notes tend to be of high
quality [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. This, coupled with the the size of the dataset, makes the
application area interesting from an information retrieval and
document classification point of view. In the long term, being able to infer
diagnoses from written text might prove useful in e.g. detection of
incorrect diagnoses and improving electronic patient record systems.
We consider this study as an initial exploration into applying proven
document classification techniques onto a novel application area.
      </p>
      <p>
        The electronic patient record (EPR) has gradually attained
widespread usage in primary care. In Norway, more than 90 % of
primary care physicians are routinely using computer-based
patientrecord systems [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and many have been doing so for more than 15
years. A typical feature of most commercial EPR systems in use
today is that the encounter note, which is the main documentation of
the doctor-patient consultation, is written as free-text narrative. There
are perfectly practical reasons for this: Unstructured free-text is easy
to write and represents the traditional way of documenting patient
treatment. However, this makes the information within less suitable
for automated processing and thereby keeps the EPR from fulfilling
its full potential as a useful tool for both research and clinical
practice. Attempts have been made to create EPRs that impose varying
degrees of structure on the clinical narrative, but with limited
success so far.
      </p>
      <p>
        To alleviate this problem, many researchers have attempted to use
natural language processing (NLP), text classification and text
mining techniques on clinical narrative. Some NLP systems have proven
very useful in a number of clearly defined domains, such as
detection of bacterial pneumonia from chest X-ray reports [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], finding
adverse drug events in outpatient medical records [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and discharge
summaries [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], and identifying suspicious findings in mammogram
reports [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. A common feature of such systems is that they restrict
themselves to a narrow clinical domain with a clearly defined
vocabulary and a limited form of discourse, such as one would find in
specialized hospital reports. Our long-term goal is to draw on research
from these areas and explore the usefulness of similar techniques
on the primary care patient record. However, the lack of empirical
knowledge on the content in primary care documentation raises the
need for preliminary investigations on the narrative structure found
therein. This initial study attempts to use supervised document
classfication to explore if there is a correspondence between the diagnosis
and the documented encounter. Besides from the previously
mentioned possible benefits of automated coding, a secondary purpose
is to learn more about the informational value and underlying
documentational patterns in primary care encounter notes.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <p>Among the characteristic features of primary care encounter notes
are sparseness, brevity, heavy use of abbreviations and many spelling
mistakes. The notes are normally written during the consultation by
the treating physician, this in contrast with hospital patient records
which are usually dictated by the physician and then transcribed by
a secretary. A typical encounter note might look something like this:
Inflamed wounds over the entire body. Was treated w/ apocillin
and fucidin cream 1 mth. ago. Still using fucidin. Taking
sample for bact. Beginning tmnt. with bactroban. Call in 1 week for
test results2.</p>
      <p>
        To classify such notes we rely on the presence of manually coded
diagnosis codes. The use of clinical codes in primary care is
common in the United Kingdom, the Netherlands, and Norway [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. The
motivation for coding is both for reimbursement and statistical
purposes. In our experimental dataset the notes are coded according to
the ICPC-2 coding system. ICPC-2 is the second edition of the
International Classification of Primary Care, a coding system which
purpose is to provide a classification that reflects the particular needs
and aspects of primary care [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Using a single ICPC code, each
health care encounter can be classified so that both the reasons for
encounter, diagnoses or problems, and process of care are evident.
Together, these elements make out the core constituent parts of the
health care encounter in primary care. Moreover, one or more
encounters associated with the same health problem or disease form an
episode of care [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <sec id="sec-2-1">
        <title>2 Translated from the Norwegian</title>
        <p>ICPC-2 follows a bi-axial structure with 17 chapters along one
axis and 7 components along the other. The chapters are single-letter
representations of body systems (Table 1) while the components are
two-digit numeric values (Table 2). As an example, ”R02” is the
ICPC code for shortness of breath.
on a manually created look-up table. We have not found examples of
similar attempts at automated ICPC classification in the literature.</p>
        <p>
          As for classification techniques, this study uses support vector
machines (SVM). SVMs have proved useful and have shown good
general performance for text classification tasks [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] when compared
with other classifiers. Our goal for this study is not to compare
classification methods; this will be explored further in future work.
        </p>
        <p>
          There are several examples of attempts to automate the coding of
diagnoses [
          <xref ref-type="bibr" rid="ref15 ref18 ref21 ref23 ref5">5, 15, 18, 21, 23</xref>
          ], all of which concern themselves with
the alternative ICD code. ICD is a more complex code than ICPC
and is more suited for specialized usage in hospitals. March [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ]
describes the use of Bayesian learning to achieve automated ICD
coding of discharge diagnoses. Franz [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] compares coding methods
with and without the use of an underlying lexicon and concludes that
lexicon-based methods perform no better than lexicon-free methods,
unless one adds conceptual knowledge. Larkey [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] found that using
a combination of different classifiers yielded improved automatic
assignment of ICD codes. There is a practical purpose to automated
ICD coding: ICD is a more complex code than ICPC and
accordingly manual ICD encoding takes up a lot of time. There have also
been other approaches towards automated coding of clinical text.
Hersh [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] attempted to predict trauma registry procedure codes from
emergency room dictations. Aronow [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] classified encounter notes in
order to find acute exacerbations of asthma and radiology reports for
certain findings, this through the use of Bayesian inference networks
and the ID3 decision tree algorithm. Document classification and IR
has been applied in other medical domains as well, such as clustering
of medical paper abstracts [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ].
        </p>
        <p>
          Examples of automated ICPC coding are harder to come by.
Letrilliart [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] describes a string matching system that assigns ICPC codes
from free-text sentences containing hospital referral reasons, based
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Methods and Data</title>
      <p>
        We have collected a dataset from a medium-sized general practice
office in Norway. The data consists of encounter notes for a total of
10,859 patients in the period from 1992 to 2004. All in all, there
are 482,902 unique encounters. The Norwegian Health Personnel
Act [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] requires that caregivers provide “relevant and necessary
information about the patient and about the health care” in the patient
record. In practice, this manifests itself as a combination of
structured and unstructured information about the encounter. Information
such as personal details about the patient, prescriptions, laboratory
results, medical certificates and diagnosis codes is typically available
in structured format, while encounter notes, referrals and discharge
notes comes in the form of unstructured free-text. For the purposes
of this paper, we have only considered the encounter notes and the
accompanying ICPC-2 diagnosis code.
      </p>
      <p>A known source of noise is that a minority of the notes are likely to
be written in Danish or nynorsk (literally “New Norwegian”) rather
than standard Norwegian (bokma˚l). There are also more than 20
different authors, so there may be differences in documentational style
as well. Interns fresh out of medical school may for example be more
inclined to document more thoroughly than an experienced
physician.</p>
      <p>
        The dataset has been automatically anonymized using a
custombuilt anonymization tool [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. Each word or token is controlled
against a database of words that are known to be insensitive and a
set of rules that deal with alphanumeric patterns such as medication
doses, date ranges, and laboratory test values. Sensitive tokens are
replaced with a general identifier or an identifier that shows the type
of token that was replaced.
      </p>
      <p>Each encounter will typically consist of a written note of highly
variable length and zero or more accompanying ICPC codes. 287,868
of the available encounters have one or more ICPC codes (Table 3).</p>
      <p>
        There are some notable differences in terms of code use between
hospital and primary care settings. Larkey [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] describes a test set of
discharge summaries with a mean of 4.43 ICD-9 codes per document,
while Nilsson [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] notes that a set of Swedish general practice patient
records has a mean of 1.1 ICD-10 codes per record. While there may
be regional and cultural differences with respect to coding practice,
the latter corresponds with our findings of 1.2 ICPC-2 codes per note
(Table 3).
      </p>
      <p>Since we concern ourselves with the relation between the
encounter note and the ICPC code, we discard all encounters with more
Chapter
N (Neurological)
D (Digestive)
Z (Social)
X (Female genital)
P (Psychological)
A (General)
Y (Male genital)
F (Eye)
L (Musculoskeletal)
R (Respiratory)
K (Circulatory)
H (Ear)
W (Pregnancy)
U (Urological)
T (Endocrine)
S (Skin)
N/A
B (Blood)
than one code in order to avoid ambiguity in the training data. Of the
235,860 encounters that are left, 175,167 have an accompanying
encounter note.</p>
      <p>The use of ICPC codes as classification bins for encounter notes is
essentially a multi-class classification problem. Since there are 726
distinct ICPC codes it becomes practical to reduce the class
dimensionality. We choose to group codes according to their chapter value,
so that we are left with the 17 single-letter body codes as classes.</p>
      <p>When grouping encounter notes by their ICPC chapter value we
note that there is a varying degree of verbosity. The use of sparse
encounter notes is often common in primary care, for instance when
renewing recurring prescriptions. To determine average note verbosity
for each ICPC chapter, all relevant encounter notes are tokenized.
After removing stop words, whitespace and other noisy elements,
the average length and standard deviation is calculated (Table 4).</p>
      <p>
        We note that Larkey’s discharge summaries [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] has a mean length
of 633 words, which is more than an order magnitude higher than
our notes. Notwithstanding cultural and institutional differences, this
highlights how hospital discharge summaries usually provide a more
self-contained description of the patient and his ailments. In the
Norwegian health care system the patient will typically use just one
primary care physician who acts as a gatekeeper for specialized hospital
care when necessary. Accordingly descriptions of the patient’s state
may span several encounter notes in the primary care patient record.
      </p>
      <p>
        Since many classification techniques, including support vector
machines (SVM), are restricted to dealing with binary classification
tasks, we have to reduce our multi-class classification task into a set
of binary tasks. For each pair of classes (i, j) : i, j ∈ {A, B, . . . , Z}
where i, j = 1 . . . c, j 6= i we create a two-class classifier &lt; i, j &gt;.
If c is the number of classes, we end up with c(c − 1) binary
classifiers, or 17 × 16 = 272 in this case. This technique is known as
double round robin classification [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The classifier &lt; i, j &gt; will
then solely consist of training examples from encounter notes with
ICPC chapter codes i and j. To determine the final predicted class
of any given note we feed it through each classifier and record the
result. The class that receives the highest number of predictions is
chosen to be the most likely one. In case of ties we choose the class
with the highest number of occurrences in the training set, or, as a
last resort, pick one at random. To build and run the classifiers we
used the SVM-Light 3 toolkit.
      </p>
      <p>
        We use word and phrase frequencies as the base component when
constructing feature vectors for the classifiers. If we were to rely on
single words alone we would lose some contextual information [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ],
so frequency counts are performed on all unigrams, bigrams and
trigrams in the encounter note, excluding stop words. The occurrence
of an n-gram is recorded as a true value in the feature vector. While
n-grams may be a simplistic way of representing context, it still
allows us to catch phrases and turns of words that may have discerning
qualities.
      </p>
      <p>
        As is common with word-based feature vectors, it is useful to
apply some dimension-reducing technique to limit the size of the
vector. The challenge lies in pruning those features that are the most
inconsequential to the classifier’s predictive qualities. For this
experiment we adapt a technique described in [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. For each classifier
the frequency of all unigrams, bigrams and trigrams occurring in all
training notes for both classes are counted. If an n-gram occurs in
more than 7.5 % of either the true or the false class notes it is tagged
as a likely candidate for inclusion. All candidates are then ranked
according to their true class frequency to false class frequency
ratio. Finally the top 100 candidates are chosen as the most relevant
features. As an example, Table 5 shows the 20 first selected features
from the F (Eye) versus P (Psychological) classifier.
      </p>
      <p>2.000 notes were selected at random from the 175.167 available
notes to be used as a test set; the remaining notes were used to train
the classifiers. As seen from Table 4, this implies that the amount of
training data available for each classifier will differ.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <sec id="sec-4-1">
        <title>Predicted ICPC chapter</title>
        <p>L N P R</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Discussion and Future Work</title>
      <p>When considering the results, we must bear in mind that they are
from a single run. To verify their validity they should be averaged
over several test runs of independent samples.</p>
      <p>Even though the accuracy varies a lot for the individual chapters,
the results are still quite promising. The most notable feature is how
the L (Muscoloskeletal) class appears to soak up the majority of the
misclassified cases. We are not sure why this is happening. The L
group constitutes the largest group in the training set, followed by
the R, K and S groups. When attempting to perform the same
classification task without the L cases the S group became the major
misclassification bin, but in a less dramatic fashion; the overall accuracy
rate rose to 57.5 %. In general, our naive, largely domain-ignorant
approach granted results that are interesting enough to legitimate
further work in this area.</p>
      <p>
        There are several possible approaches to approving the predictive
quality of the classifier. We made no attempts to normalize the
vocabulary in the training data. Techniques such as stemming or mapping
terms to a common controlled vocabulary would reduce the number
of relevant features. This would also involve dealing with common
misspellings [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and dialect terms, both of which are quite common
in our dataset. Wilcox [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] notes that the use of expert knowledge can
provide a significant boost to medical text report classifiers. It would
also be worth investigating if the use of accompanying information
from the EPR, such as lab results and prescriptions, can help
improve classification quality. Another possible approach is to view the
encounter note in its longitudinal context by also considering notes
from previous (and following) encounters.
      </p>
      <p>We made no efforts to control the amount of noise in the
classifiers or to screen the notes in the test data set. Very short notes and
notes with non-standard language use were not discarded. Also, the
influence of n-gram feature threshold selection on the quality of the
results could have been evaluated. Similarly, the effect of using
additional parameters such as average note length and n-gram partial
coincidence would have been worth investigating.</p>
      <p>The a priori anonymization could also influence the results. Since
the anonymization tool only allows known non-sensitive words, it is
likely that special and unusual words are lost. Such words may have
a higher predictive effect than more common words. Comparing the
classifier on a non-anonymized dataset could possibly indicate how
much of destructive effect that is incurred due to anonymization.</p>
      <p>The choice of ICPC chapter codes as class indicators is not
necessarily a natural choice. Indeed, this may be seen as a simplification of
the problem of diagnosis prediction. Alternatives include grouping
according to ICPC component codes or, as a natural follow-up,
attempting to classify into the full ICPC codeset of 726 different codes.</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGEMENTS</title>
      <p>Thanks go to Amund Tveit, Ole Edsberg, Inger Dybdahl Sørby and
Gisle Bjørndal Tveit for comments and suggestions.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>[1] Act of 18 may 2001 no. 24 on personal health data filing systems and the processing of personal health data</article-title>
          ,
          <year>2004</year>
          .
          <volume>04</volume>
          .12
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D. B.</given-names>
            <surname>Aronow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Soderland</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Ponte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Feng</surname>
          </string-name>
          , W. B.
          <string-name>
            <surname>Croft</surname>
          </string-name>
          , and W. G. Lehnert, '
          <article-title>Automated classification of encounter notes in a computer based medical record'</article-title>
          ,
          <source>Medinfo, 8 Pt 1</source>
          ,
          <fpage>8</fpage>
          -
          <lpage>12</lpage>
          , (
          <year>1995</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Elisabeth</given-names>
            <surname>Bayegan</surname>
          </string-name>
          ,
          <article-title>Knowledge Representation for Relevance Ranking of Patient-Record Contents in Primary-Care Situations</article-title>
          ,
          <source>Ph.D. dissertation</source>
          , Norwegian University of Science and
          <source>Technology (NTNU)</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Fiszman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. W.</given-names>
            <surname>Chapman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Aronsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. S.</given-names>
            <surname>Evans</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. J.</given-names>
            <surname>Haug</surname>
          </string-name>
          , '
          <article-title>Automatic detection of acute bacterial pneumonia from chest x-ray reports'</article-title>
          ,
          <source>J Am Med Inform Assoc</source>
          ,
          <volume>7</volume>
          (
          <issue>6</issue>
          ),
          <fpage>593</fpage>
          -
          <lpage>604</lpage>
          , (
          <year>2000</year>
          ).
          <source>Evaluation Studies Journal Article.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Pius</given-names>
            <surname>Franz</surname>
          </string-name>
          , Albrecht Zaiss, Stefan Schulz, Udo Hahn, and Rdiger Klar, '
          <article-title>Automated coding of diagnoses - three methods compared'</article-title>
          ,
          <source>in Proceedings of the Annual Symposium of the American Society for Medical Informatics (AMIA)</source>
          , Los Angeles, CA, USA, (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Johannes</given-names>
            <surname>Frnkranz</surname>
          </string-name>
          , '
          <article-title>Round robin classification'</article-title>
          ,
          <source>J. Mach. Learn. Res.</source>
          ,
          <volume>2</volume>
          ,
          <fpage>721</fpage>
          -
          <lpage>47</lpage>
          , (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>W. R.</given-names>
            <surname>Hersh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Campbell</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. E.</given-names>
            <surname>Malveau</surname>
          </string-name>
          , '
          <article-title>Assessing the feasibility of large-scale natural language processing in a corpus of ordinary medical records: a lexical analysis'</article-title>
          ,
          <source>Proc AMIA Annu Fall Symp</source>
          ,
          <fpage>580</fpage>
          -
          <lpage>4</lpage>
          , (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>W. R.</given-names>
            <surname>Hersh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. K.</given-names>
            <surname>Leen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. S.</given-names>
            <surname>Rehfuss</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Malveau</surname>
          </string-name>
          , '
          <article-title>Automatic prediction of trauma registry procedure codes from emergency room dictations'</article-title>
          ,
          <source>Medinfo, 9 Pt 1</source>
          ,
          <fpage>665</fpage>
          -
          <lpage>9</lpage>
          , (
          <year>1998</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Hofmans-Okkes</surname>
          </string-name>
          and
          <string-name>
            <given-names>H.</given-names>
            <surname>Lamberts</surname>
          </string-name>
          , '
          <article-title>The international classification of primary care (icpc): new applications in research and computerbased patient records in family practice'</article-title>
          ,
          <source>Fam Pract</source>
          ,
          <volume>13</volume>
          (
          <issue>3</issue>
          ),
          <fpage>294</fpage>
          -
          <lpage>302</lpage>
          , (
          <year>1996</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>B.</given-names>
            <surname>Honigman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Light</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. M.</given-names>
            <surname>Pulling</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. W.</given-names>
            <surname>Bates</surname>
          </string-name>
          , '
          <article-title>A computerized method for identifying incidents associated with adverse drug events in outpatients'</article-title>
          ,
          <source>Int J Med Inform</source>
          ,
          <volume>61</volume>
          (
          <issue>1</issue>
          ),
          <fpage>21</fpage>
          -
          <lpage>32</lpage>
          , (
          <year>2001</year>
          ).
          <source>Journal Article.</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>WONCA</given-names>
            <surname>International</surname>
          </string-name>
          , ICPC-2
          <source>: International Classification of Primary Care, Oxford Medical Publications</source>
          ,
          <volume>2</volume>
          <fpage>edn</fpage>
          .,
          <year>1998</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>N. L.</given-names>
            <surname>Jain</surname>
          </string-name>
          and
          <string-name>
            <given-names>C.</given-names>
            <surname>Friedman</surname>
          </string-name>
          , '
          <article-title>Identification of findings suspicious for breast cancer based on natural language processing of mammogram reports'</article-title>
          ,
          <source>Proc AMIA Annu Fall Symp</source>
          ,
          <fpage>829</fpage>
          -
          <lpage>33</lpage>
          , (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Thorsten</surname>
            <given-names>Joachims</given-names>
          </string-name>
          , '
          <article-title>Text categorization with suport vector machines: Learning with many relevant features'</article-title>
          ,
          <source>in ECML '98: Proceedings of the 10th European Conference on Machine Learning</source>
          , pp.
          <fpage>137</fpage>
          -
          <lpage>142</lpage>
          , London,
          <string-name>
            <surname>UK</surname>
          </string-name>
          , (
          <year>1998</year>
          ). Springer-Verlag.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>Andries</given-names>
            <surname>Kruger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lee Giles</surname>
          </string-name>
          , Frans Coetzee, Eric Glover, Gary Flake, Steve Lawrence, and Cristian Omlin, 'Deadliner:
          <article-title>Building a new niche search engine'</article-title>
          ,
          <source>in Ninth International Conference on Information and Knowledge Management, CIKM 2000</source>
          , Washington, DC, (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Leah</surname>
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Larkey</surname>
            and
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Bruce</surname>
            <given-names>Croft</given-names>
          </string-name>
          , '
          <article-title>Combining classifiers in text categorization'</article-title>
          ,
          <source>in SIGIR '96: Proceedings of the 19th annual international ACM SIGIR conference on Research and development in information retrieval</source>
          , pp.
          <fpage>289</fpage>
          -
          <lpage>97</lpage>
          , Zurich, Switzerland, (
          <year>1996</year>
          ). ACM Press.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Letrilliart</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Viboud</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. Y.</given-names>
            <surname>Boelle</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Flahault</surname>
          </string-name>
          , '
          <article-title>Automatic coding of reasons for hospital referral from general medicine free-text reports'</article-title>
          ,
          <source>Proc AMIA Symp</source>
          ,
          <volume>487</volume>
          -
          <fpage>91</fpage>
          , (
          <year>2000</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Pavel</surname>
            <given-names>Makagonov</given-names>
          </string-name>
          , Mikhail Alexandrov, and Alexander Gelbukh, '
          <source>Clustering abstracts instead of full texts', Lecture Notes in Computer Science</source>
          ,
          <volume>3206</volume>
          ,
          <fpage>129</fpage>
          -
          <lpage>35</lpage>
          , (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Alan</surname>
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>March</surname>
          </string-name>
          ,
          <string-name>
            <surname>Eitel J. M. Laura</surname>
          </string-name>
          , and Jorge Lantos, '
          <string-name>
            <surname>Automated</surname>
          </string-name>
          icd9
          <article-title>- cm coding employing bayesian machine learning: a preliminary exploration'</article-title>
          ,
          <source>in Simposio de Informtica y Salud</source>
          <year>2004</year>
          , (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>G. B.</given-names>
            <surname>Melton</surname>
          </string-name>
          and G. Hripcsak, '
          <article-title>Automated detection of adverse events using natural language processing of discharge summaries'</article-title>
          ,
          <source>J Am Med Inform Assoc</source>
          ,
          <volume>12</volume>
          (
          <issue>4</issue>
          ),
          <fpage>448</fpage>
          -
          <lpage>57</lpage>
          , (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>G.</given-names>
            <surname>Nilsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Ahlfeldt</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L. E.</given-names>
            <surname>Strender</surname>
          </string-name>
          , '
          <article-title>Textual content, health problems and diagnostic codes in electronic patient records in general practice'</article-title>
          ,
          <source>Scand J Prim Health Care</source>
          ,
          <volume>21</volume>
          (
          <issue>1</issue>
          ),
          <fpage>33</fpage>
          -
          <lpage>6</lpage>
          , (
          <year>2003</year>
          ).
          <source>Journal Article.</source>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Satomura and M. B. do Amaral</surname>
          </string-name>
          , '
          <source>Automated diagnostic indexing by natural language processing'</source>
          ,
          <source>Med Inform (Lond)</source>
          ,
          <volume>17</volume>
          (
          <issue>3</issue>
          ),
          <fpage>149</fpage>
          -
          <lpage>63</lpage>
          , (
          <year>1992</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Amund</surname>
            <given-names>Tveit</given-names>
          </string-name>
          , Ole Edsberg, Thomas Brox Røst, Arild Faxvaag, Øystein Nytrø, Torbjørn Nordga˚rd, Martin Thorsen Ranang, and Anders Grimsmo, '
          <article-title>Anonymization of general practioner's patient records'</article-title>
          ,
          <source>in Proceedings of the HelsIT'04 Conference</source>
          , Trondheim, Norway, (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Rodrigo</surname>
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Vale</surname>
          </string-name>
          , Berthier A.
          <string-name>
            <surname>Ribeiro-Neto</surname>
          </string-name>
          , Luciano R.S. de Lima,
          <string-name>
            <surname>Alberto H.F. Laender</surname>
          </string-name>
          , and
          <string-name>
            <surname>Hermes R.F. Junior</surname>
          </string-name>
          , '
          <article-title>Improving text retrieval in medical collections through automatic categorization'</article-title>
          ,
          <source>Lecture Notes in Computer Science</source>
          ,
          <volume>2857</volume>
          ,
          <fpage>197</fpage>
          -
          <lpage>210</lpage>
          , (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>A. B.</given-names>
            <surname>Wilcox</surname>
          </string-name>
          and G. Hripcsak, '
          <article-title>The role of domain knowledge in automating medical text report classification'</article-title>
          ,
          <source>J Am Med Inform Assoc</source>
          ,
          <volume>10</volume>
          (
          <issue>4</issue>
          ),
          <fpage>330</fpage>
          -
          <lpage>8</lpage>
          , (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>