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.
Is your feature request related to a problem? Please describe.
For now SDC supports initialExpression with FHIRPath, but for our project requirement we need to use CQL instead.
Describe the solution you'd like
Currently we are leveraging the evaluateLibrary() method of FhirOperator.kt from the Workflow Library and created a workaround for it. It will be great if it is supported by the SDC directly. There are certain usecases where CQL is preferable over FHIRPath.
Describe alternatives you've considered
No
Additional context
Code of the workaround: initialExpressionWorkaround.txt
Please let me know if additional context is required for the code.
Is your feature request related to a problem? Please describe. For now SDC supports initialExpression with FHIRPath, but for our project requirement we need to use CQL instead.
Describe the solution you'd like Currently we are leveraging the
evaluateLibrary()
method ofFhirOperator.kt
from the Workflow Library and created a workaround for it. It will be great if it is supported by the SDC directly. There are certain usecases where CQL is preferable over FHIRPath.Describe alternatives you've considered No
Additional context Code of the workaround: initialExpressionWorkaround.txt Please let me know if additional context is required for the code.