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