<!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>
      <journal-title-group>
        <journal-title>Kelly J. Henning. What is syndromic surveillance? Morbidity and Mortality Weekly Report</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1532-0464</issn>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.1016/j.jbi.2013.04.003</article-id>
      <title-group>
        <article-title>Syndromic surveillance on the Victorian chief complaint data set using a hybrid statistical and machine learning technique</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hafsah Aamer</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bahadorreza Ofoghi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Karin Verspoor</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computing and Information Systems</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Health and Biomedical Informatics Centre The University of Melbourne Melbourne</institution>
          ,
          <addr-line>Victoria</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2009</year>
      </pub-date>
      <volume>53</volume>
      <issue>7</issue>
      <abstract>
        <p>Emergency Department Chief Complaints have been used to detect the size and the spread of disease outbreaks in the past. Chief complaints are readily available in digital formats and provide a good data source for syndromic surveillance. This paper reports our ndings on the identi cation of the distribution of a few syndromes over time using the Victorian Syndromic Surveillance (SynSurv) data set. We utilized a machine learning-based Nave Bayes classi er to predict the syndromic group of unseen chief complaints. Then, we analyzed the patterns of the distributions of three syndromes in the SynSurv data, speci cally the Flu-like Illness, Acute Respiratory, and Diarrhoea syndromes, over sliding windows of time using the EARS C1, C2, and C3 aberrancy detection algorithms. The results of our analyses demonstrate that applying aberrancy algorithms over the variance data between two consecutive weeks reduces the large number of possible disease outbreaks detected using raw frequencies of the syndromic groups in the same time period, resulting in a more feasible approach for practical syndromic surveillance.</p>
      </abstract>
      <kwd-group>
        <kwd>Syndromic surveillance</kwd>
        <kwd>Disease outbreak</kwd>
        <kwd>Aberrancy detection</kwd>
        <kwd>Chief complaints</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>The risk of bio-terrorist attacks and pathogenic diseases such as SARS have resulted in an increased need for
ongoing syndromic surveillance of life-threatening diseases. During the past few decades, Natural Language
Processing techniques have been widely used in biosurveillance for detecting disease outbreaks from
healthrelated data sets [2]. Chief complaints and triage notes at an Emergency Department provide a good data source
for the detection of such disease outbreaks. A chief complaint is a short summary of symptoms experienced
by the patient at the time of arrival at an Emergency Department. The con rmation of an infectious disease
or pathogen-borne illness usually requires extensive laboratory testing and may take days. This is a time
consuming process which may result in the late-identi cation of a signi cant disease outbreak; however, with
constant monitoring of chief complaints the usual delays in the process can be signi cantly reduced.</p>
      <p>
        Syndromic surveillance has a focus on following the size, spread, and tempo of outbreaks with the aim of
monitoring disease trends and providing reassurance that an outbreak has not occurred [11]. If chief complaints
can be classi ed into syndromic groups, then abnormally high visit rates with a speci c syndrome can easily
send an early signal of a disease outbreak in real-time. After the anthrax letter threat in 2001, a range of
projects were initiated to classify chief complaints into syndromic categories and detect disease outbreaks using
supervised machine learning methods [
        <xref ref-type="bibr" rid="ref8">6, 5, 3, 19</xref>
        ]. Supervised algorithms use existing chief complaints and
develop a classi cation system to predict the syndromic group of new unseen chief complaints.
      </p>
      <p>In this work, we aim to nd disease outbreaks through the analysis of chief complaint texts in the emergency
department. We approach this task using a combination of supervised machine learning methods and statistical
aberrancy detection algorithms over shifting windows of time. We analyse the performance of the approach
using the Victorian Syndromic Surveillance (SynSurv) data set, and consider the e ectiveness of the algorithm
to retrospectively identify outbreaks. We compare the raw frequencies over consecutive time periods with the
use of the di erences between total frequencies of the positive classi ed syndromes in detecting aberrancies.
3
3.1</p>
    </sec>
    <sec id="sec-2">
      <title>Methods</title>
      <sec id="sec-2-1">
        <title>SynSurv Data Set</title>
        <p>The SynSurv syndromic surveillance data was collected from the Emergency Departments of two of the main
hospitals in the city of Melbourne, Australia, the Royal Melbourne Hospital and the Alfred Hospital. The data
was collected on behalf of the Victorian Department of Health, initially to enable monitoring during the 2006
Commonwealth Games held in Melbourne. The data covers the period July 2005 to August 2009. The syndromes
that we focused on in the data set were Flu-like Illness, Diarrhoea and Acute Respiratory. The SynSurv data
set contained a total number of 314,630 chief complaints already labeled with one of the syndromic groups.
In the SynSurv data set, a chief complaint can be a part of more than one syndromic group at a time. For
example, a chief complaint can belong to the Flu-like Illness category as well as Acute Respiratory at the same
time since these two diseases are very similar. Table 1 summarizes the distribution of the di erent syndromic
groups in the SynSurv data set. The data was split into training and testing portions by using 2/3 of the total
data set for each syndrome for training and the remainder for testing.</p>
        <p>
          Syndromic group
Flu-like Illness
Acute Respiratory
Diarrhoea
Other
Total:
#Training records
11,398
7,431
5,066
185,965
209,860
#Testing records
5,829
3,877
2,601
92,462
104,769
To analyze the distribution of syndromes over a period of time, the rst step is to classify the chief complaints
reported in that period of time into speci c syndromic groups. This requires either an o -the-shelf classi er
to be applied on the data or a machine learning-based classi er to be trained with some pre-labelled chief
complaints. In a previous work [
          <xref ref-type="bibr" rid="ref5">16</xref>
          ], two existing North American chief complaint classi ers, Symptom Coder
(SyCo) [7] and Complaint Coder (CoCo), were tested on the SynSurv data set. These machine learning-based
classi ers are parts of the Real-time Outbreak and Disease Surveillance system (RODS) [8]. The results of those
experiments showed moderate performances by the two classi ers on the SynSurv data set; SyCo outperformed
CoCo achieving a highest F-measure of 0.432 on the Flu-like Illness syndromic group.
        </p>
        <p>
          In this study, a new classi er was trained on the SynSurv data set for chief complaint classi cation. Once the
chief complaints were pre-processed, the Nave Bayes classi er in MALLET [
          <xref ref-type="bibr" rid="ref4">15</xref>
          ] was utilized for this experiment.
MALLET is a package of statistical machine learning and natural language processing algorithms developed
in Java. MALLET provides a pipeline of necessary processes to prepare the data for classi cation purposes.
Built-in tokenization and conversion of the token space to a vector space model were among the processes we
included in the MALLET pipeline. In this case, a bag-of-words model (tokens only) was used with no additional
features from the chief complaints. The Nave Bayes classi er was trained on the set of chief complaints in the
training portion of the SynSurv data set and its performance was evaluated for each of the three syndromic
groups with the testing portion of the SynSurv data set. Table 2 summarizes the performances achieved on the
SynSurv data using the MALLET Nave Bayes classi er.
        </p>
        <p>
          As shown in Table 2, the results of the new classi er in this study show an improvement over those reported
on the same data set in [
          <xref ref-type="bibr" rid="ref5">16</xref>
          ] for the three syndromic groups.
        </p>
        <p>
          Syndromic group
Flu-like Illness
Diarrhoea
Acute Respiratory
Statistical aberrancy detection algorithms have been a vital method for syndromic surveillance [4]. These
algorithms can detect large sudden deviations of occurrences of speci c events that signi cantly depart from
the norm over time. We applied Early Aberration Reporting System's C1, C2, and C3 aberrancy detection
algorithms [
          <xref ref-type="bibr" rid="ref1">12</xref>
          ] to the syndromic group data extracted for shifting windows of time over the SynSurv data set.
The details of this procedure are given in the next section.
        </p>
        <p>The formulas to calculate the EARS C1, C2, and C3 algorithms can be found in [4, 10]. Brie y, they are
based on a calculation of the occurrence of speci c diseases, relative to an expected value for that occurrence.
The C1 algorithm requires a 7-day baseline data starting from t 7 to t 1, where t = present day, to
calculate the mean and standard deviation over a sample. It then calculates how much the value at day t
varies from the expected value. If the variance exceeds a pre-set threshold, then an aberrancy in the data is
detected. The C2 algorithm adds a 2-day lag to the baseline, starting from t 9 to t 7, while C3 uses the
current and previous two values of C2 to detect possible aberrancies. The thresholds for C1 and C2 were set to
[(sample mean + (3 sample standard deviation)]; C1(t) &gt; 3 and C2(t) &gt; 3; while for the C3 Algorithm, any
C3(t) &gt; 2 would signal an aberrancy at t.</p>
        <p>
          The C2 algorithm is known to perform better on serially correlated data [
          <xref ref-type="bibr" rid="ref10">21</xref>
          ]. For comparison purposes, we
implemented all of the three aberrancy detection algorithms on the SynSurv data set.
4
4.1
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments</title>
      <sec id="sec-3-1">
        <title>Aberrancy Detection Setup on SynSurv</title>
        <p>The trained classi cation system (MALLET's Nave Bayes) was used to predict the syndromic group of the
chief complaints in the test SynSurv data set. Then, the positive classi ed cases for each syndrome and the
dates they occurred on were tracked. Once we knew how many cases of Flu-like Illness, Diarrhoea, and Acute
Respiratory syndromic groups occurred per day in the SynSurv test data set, we calculated the di erences
between the frequencies of cases for each syndromic group over shifting windows of time. The time windows
were seven days long, and each subsequent window was shifted by one day. Therefore, the rst window of time
was from day 1 to day 7, the second from day 2 to day 8, and so on. This procedure formed the data that we
refer to as the predicted data set. A similar procedure was utilized on the same SynSurv test data set, but using
the actual gold standard labels of the chief complaints rather than text-based predictions to derive syndrome
frequencies; we refer to this as the actual data set. Finally, the aberrancy detection algorithms C1, C2, and C3
were applied to both Predicted and Actual data sets to nd any outbreaks of the three syndromic groups in the
SynSurv data set.</p>
        <p>Since C1, C2, and C3 algorithms do not require prior training, their application introduces a hybrid approach
combining unsupervised statistical methods with supervised classi cation techniques. This hybrid method
will enable the analysis of large volumes of data collected at emergency departments and will draw health
practitioners' attention to any statistical aberrancies in the data that could indicate signi cant outbreaks.</p>
        <p>The aberrancy detection algorithms were also applied to raw frequencies of each syndromic group per window
of time, in addition to the di erences between the consecutive time windows. Therefore, we discuss two types
of methods here: i) the raw frequency method, that focuses on the raw frequencies of positive cases of each
syndromic groups over a period of time, and ii) the variance method, that considers the di erences between
the frequencies in consecutive time windows for positive cases of each syndrome. We treated the raw frequency
methodology as the baseline method for comparison with new variance method.
4.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Results and Discussion</title>
        <p>Before applying the aberrancy detection algorithms using the raw and variance methods, we wanted to
understand how the distribution of the positive cases of each syndromic group compare using both the classi cation
system and the gold standard labels. The positive instances were counted and the summary result is shown in
Figure 1. As shown in this gure, during the syndromic class prediction process, the chief complaint classi er
produced a number of false positives as indicated by the larger numbers of the positive instances compared
with those of the actual cases for all of the three syndromic groups. However, the trends in the predicted cases
followed those of the actual cases, i.e., the distribution of false positives is uniform.</p>
        <p>Since we are using aberrancy detection algorithms, a uniform distribution of false positives will not negatively
a ect the detection process. The aberrancy detection algorithms consider the mean and the standard deviation
of time windows and set a threshold accordingly before indicating an abnormal deviation in the number of
positive cases of the syndromes. The false positives are therefore adjusted by the sample means and sample
standard deviations. In other words, the aberrancy detection algorithms can play a pivotal role in situations
where the underlying data are noisy and the classi cation system produces a reasonable amount of false positives.</p>
        <p>
          Another advantage of using the EARS aberrancy detection algorithms is that only a 7-day baseline is required.
This helps to quickly identify any health-related outbreaks within a short period of time without the need for
a longer-term data background. Moreover, due to varying seasonal trends and varying numbers of patients
visiting medical centres over weekends and weekdays, a more systematic way of detecting disease outbreaks is
required. Aberrancy detection algorithms provide inherent measures to control such false alarm rates and the
di erent algorithms are categorized according to their sensitivity in nding abnormal deviations; C1 having
mild, C2 medium, and C3 ultra sensitivity[
          <xref ref-type="bibr" rid="ref2">13</xref>
          ] for detecting aberrancies.
        </p>
        <p>We applied the aberrancy detection algorithms in the way discussed in the last section to the SynSurv data
set. C3 detected approximately 400 aberrancies for each syndrome using the raw data. Analysing each of these
400 alerts is an intensive process for a health practitioner. Although this large number of aberrancies were
cut to nearly half for the variance data, the number of aberrancies is still reasonably high. Therefore, we used
the C2 algorithm as it has medium sensitivity, resulting in more manageable numbers of aberrancies. Figure 2
depicts the results for the C2 algorithm on the predicted data only for space limitations.</p>
        <p>From Figure 2, it can be seen that there are a large number of peak lines above the threshold value 3 on the
left, while the curves on the right have a smaller number of peaks crossing the threshold value detecting possible
outbreaks. Therefore, nding the di erences in the number of diseases between two consecutive weeks, i.e., the
variance method, results in a less noisy output and is a more feasible method for nding possible outbreaks
compared with using raw frequencies between consecutive time periods.</p>
        <p>It is di cult to assess whether the detected aberrancies represent real disease outbreaks. To address this, we
compared the onset dates detected by the C2 algorithm with the predicted data (the variance method) with the
Australian National In uenza Surveillance Scheme reports, which we consider to be the best available source of
information pertaining to in uenza outbreaks.</p>
        <p>
          In 2005, our system predicted aberrancies in the SynSurv data in early July, which falls in the u season in
Australia (i.e., from June to August each year). \In uenza infections are seasonal in temperate climates (June
to September in the Southern Hemisphere and December to April in the Northern Hemisphere)" [9]. Another
detected date was in the week ending October 2, 2005. \The 2006 Australian in uenza season was mild in
comparison to previous years and was predominantly due to in uenza A infections" as reported in the In uenza
Annual Report 2007 [
          <xref ref-type="bibr" rid="ref7">18</xref>
          ]. In 2006, our system (even with an increased threshold above 3) did not nd any
outbreak. In 2007, the dates detected were in September only. The 2008 in uenza also followed the traditional
u season pattern [
          <xref ref-type="bibr" rid="ref3">14</xref>
          ]; however, there was a gradual increase in noti cations above non-seasonal levels from
much earlier in the year. The out of season dates our system detected in 2008 also started from mid January to
the end of February. For 2009, we detected aberrancies in most of April and mid August, again within the u
season. According to [1], Flu-like Illness presentations to emergency departments remained steady and slightly
above background levels in 2009.
        </p>
        <p>It should be noted that the Australian Annual In uenza reports make use of various surveillance methods
including reports from emergency departments, general practitioners, and laboratory con rmed cases all over
the country. The SynSurv data, however, includes Victorian emergency department data only which may not
be a comprehensive representation of the national data. We interpret our results to be reliable as long as the
detected aberrancies fall within the u season of Australia. No o cial reports exist for the Acute Respiratory
and Diarrhoea groups and therefore we cannot directly assess performance of the method for these diseases.
We employed a new technique to perform retrospective syndromic surveillance of three speci c syndromic groups,
i.e., Flu-like Illness, Acute Respiratory, and Diarrhoea over the Victorian Syndromic Surveillance (SynSurv)
data set consisting of a large number of emergency department chief complaints. The process started with the
analysis of the unstructured text of the chief complaints and the classi cation of these into the three syndromic
groups using supervised machine learning methods. Then, aberrancy detection algorithms were utilized on both
the raw frequencies of positive disease cases and the variances between the number of positive cases of each
syndromic group over shifting windows of time (each window comprising 7 days). While the machine learning
classi er produced a number of false positives for each syndromic group, the aberrancy detection procedure was
insensitive to those (uniformly distributed) false positives, due to its consideration of the mean and standard
deviation of frequency di erences over time. More importantly, we found that the detection of possible disease
outbreaks using our new variance method, which considers the di erences between disease frequencies as the
inputs to the aberrancy detection process, will result in a more e ective outbreak detection compared with the
standard method that uses the raw frequencies of the positive cases.</p>
        <p>Our study has limitations based on the e ectiveness of the SynSurv data set for outbreak detection. The
SynSurv data set only contains data from Emergency Departments of hospitals. Real-time syndromic surveillance
may require incorporation of other sources of data such as those from medical practitioners for more e ective
surveillance.</p>
        <p>
          In future work, we are planning to further investigate the textual features of chief complaints using more
in-depth natural language processing techniques to nd other (complementary) methods for identifying disease
outbreaks from chief complaints. Similar to our related work on Ebola [
          <xref ref-type="bibr" rid="ref6">17</xref>
          ], we would like to understand whether
any speci c lexical properties of chief complaints, such as the distribution of linguistic structures, are associated
with any signi cant deviations in the number of positive cases of syndromic groups.
        </p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Lori</given-names>
            <surname>Hutwagner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>William</given-names>
            <surname>Thompson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. Matthew</given-names>
            <surname>Seeman</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Tracee</given-names>
            <surname>Treadwell</surname>
          </string-name>
          .
          <article-title>The bioterrorism preparedness and response early aberration reporting system (ears)</article-title>
          .
          <source>Journal of Urban Health</source>
          ,
          <volume>80</volume>
          (
          <issue>1</issue>
          ):i89{
          <fpage>i96</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Lori</surname>
            <given-names>Hutwagner</given-names>
          </string-name>
          , Timothy Browne,
          <string-name>
            <given-names>G. Matthew</given-names>
            <surname>Seeman</surname>
          </string-name>
          , and
          <string-name>
            <surname>Aaron</surname>
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Fleischauer</surname>
          </string-name>
          .
          <article-title>Comparing aberration detection methods with simulated data</article-title>
          .
          <source>Emerg Infect Dis</source>
          ,
          <volume>11</volume>
          (
          <issue>2</issue>
          ):
          <volume>314</volume>
          {
          <fpage>316</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Ian</surname>
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Barr Marlena</surname>
            <given-names>Kaczmarek</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Rhonda</given-names>
            <surname>Owen</surname>
          </string-name>
          .
          <source>Annual report of the national in uenza surveillance scheme</source>
          ,
          <source>2008. Communicable Diseases Intelligence</source>
          ,
          <volume>34</volume>
          (
          <issue>1</issue>
          ),
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>Andrew</given-names>
            <surname>Kachites McCallum. Mallet</surname>
          </string-name>
          :
          <article-title>A machine learning for language toolkit</article-title>
          . http://mallet.cs.umass.edu,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Bahadorreza</given-names>
            <surname>Ofoghi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Karin</given-names>
            <surname>Verspoor</surname>
          </string-name>
          .
          <article-title>Assessing the performance of American chief complaint classiers on Victorian syndromic surveillance data</article-title>
          .
          <source>In Proceedings of Australia's Big Data in Biomedicine &amp; Healthcare Conference</source>
          , Sydney, Australia,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Bahadorreza</surname>
            <given-names>Ofoghi</given-names>
          </string-name>
          , Meghan Mann, and
          <string-name>
            <given-names>Karin</given-names>
            <surname>Verspoor</surname>
          </string-name>
          .
          <article-title>Towards early discovery of salient health threats: A social media emotion classi cation technique</article-title>
          .
          <source>In Paci c Symposium on Biocomputing</source>
          , pages
          <volume>504</volume>
          {
          <fpage>515</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Rhonda</surname>
            <given-names>Owen</given-names>
          </string-name>
          , Ian G. Barr, Andrew Pengilley, Conan Liu, Bev Paterson, and
          <string-name>
            <given-names>Marlena</given-names>
            <surname>Kaczmare</surname>
          </string-name>
          .
          <source>Annual report of the national in uenza surveillance scheme</source>
          ,
          <source>2007. Communicable Diseases Intelligence</source>
          ,
          <volume>32</volume>
          (
          <issue>2</issue>
          ),
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Fu-Chiang</surname>
            <given-names>Tsui</given-names>
          </string-name>
          , Jeremy U. Espino,
          <string-name>
            <surname>Virginia M. Dato</surname>
          </string-name>
          ,
          <string-name>
            <surname>Per H. Gesteland</surname>
          </string-name>
          , Judith Hutman, and
          <string-name>
            <surname>Michael</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Wagner</surname>
          </string-name>
          .
          <article-title>Technical description of rods: a real-time public health surveillance system</article-title>
          .
          <source>Journal of the American Medical Informatics Association</source>
          ,
          <volume>10</volume>
          (
          <issue>5</issue>
          ):
          <volume>399</volume>
          {
          <fpage>408</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>C.J. van Rijsbergen. Information</given-names>
            <surname>Retrieval</surname>
          </string-name>
          .
          <year>1979</year>
          . Butterworth,
          <year>1979</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>Yiliang</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Atrubin</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          .
          <article-title>Initial evaluation of the early aberration reporting system{ orida</article-title>
          .
          <source>Morbidity and Mortality Weekly Report</source>
          ,
          <volume>54</volume>
          (
          <issue>123</issue>
          ):
          <fpage>1</fpage>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>