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 420 android-fhir issues
Sort by recently updated
recently updated
newest added

The `DateTimeType` supplied above to `patient` has time zone but not here. Will running the query in different time zones produce consistent results? Can we add tests for that case...

**Describe the bug** As discussed with @jingtang10 in the comment ,https://github.com/google/android-fhir/issues/163#issuecomment-804018707, the borders of the material edit text fields are not visible for my device with dark mode enabled (screenshots...

bug
P2

If a questionnaire is partially filled, and the fragment is destroyed, we lose all data. In the current system, after #189 is completed it will be up to the client...

question
P2

"click" event has to be tested for widgets like the date picker, drop down etc.

Help wanted
Good first issue
Testing
P1

The [validation framework](https://github.com/google/android-fhir/tree/master/datacapture/src/main/java/com/google/android/fhir/datacapture/validation): only validates the first answer from QuestionnaireResponseItemComponent. Suggest to validate all answers.

Enhancement

**Is your feature request related to a problem? Please describe.** As a user when looking up a value in a selection list I should be able to find matches based...

Enhancement

At the moment the validation in the UI is done by each widget. Each widget has its own listener in which the validation logic is called and error message is...

Enhancement

**Is your feature request related to a problem? Please describe.** Individual implementers of the SDK do require to sometimes search data that is not index / optimized for search in...

Enhancement

**Is your feature request related to a problem? Please describe.** Be able to support validation against loaded profiles for an IG **Describe the solution you'd like** Explore existing packages for...

Enhancement

**Is your feature request related to a problem? Please describe.** Show related controls using the local language e.g. prev / next buttons for pagination **Describe the solution you'd like** We...

Enhancement