Stream: implementers
Topic: PlanDefinition img tags
Jefferson (Aug 06 2020 at 11:52):
How should we handle images tag within the PlanDefinition text section? Is it just like a normal html page where I need to add the image file to a image folder and set the src ?
Grahame Grieve (Aug 06 2020 at 11:52):
this doens't work so well on a restful interface. But it is an option. Other options:
- refer to a binary resource
- use the data: scheme
Jefferson (Aug 06 2020 at 11:55):
Thanks what is the problem with the rest web service?
Grahame Grieve (Aug 06 2020 at 12:01):
in a simple restful service with a relative directory available, that works. but FHIR interfaces generally tend to portability, and the image directory is not so portable
Jefferson (Aug 06 2020 at 12:21):
thanks for explaining it
Last updated: Apr 12 2022 at 19:14 UTC