<!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>MeTMapS - Medical Terminology Mapping System</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shao Fen Liang</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jean-Francois Ethier</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Talya Porat</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Archana Tapuria</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Brendan C. Delaney</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Vasa Curcin</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Surgery and Cancer, Imperial College London</institution>
          ,
          <addr-line>London</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Division of Health and Social Care Research, King's College London</institution>
          ,
          <addr-line>London</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>French Institute of Health and Medical Research, Centre de Recherche des Cordeliers</institution>
          ,
          <addr-line>Paris</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Motivation: Medical terminology mapping is a long-standing challenge for projects requiring retrieval, querying and integration of heterogeneous patient data. Current tools fail to fully utilise the richness of the underlying coding systems, and can be difficult to install and maintain. For example, National Library of Medicine's UMLS provides a rich collection of terminology mapping, however, its search results are displayed in a simplistic general purpose interface that cannot easily be navigated and results filtered according to user's preferences. Specifically, returned results cannot be visualised in a tree to show positions and relationships. BioPortal offers a large number of terminologies and ontologies, each of which can be viewed in a tree structure, however it does not allow for multiple ontologies to be viewed and compared on a single page. Our work aims to address these issues and provide a simple and easy to use terminology mapping software. Results: MeTMapS was evaluated with academic and clinical research users. The users have tested the mapping between ICD10, Read CTV2, V3 in Hypertension. It was also tested on a list of clinical terms from the inclusion and exclusion criteria of the INFORM clinical trial protocol. Our initial evaluation produced positive results. Availability: We are currently in the process of updating the design based on some improvements suggested by the participants. MeTMapS is developed under Apache V2 license and is currently hosted at KCL for internal use and will shortly be opened to the public once the internal security concerns are resolved. In the meantime, the tool is available from the author upon request. * Contact: fennie.liang@kcl.ac.uk</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Medical terminology mapping is a long-standing challenge when
designing observational studies from Electronic Health Records,
particularly when working with multiple databases employing
different coding systems. Mapping from one terminology to
another can rarely be done automatically due to many-to-many
mappings that frequently occur between terminologies, and it typically
requires a user with medical knowledge and a good understanding
of each terminology to manage the cardinality issues. This is one of
the reasons that the US National Library of Medicine has built the
UMLS Metathesaurus with over a hundred national and
international terminologies in different languages and their mappings. The
UTS Metathesaurus browser1 is provided as an interface for
navigating the mappings. Users can either simply search for a term or
select a term from the full UMLS collection tree to get results if
they have the sufficient knowledge of UMLS. However, the results
are displayed in a long list so as to cover all mappings of the
UMLS collection. The system provides good completion and
detailed information but it is also likely to overload users with
information. LexEVS2 is another system for terminology mapping and
has been used in TRANSFoRm
        <xref ref-type="bibr" rid="ref1">(Ethier, 2013)</xref>
        and BioPortal
        <xref ref-type="bibr" rid="ref2">(Salvadoresa, 2013)</xref>
        . However, setting up the LexEVS platform and
training the users are non-trivial tasks because LexEVS requires
users to set up a server and load data into its database so the data
can be transformed into LexEVS data objects. We developed the
Medical Terminology Mapping System (MeTMapS) with the aim
of addressing these concerns and producing a usable system for
clinical researchers.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>METHOD</title>
      <p>In the construction of MeTMapS (see Figure 1) we have utilised
UTS APIs and BioPortal Widgets, some of which have been
modified to achieve better performance, e.g. the tree widget used to
display hierarchical terminologies. Any terminology not covered
by UMLS can be added into MeTMapS via BioPortal, if the paired
mapping file and ontology are ready.</p>
      <p>Fig. 1. MeTMapS architecture shows a user inputs a search term
to the system. The system requests the term from UMLS and gets a
CUI returned. The relevant ontology, which contains the search
term is then requested from BioPortal and returned to the system.
The returned ontology and the mapped results can then be viewed
by the user.</p>
      <p>For example, we have generated a Read CTV2 (used by most of
the primary care systems in the UK) ontology and uploaded it into
BioPortal. We have also produced a mapping file, which contained
Concept Unique Identifiers (CUI) from UMLS for MeTMapS.</p>
      <sec id="sec-2-1">
        <title>1 https://uts.nlm.nih.gov///metathesaurus.html</title>
      </sec>
      <sec id="sec-2-2">
        <title>2 https://wiki.nci.nih.gov/display/LexEVS/LexEVS</title>
        <p>The idea behind the MeTMapS user interface (Figure 2) is to focus
the users only on the terminologies they need. The search results
are organised into tree structures, offering a better view of
relationships among the selected terms, their parents, siblings and
descendants. To minimise the setup needed and the learning curve for
the users, the system is designed as a web application with a
stepby-step workflow guide. The interface comprises three main
sections: 1) Search of terms and selection of coding systems; 2)
browsing of results and selection of mappings from structured
trees; and 3) removal of unwanted mappings and storage of results
for further use. Each section has a guide for users to follow,
requiring no previous training. With all relevant information displayed
on one page, it facilitates navigation and orientation.
Autocompletion is also provided to help users quickly find their desired
term.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>RESULTS</title>
      <p>
        The MeTMapS system was evaluated by seven academic and
clinical research users including GPs, clinical informaticians and IT
specialists at KCL in the last two months. A total of 54 sessions
were completed, where the system was used by
the researchers. Participants were asked to map the required
clinical terms in the 'Hypertension' clinical domain either from ICD10
to Read CTV2 or from ICD10 to Read CTV2 and V3. Participants
also tested a list of clinical terms extracted from the inclusion and
exclusion criteria of the INFORM clinical trial protocol
        <xref ref-type="bibr" rid="ref3">(Wilkinson, 2016)</xref>
        . The clinical terms listed were mapped to the clinical
terminologies Read CTV2 and V3 that are used by most of the GP
systems recruiting patients for the trial. A screen shot of a search
for Hypertensive disorder and the mapped results from Read
CTV2, Read V3 and ICD10 is shown in Figure 2 (the listed results
contain the same CUI as Hypertensive disorder from UMLS). The
correct term always appears first with the most relevant results
being at the top, and suggestions provided while typing. The search
terms are not order- or case-sensitive and handles terms separated
by hyphen. (For example, search term ‘sugarfree’ includes
‘sugarfree’ and search term ‘breast-cancer includes ‘breast cancer’) It
handles exact term matches for different concepts such as ‘Fundus
coloboma’ and ‘Gastric fundus structure’ and multiple
terminologies can be simultaneously selected for mapping. We have found
that MeTMapS could be improved by providing suggestions on
mis-spelled terms, and also enhanced on handling partial words
such as ‘Myo inf’ as opposed to ‘myocardial infarction’ and on
handling known synonyms such as ‘kidney’ and ‘renal’.
      </p>
    </sec>
    <sec id="sec-4">
      <title>ACKNOWLEDGEMENT</title>
      <p>This research is supported by the National Institute for Health
Research (NIHR) Biomedical Research Centre at Guy’s and St
Thomas’ NHS Foundation Trust and King’s College London.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Ethier</surname>
            ,
            <given-names>J-Fo</given-names>
          </string-name>
          and Dameron,
          <string-name>
            <surname>O.</surname>
          </string-name>
          et al. (
          <year>2013</year>
          )
          <article-title>A unified structural/terminological interoperability framework based on LexEVS: application to TRANSFoRm</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <year>2013</year>
          (
          <issue>0</issue>
          )
          <fpage>1</fpage>
          -
          <lpage>9</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Salvadoresa</surname>
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>Alexandera</given-names>
            <surname>PR</surname>
          </string-name>
          . Et al. (
          <year>2013</year>
          )
          <article-title>BioPortal as a Dataset of Linked Biomedical Ontologies and Terminologies in RDF</article-title>
          .
          <source>Semantic Web</source>
          ,
          <volume>4</volume>
          (
          <issue>3</issue>
          )
          <fpage>277</fpage>
          -
          <lpage>84</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Wilkinson</given-names>
            <surname>Ian</surname>
          </string-name>
          (
          <year>2016</year>
          )
          <article-title>Randomised cross-over trial in a multi-ethnic cohort: AIM HY - INFORM</article-title>
          .
          <source>Work Strand</source>
          <volume>3</volume>
          , http://www.aimhy.org.uk/our-research/ws3/.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>