Skip to content

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.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header.txt
Notifications You must be signed in to change notification settings

google/android-fhir

Android FHIR SDK (WIP)

Android FHIR SDK is an Android library that manages FHIR resources natively on Android. It also supports the evaluation of CQL using cql-engine.

This is a prototype for developers ONLY and is NOT production-ready. Do NOT use in production.

Usage

Requires min SDK version 21 (Lollipop).

Developement

Requirements

Android Studio 4.0 is required for Java 8 library desugaring

Spotless

We use Spotless to maintain the Java/Kotlin coding style in the codebase. Run the following command to check the codebase:

./gradlew spotlessCheck

and run the following command to apply fixes to the violations:

./gradlew spotlessApply

License Headers

Spotless maintains the license headers for Java and Kotlin files. Use addlicense to maintain license headers in other files:

addlicense -c "Google LLC" -l apache .

Disclaimer

This is not an officially supported Google product.

This product is not intended to be a medical device.