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

**Description** Change module names to pretty human readable version, add skeleton Module.md files for each module to allow for module/package level documentation in the future. **Alternative(s) considered** N/A **Type** Documentation...

**Is your feature request related to a problem? Please describe.** In order to be able to test e.g. #2463 for #2237, as well as to be able to work on...

type:enhancement
P2

**Is your feature request related to a problem? Please describe.** Currently, constraint-extension support can only display errors. While FHIR mentions it can support errors and warnings. **Describe the solution you'd...

type:enhancement
P2
effort:small

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

type:enhancement
P2
effort:large

**Is your feature request related to a problem? Please describe.** Constraint support has been implemented, but it only works if the constraint-extension is declared within a `Questionnaire.item` **Describe the solution...

type:enhancement
P2
effort:small

I would like to explore if it's possible to run (trigger?) Flank (https://flank.github.io/flank/) in the GitHub Action (which now works fine otherwise), i.e. `./gradlew :engine:runFlank` etc. as in https://github.com/google/android-fhir/blob/master/kokoro/gcp_ubuntu/kokoro_build.sh If...

help wanted
type:testing
P2
effort:medium
type:build

While [verifiying #2461](https://github.com/google/android-fhir/pull/2461#issuecomment-1981378129), I've noticed that [the CodeQL GitHub Action Workflow](https://github.com/google/android-fhir/actions/workflows/codeql.yaml) is completely broken; reason: > [Invalid workflow file: .github/workflows/codeql.yaml#L32](https://github.com/google/android-fhir/actions/runs/8175411373/workflow) The workflow is not valid. .github/workflows/codeql.yaml (Line: 32, Col: 10):...

P1
type:build

**Is your feature request related to a problem? Please describe.** When running a particular assessment, it would be useful to be able to capture relevant meta-data. For example: * start_date_time...

type:enhancement
P2

**Describe the bug** A clear and concise description of what the bug is. @jingtang10 @aditya-07 Fhir engine converts List resource to Binary resource while syncing. The change log in **LocalChangeEntity**...

P1

**Describe the Issue** I think there is a possibility of someone wanting to re-initialize FhirEngine instance while still maintaining the same database. Few reasons:- 1. library enforced API changes in...

P2
type:code health
effort:small