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

Create a wiki page for the reference application that includes the following topics - what it is - main functionalities - code location - APK location and sideload instructions -...

Documentation
P2

**Is your feature request related to a problem? Please describe.** As Help button feature will be part of sdc module, it will be good to integrate same in any one...

Ux

**Is your feature request related to a problem? Please describe.** - Currently, when a user exits a form without saving they are only presented with the dialog letting them know...

To be triaged

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

https://developer.android.com/training/articles/security-key-attestation#certificate_schema_verifiedbootstate Only proceed with the operation if the VerifiedBootStatus is - Verified Will not proceed if the VerifiedBootStatus is - SelfSigned - Unverified, or - Failed

Security
P2

we need some tool to generate the API files so that if API changes, we can track what has changed. We use metalava in AndroidX but it is probably useless...

Documentation
P3
process

Add lockscreen requirements in the SDK https://developer.android.com/reference/android/app/KeyguardManager#isDeviceSecure() Please note that this API is available from API level 23, and the SDK's min API level is 21. We can probably fall...

Security
P2

https://developer.android.com/training/articles/security-config

Security
P2

> did you add tests for this static class? if not, please create an issue as a follow up :) i think one of the benefits of having this static...

Testing
P2

Research and design the pattern for deploying a FHIR Implementation Guide to the SDK. Two structured approaches: 1. Use Knowledge Repository: https://www.hl7.org/fhir/capabilitystatement-knowledge-repository.html 2. npm package: Requires using the FHIR publisher....

In design
emCare