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.
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1628 **Description** Support Android API Level 24+ **Alternative(s) considered** NA **Type** Builds **Screenshots...
We have not been testing API level 21 consistently in our testing matrix: https://github.com/google/android-fhir/blob/master/.github/workflows/device-tests.yml#L40 We should consider raising the min api level to 24 (released aug 2016) as we already...
This is an issue @vitorpamplona raised in the process of implementing #1403. PR #1603 introduces new dependencies such as CQL evalutor, CQL engine, and CQL translator. They use HAPI version...
**Is your feature request related to a problem? Please describe.** No this is just an enhancement. **Describe the solution you'd like** Asterisks symbol can be added for the fields which...
**Current issue** By default, the slider step increment is 10. It should be controllable from the questionnaire. This required implementation of an extension: http://build.fhir.org/extension-questionnaire-sliderstepvalue.html **Describe the feature** When using the...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1516 **Description** 1. added support for flyover text in in open choice view...
**Is your feature request related to a problem? Please describe.** We have patients who have more than one Observation, and when populating we'd like to be able to filter using,...
**Is your feature request related to a problem? Please describe.** Be able to use images (e.g icons) for radio buttons **Describe the solution you'd like** As a developer I can...
**Is your feature request related to a problem? Please describe.** As a user, I want to add an image to a patient record as part of an encounter (e.g. attaching...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #726 **Description** Adds support for repeated groups. Also added a sample form that...