Thank you! Glad to see more open-source in healthcare - was the idea here sort of like a reusable EHR backend for building digital health products? I see some mention of HAPI FHIR in the repo as well.
Yes it was - it was internal to our company, but the apps got sold off when the business downsized. The engineering team lobbied to have the main backend open sourced, partly because it made the divestment of the apps built on it easier.
The architecture was that that was a backend for apps, and the individual apps would host a stateless BFF service to translate the backend into what they needed, and then the web/mobile apps would talk to that. HAPI FHIR was integrated for testing reasons; it also spoke HL7v2, for our sins.
I think the only other useful thing that wasn't added to the Foundation was some HL7 integration code that would sit in a customer environment and forward on requests to that backend securely. I believe that moved on with the software that it was primarily developed for, though, which is an in-hospital tablet based system for recording patient observations.