Technology

Medical Device Integration

The middleware layer that quietly determines whether a smart room actually works.

12 min readUpdated June 5, 20263 topics

What MDI covers

Medical device integration (MDI) is the practice of getting data from bedside devices — monitors, ventilators, pumps, beds — into clinical systems in a form clinicians can trust. It sits between the device and the EHR and is governed by IEC 80001 at the network level, IEEE 11073 at the semantic level, and either HL7 v2 or FHIR at the transport level.

The architecture

Interactive diagram

Fig. — A typical vendor-neutral MDI stack.

Use the plus and minus buttons or the plus and minus keys to zoom. Drag with the mouse or use the arrow keys to pan. Press 0 to reset.

The standards stack

LayerStandardFunction
Physical / linkIEEE 802.3 / 802.11Wire / wireless connectivity
Device protocolIEEE 11073-20601 (PHD), 11073-10101 (nomenclature)Common device semantics
AlarmIEC 60601-1-8Alarm categories and priorities
Message transportHL7 v2 ORU^R01, FHIR ObservationPush data into EHR
Risk managementIEC 80001-1Network-level risk
CybersecurityAAMI TIR57, IEC 81001-5-1Security lifecycle

Clinical validation

The hardest part of MDI is not moving bytes; it is convincing a clinician that the number in the flowsheet reflects the number on the device at the moment they trust it did. Validation elements:

  1. Latency budget documented end-to-end (device sample → flowsheet visible).
  2. Unit conversion verified per device model.
  3. Timestamp source unambiguous — device clock vs. gateway clock vs. EHR clock.
  4. Failure mode defined — gap indicators when data stops flowing.
  5. Change control — every driver or firmware update is a documented event.

References

The referenceable standards for MDI are unusually clear. Use them.

References & further reading

  1. 1IEEE 11073-10101 Point-of-care medical device communication — Nomenclature
  2. 2IEEE 11073-20601 Personal Health Device optimized exchange protocol
  3. 3IEC 80001-1:2021 Risk management for IT-networks incorporating medical devices
  4. 4HL7 v2.x ORU^R01 message specification
  5. 5AAMI TIR57 Principles for medical device security — Risk management

Help us improve

Spotted something wrong, outdated, or unclear? Let the editors know.