<!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>ODM on FHIR: Towards Achieving Semantic Interoperability of Clinical Study Data</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hugo Leroux</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alejandro Metke-Jimenez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Michael J. Lawley</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>The Australian E-Health Research Centre</institution>
          ,
          <addr-line>Health and Biosecurity, CSIRO</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Observational clinical studies play a pivotal role in advancing medical knowledge and patient healthcare. However, to lessen the prohibitive costs of conducting these studies and support evidence-based medicine, results emanating from these studies need to be shared and compared with one another. This paper explores how semantic interoperability of clinical data can be achieved by integrating two prominent standards for clinical data: ODM and FHIR. ODM lacks a rich-enough information model to adequately capture the contextual information of clinical study data. This is overcome by using FHIR's information model to achieve semantic interoperability of clinical data. This work outlines our ongoing e ort to integrate the ODM standard to the FHIR standard. In particular, it demonstrates how the hierarchical ODM model lends itself to be mapped to the ubiquitous FHIR resources. We describe the approach and provide insights into the assumptions made to t the clinical data extracted from the ODM standard into the FHIR resources. Our focus is not only on mapping the data from ODM to the FHIR models but on capturing the contextual information, present in other sources, such as the study protocol, and which should have been made available with the extracted data. Finally, we discuss the exceptions under which the extracted ODM data does not adequately t the targeted FHIR resources and o er some insight into a suitable solution.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        It is increasingly important to share results from clinical studies. The challenge
when comparing results from clinical studies is to ensure that we compare
corresponding data sets. The CDISC ODM1 de nes an XML-based standard that has
been mandated by the Food and Drug Administration (FDA) for the electronic
capture and reporting of clinical study data. While ODM provides a vehicle
to communicate the results back to the regulatory body, it lacks a rich-enough
information model to capture the innate contextual information of the clinical
study data [
        <xref ref-type="bibr" rid="ref13">11</xref>
        ]. As a result, ODM is ill-suited for advancing the semantic
interoperability solution that is required to achieve cross-study exploration of the
clinical studies.
      </p>
      <p>
        A recent report [
        <xref ref-type="bibr" rid="ref14">12</xref>
        ] has advocated the integration of clinical data from
disparate studies in a machine readable format to promote e cient evidence-based
medicines. By the same token, Hsu et al. [
        <xref ref-type="bibr" rid="ref10 ref9">8</xref>
        ] argue that to ful l precision medicine
requires the mining and aggregation of clinical data from multiple sources and
novel approaches to obtaining contextual observations. The Fast Healthcare
Interoperable Resources (FHIR) framework, which is a HL7 standard that has
been swiftly adopted by the health-care community, looks the likely candidate
for overcoming this challenge. It is geared towards communication of clinical
data using HL7 messaging protocols but is also supported by a rich information
model to achieve semantic interoperability of clinical data. This makes FHIR
the natural match to complement the ODM standard.
      </p>
      <p>In this work, we present an approach to integrate the CDISC ODM standard
with the FHIR resources to enrich longitudinal clinical study data extracted from
ODM. The aim is to exploit the rich information model from FHIR to reintroduce
the contextual information that is often contained within the study protocol
documents but not contained within ODM and rarely made available alongside
the clinical data. We explore the hierarchical concepts within the ODM and
describe how these t the pervasive FHIR resources. In so doing, we elaborate
on the assumptions that have been made to adapt the extracted clinical data
to the FHIR resources. The expected bene t of this approach is in facilitating a
richer exploration and querying of clinical data coupled with relevant contextual
information.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Background</title>
      <sec id="sec-2-1">
        <title>CDISC ODM</title>
        <p>
          The CDISC ODM data model [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] is speci cally designed for a data capture
context. It consists of two main hierarchies: a Clinical Data and a Metadata
hierarchy, as depicted in Figure 1, that are referenced using the same object
identifier (OID). These two parallel hierarchies ensure that the clinical study
follows a predetermined structure of subject, event, form, item group and
item. An item corresponds to a single measurement or analysis result captured
during the study. An item group typically comprises a set of
contextuallyrelated measurements or results. A form (or case report form) is a collection
of items, some grouped, for capturing and displaying clinical data. A study
event corresponds to a patient encounter in the course of the study whereby
data corresponding to one or more forms is collected.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>FHIR</title>
        <p>FHIR2, published as a Draft Standard for Trial Use by the Health Level
Seven (HL7) organisation is a speci cation designed to facilitate the exchange of</p>
        <sec id="sec-2-2-1">
          <title>2 http://hl7.org/fhir/2015Sep/overview.html</title>
          <p>ODM</p>
          <p>METADATA
Study</p>
          <p>MetaDataVersion
DATA</p>
          <p>Clinical Data</p>
          <p>Subject Data</p>
          <p>Study Event Data</p>
          <p>Study Event Def
Form Def
ItemGroup Def</p>
          <p>Item Def
Form Data</p>
          <p>ItemGroup Data</p>
          <p>Item Data
healthcare-related information. FHIR revolves around resources, which are
snippets of highly-focussed data. The speci cation de nes a set of minimalistic and
generic elements and extensions are used to bridge the gap for the remaining
content. Figure 2 depicts the hierarchy for the proposed FHIR resources to model
the ODM data. The entities in red (CarePlan and Questionnaire) denote
metadata concepts. The remaining entities model the clinical data at various levels.
Solid lines are used to denote the links between the entities. The original model
is depicted in Figure 4 in the Appendix. It was discarded in favour of Figure 2
so that there could be a clear demarcation between the metadata and the data
and to allow the questionnaire to be linked to the care plan. The original model
did not allow for a resource to contain the entire clinical data pertaining to a
patient. This role is ful lled by the ClinicalImpression resource in the new
model and has necessitated the introduction of the EpisodeOfCare resource.</p>
          <p>CarePlan</p>
          <p>Clinical
plan Impression
activity
Questionnaire
questionnaire
investigations</p>
          <p>Episode of</p>
          <p>Care
patient</p>
          <p>patient
Patient
patient</p>
          <p>Encounter
subject
Questionnaire</p>
          <p>Response
patient
encounter
episode of care</p>
          <p>encounter</p>
          <p>Observation
value</p>
          <p>Fig. 2. Depicts the metadata (red) and data (blue) FHIR resources and their links</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Integrating ODM with FHIR</title>
      <p>This section describes the approach to integrate ODM with FHIR. We describe
the components from the ODM hierarchy that we seek to map to FHIR. We
assume here that the person doing the mapping has access to all the contextual
information relating to the study. In this vein, it is not our aim to perform a
one-to-one mapping of the CDISC ODM with FHIR. Rather we seek a
holistic approach to mapping the hierarchical concepts between the two models as
depicted in Figure 3.</p>
      <p>DATA</p>
      <p>Clinical
Impression
Episode of Care</p>
      <p>Encounter</p>
      <p>ODM</p>
      <p>Study
Clinical Data
Subject Data</p>
      <p>Study Event Data</p>
      <p>Form Data</p>
      <p>ItemGroup Data</p>
      <p>Item Data</p>
      <p>MetaDataVersion</p>
      <p>Study Event Def
Form Def
ItemGroup Def</p>
      <p>Item Def
Observa@on</p>
      <p>CarePlan</p>
      <p>METADATA
Ques@onnaire
A study de nes static information about the structure of an individual study. We
wish to not only capture this static information but also much of the contextual
information pertaining to the study that is contained in the study protocol. This
has resulted in the choice of the CarePlan resource to map the Study component
from ODM. It provides a link to the study coordinator through the participant
attribute and study protocol through the support attribute.
While the Subject represents a critical element of the study, its role is quite
subdued in ODM. In particular, the speci cation provides no functionality to
record the subject's attributes such as gender, date of birth, recommending that
these be modelled as clinical data within the forms. The logical mapping for
the Subject in FHIR is the Patient resource. This allows us to include relevant
contextual information, such as the patient's gender, date of birth and care
provider and allows the study subject to be linked to other FHIR resources
containing pertinent study-related information. The clinical data for each subject
is encapsulated within a ClinicalImpression resource that is linked to the
Patient resource.
3.3</p>
      <sec id="sec-3-1">
        <title>Study Event</title>
        <p>A study event comprises a StudyEventDef and a StudyEventData component
that are referenced using a common OID. The StudyEventDef manages the set
of forms to be completed at this phase of the study and represents an activity
within the CarePlan resource. StudyEventDef entities de ne scheduled and
unscheduled events and these may be de ned within the detail.scheduled
attribute of the activity. The StudyEventData entity contains clinical data
collected during a subject's visit. We believe that the EpisodeOfCare resource is
appropriate for this entity because it provides details about the group of
activities and their purpose pertaining directly to a patient. The care plan is linked
to this resource using the plan attribute. A study event may result in many
visits from a patient. Each individual visit is modelled as an Encounter and is
linked to the episode of care through the episodeOfCare attribute. The patient
attribute links the resource to the study subject while the assessor attribute
provides a link to the clinician conducting the clinical assessment.
3.4</p>
      </sec>
      <sec id="sec-3-2">
        <title>Form</title>
        <p>
          A form de nes a collection of data items collected during the study and termed a
case report form. A form comprises a FormDef and a FormData component that
are referenced using a common OID. The form is linked to CarePlan through the
activity.actionResulting attribute. The FormDef de nes the form structure
and its questions. The logical mapping of forms in FHIR is the Questionnaire
(Q) resource. This resource contains the typical attributes for questionnaires,
such as an identi er, version, publisher and status, but can also be customised
using the extension mechanism in FHIR. The FormData entity contains the
clinical data associated with the form. The logical mapping for the FormData in
FHIR is the QuestionnaireResponse (QR) resource. The bene ts of using the
QR resource are that the order of the responses is maintained and these can
be linked and validated against the questions asked. Conversely, however, while
CDISC de nes the CDASH3 model to standardise the generation of CRFs for
clinical studies, its use is not enforced. Consequently, in our experience, few
study coordinators choose to use them [
          <xref ref-type="bibr" rid="ref13">11</xref>
          ]. As a result, CRFs often contain
contextually unrelated questions grouped together because they match the way
in which the data entry person collects the data. Choosing to model this in a
FHIR resource will only serve to perpetuate a bad practice [
          <xref ref-type="bibr" rid="ref13">11</xref>
          ].
        </p>
        <sec id="sec-3-2-1">
          <title>3 Clinical Data Acquisition Standards Harmonization</title>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>3.5 Item Group</title>
        <p>The ItemGroupDef and ItemGroupData entities constitute an item group
referenced using a common OID. The ItemGroupDef entity de nes the optional
grouping of questions on a form. Groups are de ned using the Q.group
attribute. The FHIR speci cation stipulates that a group attribute de ne either
a question or a group but not both. The ItemGroupData contains the clinical
data detailing the responses for the item group. FHIR organises these grouped
responses within the QR.group attribute. The FHIR speci cations requires the
order of the responses within the group to be maintained. This is a very
important constraint. Consider the situation where the heart rate measurement of a
patient indicates that the patient might have had a slight malaise during data
collection and that subsequently a blood pressure measurement was taken. In
this case, it would be prudent to analyse the blood pressure observation in this
context and make inferences accordingly. On the ip side, questions are often
grouped together on a form to match the collection habit of the data entry
person and not necessarily because of their semantic similarity. Grouping responses
in this manner does not advance the semantic interoperability principles.
3.6 Item
At the item level, the ItemDef and ItemData entities de ne each question and
its subsequent response. The ItemDef entity de nes the question asked
during the study along with de ning attributes such as the datatype, data size,
measurement unit, permissible range and code list. The Q.group.question
attribute is the most appropriate to de ne the ItemDef entity. The logical mapping
for the ItemData entity is the QR.group.question attribute. The response to
the question is then contained within the question.answer sub-attribute. This
model works best in a lifestyle study scenario using questionnaires in the
traditional question-answer mode. In the case of longitudinal clinical studies where
the responses are analogous to a patient's observations during an episode of
care, we believe the ItemData entity to be more appropriately represented using
the Observation resource. Furthermore, as outlined in the FHIR speci cations,
data captured in questionnaires can be di cult to query after the fact.
Individual items within a QR or an Observation are subsequently linked back to the
Encounter in which they occur.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Discussion and Related Work</title>
      <p>The FHIR resources provide a good t to semantically enrich the extracted
data from the CDISC ODM. In spite of its shortcomings in providing context
to the clinical data, the CDISC ODM provides a sound hierarchical framework
for capturing the clinical data that needs to be replicated in the new model.
Several assumptions have been made when mapping the ODM data to the FHIR
resources because their objectives di er and this work represents one view of
how the mapping can be achieved. We chose to model the study as a CarePlan
because we want to model the activities planned for the patient during the study
in the context of the study protocol. The CarePlan resource o ers a number
of attributes, such as context, category and description that can provide
additional context to the care plan. The clinical data pertinent to a patient
is modelled using the ClinicalImpression resource. The ClinicalImpression
permits very pertinent information to be associated to the patient's data through
the use of the trigger, investigations and summary attributes. Furthermore,
it makes it possible to explicitly link the protocol followed and to associate the
findings to the clinical data.</p>
      <p>The StudyEventDef is modelled as an activity within the care plan. At
a macro level, the study event data is categorised as an EpisodeOfCare. The
EpisodeOfCare resource provides broad context to the study event. At a micro
level, each visit within the study event is represented as an Encounter. This
provides a richer summary of the activity performed, allowing each visit to be
described atomically and linked back to the event using the episodeOfCare
attribute. However, this requires the ODM data to be rich and accurate enough.
This is particularly important for study event activities that occur at di ering
times in a particular day.</p>
      <p>
        The Questionnaire resource is a suitable match for mapping ODM forms.
However, as outlined in section 3.4, forms are often ill-conceived in ODM and
as discussed in sections 3.5 and 3.6, the tendency is not to organise questions in
a contextual manner but in one that be ts the data capture process. The
implication is that tremendous e ort, which grows exponentially with the size of the
study, must be expended to semantically enrich the clinical data by regrouping
it contextually and integrating it with the relevant domain ontologies [
        <xref ref-type="bibr" rid="ref11 ref12">10, 9</xref>
        ].
      </p>
      <p>As outlined in section 3.6, we advocate the use of the Observation resource
to model the responses from item data. FHIR considers the Questionnaire
resource to be a specialisation of the Observation resource. The appeal in adopting
the Observation resource to store the ItemData responses is the ability to store
important contextual information alongside the clinical data. Speci cally, the
dataAbsentReason attribute, which enables some justi cation to be provided
as to the absence of a measurement, is very important in a clinical study
setting, as is the ability to interpret the observation in the context of a controlled
vocabulary or ontology. Furthermore, an Observation allows pertinent
information such the method, specimen and performer but also the device, bodySite
and related attributes to be coupled with the data, which is very useful when
observing clinical data such as vital signs.</p>
      <p>
        Ultimately, the aim of this work is to stimulate a debate on the most e
ective way to model clinical study data. While mapping ODM to FHIR is, in our
view, a suitable solution, we do not regard it as a permanent one.
Fundamentally, FHIR has the potential to manage clinical data in its own right. This has
numerous advantages because as discussed in [
        <xref ref-type="bibr" rid="ref7 ref8">7</xref>
        ], a mapping process invariably
leads to the loss of pertinent information. Furthermore, the process involves the
reintroduction of critical domain information into the model. A more e cient
process would be to include this information in casu during the data collection
phase.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Related Work</title>
        <p>
          Several researchers have initiated approaches to address the semantic enrichment
of clinical data with a view to achieving interoperability. One such approach, the
Linked Clinical Data Cube (LCDC) [
          <xref ref-type="bibr" rid="ref11 ref12 ref13">10, 9, 11</xref>
          ] is a set of modularised data cubes
that helps manage the multi-dimensional and multi-disciplinary nature of
clinical data. A comprehensive comparison between the LCDC and this work is
outside the scope of this paper. They have similar aims in trying to semantically
enrich clinical study data and provide additional dimensions to overcome the
monolithic nature of the ODM data and facilitate the exploration and querying
of the data. The LCDC achieves this by introducing specialised cubes, slices and
observations. In this work, all the chosen resources, except for the care plan and
the questionnaires, have a link back to the patient. Furthermore, there are links
between the Observation, Encounter, Questionnaire and QuestionnaireResponse
resources to augment the dimensions o ered. The patient and the observation
are the main focus in both cases and they both provide the mechanisms to
interpret the observations in the context of externally controlled vocabularies or
ontologies. Furthermore, they both o er the ability to specify that the
observation data is missing, although the Observation resource in FHIR also includes
the justi cation as to why the result is missing. The main di erence is in the
approach. The LCDC requires mapping to the RDF Data Cube [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] and DDI-RDF
Discovery [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] vocabularies to organise the data and links to domain ontologies
to enrich it. In this work, the organisation, management and enrichment are
performed by FHIR using Codeable concepts to link it externally.
        </p>
        <p>
          Dugas [
          <xref ref-type="bibr" rid="ref7 ref8">7</xref>
          ] describes two tools to convert forms between the CDISC ODM and
HL7 CDA4 formats to facilitate the sharing of electronic health records (EHRs)
and clinical data to address the problem of redundant documentation in both
systems. He concluded that the conversion process is lossy because the CDISC and
HL7 models serve di erent purposes and hence have di erent properties.
Similarly, the SALUS project [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] aims to address the interoperability between clinical
care and the clinical research domain. More speci cally, it looks at combining
the strengths of CRFs with those of EHRs to address adverse drug reactions.
        </p>
        <p>
          Abler et al. [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] discuss the need for a language for forms that can e ectively
record the logical relationships between questions or sets of questions asked in
the forms. While the natural inclination would be to look to the Questionnaire
resource to ful l this need, a more encompassing solution would be to integrate
the capabilities of the Observation resource with the questionnaire.
        </p>
        <p>The Pharmaceutical Users Software Exchange5 community, in concert with
the FDA, has started work on RDF representations of various CDISC models6,</p>
        <sec id="sec-4-1-1">
          <title>4 Clinical Document Architecture</title>
          <p>
            5 http://www.phusewiki.org/wiki/index.php?title=Semantic Technology
6 https://github.com/phuse-org/rdf.cdisc.org
including the terminologies published by the National Cancer Institute (NCI)
Enterprise Vocabulary Services7. This community has started to evaluate the
RDF Data Cube [
            <xref ref-type="bibr" rid="ref15 ref2">2, 13</xref>
            ] for the publication of clinical study data.
          </p>
          <p>The HL7 Working group on Semantic Interoperability8 has initiated some
work on translating the XML or JSON version of FHIR into FHIR RDF. This
work is still in draft mode and we will look at translating our solution into FHIR
RDF once it has reached a more mature level.
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>As secondary use of clinical data gathers momentum, it will become
increasingly important to share and compare clinical studies. We have presented an
approach that integrates clinical data extracted from CDISC ODM to the FHIR
resources. This work takes advantage of the rich information model
comprising the FHIR resources to semantically enrich the clinical data and reintroduce
the domain information that was omitted during the data capture phase. The
objective is to achieve semantic interoperability of clinical study data by
standardising and normalising the data along the same metrics. The main
contribution is a framework to organise clinical data in a manner that preserves its
organisation but captures its context. A sample of this mapping is available at:
http://healthinet.it.csiro.au/net/odmFhirMapping/.
activity</p>
      <p>CarePlan
value</p>
      <p>encounter
Observation
encounter</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abler</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crichton</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Welch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davies</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Models for forms</article-title>
          .
          <source>In: Proceedings of the compilation of the co-located workshops on DSM'11</source>
          , TMC'11, AGERE!'11, AOOPES'11, NEAT'
          <volume>11</volume>
          ,
          <string-name>
            <surname>&amp;</surname>
            <given-names>VMIL</given-names>
          </string-name>
          '11. pp.
          <volume>13</volume>
          {
          <fpage>18</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Andersen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Linked data to support clinical and non-clinical reporting</article-title>
          .
          <source>In: Proceedings of 2nd International Workshop on Semantic Statistics (SemStats</source>
          <year>2014</year>
          ).
          <source>Riva del Garda</source>
          ,
          <source>Italy</source>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bosch</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gregory</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wackerow</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>DDI-RDF Discovery Vocabulary: A metadata vocabulary for documenting research and survey data</article-title>
          .
          <source>In: LDOW</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. CDISC:
          <article-title>Speci cation for the Operational Data Model (ODM) (</article-title>
          <year>2006</year>
          ), http://www.cdisc.org/models/odm/v1.3/ODM1-3-0-Final.html
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reynolds</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tennison</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <source>The RDF Data Cube Vocabulary</source>
          (
          <year>2013</year>
          ), http://www.w3.org/TR/2013/PR-vocab
          <article-title>-data-cube-20131217/</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Declerck</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hussain</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daniel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yuksel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laleci</surname>
            ,
            <given-names>G.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Twagirumukiza</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jaulent</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          :
          <article-title>Bridging data models and terminologies to support adverse drug event reporting using EHR data</article-title>
          .
          <source>Methods of Information in Medicine</source>
          <volume>54</volume>
          (
          <issue>1</issue>
          ),
          <volume>24</volume>
          {
          <fpage>31</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Dugas</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>ODM2CDA and CDA2ODM: Tools to convert documentation forms between EDC and EHR systems. BMC medical informatics and decision making 15(1</article-title>
          ),
          <volume>40</volume>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>7 http://www.cancer.gov/cancertopics/cancerlibrary/terminologyresources/cdisc</mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>8 http://wiki.hl7.org/index.php?title=RDF for Semantic Interoperability</mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hsu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez</surname>
            ,
            <given-names>N.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chien</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villablanca</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pajukanta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Vin~uela,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Bui</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.A.</surname>
          </string-name>
          :
          <article-title>An integrated, ontology-driven approach to constructing observational databases for research</article-title>
          .
          <source>Journal of biomedical informatics 55</source>
          ,
          <volume>132</volume>
          {
          <fpage>142</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lefort</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leroux</surname>
          </string-name>
          , H.:
          <article-title>Design and generation of linked clinical data cubes</article-title>
          .
          <source>In: Proceedings of 1st International Workshop on Semantic Statistics (SemStats</source>
          <year>2013</year>
          ). Sydney,
          <string-name>
            <surname>Australia</surname>
          </string-name>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          10.
          <string-name>
            <surname>Leroux</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lefort</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Using CDISC ODM and the RDF Data Cube for the semantic enrichment of longitudinal clinical trial data</article-title>
          . In: Paschke,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Burger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Romano</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Marshall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.S.</given-names>
            ,
            <surname>Splendiani</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.)
          <article-title>Semantic Web Applications and Tools for the Life Sciences (SWAT4LS)</article-title>
          .
          <source>CEUR Proceedings</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          11.
          <string-name>
            <surname>Leroux</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lefort</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Semantic enrichment of longitudinal clinical study data using the CDISC standards and the semantic statistics vocabularies</article-title>
          .
          <source>Journal of Biomedical Semantics</source>
          <volume>6</volume>
          (
          <issue>1</issue>
          ),
          <volume>16</volume>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          12. van Valkenhoef,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Tervonen</surname>
          </string-name>
          , T.,
          <string-name>
            <surname>de Brock</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hillege</surname>
          </string-name>
          , H.:
          <article-title>De ciencies in the transfer and availability of clinical trials evidence: a review of existing systems and standards. BMC medical informatics and decision making 12(1</article-title>
          ),
          <volume>95</volume>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          13.
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>A primer on converting analysis results data to RDF Data Cubes using free and open source tools</article-title>
          .
          <source>In: Proceedings of 10th Annual PhUSE conference(PhUSE</source>
          <year>2014</year>
          ). London, UK (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>