<!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>Revisiting ontological foundations of the OpenEHR Entry Model</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>André Q Andrade</string-name>
          <email>andradeaq@ufmg.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maurício B Almeida</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefan Schulz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Information Science Graduate Program, School of Information Science, Federal University of Minas Gerais</institution>
          ,
          <addr-line>Belo Horizonte</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Institute for Medical Informatics, Statistics and Documentation, Medical University of Graz</institution>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Institute of Medical Biometry and Medical Informatics, University Medical Center</institution>
          ,
          <addr-line>Freiburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Theory and Management Department, School of Information Science, Federal University of Minas Gerais</institution>
          ,
          <addr-line>Belo Horizonte</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Both information models and ontologies promise advantages in promoting interoperability. Recent research has shown the benefits of rigorous modelling in assuring largescale consistency. In previous work we have demonstrated the feasibility of remodelling the OpenEHR information ontology using realist ontologies, such as IAO. We here present an OWL version of the care-entry model, showing that many terms contained in clinical archetypes refer to reality rather than to information. Even though not covering the domain of the information model (which deals with record structure, data types, etc.) we have shown that the harmonization of the OpenEHR standard with realist ontologies is feasible. While useful to resolve ambiguities contained in archetype metadata definition, the proposed merged ontology also revealed several modelling inconsistencies on published archetypes. We have also demonstrated that ambiguity in relations and ontological commitment can be improved by rigorous ontological definitions.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        The lack of interoperability is recognized in medical
informatics communities as one of the main obstacles for the
full use of healthcare information systems. This issue has
led to the creation of standards development organizations
with the purpose to build consensus by proposing
commonly agreed message types, terms and architectural patterns.
Within the realm of standards, models underlying initiatives
like Health Level Seven International (HL7) and Open
Electronic Health Records (OpenEHR) try to ensure
interoperability by defining basic templates to represent information in
health records. Those templates consist of a set of common
information and clinical variables that faithfully represent
health record information. The OpenEHR standard, e.g.,
defines
(1) a generic information model, the reference model with
domain-invariant classes to be instantiated by
(2) specific clinical models, which support semantic
interoperability, which are called archetypes, containing
specific clinical information
        <xref ref-type="bibr" rid="ref3 ref4">(Beale &amp; Heard, 2007)</xref>
        .
      </p>
      <p>Ontologies, based on the study of reality, are an
alternative solution to interoperability issues. With communication
standards they share the goal of unifying meaning across
different communities, maintaining common
(machineprocessable) interpretations. The difference is that
ontologybased models are based on formal logic and are, to different
degrees, influenced by philosophical methodologies.</p>
      <p>
        The practical and pragmatic orientation of the
OpenEHR standard1, which has been described as grounded
in an ontology of healthcare information
        <xref ref-type="bibr" rid="ref3 ref4">(Beale &amp; Heard,
2007)</xref>
        , closely follows medical documentation routines. In
contrast, ontologies developed according to realism-based
methodologies constrain the use of some common terms in
clinical practice in favour of a scientific orientation
        <xref ref-type="bibr" rid="ref20">(Schulz
et al., 2009)</xref>
        . While realism-based ontologies were
challenged for not being able to record all kinds of clinical data
        <xref ref-type="bibr" rid="ref12 ref6">(Dumontier &amp; Hoehndorf, 2010; Merrill, 2010)</xref>
        , the
OpenEHR entry model was found to lack the ontological
soundness required for interoperability
        <xref ref-type="bibr" rid="ref22">(Smith &amp; Ceusters,
2010)</xref>
        .
      </p>
      <p>
        In previous work
        <xref ref-type="bibr" rid="ref1 ref2">(Andrade &amp; Almeida, 2011)</xref>
        we have
argued that the basic ontological foundation of OpenEHR
archetypes could be better represented by realist ontologies,
such as the Information Artifact Ontology
        <xref ref-type="bibr" rid="ref9">(IAO, 2011)</xref>
        and
OGMS, the Ontology for General Medical Science
        <xref ref-type="bibr" rid="ref17">(Scheuermann et al., 2009)</xref>
        , both based on the BFO, the
Basic Formal Ontology
        <xref ref-type="bibr" rid="ref8">(Grenon et al., 2004)</xref>
        . We now
present an extension of this work, in order to demonstrate the
feasibility of representing the OpenEHR care entry
information using a formal language within the framework of
realist ontology. We then discuss practical and modelling
advantages of this approach.
      </p>
      <p>This paper is structured as follows: in a brief
introduction we describe the OpenEHR two-level modelling
approach for clinical data representation; we then compare it
with the methodology of ontological realism. Finally, we
propose an ontological representation of the entry types, and
show practical results obtained and discuss findings.
2</p>
    </sec>
    <sec id="sec-2">
      <title>INFORMATION MODELS AND</title>
    </sec>
    <sec id="sec-3">
      <title>ONTOLOGIES</title>
      <p>Required for the development of any information
system, modelling is one of the most important aspects of
software engineering. However, despite the number of best
practices and research developed to this subject, there is not
yet an undisputed best way of representing a domain. In a
complex domain such as healthcare, it is not surprising that
many approaches have been used throughout the years.</p>
      <p>
        The modelling and ontological foundations of
OpenEHR are a consequence of several previous efforts to
improve the structure and communication capabilities of
Electronic Health Records. Probably due to such origins, an
important principle of the OpenEHR architecture is the
separation between an ontology of reality and an ontology
of information
        <xref ref-type="bibr" rid="ref3 ref4">(Beale &amp; Heard, 2007)</xref>
        . The ontology of
information encompasses the information model and the
domain content model (including the clinical archetypes).
All entities in the ontology of information are information
artefacts (terms, documents, images, hypotheses, orders, and
so on) and not real clinical entities. The view on information
artefacts as immaterial but nevertheless ontologically
relevant entities is gradually substituting the view of an
ontology-epistemology divide
        <xref ref-type="bibr" rid="ref5">(Bodenreider et al., 2004)</xref>
        which
had emerged at a time when realist ontologies were ignoring
the existence of information entities.
      </p>
      <p>The ontology of reality represents clinical and (patho-)
physiological processes, body parts, chemicals, procedures,
etc. As OpenEHR makes no distinction between
terminologies, medical classifications and realist ontologies, this
category encompasses the International Classifications of
Diseases (ICD), Logical Observation Identifiers Names and
Codes (LOINC), as well as most parts of SNOMED CT.</p>
      <p>
        The information model is a rather complex and detailed
architecture of a generic EHR. It encompasses both
definition of records and documents (e.g. classes such as Folder,
Composition, Section and Entry), and of the basic functions
of software systems such as Data structure, Data type,
Access, Version, etc.). The care entry model “define the
semantics of all the „hard‟ information in the record”
        <xref ref-type="bibr" rid="ref3 ref4">(Beale &amp;
Heard, 2007)</xref>
        , and represents information recorded during a
medical encounter. Figure 1 shows a graphical
representation of the ontology leading to the care entry model.
      </p>
      <p>
        Following a quite different principle, realist ontologies
are based on the philosophical study of reality. The term
“realism” in Philosophy is widely used and controversial
        <xref ref-type="bibr" rid="ref11">(MacLeod, 2005)</xref>
        . Taken as a methodology, ontological
realism is widely used in biomedicine
        <xref ref-type="bibr" rid="ref8">(Grenon et al., 2004)</xref>
        ,
and its generic tenets are the following: i) there is a real
world; ii) the reality in which we live in is part of this
world; iii) we are capable of knowing the world and reality,
even if in an approximate way
        <xref ref-type="bibr" rid="ref13">(Munn &amp; Smith, 2008)</xref>
        .
Fig. 1. The OpenEHR Ontology of Recorded
Information
        <xref ref-type="bibr" rid="ref3 ref4">(Beale &amp; Heard, 2007)</xref>
        .
      </p>
      <p>
        Our goal in this paper is not to analyse the whole
standard but only the care entry structure, due to its similarity and
overlap with ontologically described entities. For this
purposes, the realist approach brings two main advantages. The
first is the clear separation between information entities and
real entities, which are related by the relation isAbout – e.g.
the drawing of a horse is about a real horse, or a shadow on
a radiological image is about some anatomical structure.
That prevents inadvertent incorrect inferences of common
language statements, such as “patient blood pressure is an
observation, and all observations are created by healthcare
professionals, therefore the patient blood pressure is created
by healthcare professional”. The second advantage concerns
the possibility of re-use of several previously developed
ontologies adopting the principles of the OBO Foundry
        <xref ref-type="bibr" rid="ref21">(Smith et al., 2007)</xref>
        . Those ontologies follow the same
upper-level ontology, the Basic Formal Ontology
        <xref ref-type="bibr" rid="ref8">(Grenon et
al., 2004)</xref>
        . This re-use promotes consensus and
orthogonality between ontologies, which increase robustness required
for large-scale systems, such as Electronic Health Records.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>ONTOLOGICAL REPRESENTATION</title>
      <p>To demonstrate the compatibility between the
OpenEHR model and clinically oriented realist ontologies,
we have created an OpenEHR information ontology
according to the OGMS guidelines. To properly place each class,
we took into consideration the natural language description
and basic rationale used to develop the entry types. In such
rationale, the history classes (“observation” and “action”)
represent statements about the past events of the individual
subject of record. This includes the description of currently
observed characteristics, based on the fact that their
appearance necessarily precedes the observation. The “evaluation”
classes represent current assessment by the attending health
professional, including “diagnosis” and “prognosis”, as well
as the representation of the imagined future, like “goals”
and “scenarios”. “Instructions” represent future events that
should take place as prescribed by the health professional.</p>
      <p>The proposed merged ontology can be seen in figures 2
and 3. While the rationale is quite different, the IAO proved
capable of faithfully representing the meaning of each
information type. Observation is a Data item resulting from
the medical encounter, being a description of an entity,
usually, the patient. By classifying the other classes
according to their intended outcome, we merged the Proposal
classes under Objective specification and Instruction classes
under Plan specification. Finally, Action was represented as
a special type of report, since it necessarily describes a
process that has the patient as participant.</p>
      <p>Fig. 2. The OpenEHR Care Information branch</p>
      <sec id="sec-4-1">
        <title>Observation Archetypes</title>
        <p>
          We analysed the most commonly used example of an
observation archetype, viz. the Blood Pressure Archetype,
due to its stability and simplicity. Some examples are shown
in Table 1. It was modelled as information about blood
pressure, which is understood as the quality of a portion of
blood that exerts pressure toward an artery. For didactical
purposes, the ontological aspects of blood pressure were
simplified
          <xref ref-type="bibr" rid="ref10 ref7">(Goldfain et al., 2011; Kumar &amp; Smith, 2003)</xref>
          .
Likewise, systolic and diastolic blood pressure
measurements were easily modelled and their information status
allows unambiguous assignment of data values and types.
Some challenges arose while modelling reference to the
measurement procedures, rather than to the pressure itself
(e.g. the representation of the position of the patient while
being measured - sitting, upright - and the size of the cuff
used for measurement). This required explicit representation
of the measurement as a process having the patient as
participant. Also, patient positions could be adequately
represented as qualities of the patient, who is a participant of the
measurement process.
        </p>
        <p>
          However, several epistemic entities were not
successfully modelled, as they are not properly representable in
realist ontologies. As an example, consider the metadata
“confounding factors”, defined as “Comment on and record
other incidental factors that may be contributing to the blood
pressure measurement. (…), level of anxiety or 'white coat
syndrome'; pain or fever; changes in atmospheric pressure
etc.” Events such as pain and changes in atmospheric
pressure have little or nothing in common that could map them
to one category in an ontology. E.g. a confounding factor
can be a process, a disposition, or a quality. Whether such
“non-ontological” classes – characterized as “defined
classes” by
          <xref ref-type="bibr" rid="ref23">(Smith et al., 2006)</xref>
          – belong in an ontology at all, is
contentious. However they can represented by logical
definitions in an OWL model
          <xref ref-type="bibr" rid="ref16 ref18 ref19">(Schulz et al., 2011)</xref>
          .
        </p>
        <p>
          Finally, some attributes that are specific to medical
practice, such as “Diastolic endpoint”, have unclear
representation in real ontologies. Defined in the Blood Pressure
Archetype as a metadata allowing the user to “record which
Korotkoff sound2 is used for determining diastolic pressure
using auscultative method”, this attribute depends on
training and individual interpretation to be defined, and lack
ontological status
          <xref ref-type="bibr" rid="ref1 ref2">(Andrade &amp; Almeida, 2011)</xref>
          . This is
clearly shown by the lack of rigor in the distinction between
the 4th and 5th sounds, which refer to perceptive capabilities
of the actor, defined as (our emphasis) “phase IV, sounds
become muffled and softer; and phase V, sounds disappear
completely. The fifth phase is thus recorded as the last
audible sound”
          <xref ref-type="bibr" rid="ref15">(Pickering et al., 2005)</xref>
          . However, such
attributes can also be represented by logical definitions, and
should be subject of further investigation.
        </p>
        <p>2 Sounds heard during measurement of blood pressure.</p>
        <p>Class name
openEHR-EHROBSERVATION.blood_pressure.v1
The local measurement of arterial blood
pressure which is a surrogate for arterial pressure
in the systemic circulation. Most commonly,
use of the term 'blood pressure' refers to
measurement of brachial artery pressure in the
upper arm.
is_aboutsome arterial_blood_pressure
is_output_of some
blood_pressure_measurement_process
has_part some
blood_pressure_measurement_datum
'physical examination finding'
Systolic_blood_pressure_data
Represents the Systolic attribute, defined as
Peak systemic arterial blood pressure -
measured in systolic or contraction phase of the
heart cycle.
is_output_of some
Systolic_blood_pressure_measuring_process
blood_pressure_measurement_datum
human_position_configuration
Represents the Position attribute, defined as
The position of the subject at the time of
measurement.
is_quality_of some human_being
configuration (subClass of quality)
blood_pressure_measurement_process
Represents the actual process of measurement
that will result in the blood pressure
observation. It is not directly referred in the OpenEHR
archetype. Extended and modified from the
Vital Sign Ontology.
has_participant some
(human_being
and (has_quality some
human_position_configuration)
and (has_quality some sleep_status)
and (has_role some patient_role)
and (has_part some artery_wall))
‘planned process’</p>
        <p>Overall, the ontological interpretation of the blood
pressure archetype revealed definitions that could only be
understood by a domain specialist. It also made clear that the
archetype is information about the patient, the examination
procedures, the examination artefacts used in the procedure
(real entities) and the health professional‟s interpretation of
the process (information entities). As such, it requires
additional modelling of reality, e.g. roles and parts, in order to
express the real entities represented in the information
artefacts.
3.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Action Archetypes</title>
        <p>
          We examined the Medication Action Archetype, which
represents one of the most commonly described healthcare
interventions. Its precise reconstruction was not
straightforward, as it included states that contradict the existence of a
process, e.g.Cancelled or Postponed states. In other words, a
cancelled process is not a kind of process, since the process
never actually took place. Therefore, a different treatment is
required, as only plans about medication administration
processes can be cancelled or postponed, not the processes
themselves
          <xref ref-type="bibr" rid="ref16 ref16 ref18 ref19">(Raufie et al., 2011; Schulz &amp; Karlsson, 2011)</xref>
          .
        </p>
        <p>Furthermore, because this archetype includes
medication-specific information, it is not clear what kind of relation
between the action and the medication holds. Since this
template has information such as Name of medication as
well as Reason for ceasing the medication, an explicit
definition of those relations in the archetype is required before
further modelling.
3.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Evaluation Archetypes</title>
        <p>For this analysis, we used two archetypes. The first is a
publicly published evaluation archetype, the Clinical
Synopsis Archetype. While extremely simple, this class proved
conformant to its information status, being defined as
“narrative summary or overview about a patient, specifically
from the perspective of a healthcare provider, and with or
without associated interpretations.” This definition suggests
that a class such as OGMS Clinical Picture perfectly
describes its meaning, though not as an overarching concept to
diagnosis or objective specifications.</p>
        <p>The second one is an archetype that demonstrates the
classification as Objective specification, the Goal
Archetype. It conformed to modelling, requiring specification of
the objective intended, along with the time where it is
expected and the standard that will evaluate its success.
Overall, this class appears to be adequately represented.
3.4</p>
      </sec>
      <sec id="sec-4-4">
        <title>Instruction Archetypes</title>
        <p>For this analysis of this archetype category we
evaluated the medication order, being one of the most common
instructions. It is defined as “an order or instruction created
by a clinician which specifies which medication to take,
when, for how long etc.” It is directly related to the
medication action archetype by an item called Medication activity
(See section 3.2). This was suitable for ontological
representation since it can be shown that both actions and
instructions are about processes. While the actions are kinds of
processes, the instructions are plans that specify a process
type which may be or not instantiated in the future. Not only
the ontological representation faithfully describes the
entities about medication, but also makes clearer the distinction
between a suspended plan (the medication will not be
administered to the patient) and a suspended administration
(the administration process started but was stopped before
completion).</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4 CONCLUSION</title>
      <p>Though not addressing those aspects of the information
model that deal with record structure, data types, etc. we
have presented examples which demonstrate that the
harmonization of the OpenEHR standard by representing
archetypes as realist ontologies is feasible. While useful to detect
and fix ambiguities in archetype metadata definitions, the
merged ontology also revealed several modelling
inconsistencies on published archetypes. We have also shown that
ambiguity in relations and ontological commitment can be
improved by providing rigorous ontological definitions.
Future work should focus on standard ways of ontologically
representing epistemic and interpretative clinical
information, together with their linkage to reality entities. Also,
the precise logical formulation of value constraints, data
types and cardinality requires further studies, to guarantee
universal interpretability of these kinds of representation.</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGEMENTS</title>
      <p>This work is supported by the Hemominas Foundation (Belo
Horizonte, Brazil). AQA was being financed by Coordenação de
Aperfeiçoamento de Pessoal de Nível Superior (Brazil) – Programa
de Doutorado no País com Estágio no Exterior, process number
2380-11-0, during the writing of this paper.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Andrade</surname>
            ,
            <given-names>A.Q.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Almeida</surname>
            ,
            <given-names>M.B.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>A realism-based analysis of the OpenEHR entry model</article-title>
          .
          <source>Proceedings of the MIXHS'11. ACM</source>
          , Glasgow, Scotland, UK, pp.
          <fpage>51</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Andrade</surname>
            ,
            <given-names>A.Q.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Almeida</surname>
            ,
            <given-names>M.B.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Realist representation of the medical practice: an ontological and epistemological analysis</article-title>
          .
          <source>Proceedings of the 4th Ontobras. Gramado</source>
          , Brazil.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Beale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Heard</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2007</year>
          )
          <article-title>Architecture Overview</article-title>
          .
          <source>OpenEHR Foundation</source>
          , pp.
          <fpage>87</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Beale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Heard</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2007</year>
          )
          <article-title>An ontology-based model of clinical information</article-title>
          ,
          <source>Stud Health Technol Inform</source>
          ,
          <volume>129</volume>
          ,
          <fpage>760</fpage>
          -
          <lpage>764</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Burgun</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          (
          <year>2004</year>
          )
          <article-title>The OntologyEpistemology Divide:A Case Study in Medical Terminology</article-title>
          . In Varzi, A. and
          <string-name>
            <surname>Vieu</surname>
          </string-name>
          , L. (eds),
          <source>3rd Conference on Formal Ontology in Information Systems (FOIS</source>
          <year>2004</year>
          ). Turin.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Dumontier</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hoehndorf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>Realism for scientific ontologies</article-title>
          .
          <source>Proceedings of the Sixth International Conference on Formal Ontology in Information Systems (FOIS</source>
          <year>2010</year>
          ). IOS Press, Toronto, Canada, pp.
          <fpage>387</fpage>
          -
          <lpage>399</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Goldfain</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arabandi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brochhausen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hogan</surname>
            ,
            <given-names>W.R.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Vital Sign Ontology</article-title>
          . In Shah, N., et al. (eds),
          <source>Proceedings of the BioOntologies SIG at ISMB/ECCB 2011</source>
          . Vienna, Austria.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Grenon</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Goldberg</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2004</year>
          )
          <article-title>Biodynamic ontology: applying BFO in the biomedical domain</article-title>
          . In Pisanelli, D.M. (ed),
          <source>Ontologies in Medicine. IOS Press</source>
          , Amsterdam, pp.
          <fpage>20</fpage>
          -
          <lpage>38</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>IAO</surname>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Information Artifact Ontology.(last accessed in January 30th</article-title>
          <year>2011</year>
          ).&lt;Available at http://code.google.com/p/information-artifactontology/&gt;.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2003</year>
          )
          <article-title>The ontology of blood pressure: A case study in creating ontology partitions in biomedicine</article-title>
          .&lt;Available at http://ontology.buffalo.edu/medo/BPO.pdf&gt;.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>MacLeod</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          (
          <year>2005</year>
          )
          <article-title>Universals.(last accessed in June 28th</article-title>
          <year>2011</year>
          ).&lt;Available at http://www.iep.utm.edu/universa/&gt;.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Merrill</surname>
            ,
            <given-names>G.H.</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>Ontological realism: Methodology or misdirection?</article-title>
          ,
          <source>Applied Ontology</source>
          ,
          <volume>5</volume>
          ,
          <fpage>79</fpage>
          -
          <lpage>108</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Munn</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2008</year>
          )
          <article-title>Applied Ontology</article-title>
          . An Introduction. Ontos Verlag, Frankfurt/Paris/Lancaster/New Brunswick, pp.
          <fpage>342</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>OpenEHR Foundation</surname>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>Clinical Knowledge Manager.(last accessed in January 30th</article-title>
          <year>2012</year>
          ).&lt;Available at http://openehr.org/knowledge/&gt;.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Pickering</surname>
            ,
            <given-names>T.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>J.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Appel</surname>
            ,
            <given-names>L.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Falkner</surname>
            ,
            <given-names>B.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Graves</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hill</surname>
            ,
            <given-names>M.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kurtz</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheps</surname>
            ,
            <given-names>S.G.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Roccella</surname>
            ,
            <given-names>E.J.</given-names>
          </string-name>
          (
          <year>2005</year>
          )
          <article-title>Recommendations for blood pressure measurement in humans and experimental animals: Part 1: blood pressure measurement in humans</article-title>
          , Hypertension,
          <volume>45</volume>
          ,
          <fpage>142</fpage>
          -
          <lpage>161</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Raufie</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schober</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jansen</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Boeker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Redesigning an Ontology Design Pattern for Realist Ontologies</article-title>
          . OBML. Berlin, Germany.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Scheuermann</surname>
            ,
            <given-names>R.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>Toward an Ontological Treatment of Disease</article-title>
          and Diagnosis.
          <source>2009 AMIA Summit on Translational Bioinformatics</source>
          . San Francisco, CA, pp.
          <fpage>116</fpage>
          -
          <lpage>120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brochhausen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Hoehndorf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Higgs bosons, mars missions, and unicorn delusions: How to deal with terms of dubious reference in scientific ontologies</article-title>
          .
          <source>Proceedings of the 2nd International Conference on Biomedical Ontology</source>
          .
          <year>2011</year>
          .
          <article-title>CEUR-WS, Buffalo</article-title>
          ,
          <string-name>
            <surname>NY</surname>
          </string-name>
          , USA, pp.
          <fpage>183</fpage>
          -
          <lpage>190</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Karlsson</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>Records and situations. Integrating contextual aspects in clinical ontologies</article-title>
          . In Shah, N., et al. (eds),
          <source>Proceedings of the BioOntologies SIG at ISMB/ECCB 2011</source>
          . Vienna, Austria, pp.
          <fpage>49</fpage>
          -
          <lpage>52</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Schulz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stenzhorn</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boeker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>Strengths and limitations of formal ontologies in the biomedical domain</article-title>
          ,
          <source>RECIIS Rev Electron Comun Inf Inov Saude</source>
          ,
          <volume>3</volume>
          ,
          <fpage>31</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bug</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldberg</surname>
            ,
            <given-names>L.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eilbeck</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ireland</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leontis</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rocca-Serra</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruttenberg</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sansone</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scheuermann</surname>
            ,
            <given-names>R.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whetzel</surname>
            ,
            <given-names>P.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Consortium</surname>
            ,
            <given-names>O.B.I.</given-names>
          </string-name>
          (
          <year>2007</year>
          )
          <article-title>The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration</article-title>
          ,
          <source>Nature Biotechnology</source>
          ,
          <volume>25</volume>
          ,
          <fpage>1251</fpage>
          -
          <lpage>1255</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>Ontological realism: A methodology for coordinated evolution of scientific ontologies</article-title>
          ,
          <source>Applied Ontology</source>
          ,
          <volume>5</volume>
          ,
          <fpage>139</fpage>
          -
          <lpage>188</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kusnierczyk</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schober</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          (
          <year>2006</year>
          )
          <article-title>Towards a reference terminology for ontology research and development in the biomedical domain</article-title>
          .
          <source>KR-MED 2006</source>
          . pp.
          <fpage>57</fpage>
          -
          <lpage>66</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>