android-fhir
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.
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...
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...
"click" event has to be tested for widgets like the date picker, drop down etc.
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.
**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...
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...
**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...
**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...
**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...