Digital Imaging and Communications in Medicine (DICOM) is the communication standard for imaging and related metadata in healthcare.
However, DICOM’s complexity can be a barrier, and it may not give you the holistic view of the patient. With Redox, you can translate DICOM operations 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 these use cases:
- Providers needing to interpret any kind of imaging or related metadata.
- Providers wanting to view a patient’s historical imaging without needing previous provider interpretations.
- Vendors consuming imaging data for AI learning or processing.
The Redox FHIR® ImagingStudy resource translates imaging metadata to FHIR®. Refer to the ImagingStudy schema.
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 translates standard DICOM operations into a FHIR® bundle. Check out which DICOM operations we support below.
DICOM operation | Description | Redox FHIR® |
|---|---|---|
QIDO-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. | ImagingStudy_search This is the Redox FHIR® operation when you query for the location of a patient’s imaging results. |
WADO-RS | Exchanges databases or registries of DICOM objects. | ImagingStudy read This is the Redox FHIR® interaction when you query an endpoint URL for the original imaging results. |