fhir_questionnaire 4.0.0 copy "fhir_questionnaire: ^4.0.0" to clipboard
fhir_questionnaire: ^4.0.0 copied to clipboard

A library to render FHIR Questionnaires and generate a QuestionnaireResponse

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.0.0 #

Changed #

  • Breaking Change: onGenerateItemResponse callback changed to also provide the generated QuestionnaireResponseItem as an argument of this callback. This way when this callback is being implemented it is also possible to just modify the QuestionnaireResponseItem and return it. Thanks easazade PR-12
  • Breaking Change: onBuildItemBundle changed to onBuildItemView since almost always it is just desired an item view to be customized for a type of questionnaireItem. Thanks easazade PR-12

Fixed #

  • Fixed rendering nested questionnaire items. Thanks easazade PR-12
  • Fixes the enableWhen not working when the enable.question was not in the same group. Thanks easazade PR-12
  • Fix enable-when not working when target question is a checkbox. Thanks easazade PR-13
  • Fix text field starting to validate input before user types anything. Thanks easazade PR-14
  • Fixed UI bug on hidden components using enableWhen ISSUE-16
  • Validation added to ensure an open answer manually added is unique in the list of available answer options.

3.0.0 #

Added #

  • Added support for Calculated Expression. Thanks tigloo.
  • Added uid on QuestionnaireItemBundle, functions for item builder override and response override and other improvements. Thanks easazade.

2.0.0 #

Added #

  • Added support for group item type.
  • Added QuestionnaireController? controller as param to QuestionnaireView to allow control over how the items and response are generated for QuestionnaireView.

Changed #

  • QuestionnaireController refactored to support extension and function override.

1.0.1 #

Added #

  • CodeableConcept extension added to easily access title.

1.0.0 #

Added #

  • First release
7
likes
130
points
234
downloads

Publisher

verified publisherdev.lamt.dev

Weekly Downloads

A library to render FHIR Questionnaires and generate a QuestionnaireResponse

Repository (GitHub)
View/report issues

Topics

#fhir #questionnaire #hl7 #r4

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

collection, fhir, fhir_path, flutter, intl, shimmer, validators

More

Packages that depend on fhir_questionnaire