Aidbox UI Builder
This article outlines the basic steps to start designing form in Aidbox UI builder in browser
Overview
Aidbox UI builder is the tool for creating form without a code. You just sketch out the logical structure of the form and immediately it is rendered and you can test it.
This tool is based on the FHIR SDC Implementation Guide which describes how to collect data using FHIR Questionnaire and FHIR QuestionnaireResponse resources.
In FHIR, forms are represented using the Questionnaire resource and completed forms are represented using the QuestionnaireResponse resource. All these resources will be stored in the AIdbox FHIR Storage.
Aidbox Forms module provides available APIs:
FHIR API - to interact with FHIR Questionnaire, FHIR QuestionnaireResponse and other FHIR resources.
FHIR SDC API - a set of aditional operstions to interact with form and data.
Getting started
Open http://localhost:8080/ , using login / passwod - admin / admin
Go to forms by pressing the button
Aidbox Forms
(or by visiting http://localhost:8080/ui/sdc )Go to the
Forms
pagePress on
Create Template
buttonPress on
Create in UI Builder
button
You have two options to create form:
Create form in UI Builder (from scratch)
Create form from FHIR Questionnaire (now only via
POST/)
Create form in UI Builder from scratch
Once the UI Builder has opened, you can begin creating the form.
On the left side you sketch out the form, on the right side it is rendered for you and you can immediately test it.
After you have created and tested the form, you click the Save Questionnaire
button and the form is saved to the FHIR Storage and is available for working with it.
Go to this page to start designing a form.
Create form from FHIR Questionnaire
If you already have ready-made FHIR Questionnaires (your own or from external sources), you can load them into the Aidbox Forms module via POST/
operation, open them in the UI Builder, customize and save them.
Go to this page to start it.
Last updated