FHIR Chat · Looking for GUI for my IBM FHIR server · ibm

Stream: ibm

Topic: Looking for GUI for my IBM FHIR server


view this post on Zulip Thuan Pham Van (Sep 29 2021 at 01:28):

Hello, I am very new to IBM FHIR server, could you please give me some directions on my below questions:

  1. what is the different between hapi-fhir server and ibm fhir server ? (i searched around internet and found some recommendation to using hapi-fhir server).
  2. currently i can setup IBM FHIR server on my own locally on eclipse, now i am looking for a webapp example (GUI) that can work with my local ibm fhir server. so do you know if there is any such kind of that example ? I see that for hapi-fhir server - it provides a public test server including basic webapp here: image.png http://hapi.fhir.org/resource?serverId=home_r4&pretty=true&_summary=&resource=Patient
    Thanks,

view this post on Zulip Lee Surprenant (Sep 29 2021 at 11:39):

Hi Thuan. On number 1, they are totally independent implementations of the same standard. There's many design differences (and also some similarities). We've tried to differentiate our project by providing a highly-configurable and more performant implementation that is more turn-key / closer to production-ready out-of-the-box.
On number 2, you've correctly surmised that the IBM FHIR Server is an API offering...no UI. If you just want to play with the API you can use our swagger ui page (e.g. https://localhost:9443/openapi/ui if you've installed it locally). If you want to layer on a web UI we have an example/demo of how to do that at https://github.com/Alvearie/patient-browser/tree/master/chart


Last updated: Apr 12 2022 at 19:14 UTC