-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
Describe the feature request.
FHIR SDK artifacts with the latest changes from the 'master' branch (including a few extra un-merged PRs) have been published.
We need to upgrade and refactor FHIR Core to utilize them on main.
Additional context
The artifacts have been published under the following signatures
- Common -
org.smartregister:common:0.1.0-alpha05-preview-SNAPSHOT - Engine -
org.smartregister:engine:0.1.0-beta04-preview5-SNAPSHOT - SDC -
org.smartregister:data-capture:1.0.0-preview20-SNAPSHOT - Workflow -
org.smartregister:workflow:0.1.0-alpha03-preview3-SNAPSHOT - Knowledge/IG -
org.smartregister:knowledge:0.1.0-alpha02-preview-SNAPSHOT
The un-merged PRs included are:
- DB Migration Issue Patch [DNM] android-fhir#11
- Fix sync state exception handling google/android-fhir#1669
- Quirks patches [DNM] android-fhir#9
- Add API to support saving local only resources google/android-fhir#2178
- Add fhirpath math operations support android-fhir#10
- enable allow-duplicates in worker-context google/android-fhir#2230
- Fix issue with duplicated IDs inside the Knowledge Manager google/android-fhir#2262
Newer version includes
Acceptance criteria
- Migrate common library
- Migrate engine library
- Migrate SDC library
- Migrate Workflow library
- Migrate Know/IG library