You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] I have read and acknowledged the [Code of conduct](https://github.com/google/android-fhir/blob/master/CODE_OF_CONDUCT.md).
18
-
-[ ] I have read the [Contributing](https://github.com/google/android-fhir/wiki/Contributing) page.
19
+
-[ ] I have read the [Contributing](https://google.github.io/android-fhir/contrib/) page.
19
20
-[ ] I have signed the Google [Individual CLA](https://cla.developers.google.com/about/google-individual), or I am covered by my company's [Corporate CLA](https://cla.developers.google.com/about/google-corporate).
20
21
-[ ] I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach.
21
22
-[ ] I have run `./gradlew spotlessApply` and `./gradlew spotlessCheck` to check my code follows the style guide of this project.
| Data Capture Library |[](https://maven.google.com/web/index.html?#com.google.android.fhir:data-capture)|[code](https://github.com/google/android-fhir/tree/master/datacapture)|[wiki](https://github.com/google/android-fhir/wiki/Structured-Data-Capture-Library)| Android 7.0 (API level 24) | Collect, validate, and process healthcare data on Android |
17
-
| FHIR Engine Library |[](https://maven.google.com/web/index.html?#com.google.android.fhir:engine)|[code](https://github.com/google/android-fhir/tree/master/engine)|[wiki](https://github.com/google/android-fhir/wiki/FHIR-Engine-Library)| Android 7.0 (API level 24) | Store and manage FHIR resources locally on Android and synchronize with FHIR server |
18
-
| Workflow Library |[](https://maven.google.com/web/index.html?#com.google.android.fhir:workflow)|[code](https://github.com/google/android-fhir/tree/master/workflow)|[wiki](https://github.com/google/android-fhir/wiki/Workflow-Library)| Android 7.0 (API level 24) | Provide decision support and analytics in clinical workflow on Android including implementation of specific FHIR operations ($measure_evaluate and $apply) |
16
+
| Data Capture Library |[](https://maven.google.com/web/index.html?#com.google.android.fhir:data-capture)|[code](https://github.com/google/android-fhir/tree/master/datacapture)|[docs](https://google.github.io/android-fhir/use/SDCL/)| Android 7.0 (API level 24) | Collect, validate, and process healthcare data on Android |
17
+
| FHIR Engine Library |[](https://maven.google.com/web/index.html?#com.google.android.fhir:engine)|[code](https://github.com/google/android-fhir/tree/master/engine)|[docs](https://google.github.io/android-fhir/use/FEL/)| Android 7.0 (API level 24) | Store and manage FHIR resources locally on Android and synchronize with FHIR server |
18
+
| Workflow Library |[](https://maven.google.com/web/index.html?#com.google.android.fhir:workflow)|[code](https://github.com/google/android-fhir/tree/master/workflow)|[docs](https://google.github.io/android-fhir/use/WFL/)| Android 7.0 (API level 24) | Provide decision support and analytics in clinical workflow on Android including implementation of specific FHIR operations ($measure_evaluate and $apply) |
19
19
20
20
## Demo apps
21
21
22
22
This repository also contains the following demo apps:
| Structured Data Capture Catalog App |[code](https://github.com/google/android-fhir/tree/master/catalog)|[docs](https://google.github.io/android-fhir/use/SDCL/Demo-app/)|
28
28
29
29
**These applications are provided for demo purposes only. Do NOT use in production.**
30
30
31
31
## Contributing
32
32
33
33
The development of the SDK began as a collaborative effort between Google, [The World Health Organization](https://www.who.int/), and [Ona](https://ona.io/). Since then, a consortium of application developers have been contributing to the project.
34
34
35
-
To contribute to the project, please see [Contributing](https://github.com/google/android-fhir/wiki/Contributing) to get started.
35
+
To contribute to the project, please see [Contributing](https://google.github.io/android-fhir/contrib/) to get started.
36
36
37
37
## Feedback and getting help
38
38
39
39
You can create a [GitHub issue](https://github.com/google/android-fhir/issues) for bugs and feature requests.
40
40
41
41
In case you find any security bug, please do NOT create a GitHub issue. Instead, email us at <[email protected]>.
42
42
43
-
If you want to provide any feedback or discuss use cases you can:
43
+
If you want to provide any feedback or discuss use cases you can:
* start a [GitHub discussion](https://github.com/google/android-fhir/discussions)
46
47
* start a new topic in [android](https://chat.fhir.org/#narrow/stream/276344-android), [questionnaire](https://chat.fhir.org/#narrow/stream/179255-questionnaire), [implementers](https://chat.fhir.org/#narrow/stream/179166-implementers), or [WHO SMART guidelines](https://chat.fhir.org/#narrow/stream/310477-who-smart-guidelines) stream in the [FHIR Zulip chat](https://chat.fhir.org/)
47
48
48
49
## Disclaimer
50
+
49
51
This product is not intended to be a medical device.
50
52
51
53
HL7®, and FHIR® are the registered trademarks of Health Level Seven International and their use of
This Android FHIR SDK uses a number of external libraries.
4
+
5
+
Their exact version numbers are shown on [the Dependency Graph Insights](https://github.com/google/android-fhir/network/dependencies), which is automatically updated.
0 commit comments