Skip to content

Convert DICOM file to FHIR imagingStudy and patient resources. Have Node.js, Python and C# examples

License

Notifications You must be signed in to change notification settings

cylab-tw/dicom-to-fhir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create FHIR ImagingStudy Object from DICOM objects

Purpose

Create a FHIR ImagingStudy JSON from local DICOM files or a DICOMweb server.

Demo site

--user-data-dir="C:/Chrome dev session2" --disable-web-security

Create JSON from local DICOM files

  • create FHIR ImagingStudy regarding the FHIR R4 base
  • examples including C#, Node.js, Python
  • It should be modified if you want to create another specification. e.g., Taiwan PAS ImagingStudy Profile.

Create JSON from a DICOMweb Server

  • A simple HTML page to query/retrieve the DICOM image from a DICOMweb server
  • In this demonstration, the DICOMweb server utilizes raccoon. It is compatible with any DICOMweb-compatible PACS server such as Orthanc, DCM4CHEE, etc.
  • This example uses simple JavaScript syntax to show how to connect a DICOMweb server.
  • The FHIR specification is based Taiwan PAS ImagingStudy Profile

Acknowledgements

About

Convert DICOM file to FHIR imagingStudy and patient resources. Have Node.js, Python and C# examples

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 49.1%
  • C# 22.7%
  • Python 18.4%
  • HTML 9.8%