FHIR Chat · PDF observations · implementers

Stream: implementers

Topic: PDF observations


view this post on Zulip AbdulMalik Shakir (Sep 03 2020 at 18:41):

Is anyone implementing Observations where the observation value is a PDF. In v2 we use ED as the datatype in OBX.2 and put the PDF in OBX.5. What is the equivalent implementation in FHIR?

view this post on Zulip David Pyke (Sep 03 2020 at 18:44):

The observation value can be in the derivedFrom element which contains a DocumentReference that points to the PDF but it's far better to attach the values directly rather than requesting the recipient to have to review a pdf.

view this post on Zulip Vassil Peytchev (Sep 03 2020 at 18:44):

Observation.valueAttachment

view this post on Zulip David Pyke (Sep 03 2020 at 18:46):

MAybe I"m missing something but I'm not seeing valueAttachment in the value[x] list

view this post on Zulip Vassil Peytchev (Sep 03 2020 at 18:47):

It's added in R5

view this post on Zulip David Pyke (Sep 03 2020 at 18:47):

That would explain it, I was looking at R4

view this post on Zulip Michele Mottini (Sep 03 2020 at 18:55):

DSTU2 and STU3 support it as well

view this post on Zulip Lloyd McKenzie (Sep 03 2020 at 19:00):

In R4, the recommendation was to use Media, but that wasn't popular.

view this post on Zulip Eric Haas (Sep 03 2020 at 19:54):

I think you can use an "R5" backport extension. forgetting the details right now

view this post on Zulip Grahame Grieve (Sep 03 2020 at 20:21):

are you sure it's not a DiagnosticReport?


Last updated: Apr 12 2022 at 19:14 UTC