<!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>Design and evaluation of RFID-based interactive distributed in socio-technical environments devices</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Vitor Carneiro Maia</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Universidade Federal do Rio de Janeiro</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Brazil</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Univ. Polytechnique Hauts-de-France</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>LAMIH CNRS UMR</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>France</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>This thesis intercepts human-computer interaction, software engineering, and the internet of things. It is applied to health engineering. We propose exploring RFID technology in the Internet of Things by providing a context-aware conceptual model and designing a modular hardware RFID component. The components will extend the features of RFID readers by embedding quality features and mitigating RFID limitations reported in the literature. The component might be fixed or mobile, on vertical or horizontal settings, alone, or in groups. It may be available to different stakeholders of an organization. An evaluation procedure will be proposed for systems using this component. It will be applied to a simulation developed for the health centers 4.0 context by applying it to locating medical equipment. The component will facilitate these devices' management, location, supervision, and operation, which may be vital to saving a patient. We intend to promote RFID technology in IoT systems by facilitating its use and providing comprehensive and easy-to-use guides on how to architect and develop.</p>
      </abstract>
      <kwd-group>
        <kwd>1 Internet of Things</kwd>
        <kwd>RFID</kwd>
        <kwd>Tabletop</kwd>
        <kwd>Health Center 4</kwd>
        <kwd>0</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The Internet of Things (IoT) is a paradigm based on the pervasive presence of identifiable objects
(things) that can interact and cooperate to reach common goals. Things are uniquely addressable and
equipped with sensing and actuation behaviors [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Apart from things, other actors, such as humans and
animals, can interact with IoT systems [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        Regarding the identification strategy in IoT, things may be equipped with technologies such as RFID
tags, barcodes, QR codes, and GPS. The selection of technology should depend on the characteristics
and architecture of the software system. For example, the RFID technology is composed of tags and
readers. Actors interacting through RFID usually carry an RFID reader [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] or a tagged object [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Tags
may store data and can be determined by nearby RFID readers. Readers may find tags within their
reading ranges, can hold or acquire the tag's data, or can simply identify if certain tags are near or not.
      </p>
      <p>
        RFID technology research was motivated by its presence within the architecture of the tabletops
studied at LAMIH2 in UPHF [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and also by a quick literature review on location technologies. These
tabletops comprise a matrix of 40x40 RFID reader antennas, used to identify at most 1600 tagged
objects placed on their surface. Moreover, Brazilian medical professionals from FIOCRUZ3 reported
the need for quickly locating medical devices within a hospital. This feature would be especially
necessary during the COVID-19 pandemics. However, Brazilian nurses stated that this was an issue
even in standard cases. Therefore, we were motivated to develop a solution for monitoring and quickly
locating medical equipment from this report. Furthermore, such a solution would also apply to medical
areas in war zones. Therefore, we decided to explore RFID as the identification technology, instead of
other identification technologies, due to LAMIH's prior knowledge of tabletops equipped with this
capture technology.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Problem and Motivation</title>
      <p>A quick literature review was conducted for comparing features of IoT location technologies. The
compared technologies were RFID, GPS, RTK, UWB, and Wi-Fi. Other options may exist but were
not spotted in our literature review. Among these, RFID was adopted for these studies because it is low
cost, works well indoors, the location occurs in a range of 3 meters for ultra-high passive tags, they do
not need batteries and also contains a unique identifier for identifying the tagged objects.</p>
      <p>Intending to learn about IoT and RFID, we decided to create a smart table prototype inspired by the
tabletops used at LAMIH. The prototype followed a tiled architecture, with 4 (2x2) tiles instead of 1600
(40x40). Each tile contained an RC522 RFID reader and an Arduino. A backend was developed in a
Raspberry Pi having an MQTT broker, a dashboard for informing the table's contents in real-time, and
a MySQL database. The development occurred during the COVID-19 pandemics.</p>
      <p>In the same period, researchers from COPPE/UFRJ4 were developing IoT applications to assist
COVID-19 treatment in hospitals. FIOCRUZ medical professionals reported to COPPE/UFRJ the need
for a mechanism to quickly locate equipment within hospitals. This equipment must be clean and
returned to its correct compartment to be used again. If it is in use, physicians and nurses must have the
means to know where and with whom the equipment is. The demand from FIOCRUZ motivated us to
delve into RFID technology to evolve the previous prototype and develop a robust solution to monitor
equipment within buildings such as hospitals.</p>
      <p>
        During the prototype development, the first author got in touch with available RFID materials:
ISO/IEC 18000-6 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], scattered guidelines [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and several standards by GS15. These standards contain
hardware specifications, indicate how RFID systems should be architectured and present documentation
for low-level software development directly with tags and readers. However, none of these guides give
directions regarding the implementation of RFID in context-aware software systems, or regarding the
interaction between them and users.
      </p>
      <p>From the point of view of software engineers and developers, the existing guides and standards seem
to lack the representation of elements of context-aware IoT systems for the adoption of RFID and the
nature of the interactions with them. Motivated by the seeming lack, this research aims to explore RFID
technology in literature for proposing a conceptual model for representing the structure of such systems
for locating objects in health centers using RFID technology. It will be applied to design an RFID
hardware component for equipment monitoring, which may embed several pre-implemented features.
We intend to validate the feasibility of a system using this component by simulating the implementation
of a Health Centers 4.0 system to locate medical equipment within a hospital.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Goal</title>
      <p>
        Following the quick review on location technologies, a systematic mapping [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] was conducted to
characterize usage issues of RFID technology in the new generation of interactive software systems.
      </p>
      <p>The usage issues we investigated in this preliminary review are: how RFID technology is used in
projects, who uses it, why was it used instead of other technologies, which are the known requirements
associated with it, which are the common quality characteristics and measures, and which are the most
frequent application domains implementing it. This review gave us a better understanding of how
RFID is implemented in IoT systems and how interactions occur when RFID is involved.</p>
      <p>Another intended objective is to reduce the explicit interactions of the systems implemented in health
centers, so that health professionals focus on their functions instead of on the specificities of the
software system. RFID automatic readings permits the implementation of such systems.</p>
      <p>The goal of this thesis is to define a conceptual model to orchestrate hardware and software for
interactive IoT software systems engineering in health centers.
4 https://www.cos.ufrj.br/
5 https://www.gs1.org/standards/rfid</p>
      <p>The research question is: How to support the engineering of interactive IoT software systems for
locating, using, and managing objects considering health centers constraints and minimum explicit
human-computer interaction?
3.1.</p>
    </sec>
    <sec id="sec-4">
      <title>Conceptual Model</title>
      <p>
        The conceptual model represents concepts of IoT, interactivity and context-awareness, while
applying it to concepts of health centers. The IoT paradigm enables the conception of context-aware
systems. The term context-aware appeared for the first time in 1994 [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] to refer to software that adapts
according to its location of use based on nearby people and objects, also affected by their changes over
time [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Context-aware systems are aware of their physical, virtual, and human environment and can
adapt, benefiting from the knowledge about a situation [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        Concerning the interactions, explicit interactions refer to the traditional use of software systems, such
as explicitly pressing a button. Implicit interactions refer to the implicit collection of inputs, such as
automatically identifying users, collecting data with sensors, and delivering output that was not
explicitly requested [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>The conceptual model will represent these entities: users, technology and environment while also
representing the objects, which will be located and managed in the health centers. The model will be
generic and will comprise several concepts existing in health centers, so that it can be instantiated in
systems for specific places such as hospitals, clinics and labs.
3.2.</p>
    </sec>
    <sec id="sec-5">
      <title>Design of an RFID Component</title>
      <p>We intend to design an RFID component to assist the development of IoT software systems. This
component will consist of an RFID reader and pre-implemented features. E.g., requirements such as the
reading distance and frequency bands may be configurable; quality measures such as the percentage of
successful readings may be stored and presented in a dashboard; certain algorithms may be embedded
in the component for decreasing false readings; the presence of a tag near a component may trigger an
action by other components through pairing. What to implement will depend on the contents of
conceptual model. Several components will be implemented together to cover a whole place, such as
the rooms of a hospitals, for locating tagged medical equipment.</p>
    </sec>
    <sec id="sec-6">
      <title>4. Current Status</title>
      <p>The smart table prototype was developed by the middle of 2020. The systematic mapping, intended
to be a preliminary state of art study, was already conducted. It started in July 2021 and was concluded
in December 2021. We are currently preparing a publication about the systematic mapping, which will
be this research's first publication. For the time being, the protocol and results of the systematic mapping
are available in a technical report6.</p>
      <p>We first intend to acquire knowledge about RFID technology through this systematic mapping, and
its discussion will be used as a base for achieving the next goals described as part of the methodology.</p>
      <p>A three-phase methodology was developed to reach the research's goals.</p>
    </sec>
    <sec id="sec-7">
      <title>5. Methodology 5.1.</title>
    </sec>
    <sec id="sec-8">
      <title>Conception Phase</title>
      <p>6 https://maia.mobi/arq/tech_report_rfid.pdf</p>
      <p>
        The systematic mapping delivered plenty of information for most research questions, except for the
questions about quality characteristics, RFID requirements, and limitations. It also spotted that
ultrahigh frequency passive RFID may cause interference in some electrical medical equipment
[
        <xref ref-type="bibr" rid="ref14 ref15 ref4 ref6 ref7">4,6,7,14,15</xref>
        ]. Due to this limitation, depending on the requirements of a specific health center, it may
be necessary to use other technologies instead, or together with RFID.
      </p>
      <p>The conception phase will comprise further research on systems for locating objects for better
understanding the important characteristics to be considered in such software systems. Additionally, we
will conduct a systematic literature mapping on another location technology, to verify the feasibility of
mixing technologies in such location systems.
5.2.</p>
    </sec>
    <sec id="sec-9">
      <title>Development Phase</title>
      <p>Once the conceptual phase is finished, the design of the conceptual model will begin. It will represent
elements of context-aware systems when applied to health centers, while permitting instantiation for
specific locations, such as hospitals. It will represent the ubiquity level of technologies, in case of
including additional protocols other than RFID. The component will be designed next. It will be used
for monitoring equipment in indoor areas. They will be build based on the knowledge acquired during
the conception of the model.</p>
      <p>We seek to (1) implement support for software quality monitoring by using quality measures; (2)
implement algorithms to mitigate RFID technology's limitations; (3) turn the component as much
configurable as possible through a manager interface; (4) encapsulating functions for surveying tags
given a frequency, pairing with other components, among others. We will build the component as well,
just after designing it.
5.3.</p>
    </sec>
    <sec id="sec-10">
      <title>Feasibility Phase</title>
      <p>We wish to evaluate if the components' systems effectively benefit from implementing the
component instead of common RFID architecture. We will elaborate a procedure for assessing the use
of the system based on quality criteria.</p>
      <p>We will check how the built component behaves in distinct applications by verifying its usage and
behavior in several settings: for detecting one or more objects on a shelf (horizontal) and for detecting
one or more objects hanging on walls (vertical); on moving objects (mobile), such as being carried by
a person through a house; when paired to other components (in groups).</p>
      <p>As a final step, we wish to validate the research in the context of Health Centers 4.0. It is unclear if
we will be able to create a real application within a hospital, so we intend to simulate an application by
using a programming tool such as SimPy7. We plan on developing a system for managing medical
equipment. With the assistance of several RFID components, the system will monitor if tagged
equipment such as defibrillators, wheelchairs, and stethoscopes are in their proper place. The system
will indicate where and who uses them if they are not. The software system may also remind health
professionals to clean the equipment before returning, among other health-related requirements we may
find by this validation. Finally, this system will go through the previously defined evaluation procedure.
Results will be discussed, the proposal will be refined, and every artifact created so far.</p>
    </sec>
    <sec id="sec-11">
      <title>6. Conclusion and Future Works</title>
      <p>This research intends to explore RFID technology and providing a conceptual model to facilitae the
development of context-aware IoT software systems for health centers. An RFID component will be
designed and built to extend the functionalities of common RFID readers and provide extra care with
software quality. An evaluation procedure will be developed for systems using the component. These
contributions will be validated by simulating and evaluating a system for Health Centers 4.0 context.</p>
      <p>As overall contributions, this research intends to promote RFID technology in IoT software systems
by facilitating its use and providing comprehensive and easy-to-use guides on how to architect and
develop. In addition, this research intends to improve the location of objects in hospitals and other
7 https://simpy.readthedocs.io/en/latest/contents.html
indoor areas by delivering the design of the RFID component, its documentation, example applications,
and an evaluation procedure.</p>
    </sec>
    <sec id="sec-12">
      <title>7. References</title>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Luigi</given-names>
            <surname>Atzori</surname>
          </string-name>
          , Antonio Iera, and
          <string-name>
            <given-names>Giacomo</given-names>
            <surname>Morabito</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>The Internet of Things: A survey</article-title>
          .
          <source>Computer Networks</source>
          <volume>54</volume>
          ,
          <issue>15</issue>
          (
          <year>2010</year>
          ),
          <fpage>2787</fpage>
          -
          <lpage>2805</lpage>
          . DOI:https://doi.org/10.1016/j.comnet.
          <year>2010</year>
          .
          <volume>05</volume>
          .010
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Jorge</given-names>
            <surname>Biolchini</surname>
          </string-name>
          , Paula Mian, Ana Natali, Tayana Conte, and
          <string-name>
            <given-names>Guilherme</given-names>
            <surname>Travassos</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Scientific research ontology to support systematic review in software engineering</article-title>
          .
          <source>Advanced Engineering Informatics</source>
          <volume>21</volume>
          , (
          <year>April 2007</year>
          ),
          <fpage>133</fpage>
          -
          <lpage>151</lpage>
          . DOI:https://doi.org/10.1016/j.aei.
          <year>2006</year>
          .
          <volume>11</volume>
          .006
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Amira</given-names>
            <surname>Bouabid</surname>
          </string-name>
          , Sophie Lepreux, and
          <string-name>
            <given-names>Christophe</given-names>
            <surname>Kolski</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Design and evaluation of distributed user interfaces between tangible tabletops</article-title>
          .
          <source>Universal Access in the Information Society</source>
          <volume>18</volume>
          ,
          <issue>4</issue>
          (November
          <year>2019</year>
          ),
          <fpage>801</fpage>
          -
          <lpage>819</lpage>
          . DOI:https://doi.org/10.1007/s10209-017-0602-4
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Federica</given-names>
            <surname>Censi</surname>
          </string-name>
          , Eugenio Mattei, Michele Triventi, Pietro Bartolini, and
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Calcagnini</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Radiofrequency identification and medical devices: the regulatory framework on electromagnetic compatibility. Part I: medical devices</article-title>
          .
          <source>Expert Review of Medical Devices</source>
          <volume>9</volume>
          ,
          <issue>3</issue>
          (May
          <year>2012</year>
          ),
          <fpage>283</fpage>
          -
          <lpage>288</lpage>
          . DOI:https://doi.org/10.1586/erd.12.4
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Albertus</given-names>
            <surname>Dwiputra</surname>
          </string-name>
          , Handry Khoswanto, Raymond Sutjiadi, and
          <string-name>
            <given-names>Resmana</given-names>
            <surname>Lim</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>IoT-Based Car's Parking Monitoring System</article-title>
          .
          <source>MATEC Web of Conferences</source>
          <volume>164</volume>
          , (
          <year>January 2018</year>
          ),
          <fpage>01002</fpage>
          . DOI:https://doi.org/10.1051/matecconf/201816401002
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hikage</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Kawamura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Nojima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Koike</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Fujimoto</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Toyoshima</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Active implantable medical device EMI assessments for electromagnetic emitters operating in various RF bands</article-title>
          .
          <source>In 2011 IEEE MTT-S IMWS on Innovative Wireless Power Transmission: Technologies, Systems, and Applications</source>
          , IEEE, Uji, Kyoto,
          <fpage>109</fpage>
          -
          <lpage>112</lpage>
          . DOI:https://doi.org/10.1109/IMWS.
          <year>2011</year>
          .5877102
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>E.</given-names>
            <surname>Iadanza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Chini</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F.</given-names>
            <surname>Marini</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Electromagnetic Compatibility: RFID and Medical Equipment in Hospitals</article-title>
          .
          <source>In IUPESM WC2012</source>
          , Beijing, China, Mian Long (ed.). Springer Berlin Heidelberg, Berlin, Heidelberg,
          <fpage>732</fpage>
          -
          <lpage>735</lpage>
          . DOI:https://doi.org/10.1007/978-3-
          <fpage>642</fpage>
          -29305-4_
          <fpage>192</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8] ISO/IEC.
          <year>2010</year>
          . ISO/IEC 18000-
          <article-title>6 Information technology - Radio frequency identification for item management - Part 6: Parameters for air interface communications at 860 MHz to 960 MHz</article-title>
          . ISO/IEC.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Tom</given-names>
            <surname>Karygiannis</surname>
          </string-name>
          , Bernard Eydt, Greg Barber, Lynn Bunn, and
          <string-name>
            <given-names>T.</given-names>
            <surname>Phillips</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Guidelines for Securing Radio Frequency Identification (RFID) Systems</article-title>
          . Retrieved from https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=
          <fpage>51156</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Jashanjit</surname>
            <given-names>Kaur</given-names>
          </string-name>
          , Nehal Molasaria, Niyati Gupta, Shengjie Zhang, and
          <string-name>
            <given-names>Wei</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Sleepstellar: A Safety Kit and Digital Storyteller for Sleepwalkers</article-title>
          .
          <source>In Proceedings of CHI EA '15 (CHI EA '15)</source>
          , ACM, New York, NY, USA,
          <fpage>31</fpage>
          -
          <lpage>36</lpage>
          . DOI:https://doi.org/10.1145/2702613.2726955
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Rebeca</given-names>
            <surname>Campos</surname>
          </string-name>
          <string-name>
            <surname>Motta</surname>
          </string-name>
          , Káthia Marçal de Oliveira, and Guilherme Horta Travassos.
          <year>2019</year>
          .
          <article-title>A Framework to Support the Engineering of Internet of Things Software Systems</article-title>
          .
          <source>In Proceedings of the ACM SIGCHI Symposium on Engineering Interactive Computing Systems (EICS '19)</source>
          , ACM, New York, NY, USA. DOI:https://doi.org/10.1145/3319499.3328239
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Stefan</given-names>
            <surname>Poslad</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Ubiquitous Computing: Smart Devices, Environments and Interactions</article-title>
          . Wiley Publishing.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Bill</given-names>
            <surname>Schilit</surname>
          </string-name>
          and
          <string-name>
            <given-names>Marvin</given-names>
            <surname>Theimer</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Disseminating Active Map Information to Mobile Hosts</article-title>
          . IEEE Network (
          <year>1994</year>
          ),
          <fpage>22</fpage>
          -
          <lpage>32</lpage>
          . DOI:https://doi.org/10.1109/65.313011
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Seth J Seidman and Joshua W Guag</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Adhoc electromagnetic compatibility testing of nonimplantable medical devices and radio frequency identification</article-title>
          .
          <source>BioMedical Engineering OnLine 12</source>
          ,
          <issue>1</issue>
          (
          <year>2013</year>
          ),
          <fpage>71</fpage>
          . DOI:https://doi.org/10.1186/
          <fpage>1475</fpage>
          -925X-
          <fpage>12</fpage>
          -71
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Remko</surname>
            <given-names>van der Togt</given-names>
          </string-name>
          , Erik Jan van Lieshout,
          <string-name>
            <surname>Reinout Hensbroek</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Beinat</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          <string-name>
            <surname>Binnekade</surname>
            , and
            <given-names>P. J. M.</given-names>
          </string-name>
          <string-name>
            <surname>Bakker</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Electromagnetic Interference From Radio Frequency Identification Inducing Potentially Hazardous Incidents in Critical Care Medical Equipment</article-title>
          .
          <source>JAMA 299</source>
          ,
          <issue>24</issue>
          (
          <year>June 2008</year>
          ),
          <fpage>2884</fpage>
          -
          <lpage>2890</lpage>
          . DOI:https://doi.org/10.1001/jama.299.24.2884
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>