Medical devices integration

I need to integrate medical devices… for example getting information from a radiology device while scans patients’ body

I can not find resources explaining how to achieve this interaction. any recommendations?

@lloyd can you help?

Devices typically capture Observations, though in the case of images, you may be dealing with a DocumentReference or Media instance.

but, I need to find a way to integrate every possible medical device into our system

for example, if i have two hospitals each one has its own type of radiology device

the question is: how to integrate those 2 different types of radiology devices into our system

So you mean each hospital has its own distinct code system for devices and you’re trying to figure out how to manage that?