<!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>An initial framework for an ontology-based mobile application for vaccine information retrieval and education</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Muhammad ”Tuan” Amith</string-name>
          <email>muhammad.f.amith@uth.tmc.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Houston</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Texas</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cui Tao</string-name>
          <email>cui.tao@uth.tmc.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Houston</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Texas</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Biomedical Informatics</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Texas Health Science Center</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2014</year>
      </pub-date>
      <fpage>81</fpage>
      <lpage>83</lpage>
      <abstract>
        <p>-The Center for Disease Control (CDC) distributes Vaccine Information Statements (VIS) documentation to clinician to inform patients of the benefits and risk of the vaccines that are available. The effectiveness of the learning and comprehension has been reported to have been insufficient, particularly with population with lower than average literacy rates. This paper introduces a proof of concept mobile application, driven by a vaccine ontology based on a sample set of VIS documents, as a possible solution.</p>
      </abstract>
      <kwd-group>
        <kwd>Mobile agents</kwd>
        <kwd>Knowledge engineering</kwd>
        <kwd>Vaccines</kwd>
        <kwd>Biomedical informatics</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>BACKGROUND</p>
    </sec>
    <sec id="sec-2">
      <title>An initial literature review revealed:</title>
      <p>•
•
•
•
•</p>
    </sec>
    <sec id="sec-3">
      <title>Vaccine Information Statements is informally read and comprehended by patients. [1] [2]</title>
    </sec>
    <sec id="sec-4">
      <title>Interest and efforts have been made to improve the delivery of vaccine education. [1] [3] [4]</title>
    </sec>
    <sec id="sec-5">
      <title>Internet misinformation campaign have had significant</title>
      <p>
        influence on attitudes towards vaccines. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
      </p>
      <p>We introduce a prototype ontology-driven application
system (Vaccine Helmsman) which employs a semantic
knowledge-base, that harness the use of natural language
interface of a mobile client for patients to query vaccine knowledge.
This prototype intends to improve patient education of vaccines
as an on-demand, ubiquitous aid to provide accurate and timely
information about vaccinations.</p>
      <p>II.</p>
      <p>APPROACH &amp; SYSTEM OVERVIEW</p>
      <p>With the development of this prototype mobile assistant,
we plan on accomplishing the following initial aims.</p>
    </sec>
    <sec id="sec-6">
      <title>Specific Aim 2. Vaccine Helmsman: Develop the pro</title>
      <p>totype application with client and server components.</p>
      <p>The Vaccine Helmsman system employs a client-server
model - manifested by the mobile device and server application
hosted on the authors’ development server. Figure 1 shows
&lt;&lt;:Java Web Server&gt;&gt;</p>
      <p>Application</p>
      <p>Server</p>
      <p>manifests
&lt;&lt;Triplestore&gt;&gt;</p>
      <p>Fuseki</p>
      <p>manifests
SPARQL
Endpoint
Translator
&lt;&lt;device&gt;&gt;
iOS</p>
      <p>manifests
manifests</p>
      <p>
        NLI
Fig. 1. System architecture of Vaccine Helmsman
an overview of the system and the communication between
the mobile application and the server components. The UML
diagram depicts the mobile application sending a SPARQL
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] query request to the application server after the natural
language interface (NLI) retrieves the user’s command and
sends it to the translator component for query construction.
      </p>
      <p>
        The server responds to the request and preforms the query on a
published OWL2 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] file. The server applications returns back
a JSON [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] data object to the mobile application. The mobile
application parses the data object with the translator
component, and the NLI component constructs a semi-structured
sentence to speak back to the user with an answer for the user
query.
      </p>
      <p>
        Based on the architecture design described above, we
have developed a working prototype that both demonstrates
the feasibility of the project and highlights some potential
direction to continue to enhance this system. The prototype
iOS application was developed in Objective-C (See Figure 2
) that accepts a defined set of voice commands and sends
the command to a remote application web server . The server
application, a Jena Fuseki [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] install, is responsible for the
queries on the published VISO OWL file and responds with
a JSON object. The iOS application then constructs
semistructured sentences from JSON to speak back to the user.
      </p>
      <p>The application also displays the text of the speech along with
the returned JSON data for debugging purposes.</p>
      <p>Also, the authors created an initial draft of the vaccine
information ontology based on the CDC’s Vaccine Information
Statements, identified as the Vaccine Information Statement
Ontology (VISO). VISO, since it is an initial draft at the
time of development, only models the Rotavirus and Hepatitis
B vaccine information from their respective VIS documents.</p>
      <p>
        VISO was serialized in OWL2 using Prote´ge´ [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>III.</p>
      <p>LIMITATIONS &amp; FUTURE DIRECTION</p>
      <p>
        Because it is still in the beginning stages, limitations
exist with the system, which we will address as development
continues. Table I outlines the limitations identified, but also
describes future solutions to address them and the intended
outcome. One factor is the finite vocabulary set of the system,
specifically with the VISO knowledge-base, which results
in semi-structured speech and limited vocabulary for query
recognition. We plan on addressing this issue by utilizing
Simple Knowledge Organization Systems (SKOS) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] that
will enable an ontology to add synonymous terms. SKOS
may also open possibilities to utilize multi-lingual
capabilities to the system. Another issue relating to VISO is the
limited number of sources to generate the ontology. Only
two VIS documents for Rotavirus and Hepatitis B were used
for sampling, resulting in a smaller-than-ideal
knowledgebase. Work is underway to improve the VISO
knowledgebase by adding additional information from more VIS
documents and existing ontologies, and at the time of writing,
the VISO design has matured and has incorporated additional
VIS knowledge. Various technical constraints exist, which is
expected from a prototype. This ranges from restrictions of an
offline speech recognition, latency issues relating to a
clientserver architecture, undiscovered usability issues, and so on.
      </p>
      <p>Upcoming development will explore other options to improve
some of these limitations, including generating a methodology
to evaluate the user experience.
Background
Since the early 90s, healthcare providers have
been mandated to provide VIS (Vaccine
Information Statement) from the Centers for
Disease Control and Prevention (CDC) to parents
and patients before their children or themselves
receive any vaccination uptake. Despite the
initiative, there exist issues of patients not
acquiring a comprehensive understanding about
the vaccines and some evidence of doubt of the
safety of vaccines. In addition, a significant
number of patients find vaccine information on the
Internet, which may inevitably influence
perceptions of vaccines. This paper introduces
Vaccine Helmsman, an initial prototype of a
mobile client that allows for natural language
querying of semantically-driven knowledge-base
of vaccine information for patients.</p>
      <p>Approach</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Lieu</surname>
            <given-names>TA</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glauber</surname>
            <given-names>JH</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuentes-Afflick</surname>
            <given-names>E</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lo</surname>
            <given-names>B</given-names>
          </string-name>
          , “
          <article-title>Effects of vaccine information pamphlets on parents' attitudes,” Archives of Pediatrics &amp; Adolescent Medicine</article-title>
          , vol.
          <volume>148</volume>
          , no.
          <issue>9</issue>
          , pp.
          <fpage>921</fpage>
          -
          <lpage>925</lpage>
          , Sep.
          <year>1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M.</given-names>
            <surname>St-Amour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Guay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Perron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Clment</surname>
          </string-name>
          , G. Baron, G. Petit, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Lemaire</surname>
          </string-name>
          , “
          <article-title>Are vaccination information leaflets useful for vaccinators and parents</article-title>
          ?,
          <source>” Vaccine</source>
          , vol.
          <volume>24</volume>
          , no.
          <issue>14</issue>
          , pp.
          <fpage>2491</fpage>
          -
          <lpage>2496</lpage>
          , Mar.
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T. C.</given-names>
            <surname>Davis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Bocchini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Fredrickson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Arnold</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. J.</given-names>
            <surname>Mayeaux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. W.</given-names>
            <surname>Murphy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. H</given-names>
            .
            <surname>Jackson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Hanna</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Paterson</surname>
          </string-name>
          , “Parent Comprehension of Polio Vaccine Information Pamphlets,” Pediatrics, vol.
          <volume>97</volume>
          , no.
          <issue>6</issue>
          , pp.
          <fpage>804</fpage>
          -
          <lpage>810</lpage>
          , Jun.
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>T. M.</given-names>
            <surname>Fitzgerald</surname>
          </string-name>
          and
          <string-name>
            <given-names>D. E.</given-names>
            <surname>Glotzer</surname>
          </string-name>
          , “Vaccine Information Pamphlets: More Information Than Parents Want?,” Pediatrics, vol.
          <volume>95</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>331</fpage>
          -
          <lpage>334</lpage>
          , Mar.
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kata</surname>
          </string-name>
          , “
          <article-title>Anti-vaccine activists, Web 2.0, and the postmodern paradigm An overview of tactics and tropes used online by the anti-vaccination movement</article-title>
          ,
          <source>” Vaccine</source>
          , vol.
          <volume>30</volume>
          , no.
          <issue>25</issue>
          , pp.
          <fpage>37783789</fpage>
          , May
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>A.</given-names>
            <surname>Kata</surname>
          </string-name>
          , “
          <article-title>A postmodern Pandoras box: Anti-vaccination misinformation on the Internet,” Vaccine</article-title>
          , vol.
          <volume>28</volume>
          , no.
          <issue>7</issue>
          , pp.
          <fpage>17091716</fpage>
          ,
          <string-name>
            <surname>Feb</surname>
          </string-name>
          .
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <source>[7] ”SPARQL 1</source>
          .1 Overview.” [Online]. Available: http://www.w3.org/TR/sparql11-overview/. [Accessed:
          <fpage>15</fpage>
          -Aug-2014].
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <article-title>[8] “OWL 2 Web Ontology Language Document Overview (Second Edition)</article-title>
          .” [Online]. Available: http://www.w3.org/TR/owl2-overview/. [Accessed:
          <fpage>01</fpage>
          -Jul-2014].
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9] ”JSON.” [Online]. Available: http://json.org/. [Accessed:
          <fpage>15</fpage>
          -Aug-2014].
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10] ”Apache Jena - Home.” [Online]. Available: https://jena.apache.org/. [Accessed:
          <fpage>15</fpage>
          -Aug-2014].
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11] “prote´ge´.” [Online]. Available: http://protege.stanford.edu/. [Accessed:
          <fpage>01</fpage>
          -Jul-2014].
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>”SKOS Simple</surname>
          </string-name>
          <article-title>Knowledge Organization System - home page</article-title>
          .” [Online]. Available: http://www.w3.org/
          <year>2004</year>
          /02/skos/. [Accessed:
          <fpage>15</fpage>
          -Aug-2014].
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>