Design form in Aidbox Form IDE
This article outlines the basic steps to start designing form in Aidbox Form IDE in browser
Open http://localhost:8080/ , using login / passwod - admin / admin
Go to forms by pressing the button
Forms
(or by visiting http://localhost:8080/ui/sdc )Go to the
Forms & Workflows
pagePress on
Create Form
button
You have two options available:
Create form from scratch
Before creating new form you need to give a form title and namespace
After that new form template will be generated and you will be redirected to the
Aidbox editor
pageYou need to describe some schemas to complete the form
Go to this page to start designing a form.
Created form will be saved to local file sysem in your repository
Don't forget to import the created form into the forms.edn file so that the form is loaded after restarting the program.
Example
Create form from Questionnaire
You can import the FHIR Questionnaire file from your local computer or import from json
After that new form will be generated and you will be redirected to the
Aidbox editor
pageYou can customize the form and all changes will be saved to the local file system in you repository
While converting FHIR Questionnaire to the Aidbox form basic extractions will be generated by default
Don't forget to import the created form into the forms.edn file so that the form is loaded after restarting the program.
Last updated