google / android-fhir

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.
https://google.github.io/android-fhir/
Apache License 2.0
465 stars 245 forks source link

Constraint support for global case #2479

Open FikriMilano opened 3 months ago

FikriMilano commented 3 months ago

Is your feature request related to a problem? Please describe. Constraint support has been implemented, but it only works if the constraint-extension is declared within a Questionnaire.item

Describe the solution you'd like Enhance this feature to also works if the constraint-extension is declared in the Questionnaire root.

Describe alternatives you've considered

Additional context

Would you like to work on the issue? Yes