FHIR Chat · Imaging Study-PACS · implementers

Stream: implementers

Topic: Imaging Study-PACS


view this post on Zulip Lital Inghel (Oct 17 2021 at 10:58):

hi
is the endpoint reference the place to send the PACS link for an imaging study? or should it be a different field?
http://hl7.org/fhir/R4/imagingstudy-definitions.html#ImagingStudy.endpoint

view this post on Zulip Lloyd McKenzie (Oct 17 2021 at 14:22):

@Elliot Silver

view this post on Zulip Elliot Silver (Oct 17 2021 at 14:28):

Yes, the endpoint would typically be the PACS server. You should be able to configure WADO, QIDO, or STOW DICOMweb protocols.

view this post on Zulip Elliot Silver (Oct 17 2021 at 14:31):

The discussion on the ImagingStudy page shows how to use the contents of the resource to put together endpoint info to create the URL used to access the image.

view this post on Zulip Lital Inghel (Oct 17 2021 at 14:57):

thanks! how do I get to ImagingStudy page to see this discussion? I tried by searching with no success, probably doing something wrong

view this post on Zulip Elliot Silver (Oct 18 2021 at 02:12):

http://hl7.org/fhir/R4/imagingstudy.html#notes

view this post on Zulip Lital Inghel (Oct 18 2021 at 20:09):

can Reference element in diagnostic report (link) can also serve for the PACS refernce?

view this post on Zulip Elliot Silver (Oct 18 2021 at 21:12):

A Reference can stand in for anything that could be identified by a FHIR resource, therefore you could theoretically have a reference to a PACS (as a Device), or a DICOM study (ImagingStudy) provided your exchange partners knew to expect it. I’d rather have the reference actually point to a (minimally) filled out Device or ImagingStudy though, rather than use Reference.identifier.


Last updated: Apr 12 2022 at 19:14 UTC