Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.33 KB

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