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 373 android-fhir issues
Sort by recently updated
recently updated
newest added

Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.15.3 to 2.17.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.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

**Describe the Issue** From [this line](https://github.com/google/android-fhir/blob/10165589c4e7617b3bdd3a426d037f639c135342/engine/src/main/java/com/google/android/fhir/search/MoreSearch.kt#L363) it seems the sql query may return duplicate records. Update: We do a `distinctBy` [here](https://github.com/google/android-fhir/blob/10165589c4e7617b3bdd3a426d037f639c135342/engine/src/main/java/com/google/android/fhir/db/impl/DatabaseImpl.kt#L210). So the records are still distinct but we should...

**Is your feature request related to a problem? Please describe.** Currently it is not possible to provide a cookie using the `networkConfiguration` of the `FhirEngine`. Our usecase is for creating...

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2538 **Description** Added Blobked state to SyncJobStatus **Alternative(s) considered** Have you considered any...

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2556 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered...

**Describe the bug** Sometimes the "previous" button used for paginations shows in the first page, and crashes with the following exception when clicked ```txt org...rtregister.fhircore.mwcoreDev E FATAL EXCEPTION: main Process:...

P3
effort:xsmall

http://blog2.vorburger.ch/2019/02/how-to-find-duplicate-classes-and.html https://github.com/classgraph/classgraph/issues/256 https://javadocs.opendaylight.org/org.opendaylight.infrautils/sodium/org/opendaylight/infrautils/testutils/ClasspathHellDuplicatesCheckRule.html https://issues.apache.org/jira/browse/FINERACT-919 https://github.com/apache/fineract/pull/803/files @jingtang10 @omarismail94 this is to track what we chat about earlier today; I'll see if I can add this here, some time.

type:enhancement
P2
effort:small

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2568 **Description** Change `getQuestionnairePages` to only return questionnaire pages from QuestionnaireItems that have...

**Describe the bug** Filtering data from the db using the FhirEngine#search interface ``` val patientListIdsReferenceParamFilterCriteria = .... fhirEngine.search{ filter(CarePlan.SUBJECT, *patientListIds.toTypedArray()) } ``` with a long list of more than 500...

P1

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2124 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered...