I have created and verified fundus photographs in OpenMRS using the Legacy (Reference Application) UI.
The images are stored as Complex Observations (image/jpeg) and are correctly linked to patients and encounters.
They are apparent and accessible in the Legacy UI, including via the obs/{uuid}/value endpoint.
Now, I would like to display the same fundus images in the new (microfrontend) UI.
What is the recommended approach to display such images in New
UI?
Any guidance or references would be greatly appreciated.
I should have this information in the patient dashboard, encounter section, but then I realized I should first fix FHIR.
Have you had any experience transferring images through FHIR? I have tried REST API, and it works, but regarding FHIR, I had this error that FHIR does not support image resources for transfer.