FHIR Chat · Medication Image · Medication

Stream: Medication

Topic: Medication Image


view this post on Zulip Patricia Almeyda Polanco (Nov 12 2019 at 14:50):

What is the best place to put the images of a medication, since image field is not longer in medication knowledge resource? We notice that in medication knowledge we can set a monograph reference to a media resource.

view this post on Zulip Lloyd McKenzie (Nov 12 2019 at 14:56):

It seems that it should at least be a standard extension on MedicationKnowledge. @Melva Peters ?

view this post on Zulip Jose Costa Teixeira (Nov 12 2019 at 15:04):

MedicationKnowledge.drugCharacteristic.valueAttachment or MedicationKnowledge.drugCharacteristic.valueBase64Binary

view this post on Zulip Jose Costa Teixeira (Nov 12 2019 at 15:05):

and MedicationKnowledge.drugCharacteristic.type="image"

view this post on Zulip Patricia Almeyda Polanco (Nov 12 2019 at 15:14):

We have image stored in an other server, so we need something like Attachment to have the reference

view this post on Zulip Jean Duteau (Nov 12 2019 at 15:15):

What is the best place to put the images of a medication, since image field is not longer in medication knowledge resource? We notice that in medication knowledge we can set a monograph reference to a media resource.

That would go in the MedicationKnowledge.drugCharacteristic element. Use a type of 'image' and put the image in the valueBase64Binary.

view this post on Zulip Jean Duteau (Nov 12 2019 at 15:16):

We have image stored in an other server, so we need something like Attachment to have the reference

We can add valueAttachment to the set of drugCharacteristic.value choices. Please raise a tracker item so we can consider that.

view this post on Zulip Jose Costa Teixeira (Nov 12 2019 at 15:27):

valueAttachment is already there

view this post on Zulip Jose Costa Teixeira (Nov 12 2019 at 15:27):

pasted image

view this post on Zulip Jean Duteau (Nov 12 2019 at 15:28):

valueAttachment is already there

Yeah, I was looking at R4 and not current. I was sure we had already added this but it wasn't there. Should have remembered that we fixed this already. :)

view this post on Zulip Patricia Almeyda Polanco (Nov 12 2019 at 15:46):

thanks


Last updated: Apr 12 2022 at 19:14 UTC