<!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>Modeling of time series health data using Dynamic Bayesian Networks: An application to predictions of patient outcomes after multiple surgeries</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Xiongcai Cai</string-name>
          <email>x.cai@unsw.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Oscar Perez-Concha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fernando Martin-Sanchez</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Blanca Gallego</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Centre for Health Informatics, Australian Institute of Health Innovation, University of New South Wales</institution>
          ,
          <addr-line>NSW 2052</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Dr Xiongcai (Peter) Cai</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Health and Biomedical Informatics Centre, University of Melbourne</institution>
          ,
          <addr-line>Victoria 3010</addr-line>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Research Fellow Centre for Health Informatics, The University of New South Wales</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2014</year>
      </pub-date>
      <fpage>22</fpage>
      <lpage>23</lpage>
      <abstract>
        <p>SUMMARY Objective: To develop dynamic predictive models for real-time outcome predictions of hospitalised patients. Design: Dynamic Bayesian networks (DBNs) were built to model patient outcomes that dynamically depend on patient's clinical profiles, temporal patterns of ward transfers and surgery data. These models were applied to predict remaining days of hospitalisation (RDH) for patients undergoing multiple surgeries and their performance compared against a static model based on Bayesian networks (BNs). Datasets: Hospital data from a Sydney metropolitan hospital. Results: The basic model uses static information at time of prediction. The DBN model uses static and temporal information extracted from a series of surgeries; DBNs show a significant improvement in patient outcome predictions with respect to the static model. Conclusion: Time series health data can be dynamically modelled by DBNs to improve predictions of outcomes for patients undergoing multiple surgeries.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Dr Xiongcai (Peter) Cai is a researcher with a general
background in AI with expertise in the fields of machine
learning, data mining, social network analysis and health
informatics. He has been spending the past decade
researching and developing models to better understand
behaviours and patterns that relate real world human
activities.</p>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>Healthcare systems are under increasing pressure to identify strategies to improve the current patterns of
care. Although unstructured data analytics have been widely reported in big data, the importance of time
series has not been fully explored yet. Real-time prediction of patient outcomes could benefit greatly from
big data in health and time series analysis. In particular, prediction of RDH1 is an important indicator to
assess healthcare delivery and hospital management. Unexpectedly long length of stay may negatively impact
patients and hospitals in a variety of ways, such as higher costs and increased exposure to adverse events.
Current methods do not allow real-time automated stratification of risk. Rapidly identifying those patients at
highest risk of extended RDH has a great potential to improve the quality of care, reduce avoidable harm and
costs. DBNs2 are specially suitable to tackle this problem, since they are probabilistic graphical models that
allow temporal order, which can better capture the dynamical nature of the healthcare delivery processes:
prognosis, treatment selection, surgery and recovery.</p>
      <p>In this paper, we aim to develop a DBNs-based prediction model to investigate the roles of time series data for
the prediction of RDH for patients undergoing multiple surgeries.</p>
    </sec>
    <sec id="sec-3">
      <title>DESCRIPTION</title>
      <p>Medical records of patients who underwent consecutive surgeries at a Sydney metropolitan hospital between
2008-2012 were analysed. There are 5733 records in the dataset. Each admission is characterised by a set of
attributes, which include: patient’s characteristics (such as age), surgery information (main procedure, number
of procedures, length of surgery) and ward type. These attributes, together with days already in hospital,
constitute the inputs to the static BN. The outcome to be predicted is RDH. BNs3,4 are static probabilistic
graphical models that consists of nodes and arcs forming a directed acyclic graph, where nodes present
domain variables (predictors), whereas arcs represent conditional probabilistic relationships among variables.</p>
      <p>DBNs2 represent the evolution of a system over time, allowing a fixed structure network to present variables at
multiple time points (slices), containing temporal dependencies between slices.</p>
      <p>We learned both structures and model parameters: 1) In order to construct the static BNs (Figure 1), we
learned intra-slice structures and reinforced them with domain knowledge. These BNs will be the baselines
to compare with the DBNs; at the point of prediction, the BN will contain the information of the current
surgery, whereas the DBN will contain the temporal information of the consecutive surgeries. 2) We then fixed the intra-slice structure and learned the inter-slice
dependencies. We computed the conditional probabilistic dependencies between any two-time slices by creating successive two-slice sequences and by learning
the DBNs (Figure 2). For testing, we unrolled the DBN to the length of test sequences (Figure 3) and input test sequences as evidences to infer RDH of patients.
In our experiments, we performed 5-fold cross validation in both the learned BNs and DBNs. RDH is discretised into 12 bins. Compared to BNs, DBNs achieved a
significant improvement in the prediction of RDH. Specifically, DBNs achieved 72.4% prediction accuracy, whereas BNs 25.8%. This implies a 180% improvement,
which might be due to the ability of DBNs to dynamically update the model using temporal information from time series data. It requires about 30 minutes to
construct the DBNs with 64-bit Windows 7 Enterprise, 2 cores of Intel® i7-3840QM CPU @ 2.80GHz and 8GB RAM.
1. Static BN.</p>
    </sec>
    <sec id="sec-4">
      <title>CONCLUSION</title>
      <p>We developed predictive DBNs models for predicting RDH of surgical patients using patient’s trajectories and time series surgical information. Our experiments
showed that DBNs significantly outperform BNs in RDH prediction after multiple surgeries. In the future, we plan to further apply DBNs in large-scale big data
frameworks for health informatics.</p>
      <p>Funding: This work was funded by National Health and Medical Research Council (NHMRC) Project grant 1045548 and Program Grant 568612.</p>
      <p>Ethics approval: Ethics approval was obtained from the NSW Population and Health Services Research Ethics Committee and the NSW Human Research Ethics Committee. The corresponding author was responsible for the data analysis after the extraction. Its contents are the
responsibility of the authors and do not reflect the views of NHMRC.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>V.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kipnis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. K.</given-names>
            <surname>Gould</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G. J.</given-names>
            <surname>Escobar</surname>
          </string-name>
          , “
          <article-title>Length of stay predictions: improvements through the use of automated laboratory and comorbidity variables,” Medical care</article-title>
          , vol.
          <volume>48</volume>
          , no.
          <issue>8</issue>
          , pp.
          <fpage>739</fpage>
          -
          <lpage>744</lpage>
          ,
          <year>2010</year>
          . 2.
          <string-name>
            <surname>M. KP.</surname>
          </string-name>
          ,
          <article-title>Dynamic Bayesian networks: representation inference and learning</article-title>
          ,
          <source>UC Berkeley</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          3.
          <string-name>
            <surname>L. PJ</surname>
          </string-name>
          , v. d. G.
          <article-title>LC, and</article-title>
          A.
          <string-name>
            <surname>-H</surname>
          </string-name>
          . A., “
          <article-title>Bayesian networks in biomedicine and health-care,” Artificial Intel igence in Medicine</article-title>
          , vol.
          <volume>30</volume>
          , pp.
          <fpage>201</fpage>
          -
          <lpage>214</lpage>
          ,
          <year>2004</year>
          . 4.
          <string-name>
            <given-names>J.</given-names>
            <surname>Pearl</surname>
          </string-name>
          , Causality: Models,
          <string-name>
            <surname>Reasoning</surname>
          </string-name>
          , and Inference: Cambridge University Press,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>