2 CLINICAL USE CASE
This project was driven by a specific clinical use case.
This use case was documented by the Anesthesia Pa-
tient Safety Foundation to illustrate a potential safety
problem with the way x-ray images are usually taken
during surgery.
A 32-year-old woman had a laparoscopic
cholecystectomy [gall bladder removal] per-
formed under general anesthesia. At the sur-
geons request, a plane film x-ray was shot dur-
ing a cholangiogram [bile duct image]. The
anesthesiologist stopped the ventilator for the
film. The x-ray technician was unable to re-
move the film because of its position beneath
the table. The anesthesiologist attempted to
help her, but found it difficult because the
gears on the table had jammed. Finally, the
x-ray was removed, and the surgical proce-
dure recommenced. At some point, the anes-
thesiologist glanced at the EKG and noticed
severe bradycardia. He realized he had never
restarted the ventilator. This patient ultimately
expired. (Lofsky, 2004)
It is common practice to stop the anesthesia ma-
chine ventilator for a short time during surgery when
this type of x-ray is performed. This ensures that the
patient’s chest and abdomen are not moving when the
exposure is made, thus providing a sharper image.
This does not harm the patient provided that the ven-
tilator is restarted promptly. Difficulties arise only if
the ventilator is not restarted for some reason. This
kind of problem can be mitigated by using intercon-
nected devices. If the anesthesia machine ventilator
can synchronize with the x-ray, then it is no longer
necessary to manually stop the ventilator to make the
exposure.
Synchronization between a camera and external
devices like a flash is not new. Typically, the cam-
era sends a trigger signal to the flash at the right time.
Similarly, the ventilator could synchronize with the
x-ray machine. Since ventilators are not built to send
synchronized signals to x-ray machines, we designed
our system to have a third device which sits between
the ventilator and x-ray, reads status messages from
the ventilator, and makes the decision about when to
trigger the x-ray. This third component is called the
supervisor and is described in detail in Section 4. Sys-
tems which synchronize x-rays and ventilators have
been built in the past, see for instance (Langevin et al.,
1999), but these systems must be built one at a time
for specific devices and are limited to experimental
use. Ventilators and x-ray machines are manufac-
tured by many companies. Cross-manufacturer inter-
operability would allow synchronized systems to be
built from any combination of devices that support
the functionality. The aim of the MD PnP program
is to develop techniques and standards that facilitate
medical device interoperability in order to allow such
systems to be easily assembled and used clinically.
3 PROBLEM STATEMENT AND
CHALLENGES
Our goal was to explore the safety and engineering
issues involved in building a system that would al-
low the x-ray machine to take a clear image of the
patient without the need to turn off the ventilator. Fur-
thermore, we wanted to build a system which would
illustrate the benefits of interoperability in the med-
ical domain. Interoperable medical devices are de-
vices which are capable of connecting to each other
to share data or to allow external control. Such de-
vices must have an external interface, and the design
of these interfaces is the subject of several ongoing
standards processes such as ISO/IEC 11073, Health
Level 7 (HL7), and others. The use case we addressed
specifically requires interoperability supporting exter-
nal control. The implementation we developed is not
intended to be used clinically. This project is essen-
tially a research platform for understanding the core
issues with interfacing these devices in this particular
use case.
Most medical devices currently manufactured are
not designed to be interoperable. The challenges we
faced in building this system are generally faced by
anyone trying to connect medical devices and are a
major reason such interconnection is not more com-
mon. Medical devices generally have proprietary in-
terfaces which are only documented in technical man-
uals or other material not openly available. We were
fortunate to have the cooperation of Dr¨ager, the man-
ufacturer of the ventilator we used. The interface of
the ventilator was designed to be used for diagnosis
of machine faults and to send data to the electronic
medical record, not as a source of real-time status in-
formation. Thus, it runs at a relatively slow rate, and
the low maximum sample rate (5 - 10 samples per sec-
ond) was the limiting factor in designing our control
algorithm.
A further challenge in interconnecting medical
systems is proving the safety of the resultant system.
Safety is defined as freedom from unnecessary risk,
where risks are unmitigated hazards. FDA provides
guidance on risk minimization for medical devices.
(U.S. Department of Health and Human Services,
Food and Drug Administration, Center for Drug Eval-
SYNCHRONIZING AN X-RAY AND ANESTHESIA MACHINE VENTILATOR - A Medical Device Interoperability
Case Study
53