android-fhir icon indicating copy to clipboard operation
android-fhir copied to clipboard

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.

Results 373 android-fhir issues
Sort by recently updated
recently updated
newest added

@jingtang10 the other day in the meeting you suggested "sharing git know how" - here's a start, is this useful? @omarismail94 and @fredhersch FYI

P2

**Describe the bug** Currently testing with for a user with many patients, sometimes sync fails with error ``` 2024-05-31 03:02:29.267 12229-12649 SQLiteLog org...rtregister.fhircore.mwcoreDev E (1) too many SQL variables in...

P1
effort:small

**Describe the Issue** The CRUD + Search APIs are suspend function which application can invoke in main thread also. We should wrap these function within `withContext(Dispatcher.IO){}" to ensure that this...

P2
effort:medium