HL7 / emedicinal-product-info

Gravitate Health Project
15 stars 8 forks source link

Changes for ManufacturedItemDefinition #65

Closed gcangioli closed 1 year ago

gcangioli commented 1 year ago
cander2 commented 1 year ago

Removed the slice and added the binding.

cander2 commented 1 year ago

Made the updates but don't understand how to make it a reference to a Binary resource in the Bundle. Or if that can't be done then make the image property Data so it is base64?

costateixeira commented 1 year ago

perhaps I'm out of context on this, but property.value[x] cannot be a reference; it can be an attachment - in that case, the attachment.data will contain the base-64.

On Sun, Oct 2, 2022 at 3:29 PM Craig Anderson @.***> wrote:

[ ] How to make * property[image].value[x] only Attachment reference a Binary or Attachment.data

Made the updates but don't understand how to make it a reference to a Binary resource in the Bundle. Or if that can't be done then make the image property Data so it is base64?

— Reply to this email directly, view it on GitHub https://github.com/HL7/vulcan-eproduct-info/issues/65#issuecomment-1264644654, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3HUUAGUKX3S23HTADF3SLWBGE4JANCNFSM6AAAAAAQTL6OKM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cander2 commented 1 year ago

perhaps I'm out of context on this, but property.value[x] cannot be a reference; it can be an attachment - in that case, the attachment.data will contain the base-64.

Thanks. I updated it to .data