The integration engine: the hospital's translator
Lesson 1 ended at a hub that lets each system speak one standard instead of many bespoke links. That hub is an integration engine (also called an interface engine). It is the piece of infrastructure that receives messages, decides where they should go, reshapes them for each destination, and guarantees delivery.
A sending system rarely produces exactly what a receiver expects. The lab emits an HL7 v2 result; the new analytics platform wants a FHIR Observation; a downstream system needs three fields renamed and a code translated. The engine sits in the middle and does that work declaratively, so you are not writing and redeploying a bespoke program for every pair. It also buffers, retries, logs, and lets you replay a message that failed. This is where an integration engineer spends most of the day.

