Skip to content

Data Capture Library 0.1.0-alpha03

Pre-release
Pre-release
Compare
Choose a tag to compare
@fredhersch fredhersch released this 02 Jul 16:22
· 848 commits to master since this release
e806c90

This 0.1.0-alpha03 release of the data-capture library will add in the additional features in line with the FHIR SDC Specification. The following items have been added:

  • Pagination using the page item control property [#186]
  • Language extension support for the FHIR language extension for Questionnaires, ValueSets and CodeSystems [#465]
  • Validation API to validate a QuestionnaireResponse conforms to the Questionnaire it is linked to [#374]
  • Support for regex extension for Questionnaire item validation [#466]
  • min Length/max Length support for String inputs [#185]
  • Handle required fields in questionnaires [#470]
  • Autocomplete widget allows for type forward functionality based on a set of inlined answerOptions [#520]
  • Definition-based population [#377]
  • Custom widgets [#447]