Stream: Medication
Topic: Medication Image
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.
Lloyd McKenzie (Nov 12 2019 at 14:56):
It seems that it should at least be a standard extension on MedicationKnowledge. @Melva Peters ?
Jose Costa Teixeira (Nov 12 2019 at 15:04):
MedicationKnowledge.drugCharacteristic.valueAttachment or MedicationKnowledge.drugCharacteristic.valueBase64Binary
Jose Costa Teixeira (Nov 12 2019 at 15:05):
and MedicationKnowledge.drugCharacteristic.type="image"
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
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.
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.
Jose Costa Teixeira (Nov 12 2019 at 15:27):
valueAttachment is already there
Jose Costa Teixeira (Nov 12 2019 at 15:27):
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. :)
Patricia Almeyda Polanco (Nov 12 2019 at 15:46):
thanks
Last updated: Apr 12 2022 at 19:14 UTC