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

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...

help wanted
P3
effort:medium
ux

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...

help wanted
good first issue
P3
effort:xsmall

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...

help wanted
P2
effort:large
ux

**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)...

type:documentation
P3
effort:small

**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...

type:enhancement
P2
effort:medium
ux

**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...

type:enhancement
P2
effort:medium

**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...

type:bug
P2
effort:medium

**Describe the Issue** The codelab and wiki document setting parameters using the old way, which does not work with the 1.0 release.

type:documentation
type:enhancement
P1
effort:small

**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....

type:enhancement
P1
effort:medium

**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...