<!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>Ontology-driven patient history questionnaires</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jonathan Bona</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gunther Kohn</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alan Ruttenberg</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Oral Diagnostic Sciences, University at Buffalo</institution>
          ,
          <addr-line>355 Squire Hall, Buffalo NY</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Dental Medicine Office of Information Resources, University at Buffalo</institution>
          ,
          <addr-line>108 Squire Hall, Buffalo NY</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>We are developing an ontology-driven system for collecting, recording, and managing patient histories. It consists of a web application with an RDF triple store database populated with representations in OWL of the entities that medical histories are about. It also represents the processes involved in collecting patient histories, including the questions, answers, and other information artifacts involved. It replaces paper questionnaires previously used for both general health and oral health history. The underlying ontology will be made publicly available. This abstract discusses the system, focusing on the ontological models underlying it.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
    </sec>
    <sec id="sec-2">
      <title>PATIENT HISTORY COLLECTION</title>
      <p>The UB dental school conducts education and research in
addition to providing patient care. Our patient history
system collects and stores data in a way that preserves its
meaning independent of any one use. Its representations of
the patient's history are independent of how that information
was produced (i.e., the particular software used). Storing
OWL representations in a triple store with reasoning makes
the data readily available for queries and logical inference.</p>
      <p>Rather than recreating paper forms in software as a list of
questions, our system dynamically adjusts which questions
are shown based on preceding answers. It captures
provenance of any data that it records and explicitly represents the
question-taking process, its participants, its sub-processes,
and its results. Every answer is linked to the person who
recorded it, the time, the patient it’s about, etc.</p>
      <p>
        The data model uses science-based ontologies associated
with the OBO Foundry including Ontology of Biomedical
Investigations (OBI), Information Artifact Ontology (IAO),
Ontology for General Medical Science (OGMS), and Oral
Health and Disease Ontology (OHD) (Scheuermann et al,
2009)
        <xref ref-type="bibr" rid="ref1">(Brinkman et al, 2010)</xref>
        <xref ref-type="bibr" rid="ref2">( Schleyer et al, 2013)</xref>
        .
      </p>
      <p>The system facilitates collecting general health history,
oral history, family history, etc. When a patient visits our
clinic for the first time, that encounter includes creating a
record of the patient’s history. A provider asks the patient
questions and records the answers in the system. When a
student in the provider role finishes history-taking, a faculty
member reviews and approves the student's work. Some
non-student providers can approve their own work, but all
entries pass through the unapproved state and require
approval before they become part of the patient's record.</p>
      <p>Updating a history is similar: a provider reviews it with
the patient and makes any necessary changes. The system
retains the entire history of changes to the record.
3</p>
    </sec>
    <sec id="sec-3">
      <title>UNDERLYING MODEL</title>
      <p>The model underlying this system contains representations
of information artifacts such as questionnaires and their
contents (questions, acceptable answers); specifications
governing how and when these things are to be displayed during
use of the system; and workflows realized in the system. It
also contains representations of entities and processes
relevant to the patient's health (the patient's body, its disorders),
and information about healthcare processes (a
historytaking, the encounter it is a part of).
3.1</p>
      <sec id="sec-3-1">
        <title>Representing the questionnaire and its parts</title>
        <p>Figure 1 shows our representation scheme for the questions,
potential answers, and groupings of those elements that
comprise a questionnaire. Here we focus on a single
question, though a questionnaire typically includes multiple
groups of questions, multiple questions per group, and
specifications for ordering those.</p>
        <p>The questionnaire (form1) instantiates IAO: document. It
has as parts question group specifications
(questiongroup1, e.g.), which have as parts question specifications.
A question specification (e.g. question1, about myocardial
infarction) is an IAO: directive information entity that
includes the text of the question and has as part an answer
group specification with acceptable answers. There are a
many answer group specification types. answer-group-1 is
an instance of the simplest: a list of labeled possible
answers, one of which is to be selected as the answer. Each is
an answer specification, (answer-spec3, et al).
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Representing question answering</title>
        <p>Figure 2 shows our representation of answers, the processes
that produce them, and their participants.</p>
        <p>The patient (patient1) has the role patient role throughout
the visit. Each provider the patient interacts with during the
visit realizes the provider role during that interaction. The
patient’s visit to the dental clinic (encounter1) is an OGMS:
health care encounter that usually has other encounters as
parts. The OGMS: clinical history taking in which patient1
and provider1 participate (history-taking1) is one of the
parts of encounter1. history-taking1 has processual parts
that are instances of history question taking. Each has a
question specification (e.g. question1 from Figure 1, shown
here without its text) as input and produces as output a
medical history answer (answer1).</p>
        <p>Every instance of medical history answer is created as the
output of a history question taking. Answer instances are
connected to, but distinct from, instances of answer
specification. There is only one answer specification for the short
text answer “yes” (i.e. answer-spec3) but many medical
history answers will use/denote it (e.g. answer1). answer1
is about a myocardial infarction that inhered in the patient at
some time. When this question is answered “no” rather than
“yes,” there’s no individual disorder that the answer’s about.</p>
        <p>This discussion ignores temporal considerations for
simplicity’s sake. Note that every answer is a unique instance
and the output of a unique process of asking the question.
The answer persists even when the world and knowledge
about it changes, for example because a patient who had
never had a myocardial infarction as of their first visit does
experience one between their first and second visits to the
clinic. When the patient’s history is updated to reflect this,
the old answer remains part of the record and a brand new</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4 CONCLUSION</title>
      <p>We are developing a medical history application based on a
carefully constructed ontological model that represents not
only the things that a patient history is about, but also
elements of the history-taking process, including the
questionnaire and its contents. The result is a flexible, easily-queried
knowledge base of patient histories with semantic
representations that facilitate its use for research and in conjunction
with other information systems. This work is ongoing. We
continue to develop the software and representation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Brinkman</surname>
            <given-names>RR</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Courtot</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Derom</surname>
            <given-names>D</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fostel</surname>
            <given-names>JM</given-names>
          </string-name>
          ,
          <string-name>
            <surname>He</surname>
            <given-names>Y</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lord</surname>
            <given-names>P</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malone</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parkinson</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peters</surname>
            <given-names>B</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</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soldatova</surname>
            <given-names>LN</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoeckert</surname>
            <given-names>CJ</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Turner</surname>
            <given-names>JA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheng</surname>
            <given-names>J</given-names>
          </string-name>
          (
          <year>2010</year>
          )
          <article-title>Modeling biomedical experimental processes with OBI</article-title>
          .
          <source>J Biomed Semantics</source>
          <year>2010</year>
          Scheuermann,
          <string-name>
            <given-names>R.H.</given-names>
            ,
            <surname>Ceusters</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            and
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>Toward an Ontological Treatment of Disease and Diagnosis</article-title>
          .
          <source>Proc. of AMIA 2009 Summit on Translational Bioinformatics</source>
          ,
          <fpage>116</fpage>
          -
          <lpage>120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Schleyer</surname>
            <given-names>TK</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ruttenberg</surname>
            <given-names>A</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duncan</surname>
            <given-names>W</given-names>
          </string-name>
          , et al. (
          <year>2013</year>
          )
          <article-title>An ontology-based method for secondary use of electronic dental record data</article-title>
          .
          <source>AMIA Jt Summits Transl Sci Proc</source>
          <volume>2013</volume>
          <fpage>234</fpage>
          -
          <lpage>8</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>