FHIR Chat · Android Smart-on-Fhir implementations · implementers

Stream: implementers

Topic: Android Smart-on-Fhir implementations


view this post on Zulip Guido C. (Jan 08 2019 at 11:41):

Hello everybody! I'm exploring this new world, and currently looking for any Android (Java or Kotlin) implementation of SMART-on-Fhir specifications. Is anybody on my same track? Any ongoing project i might contribute to? Thank you very much :)

view this post on Zulip Lloyd McKenzie (Jan 08 2019 at 16:17):

The HAPI Java reference implementation runs on Android. @James Agnew - any additional guidance?

view this post on Zulip Guido C. (Jan 08 2019 at 17:51):

The HAPI Java reference implementation runs on Android. @James Agnew - any additional guidance?

Yes, but i think HAPI doesn't contain Smart-on-Fhir implementations, since, as far as i understood, SMART is an extension (although quite well-known). Only thing HAPI contains is a bearer token interceptor. What i'm looking forward to is coding all the necessary "path" to get that token (through smart-on-fhir Oauth2 implementation): client ID, login, token, etc.
I think Swift already has the semi-official library for Smart-on-Fhir, but i couldn't find something for Android (only some Java - Spring work).
Thanks for the reply though!

view this post on Zulip James Agnew (Jan 08 2019 at 18:49):

Yup- HAPI FHIR only has the FHIR part, not the security part for Android. FWIW we would absolutely welcome outside help on this if anyone wanted to get involved. :)


Last updated: Apr 12 2022 at 19:14 UTC