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.
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1528 **Description** - Support item control extension for help code. - If questionnaire...
Fixes issue with Fhir Retrieve to - Not skip inactive patients to ensure deceased patients are not omitted unless cql filters it out - Handle Task beneficiary which is not...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1589 **Description** 1. Displaying appropriate error messages for date picker for format validation...
Fixes #1579 **Description** Hidden field does not qualify for any validation. Response validation marks hidden field as valid and passes validation irrespective of it value **Alternative(s) considered** The validation skips...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1426 **Description** Issue: There is no way for clients to listen / log...
**Describe the bug** Date validation functionality missing for DatePicker and DateTime picker **Component** SDC gallery app **To Reproduce** Steps to reproduce the behavior: 1. Go to Date Picker in SDC...
**Describe the bug** In the catalog app for slider view workflow, `How many times have you been pregnant?` is shown as question text, but current implementation only supports 10 as...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when using the auto-complete widget to select a single option. To begin with, two letters need to...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #608 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered...
**Describe the bug** While user is typing date input until typed date input is valid, it shows ` missing answer for required field` as error message. **Component** SDC library **Expected...