Digital Imaging and Communications in Medicine (DICOM) is the communication standard for imaging and related metadata in healthcare.
Sounds nice to have one standard, right? But DICOM can be complex, and it may not give you the holistic view of the patient you’re hoping for. Alternatively, you can leverage the Redox FHIR® API to translate DICOM messages to FHIR® to interact with medical imaging and metadata in a modern, easier way.
Redox can benefit customers on the receiving side of the DICOM data exchange for different scenarios, including:
- providers that need to interpret any kind of imaging or related metadata;
- providers that want to view a patient’s historical imaging without needing previous provider interpretations; or
- vendors consuming imaging data for AI learning or processing.
We use the FHIR® ImagingStudy resource to translate imaging metadata to FHIR®. As the intermediary, Redox passes the data without processing the original images to avoid latency. But here’s how the DICOM to FHIR® queries generally go:
- You send a query to Redox for a patient’s imaging results.
- Redox queries the provider’s web service to find the original image on the Picture Archiving and Communications System (PACS) server.
- The PACS server sends a response to Redox with the URL for the storage location of the image.
- Redox returns to you the endpoint URL for the image (within the FHIR® Endpoint resource, which is referenced in ImagingStudy).
- You send a query to the endpoint URL to retrieve the original image.
Redox can translate these DICOM operations:
DICOM Operation | Description |
---|---|
WADO-RS | Exchanges PS3.10 files or separated metadata and bulk data, which allows you to retrieve entire studies and series instead of sending multiple queries for individual instances. With Redox, this is the operation we translate when you query for the location of a patient’s imaging results. |
QIDO-RS | Exchanges databases or registries of DICOM objects. With Redox, this is the operation we translate when you query an endpoint URL for the original imaging results. |