Stream: implementers
Topic: Organization Logos
Brian Postlethwaite (Jul 19 2018 at 12:23):
Wondering if anyone else has thought to include logos in their Directories for Organizations.
If so, how would you feel about using this extension that I was going to suggest
This could be used on Organization, Location, HealthcareService, and even other things like Medications, Devices I’d use a separate extension for the thumbnail or photo of the item (which would be more appropriate for Locations) <extension url=”http://hl7.org/fhir/StructureDefinition/logo”/> <valueAttachment> <url value=”http://blah.blah/logo.gif”/> </valueAttachment> </extension>
or
<extension url=”http://hl7.org/fhir/StructureDefinition/logo”/> <valueAttachment> <contentType value=”image/gif”/> <data value=”R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP …”/> </valueAttachment> </extension>
Grahame Grieve (Jul 19 2018 at 12:24):
isn't that one extension?
Brian Postlethwaite (Jul 19 2018 at 12:24):
Sorry yes, 2 examples of the one extension. (showing the 2 likely usages)
(updated the text)
Kevin Olbrich (Mar 16 2020 at 16:16):
@Brian Postlethwaite did this idea ever go anywhere? I've been thinking about logos a bit lately, but also about things like letterhead templates, and other media that may be associated with an Organization or a Practitioner
Brian Postlethwaite (Mar 16 2020 at 20:53):
Nothing I know about.
Brian Postlethwaite (Mar 16 2020 at 20:53):
Still like the idea though.
John Moehrke (Mar 16 2020 at 21:20):
I would prefer a link to a Binary or better DocumentReference. I just think that it is more manageable that way.
Brian Postlethwaite (Jun 26 2020 at 08:26):
Docref is overkill for an icon to show on a Web directory :wink:
Last updated: Apr 12 2022 at 19:14 UTC