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.
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 -...
**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...
**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...
**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
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...
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...
https://developer.android.com/training/articles/security-config
> 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...
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....