<!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>Predicting Observable and Occult Injuries in Trauma Patients from Sparse Measurements</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Je Druce</string-name>
          <email>jdruce@cra.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Max Metzger</string-name>
          <email>mmetzger@cra.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nidhi Gupta</string-name>
          <email>ngupta@cra.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rishi Kundi</string-name>
          <email>rkundi@smail.umaryland.eud</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Charles River Analytics Cambridge</institution>
          ,
          <addr-line>MA</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Maryland School of Medicine</institution>
          <addr-line>Baltimore, MD</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Trauma patients suer a wide variety of injuries which can be both observable and unobservable (i.e., occult). Early identification can be critical in eective treatment and even preventing death. Unfortunately, highly trained medical sta and sophisticated diagnostic equipment capable of accurately diagnosing these injuries are often unavailable at the site of injury. An automated system for assisting first responders in diagnosing traumatic injury is needed. Some injuries can be statistically associated with basic observable traits, but the sheer volume of trauma patient data makes it virtually impossible to manually parse and glean useful information. Machine learning techniques allow the ecient mining of these data sets to pull in correlations and patterns which can be exploited. We propose a machine learning enabled injury prediction tool, capable of being used by minimally trained trauma responders, on a mobile device, using only easily obtained patient information.</p>
      </abstract>
      <kwd-group>
        <kwd>trauma care</kwd>
        <kwd>machine learning</kwd>
        <kwd>healthcare decision systems</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Injuries are a critical health concern around the world, ten percent of all humans
deaths - almost million annually - are attributable to injury [ ]. In areas where
extensively trained physicians have access to high fidelity patient data, accurate
injury diagnosis is often possible. However, in scenarios where advanced healthcare
is not available (e.g., combat zones, low to moderate income countries (LMIC),
and post-natural disaster areas), the results are not nearly as favorable. In these
scenarios, first responders, or even primary medical sta, may not have a sucient
depth of training or the advanced diagnostic equipment available allowing the
accurate diagnosis of the full range of injuries in a patient. Fortunately, many of
the patient’s basic metrics are attainable even in these scenarios; for example,
heart rate, blood pressure, Glasgow Coma Score, mechanism and location of
injury (we shall refer to these as the Admission Metrics (AMs) ),are capable of
being obtained by most first responders.</p>
      <p>The availability of rich Electronic Health Records (EHR), has made learning
correlations between measured patient features (e.g., heart rate, breathing rate,
method of injury) and injuries possible. Traditionally, EHR are leveraged in
automated tools by having a domain expert designate patterns to look for on an
injury-by-injury basis and to specify clinical variables in an ad-hoc manner [ ].
Unfortunately, manually probing vast, high dimensional EHR for correlations
and predefined patterns to make predictions may be not be possible. Therefore,
we turn to modern data-driven approaches capable of automatically unveiling
these patterns.</p>
    </sec>
    <sec id="sec-2">
      <title>Approach</title>
      <p>In this work, we introduce a Machine Learning (ML) enabled tool to assist in
traumatic injury prediction using sparse patient data capable of being attained
from minimally trained trauma responders; sparse, in this case, refers to a
relatively low quantity of measurements on the patient. ML-enabled systems are
playing an increasingly prominent role throughout our society, and are beginning
to percolate into the healthcare sector [ ]. ML provides means to exploit large
EHR data sets and provides a set of tools to allow the mining of patterns too
complex to extract by manual means. Specifically, we are interested in classifying
injuries with support vector machines (SVM), deep neural net, and decision tree
ML classifiers using AMs; the relatively low computational requirements for these
classifiers enable them to be easily deployed on a mobile device that can be used
at the site of injury. Initial statistical results of the multiclass and multi-label
classification problem are generated and discussed in Section .</p>
      <p>To refine the scope of the tool, we select occult and visible vascular injuries,
and solid organ injuries. The reason for selecting these injuries is threefold: )
There has been an increase in the incidence of these injuries in the United States
that has paralleled the increase in assault with firearms, motor vehicle crashes, and
invasive medical procedures [ ]; ) In one major review of battlefield mortalities,
it was found that . % of vascular injury related death were preventable [ ];
and ) In multi-trauma patients, the presence of vascular injury was associated
with increased mortality in less severely injured patients [ ]. Modern medical
treatment centers keep detailed EHR on not only the injury, but a multitude
of patient metrics, producing volumes of detailed data sets. When examining
vascular trauma, correlations began to emerge in the data between the injury
and the AMs- the presence of these broad correlations demonstrates there exists
fertile ground for analysis between trauma patient characteristics, and traumatic
injury.</p>
    </sec>
    <sec id="sec-3">
      <title>Data</title>
      <p>The initial goal was to test the feasibility of our approach by demonstrating that
trauma related injuries can be predicted using basic AMs. To act as a training
and testing pool, we employ data from the Trauma Registry maintained by the
R. Adams Cowley Shock Trauma Center of the University of Maryland (STC).
While the total database includes almost seventy thousand patients, we selected
a subset of patients known to the division of vascular surgery over a nine-year
period, consisting , distinct patients. The injury types, quantities, and AIS
codes are listed in Table I. The features used were numerical representations
of: injury type (blunt, penetrating, crushing), protective equipment (yes or no),
Abbreviated Injury Scale (AIS), Glasgow Coma Scale score, and region of injury.</p>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>Initial testing was performed using -fold cross validation, where the we randomly
up-sampled the data to account for the imbalance in injuries. Training and testing
sets are intentionally disjoint (i.e. no single individual was used both for training
and testing). The classification problem was cast as a multiclass and multilabel
problem; to this end, we learned individual models for SVM, KNN, and decision
trees for each injury. In the testing portion, the input features for each test
patient were passed into the model and a yes or no decision was determined for
each injury. Although we performed classification via SVM, KNN, deep neural
networks and decision trees, we present only the result for decision trees as they
were superior in classification performance. We present the summary statistics in
Table .</p>
      <p>Summary Statistics
Injury</p>
      <p>AIS Code Sensitivity Specificity Precision F Score Occurrences</p>
      <p>Diaphragm Laceration
Lung Contusion Unilateral</p>
      <p>Thorax Contusion
Lung Contusion Bilateral</p>
      <p>Lung Laceration</p>
      <p>Rib Cage Frac. w/ hemo
&gt; Rib Cage Frac. w/ hemo</p>
      <p>Liver Laceration &lt; cm
Liver Laceration &gt; cm
Spleen Laceration &lt; cm</p>
      <p>Spleen Laceration
Upper Extremity Laceration</p>
      <p>most commonly occurring injuries in our data.</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Outlook</title>
      <p>Given the successful results of the initial experiments, this potentially opens
the door for developing a helpful screening tool to assist first responders and
medical sta where advanced training and sophisticated diagnostic equipment
does not exist or is unavailable. Further work is required: a thorough set of
tests in a clinical setting on the validity of the method, validating the results
on a new testing/training set, and an exploration of to methods to enhance the
performance should be considered. To begin the formal validation process, we
have made arrangements for a usability study conducted by Med Star.</p>
      <p>The applications of such a prediction tool are far reaching. For example, using
TensorFlow Mobile, we have developed an injury diagnosis Android application
leveraging our learned decision tree models. First responders, combat medics, and
disaster relief medical sta could be equipped with such an app to assist them
in making informed diagnoses and emergency treatment for victims of trauma,
without extensive training or resources. Basic instructions could be appended
to the diagnosis, such as tourniquet application, which could further eliminate
easily preventable fatalities.</p>
      <p>Acknowledgments The authors wish to acknowledge the contributions and
support of Dr. Gary Gilbert, Mr. Carl Manemeit, and Ms. Rebecca Lee of the
Telemedicine &amp; Advanced Technology Research Center (TATRC). The authors
additionally wish to acknowledge the contributions of Dr. Todd Rasmussen of
the R. Adams Cowley Shock Trauma Center of the University of Maryland
Medical Center as well as Dr. Thomas Scalea, the Physician-in-Chief of the
Center. Additional thanks are given to Dr. Rajabrata Sarkar, the Chief of the
Division of Vascular Surgery at the University of Maryland School of Medicine.
This work was funded by the US Army Medical Research and Materiel Command
(USAMRMC) Telemedicine &amp; Advanced Technology Research Center (TATRC).
. Caps, M.: The epidemiology of vascular trauma. Seminars in vascular surgery ( ),
— (December ), http://europepmc.org/abstract/MED/9876029
. Eastridge, B.J., et al.: Death on the battlefield ( – ): implications for the future
of combat casualty care. Journal of trauma and acute care surgery pp. S –S
( )
. Jensen, P.B., Jensen, L.J., Brunak, S.: Mining electronic health records: towards better
research applications and clinical care. Nature Reviews Genetics ( ), – ( )
. Loh, S.A., Rockman, C.B.o.: Existing trauma and critical care scoring systems
underestimate mortality among vascular trauma patients. Journal of vascular surgery
( ), – ( )
. Miotto, R., Li, L., Kidd, B.A., Dudley, J.T.: Deep patient: An unsupervised
representation to predict the future of patients from the electronic health records. Scientific
reports , ( )
. Organization, W.H., et al.: Injuries and violence: the facts ( )</p>
    </sec>
  </body>
  <back>
    <ref-list />
  </back>
</article>