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** After the latest updates to Sync, an exception is thrown on the [code block/line here](https://github.com/google/android-fhir/blob/a5db185c60035c4b9a1f1c287a3d4f0c2dbba766/engine/src/main/java/com/google/android/fhir/sync/upload/patch/PatchOrdering.kt#L131) : ```kotlin private fun createTopologicalOrderedList(adjacencyList: Map): List { val stack = ArrayDeque()...

P1
effort:medium

**Describe the bug** A clear and concise description of what the bug is. **Component** Core library, SDC library, reference app, or SDC gallery app **To Reproduce** Steps to reproduce the...

type:enhancement
P2
effort:medium

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2499 **Description** The resource is created locally, and the AllChangesSquashedBundlePost is used to...

**Describe the bug** In the dropdown menu the hyphen ("-") answer option is being added if the user does not want to select any answer from the dropdown which is...

P2
effort:xsmall
ux

**Describe the bug** In the date picker if there is some constraint which does not allow to select the current date and the user still clicks on "OK" button without...

P2
effort:small
ux

**Describe the bug** Clicking on manual sync does not trigger the one time sync. **Component** reference app, **To Reproduce** Steps to reproduce the behavior: 1. Open demo app 2. Create...

P2
effort:small

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2469 **Description** Clear and concise code change description. https://build.fhir.org/ig/HL7/cqf-recommendations/activityflow.html **Alternative(s) considered** Have you...

**Describe the bug** The metadata that is part of the response is not updated in the payload or serialized resource string within the Resource Entity table. However, the same metadata...

type:bug
P2
effort:small

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. Release notes Sourced from actions/configure-pages's releases. v5.0.0 Changelog Attempt to auto-detect configuration files with varying file extensions @​JamesMGreene (#139) Convert errors into Actions-compatible logging...

dependencies
github_actions

**Description** Mark many things as internal, as they don't seem to be used by any public API. This will significantly streamline generated documentation. **Type** Code Health **Screenshots (if applicable)** **Checklist**...