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

**Is your feature request related to a problem? Please describe.** Desire to use variable names to perform calculations via SDC. For example, to calculate BMI: (weight_value/heigh_value*height_value) * From the current...

P2
Data capture
Effort: M

Fixes #1474, #825 and #1378, potential merger with #1414 **Description** Adds a simple benchmark module to run performance tests on the engine and workflow. The module is focused on the...

P2

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Starts to fix #1365 **Description** Adds short tests to compile CQL into ELM, assemble...

P2

**Is your feature request related to a problem? Please describe.** We should triage all the exceptions we through during questionnaire rendering and figure out if we do want to throw...

P2
Data capture
Effort: S

**Describe the bug** The checkbox is very close to the left edge. ![unnamed](https://user-images.githubusercontent.com/86107848/176110003-7806da4b-0100-40a9-812b-a8fa93c7c713.png) **Component** Core library, SDC library, reference app, or SDC gallery app **To Reproduce** Steps to reproduce the...

bug
XS
Ux
UX testing

**Is your feature request related to a problem? Please describe.** I have a scenario where I need to record the weight and the height of a patient. With these two...

Question
Data capture
Triage

**Is your feature request related to a problem? Please describe.** - This is related to the `$apply` implementation. Adding these files helps us test the `$apply` further against real-life situations....

P2
workflow
Effort: M

**Is your feature request related to a problem? Please describe.** See comment: https://github.com/google/android-fhir/pull/1496#discussion_r925369845 **Describe the solution you'd like** Just have to update these lists whenever nested items are being created,...

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

It would be nice to make the engine run on kotlin only, so that one can use this lib in a KMM project. Currently, this project does not work with...