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.
Requires min SDK version 21 (Lollipop).
Android Studio 4.0 is required for Java 8 library desugaring
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
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 .
This is not an officially supported Google product.
This product is not intended to be a medical device.