<!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 />
    <article-meta>
      <title-group>
        <article-title>Beyond NER: Towards Semantics in Clinical Text</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Clare T. Grasso</string-name>
          <email>cgrasso@umbc.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anupam Joshi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eliot Siegel</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Maryland Baltimore County</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Maryland Medical School Baltimore</institution>
          ,
          <addr-line>Maryland</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>While clinical text NLP systems have become very e ective in recognizing named entities in clinical text and mapping them to standardized terminologies in the normalization process, there remains a gap in the ability of extractors to combine entities together into a complete semantic representation of medical concepts that contain multiple attributes each of which has its own set of allowed named entities or values. Furthermore, additional domain knowledge may be required to determine the semantics of particular tokens in the text that take on special meanings in relation to this concept. This research proposes an approach that provides ontological mappings of the surface forms of medical concepts that are of the UMLS semantic class signs/symptoms. The mappings are used to extract and encode the constituent set of named entities into interoperable semantic structures that can be linked to other structured and unstructured data for reuse in research and analysis.</p>
      </abstract>
      <kwd-group>
        <kwd>knowledge representation</kwd>
        <kwd>semantic search extraction</kwd>
        <kwd>unstructured data</kwd>
        <kwd>clinical decision support matics</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Medical natural language processing (NLP) systems have become very e ective
in recognizing and normalizing named entities in clinical text by mapping them
to standardized biomedical terminologies such as those contained in the Uni ed
Medical Language System (UMLS) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. For instance, the token Metrorrhagia
can be mapped to the UMLS concept identi er C0025874 which can then be
cross-referenced with biomedical literature to provide clinicians with supportive
information to aid in determining treatment options. However, some medical
concepts in clinical text, such as those that constitute the semantic class signs
and symptoms, as de ned by the UMLS Semantic Network [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], intrinsically
consist of multiple components such as anatomical location, severity, onset, and
duration as well as the date/time of the event. When assessing patient status,
the clinician considers all these properties as a semantic whole.
      </p>
      <p>
        Additionally, some attributes are idiosyncratic for a particular medical
concept and require speci c domain knowledge. For example, pain severity can be
noted in the chart using di erent scales such as the Wong-Baker Faces scale
[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] (6 levels) or the Numeric Rating Scale [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] (11 levels). Severity may be also
expressed with terms such as little, annoying, or excruciating which may or may
not appear in any standard medical terminology. These expressions must be
normalized to standardized terms such as mild, moderate, or severe if the data are
to be practically reused in analysis.
      </p>
      <p>This research proposes an ontology-based data access approach to
retrieving semantic representations of composite medical concepts of the type sign or
symptom. This lightweight, highly scalable approach allows for clinical data to
be integrated with other structured data for use in clinical decision support or
to be reused in biomedical research for cohort identi cation and analysis. The
research described in this paper is being performed in conjunction with the
University of Maryland Medical School and the Baltimore Veterans Administration
(VA) Hospital Emergency and Radiology Departments. This research came as
a result of an expressed need by the physicians at the VA to enhance care by
integrating semantic search within a patient's chart into their electronic health
system. These physicians were particularly interested in monitoring a patient's
pain over time.</p>
      <p>This research focused on extracting and encoding the medical concept of
pain both as a proof of concept and because of the physicians' strong interest
in it. Pain is an especially di cult target because of its prevalence in human
experience. This results in a very wide variety of ways in which the concept of
pain and its severity and quality may be expressed. In this ongoing work, this
paper will detail the approach as it relates to pain and its severity.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Several medical NLP systems have been developed which are e ective in
normalizing and annotating medical concepts in clinical and biomedical text such
as cTAKES (clinical Text Analysis and Knowledge Extraction System) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and
the National Library of Medicines MetaMap [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. These systems are designed to
process the entire document, one sentence at a time, and identify all named
entity mentions of the type: drugs, diseases and disorders, signs and symptoms,
anatomical sites, and procedures. Other entities such as numeric values, times,
and dates are also labeled. In addition, part of speech tagging and shallow
dependency parsing are also performed. However, post-processing must still be
implemented on the annotated text in order to extract and encode the domain
semantics for composite medical concepts that are made of up several attributes
and their values. NLP algorithms are generally computationally complex, and
may not be appropriate for use in semantic search in a near real-time
environment [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ].
      </p>
      <p>
        Other systems such as Medical Language Extraction and Encoding System
(MedLEE) [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] use a frame-based parser to extract and encode medical
concepts into a semantic representation. Clinical notes are processed o ine, stored,
and made available in real-time. However, the system is proprietary and the
representations are not semantically interoperable with other systems.
      </p>
      <p>
        More recently, the Strategic Health IT Advanced Research Projects Research
Focus Area 4 (SHARP4) program aims to develop open-source tools for
largescale health record data sharing. One of the core initiatives is the development
of the Clinical Element Model (CEM) [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] which is a detailed information model
of composite clinical concepts and is associated with standard reference
terminologies. This model is being converted to OWL-DL (Web Ontology Language
Description Logic) as a representation formalism for interoperability, and to
allow the use of inference and reasoning capabilities over extracted and encoded
clinical data. The research described in this paper uses and builds on this model.
3
3.1
      </p>
    </sec>
    <sec id="sec-3">
      <title>Methods</title>
      <sec id="sec-3-1">
        <title>Corpus</title>
        <p>
          The corpus consists of segments of ten deidenti ed patient charts that were
downloaded from the VA's VistA [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]) electronic health system (EHS). Each
patient has signi cant health problems involving pain such as cancer, kidney
disease, and appendicitis. There are over forty di erent note types contained in the
charts including triage, emergency department, surgery, radiology, laboratory,
nursing assessments, and physical therapy. The EHR formats and outputs the
chart as 80-character lines of ASCII text. All the notes for each patient are
contained in a single le. There are a total of 93,375 lines of which the rst 63,785
lines are being used in development; and the remaining 29,590 as the test set.
Patient - Appendicitis 7,671 30,591
Patient - Syncope 3,095 13,927
Patient - Perirenal Abscess 28,424 118,332
Patient - Hypercalcemia 24,595 103,890
Subtotal 63,785 266,740
Patient - Colon cancer 7,504 34,624
Patient - Pain 8,500 31,579
Patient - Anemia 5,762 24,858
Patient - Lung Cancer 7,824 34,255
Subtotal 29,590 125,316
Total 93,375 392,056
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Approach</title>
        <p>The general approach pursued in this research is that of ontology-based data
access over unstructured data. Two ontologies and one analysis engine are used
for each medical concept and for each attribute that is a constituent part of that
concept. The rst ontology assists in mapping the surface forms of the medical
concepts in the text to their normalized representation. The second ontology
de nes semantic representation of the medical concept. These ontologies are
implemented separately so that inference and reasoning over the knowledge base
of facts is not encumbered by knowledge that is only needed for extraction. The
semantic representation will use the CEM/OWL representation of the sign and
symptom class as described above. The analysis engine uses the knowledge in
the mapping ontologies to extract and encode them into their semantic
representations. Separating the mapping and semantic representation from the analysis
engine also allows alternative analysis engines to be used. These triple-sets form
composable building blocks. For instance, onset and duration can be reused as
attributes of many other medical concepts that are of the type sign and symptom.</p>
        <p>The upper level mapping ontology contains all the knowledge needed to
extract the main medical concept of interest. It also imports the subontologies for
its constituent attributes such as body location and severity. The sequence of
extractions is performed based on the subontologies. When order is important,
(e.g., severity depends on the body location extractor), the order is speci ed in
the top level mapping. When order is not important, attribute extraction may
be parallelized to increase throughput.</p>
        <p>For medical concepts and attributes in which a particular vocabulary has
been assembled, such as for pain and severity, these terms are stored in the
mapping ontology. Each term is a subclass of a Term class in which the base
form is stored along with a regular expression that matches its surface lexical
forms. Other domain knowledge needed for the extraction of the term may also be
asserted in the class. Terms may also be subclasses of other terms. For example,
in the severity mapping, the term Minor may be a subclass of the term Mild for
normalization purposes.</p>
        <p>
          For mappings that require external sources, the mapping ontology contains
references to resources such as terminologies, lexicons, and other ontologies. For
example, the body location mapping ontology contains references to
Foundational Model of Anatomy (FMA) [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] and SNOMED-CT [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
        </p>
        <p>Once the extraction is complete, the pertinent information is encoded as
an instance in the ontology that contains the semantic representation of the
medical concept. This includes the reference to the document level information,
normalized concepts identi ers, the original text found, and the line number and
text span in which it was found in the note.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Pain Severity Analysis Engine</title>
        <p>For many medical concepts of the class signs and symptoms, severity is expressed
generally as mild, moderate, and severe. However, it may also be expressed with
a large number of synonyms that imply some level of pain such as minimal or
torturing. Many of these terms are found in one or more medical terminology
systems. Others are only found in general English thesauri. Severity terms were
mined from these sources as well as the development data, pain questionnaires,
online health sites, and research papers. The terms were then added to the
mapping ontologies. With the help of physicians, these terms were related as
subclasses to the normalized terms of mild, mild to moderate, moderate, moderate
to severe, and severe which have been adopted by SHARP. As pain may also be
expressed as a value on a numeric scale, these values were also normalized.</p>
        <p>
          Listed below are various ways that pain severity was expressed in this corpus.
1. \SCALE:7", \Pain:4"
2. \Patient reports pain during shift: No"
3. \pain was tolerable", \minor abdominal soreness", \denies any pain"
4. \s: pain: 8.5/10 b hands"
Algorithm. The pain severity analysis engine modi es and extends the
graphbased ConText [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] algorithm which relies on pattern matching trigger terms
and scoping. Target rules provide the mapping for the main concepts which, in
this case, is pain and all its alternative expressions such as discomfort. Modi er
rules provide the mapping for contextual features of the targets, such as whether
it is negated, historical, or hypothetical. For example, in the phrase \no pain",
pain is the target that is modi ed by the negator, no. Each rule is given a unique
name, a categorical type and a pattern used in matching. Modi er rules also are
given a direction that indicate whether the modi er looks forward, backward,
or both. For example: denies, DEFINITE NEGATED EXISTENCE, nbdeniesnb,
FORWARD. Target and modi er terms found in the text are added as a nodes in
the graph. Each node contains the scope (text span) in which it is active.
        </p>
        <p>The algorithm processes one textual unit, such as a sentence, at a time. The
scope of target nodes is the entire textual unit. The scope of modi er nodes
begins at the start span of the modi er term in the text and ends at either the
beginning or end of the textual unit depending on the direction of its rule. Target
nodes are connected to modi er nodes whose scope falls within their own.</p>
        <p>Because this algorithm does not rely on syntactic parsing, it was very e ective
on the type of non-canonical text entered by the clinician at the point of care
that is prevalent in this corpus such as: \64 yo AAM with h/o stage IV RLL
adenocarcinoma T2N0M1 s/p treatment with carboplatin/taxol"</p>
      </sec>
      <sec id="sec-3-4">
        <title>Algorithmic Modi cations to Scoping. Because sentence segmentation can</title>
        <p>be very di cult with this type of text, scoping was changed to treat the newline
characters as the basic unit of scope. Scoping modi cations were also made for
other types of punctuation such as semicolons and periods.</p>
      </sec>
      <sec id="sec-3-5">
        <title>Modi cations to the Rule Database. Fifteen target rules were added to</title>
        <p>the database to identify the di erent expressions of pain and its severity.
Seventy modi er rules were also added . Twelve were of the type DEFINITE
NEGATED EXISTENCE to accommodate the idiosyncrasies of this corpus
such as \Pain during shift: No". Forty-eight were of the new type PAIN SEVERITY
to recognize both numeric and lexical terms indicating severity (\9/10",\not too
bad"). Ten were of the type PROBABLE EXISTENCE (\c/o",\states").
4
4.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <sec id="sec-4-1">
        <title>Gold Standard</title>
        <p>The reference standard was created by three physicians. The rst physician
provided oversight concerning what aspects of the data would be extracted which
was used to develop the annotation guidelines. Two other physicians
independently annotated each line of text in the test set for two variables, i.e, Existence
and Literals. Existence was labeled with A rmed, Probable, Negated, or N/A.
Literals were labeled with the speci c severity quanti er found in the text -
numeric or lexical. If an expression crossed a line boundary, the annotation was
made on the rst of the two lines. The rst physician annotated text in cases
where the two annotators did not agree. This annotation was used to break the
tie for the nal gold standard.</p>
        <p>A combination of the Existence and Literals annotations were used to
create the nal Severity variable against which the system was tested. If a
line contained a Literal value, that value was used for Severity. Otherwise, if
Existence was labeled A rmed or Probable, Severity was labeled Unknown.
If Existence was labeled Negated, Severity was labeled 0.</p>
        <p>For Existence, Ao = 0:86(290=337); Ae = 0:468, and Fleiss's = 0:738. For
Literals, Ao = 0:79(79=100); Ae = 0:184, and Fleiss's = 0:743.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>
        Results were evaluated using the vertical metrics for measuring system
performance on individual elds as outlined in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and consisted of phrase-level
precision, recall and F-measure. (line number, severity value) pairs were
compared against the gold standard. Only exact matches were considered correct.
Speci cally:
1. true positive { extracted value exactly matched the annotation.
2. false positive - extracted value did not match the annotation.
3. false negative { no value was extracted for text containing an annotation
4. true negative - no value was extracted for text not containing an annotation.
precision =
#Correctly returned values by system
      </p>
      <p>#V alues returned by the system
recall =
#Correctly returned values by system
#V alues in gold standard
(1)</p>
      <p>This resulted in a positive precision of 90.31% (233/258), a positive recall of
88.26% (264/289), and a positive F1-score of 89.27%.</p>
      <p>
        For comparison, the original ConText algorithm reported very good results
for negated ndings in a corpus of six di erent note types (P:97%, R:97%) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
However, the corpus described in this paper included many more note types
(over 40), and the non-canonical text that occurs extensively in it creates a
much larger lexical and syntactic space. When the unmodi ed ConText
algorithm downloaded from [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] was run on this corpus, the results were (P:77%,
R:90%) for negated ndings. After the modi cations described in this paper
were applied, results for negated ndings on this corpus was signi cantly higher
(P:92%, R:92%).
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Discussion</title>
      <p>In these results, recall su ers due to not recognizing lexical severity values
(\mildly"), misspellings (\dnied"), and missing whitespace (\Chest Pain{denies").
However, almost one-third of false negatives (11/31) were the result of pain
mentions that cross line boundaries (\no c/o [new line] pain"). For text that was
characterized by non-canonical use of grammar, attempts to ignore line breaks and
segment into sentences was not successful and resulted in lower accuracy.
However, for the more canonical text found in specialist reports (radiology, surgery),
this would be bene cial. Plans for future work include the use of machine
learning techniques to train a classi er to recognize these di erent types of text.</p>
      <p>Another source of error in recall was when a pain score was associated with
body locations instead of to a target term, for example, \7.5 both hands." When
work on the body locations extractor is complete and can identify these terms
in the text, the severity extractor should be able to handle these cases as well.</p>
      <p>An additional di culty is that there may be more than one pain mention
within the same line/sentence, for example, \new onset headaches, no c/o chest
pain". Likewise, several body locations may share the same negation modi er,
such as, \pt denies any abdominal pain, headaches," The algorithm will need to
be modi ed to handle these as separate pain mentions.</p>
      <p>An interesting issue came up regarding which terms imply pain. In the
narrative note, terms such as pressure, discomfort, and sensation are treated di
erently from pain, for example, \feels pressure, no pain." In this case the algorithm
classi ed it as a negated pain mention, but the physician annotator classi ed it
as Probable pain with Unknown severity. In addition, the term tender was not
regarded by the physician as an indicator of pain if it appeared in a physical
exam section of a note and was the result of a palpation, for example, \Abd:
tender, nondistended". However, the physician did classify it as pain if it
appeared in a triage note, for example, \redness w/ warmth and tenderness." The
semantics will need to be extended to recognize the broader context such as the
type of note and sections within a note. This type of domain knowledge can be
asserted in the mapping ontology used to encode the entity into its full semantic
representation.</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusion</title>
      <p>This ongoing research investigates an approach that allows clinicians to perform
semantic search through a patient record to explore diagnostic hypotheses. It
extracts and encodes the medical concept of pain into a semantic whole that can
be stored in a knowledge base and used with reasoning and inference engines
for clinical decision support and for reuse in analysis. In addition, it operates
over all note types, including the very di cult non-canonical text that typi es
narrative notes that are entered by clinicians at the point of care. Future work
will undertake to extend it to other concepts of the type signs and symptoms.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <article-title>[1] Fma - foundation model of anatomy</article-title>
          . http://sig.biostr.washington.edu/ projects/fm/AboutFM.html, accessed June 2014
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>[2] pycontextnlp</article-title>
          . https://github.com/chapmanbe/pyConTextNLP, accessed June 2015
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <article-title>[3] Systematized nomenclature of medicine{clinical terms</article-title>
          . http://www.nlm.nih.gov/ research/umls/Snomed/snomed_main.html, accessed June 2015
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <article-title>[4] Umls metamap</article-title>
          . http://metamap.nlm.nih.gov/, accessed June 2014
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>[5] Umls semantic network</article-title>
          . http://www.nlm.nih.gov/pubs/factsheets/umlssemn. html, accessed June 2014
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Worldvista</surname>
          </string-name>
          . http://http://www.worldvista.org/, accessed June 2015
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>The uni ed medical language system (umls): Integrating biomedical terminology</article-title>
          .
          <source>Nucleic Acids Research</source>
          pp.
          <source>D267{D270</source>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Chard</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Russell</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lussier</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendona</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silverstein</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A cloud-based approach to medical nlp</article-title>
          .
          <source>AMIA Annu Symp</source>
          Procs pp.
          <volume>207</volume>
          {
          <issue>216</issue>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Cote</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lerman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Todres</surname>
            ,
            <given-names>I.:</given-names>
          </string-name>
          <article-title>A practice of anesthesia for infants and children</article-title>
          . Elsevier Health Sciences p.
          <volume>940</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Friedman</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Johnson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Forman</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Starren</surname>
          </string-name>
          , J.:
          <article-title>Architectural requirements for a multipurpose natural language processor in the clinical environment</article-title>
          .
          <source>In: Proc Annu Symp Comput Appl Med</source>
          Care. pp.
          <volume>347</volume>
          {
          <issue>351</issue>
          (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Harkema</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dowling</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thornblade</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chapman</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Context: an algorithm for determining negation, experiencer, and temporal status from clinical reports</article-title>
          .
          <source>J Biomed Inform</source>
          <volume>42</volume>
          (
          <issue>5</issue>
          ),
          <volume>839</volume>
          {
          <fpage>851</fpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>McCa</surname>
            <given-names>ery</given-names>
          </string-name>
          , M.,
          <string-name>
            <surname>Beebe</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Pain: Clinical Manual for Nursing Practice</article-title>
          . VV Mosby Company, Baltimore,
          <string-name>
            <surname>MD</surname>
          </string-name>
          (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Savova</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Masanz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ogren</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sohn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kipper-Schuler</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Mayo clinical text analysis and knowledge extraction system (ctakes): architecture, component evaluation and applications</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          <volume>17</volume>
          ,
          <issue>507</issue>
          {
          <fpage>513</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Tao</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oniki</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Freimuth</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.S.</given-names>
            ,
            <surname>Pathak</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Hu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Chute</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>A semantic-web oriented representation of the clinical element model for secondary use of electronic health records data</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          <volume>20</volume>
          (
          <issue>3</issue>
          ),
          <volume>347</volume>
          {
          <fpage>351</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Uzuner</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solti</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cadag</surname>
          </string-name>
          , E.:
          <article-title>Extracting medication information from clinical text</article-title>
          .
          <source>J Am Med Inform Assoc</source>
          <volume>17</volume>
          (
          <issue>5</issue>
          ),
          <volume>514</volume>
          {
          <fpage>518</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>