Skip to content

dubdabasoduba/android-fhir

 
 

Android FHIR SDK (WIP) master

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 99.8%
  • Shell 0.2%