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

**Describe the bug** `optionExclusive` feature has been implemented here #1281. However, when options appear in a popup (if there are more than ten items), this doesn't work. **Component** SDC library...

type:enhancement
P2
effort:small

So one time syncs are only possible from the home fragment now ? But that wont show the progress bar I guess ? _Originally posted by @MJ1998 in https://github.com/google/android-fhir/pull/2414#discussion_r1473085337_

type:enhancement
ux

**Describe the bug** The sync process goes through the following steps - Get all records from local change - Group them by id and resource type - Squash related resource...

P1

**Describe the bug** While a batch is uploading, new LocalChange entries can be made. The total LocalChnages being uploaded should be updated every batch. **Component** Engine **To Reproduce** Steps to...

P1

**Describe the bug** In AllLocalChanges UploadStrategies, when the LocalChange list is split across multiple bundle upload requests, database consolidation during those uploads could modify the original LocalChange records. Those modifications...

P1

Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-annotations&package-manager=gradle&previous-version=2.15.3&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
java

Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.0 to 2.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.datatype:jackson-datatype-jsr310&package-manager=gradle&previous-version=2.16.0&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

**Describe the Issue** **Would you like to work on the issue?**

P2
type:code health

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

type:enhancement
P1

**Describe the Issue** Fhir engine search does not return correct data when using **include**. when try to replicate the query ``` %HOST_URL%/Encounter?type=%SYSTEM_URL%|%CODE%&status=%STATUS%&_include=Encounter:patient:Patient&_elements=_id,type,status&_total=accurate ``` with fhir engine search method : ```...