<!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>Cochrane PICO Annotator and PICOfinder: Using semantically-enabled evidence to find what works in health care</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Chris Mavergames</string-name>
          <email>CMavergames@cochrane.org</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lorne Becker</string-name>
          <email>lornebecker@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Julian Everett</string-name>
          <email>julian.everett@datalanguage.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paul Wilton</string-name>
          <email>paul.wilton@datalanguage.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anthony Hughes</string-name>
          <email>anthony.hughes@datalanguage.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Cochrane Innovations</institution>
          ,
          <addr-line>Tampa</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>DataLanguage (UK) Ltd</institution>
          ,
          <addr-line>Leatherhead</addr-line>
          ,
          <country country="UK">United Kingdom</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>The Cochrane Collaboration, Head of Informatics &amp; Knowledge Management</institution>
          ,
          <addr-line>Freiburg</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This software demo will show the functionality of Cochrane's PICO Annotator tool, which was developed for annotating evidence in clinical trial reports and systematic reviews, and the Cochrane PICOfinder, a discovery and visualisation tool for filtering evidence and underlying data by PICO criteria. Both tools are part of the Cochrane Collaboration's Linked Data Platform. Details about the underlying model, technology, and software design will be discussed together with plans for the future development and deployment of these tools across Cochrane and out into the domain of clinical guidelines, electronic and clinical decision support systems, and policy and guideline development. Lessons learned from the implementation of the OHDSI clinical terminology and ontology mappings (http://www.ohdsi.org/) of SNOMED CT, RxNorm, WHO ATC, MedDRA, and other vocabularies will also be briefly shared.</p>
      </abstract>
      <kwd-group>
        <kwd>evidence-based health care</kwd>
        <kwd>RDF</kwd>
        <kwd>OWL</kwd>
        <kwd>PICO</kwd>
        <kwd>Cochrane</kwd>
        <kwd>SNOMED</kwd>
        <kwd>Medra</kwd>
        <kwd>RxNorm</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Introduction</p>
    </sec>
    <sec id="sec-2">
      <title>2.1 Technical Architecture</title>
      <p>The PICO Annotator is a JQuery plugin which can be dropped into any web application container, and which
simply takes a constructor parameter of the URI which identifies the content document or fragment being
annotated. For the purposes of annotating systematic reviews within Cochrane, the PICO Annotator is currently
being hosted within a review browser web container and will also shortly be integrated into the Central Register
of Studies user interface. The Annotator plugin implements its own library of PICO user control JQuery plugins,
which allow UI consumers to integrate at either the annotator or individual user control level. The controls
directly broker all calls to the underlying JSON-LD REST APIs, which are implemented as JSR-311 compliant
Java web services hosted in Tomcat containers. The two primary APIs are concerned with exposing the
knowledge graph (Concepts API) and reading/writing content annotations (Annotations API). The Annotations
API reifies the submitted annotations and injects provenance information extracted from auth tokens generated
via the OAuth2 security layer. The annotations are then persisted into an instance of Ontotext’s GraphDB triple
store, which is configured with connectors to materialise the relevant subgraphs into an Elastic Search cluster, to
power discoverability and visualisation tools of which PICO finder is the first application instance.</p>
    </sec>
    <sec id="sec-3">
      <title>2.2 Data Architecture</title>
      <p>Previous work by the Cochrane Collaboration [1] confirmed the value to the organisation of describing clinical
evidence using structure linked data. Building on that, domain models for PICO descriptors and Content
Annotations have been iteratively developed and manifested as OWL ontologies. Reference data to instantiate
the models was then generated by selecting and curating public domain datasets and/or dataset fragments which
best fulfil the organisation’s use cases for each dimension of the PICO graph. Following standard software
architecture principles, this created a separation between public semantic interface (i.e. public domain identifier
mappings) and internal implementation (i.e. Cochrane linked data identifiers) which has greatly aided data
governance, versioning and deployment tasks. The vocabs used currently are as follows.</p>
      <p>In addition, SNOMED is being used as a source for Procedures and Materials, MeSH for Population Age and
Sex, and Outcomes are based on the work from the Comet Initiative.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Mavergames</surname>
            <given-names>C</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Becker</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliver</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>Systematic Reviews as an interface to the web of (trial) data: Using PICO as an ontology for knowledge synthesis in evidence-based healthcare research</article-title>
          <source>Proceedings of the European Semantic Web Conference</source>
          , Montpellier, France. June 2013 http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>994</volume>
          /paper02.pdf
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>