Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Short Description

DICOM/DICOMweb™ is used for Imaging-centric workflows. e.g. PACS, Post-processing applications.

FHIR is used for information centric workflows. e.g. EMRs, EHRs.

DICOM and FHIR Connectathon track is about integrating FHIR with medical imaging and DICOMweb™. In this track, the focus will be on contributing towards mapping of DICOM SR to FHIR and DICOM image sharing in ABDM context.

Long Description

The goals of the Connectathon are:

•           Integrating FHIR® with medical imaging and DICOMweb™

•           Extract key content from DICOM SR ( AI Result , measurement report, etc) into FHIR resources, Observation

•           Review and contribute to Mapping of DICOM SR to FHIR IG proposal

•           Generate DICOM SR to FHIR mapping using TID 1500 as described in IHE AIR

•           Demonstrate an integrated workflow of storing DICOM SR based AI results into FHIR Server and display in a FHIR based client application.

•           Proposal for DICOM image sharing using ABDM in India context.

Type

Test and Implementation Guide

Submitting Work Group/Project/Accelerator/Affiliate/Implementer Group  


Track Lead(s)

Co-Leads

Anand Jahagirdar

Arunachalam Annamalai and Muralidhar Chowdary, N

Track Lead Email(s)

Co-Leads Emails

anand.jahagirdar@siemens-healthineers.com

arunachalam.annamalai@siemens-healthineers.com, muralidhar.nagineni@siemens-healthineers.com

Related Tracks

FHIR Starter Track 
FHIR Server Implementation Track
ABDM Implementation Track

FHIR Version

FHIR R4

Specification(s) this track uses

https://confluence.hl7.org/display/IMIN/Mapping+of+DICOM+SR+to+FHIR


Reference:

DICOM SR Measurement Report Implementation Guide

https://confluence.hl7.org/display/FHIR/DICOM+SR+to+FHIR+Observation+Mapping+IG+Proposal

http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1500

https://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_Suppl_AIR.pdf

Connectathon Orientation call

 Friday, Nov 20th @ 1730 IST 

Slidedeck:

https://fhirindia.zulipchat.com/user_uploads/32116/Xa_ijC_uARZL3bHKEvGhRsfI/DICOM_Basics_Training_Track_Connectathon_2021-2.pptx


Preconnectathon sessions / webinars:

Sno

Session

Date and Time

1

DICOM and FHIR - Track orientation session

19th Nov, Friday, 530 PM

2

Overview of DICOM and DICOM Tools

20th Nov, Saturday
11AM

3

Hands-on training on Orthanc DICOM Server and DICOMWeb interfaces

26th Nov, Friday
530 PM

4

Insights of DICOM SR TID 1500 and IHE AIR profile

27th Nov, Saturday
11AM

5

Walkthrough of DICOM SR to FHIR IG proposal

3rd Dec, Friday
530 PM

6

Hands-on training on Scriban templating language

4th Dec, Saturday
11AM


Expected participants

Approximately ~10-15~20

Roles: like Architects, Product Managers / Product Owner , Developers , Testers, Research Scientist, Interoperability SMEs

Companies: like AliveCore India, Frappe,  Healthcare Technology SolutionsSiemens Healthineers ,  forgeahead, Philips, Medsynaptic Pvt Ltd, PhilipsXYRAM, Siemens Healthineers CitiusTech

Zulip stream

https://fhirindia.zulipchat.com/#narrow/stream/272723-Training-.26.20Conferences/topic/DICOM.20and.20FHIR.20Track.20-.20FHIR.20Connectathon.20India.202021

Track Details

·          Systems and Software

·         Acquisition system: Use DICOM for communication with other systems like PACS

·         AI based Imaging analysis software:

·         Capture measurements, derived measurements and qualitative evaluations in a DICOM structured report(SR) format.

·         In this Connectathon, TID 1500 based DICOM SR format will be used.

·         Radiologist will review content provided in the SR and may include the results in the report as observations.

·         Use case : Imaging measurements transformed to FHIR observations

·         Measurements are made from the acquired images.

·         Imaging analysis systems ( AI Machines) use TID 1500 and map the imaging measurements in the DICOM structured report.

·         Mapping from each measurement from the SR to an individual FHIR observation.

·         Use case : Image distribution in ABDM system ( analysis in progress)


Integrating AI workflow in Connectathon:


Pneumothorax is an example of how AI is used in a clinical environment for a potentially life-threatening but readily treated emergency

·         A patient presents in an emergency room after a motor vehicle accident and has an x-ray. 

·         The image is obtained from the modality

·         The images are sent to the PACS and AI algorithm.

·         Before a Radiologist sees the results, an AI algorithm detects and estimates pneumothorax size. The AI algorithm sends the report to the PACS as a DICOM SR with the information, identification, and graphic highlighting the pneumothorax.

·         The AI findings, while captured as DICOM SR for the Radiologist read, the AI Findings need to be encoded as a FHIR observation to interact with systems that are non-imaging.

·         “DICOM to FHIR Converter” component to be developed will:

Fetch DICOM images and SR from PACS using DICOMWeb interface

Parses the DICOM Study to generate FHIR ImagingStudy resource

Parses the DICOM SR, applies mapping to create FHIR Observation resource.

·         The FHIR resources ( ImagingStudy, Observation) will be sent to FHIR server for storing

·         Referring physician reads patient clinical data along with data converted from DICOM for further patient care process.


Connectathon work


·         PreConnectathon

o   Sessions/Webinars on DICOM, DICOMWeb communication, FHIR Observation resources

o   Understand TID 1500, IHE AIR to map the DICOM SR to FHIR

o   Hands-on trainings on tools required for the workflow integration:

Orthanc DICOM server, Dcmtk tools, AX DICOM tools, Liquid templating language


·         Connectathon Output

1.      Report for review and improvement done for the DICOM SR to FHIR IG proposal

2.      Liquid template for DICOM SR to FHIR (based on TID 1500) mapping stored in Github

3.      End2End integration using several opensource tools to demonstrate the integrated AI workflow

4.      Recommendation to ABDM on the image sharing workflow - concept proposal

  1. Connectathon participant to use DICOMWeb interfaces or StoreSCU to store prepared DICOM images and SR to Orthanc Server.
  2. Use postman to query Orthanc server and store the DICOM image/SR JSON result on local system.
  3. Generate Scriban template for mapping DICOM SR to FHIR using DICOM TID 1500 as defined in IHE AIR
  4. Use online scriban converter tool (https://scribanonline.azurewebsites.net/) to convert DICOM SR/Image JSON to FHIR Observation and Imaging Study by applying the Scriban templates generated.
  5. Use postman to post the FHIR generated resources ( Observation , ImagingStudy) to FHIR server.
  6. View the results using postman by connecting to FHIR Server.

Tools/Opensource to be used during connectathon

·         Dcmtk

·         AX DICOM Tools

·         Fo-Dicom library

·         Orthanc DICOM Server

·         Hapi FHIR Server

·         Scriban templating language


Schedule for Connectathon



...