google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
485 stars 288 forks source link

Refactor the FHIR Engine demo app to showcase the APIs #2694

Open jingtang10 opened 1 week ago

jingtang10 commented 1 week ago

Is your feature request related to a problem? Please describe. At the moment the demo app is not organised by fhir engine APIs - to make it easier for developers to find api usage examples, we should make fhir engine demo app more modularised towards showcasing individual apis.

Describe the solution you'd like Proposing the following changes:

Describe alternatives you've considered na

Additional context na

Would you like to work on the issue? @santosh-pingle

jingtang10 commented 1 week ago

@fredhersch