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.
There is a [behavior change](https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability) in Android 12 which requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent if the app is targeting Android 12. Current...
_Currently planning pre-beta release: Subject to change_ Sync - [x] #732 Search - [ ] #608 - [x] #723 New features: - [ ] #253
**Describe the bug** 1. Questionnaire item has question which has multiple choice selection. 2. It renders each choice/answer as checkbox. 3. Given "initialSelected": true in answer option. It does not...
**Is your feature request related to a problem? Please describe.** When a text field is repeated, there should be a way to create new answers (button "+") and remove any...
**Describe the bug** Patient is added on one device and it is not reflecting on other device **Component** Core library,reference app Precondition: One two devices reference app is installed with...
**Is your feature request related to a problem? Please describe.** First time sync may take a long time. So add support for long running sync worker so that OS doesn't...
**Describe the bug** After submitting complete survey, it is not showing all details from complete survey on edit details screen **Component** SDC library, reference app Precondition: Patient should already added...
_Planning pre-beta release for QA: subject to change_ itemControls: - [x] #763 SDC Features: - [x] #227
Almost every widget has a header like this: ```xml ``` Not only is this annoying to duplicate each time, but as @stevenckngaa pointed out on #698, it does not properly...
**Is your feature request related to a problem? Please describe.** When I add patient observations on device one and try to access on device two, it is not accessible because...