Wado and FHIR

16
WADO AND FHIR A DICOM newbie visits SIIM2014 Ewout Kramer [email protected] HL7 AID OOC, juni 2014

description

In this presentation I am discussing implementing the FHIR ImagingStudy endpoint using DICOM QIDO RS during the out-of-cycle HL7 AID meeting in Amsterdam

Transcript of Wado and FHIR

Page 1: Wado and FHIR

WADO AND FHIRA DICOM newbie visits SIIM2014

Ewout [email protected]

HL7 AID OOC, juni 2014

Page 2: Wado and FHIR
Page 3: Wado and FHIR

EMR Lab

PACS

Pharmacy

Page 4: Wado and FHIR

PACS Lab

EMR

Pharmacy

Page 5: Wado and FHIR

DigitalImagingandCommunicationinMedicine

Page 6: Wado and FHIR
Page 7: Wado and FHIR

"Chapter 6" 75 pagina's3.644 elements

Page 8: Wado and FHIR

• File format NOT an object model!

• Not normalized

Page 9: Wado and FHIR

DicomObject

All 3.644 attributes

• Flat structure (well, some of the datatypes are complex)

• Sets of key/value pairs• "All DICOM Objects must

include Patient, Study, Series and Image"

• FHIR: Focus on "registry" function/searching

Page 10: Wado and FHIR

Biggest Challenge:

Granularity

Page 11: Wado and FHIR
Page 12: Wado and FHIR
Page 13: Wado and FHIR

QIDO-RS

Page 14: Wado and FHIR

GET https://dicomweb.myhospital.com/studies/?00100010=THOMPSONAccept: application/json

QIDO-RS and then WADO-RS

"00081190": { "vr": "UT", "Value": [ "https://dicomweb.myhospital.com/studies/ 1.2.392.200036.9116.2.2.2.1762893313.1029997326.945873" ] }

Add Retrieve URL (0008,1190)

GET https://dicomweb.myhospital.com/studies/ 1.2.392.200036.9116.2.2.2.1762893313.1029997326.945873 Accept: multipart/related; type=image/jpeg

Page 15: Wado and FHIR

Secondary Challenges

Composition/reference• DICOM – composition only

Syntax• DateTime -> date+time• Approx. 25 datatypes need

to be converted

Page 16: Wado and FHIR

Now, I'll just have to finish doing it!