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.
Problem: Today people press the "edit" button and are taken to the beginning of the questionnaire and need to navigate to the question they want to edit via the next/back...
Problem: People land on the review page and are not sure what the purpose of the page is "Do I have to fill out the form again?" Solution: Add a...
Problem: The current date picker has poor usability, especially for dates far in the past like date of birth. The main challenge is selecting a date and month using the...
**Is your feature request related to a problem? Please describe.** The [`unit`](https://github.com/google/android-fhir/blob/master/engine/src/main/java/com/google/android/fhir/search/filter/QuantityParamFilterCriterion.kt#L36) field name is confusing since (1) search appears to actually check the `code` field of the [FHIR Quantity](https://www.hl7.org/fhir/datatypes.html#Quantity)...
**Is your feature request related to a problem? Please describe.** Add the ability to show the info button(this triggers a popup/hint to show more info) in forms **Describe the solution...
**Is your feature request related to a problem? Please describe.** I want to be able to do an x-fhir-query operation that has an OR for the values of the search...
**Describe the bug** Im not sure why this has started appearing, but it seems like the commit [9fe7c81](https://github.com/google/android-fhir/commit/9fe7c81f3f04d88487b15e919a3566b9c3c8ba95) to Bump CQL Translator/Evaluator to 2.4 (merged in January) is now causing...
**Describe the Issue** The codelab and wiki document setting parameters using the old way, which does not work with the 1.0 release.
**Describe the Issue** context: https://github.com/google/android-fhir/pull/1572#discussion_r1109879492 quoting from @jingtang10 ``` i think we have moved away from the idea that the download work manager needs to download resource by type sequentially....
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2274 **Description** - Limiting calculation of calculatedExpression to the current page - Move...