Stream: ibm
Topic: Web interface
Marius Herr (Nov 19 2020 at 09:03):
Hey, are there currently any developments related to an admin web interface? One of my bachelor students aims to develop one in which multiple instances can be connected, showing status, number of patients and having a validity check of mapped profiles. Also a user friendly upload interface was aimed. Any projects / informations related to that topic, are welcome :)
Lee Surprenant (Nov 19 2020 at 13:14):
Hi Marius, our team has no plans for adding UI of any kind to the FHIR Server at this time. In practice, we typically run this behind some API Management technology and so our "user interface" is really provided at that level.
That said, we'd love to see a friendly admin / upload interface on top of our FHIR Server and I'd be more than happy to review whatever y'all come up with.
Lee Surprenant (Nov 19 2020 at 13:16):
Also, we do get asked for this type of interface from time-to-time, so I'm definitely not saying that we wouldn't consider adding one in the future.
Christian Gulden (Nov 19 2020 at 13:30):
@Marius Herr The HAPI FHIR JPA Starter provides a way to configure remote FHIR servers for its "Testpage" GUI (see https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/src/main/resources/application.yaml#L89). I've never tried if it actually works with arbitrary FHIR servers, but maybe that's something you can check out. There's also the SMART Patient Browser: https://github.com/smart-on-fhir/patient-browser which might be interesting.
Last updated: Apr 12 2022 at 19:14 UTC