In the form design process, we encounter the same routine. As you explore different forms, you notice that some fields or entire sections are duplicated across them. You spend time reproducing what you've already done, ensuring consistency and repeating logic, such as prefilling these fields or making changes in multiple places later.
Now, in the Aidbox UI Builder, you can create a library of components tailored to your needs, give them names, and use them in any form. It allows you to:
Users create custom components representing questions or a group of questions they want to reuse in other forms. These custom components include any form elements supported by the Aidbox UI Builder, such as text fields, checkboxes, dropdown lists, etc., and their attributes and rules.
There are two ways to use components in other forms:
Our implementation is based on the FHIR SDC specification and Modular Questionnaires. Each form is represented as an FHIR Questionnaire resource and is stored in the database. In contrast, the component, as a Sub-Questionnaire, is also stored in the database as an FHIR Questionnaire resource with specific extensions. You can read more about this here.
Both forms and components are represented as Questionnaire resources as described in Modular Questionnaires spec. Component’s Questionnaires are labeled with specific extensions.
Using components provides greater flexibility in development and speeds up the form development process, making it more quality and consistent.
Dive into the details with our comprehensive documentation.
To implement these strategies and see the impact on your forms, consider using the free version of Aidbox. It offers a robust platform to experiment with form design and automation, providing all the necessary tools without any feature limitations.
Get in touch with us today!