Getting started
This article outlines the basic steps to get started with Aidbox Forms
Last updated
Was this helpful?
This article outlines the basic steps to get started with Aidbox Forms
Last updated
Was this helpful?
You can try the Aidbox Forms module, edit test forms, create new ones, see how the data will be saved to the database and extracted, for this you need to run . At the same time, you can run .
Sign up on
Create a license: licence type - production or development, hosting - in Cloud (for free)
Go to , find your license in the "Personal project licenses" list. Click on your new license and navigate to the "URL" link in the "Hosting" box.
Press the button Forms
in the Aidbox console in browser
Play with forms
Sign up on
Create a license: licence type - development, hosting - self-hosted
Copy and save a license key
You need to have the following software installed:
docker
docker-compose
text editor with color highlighting (recommended VSCode editor with zen-lsp
plugin)
any modern web-browser
git
make
npm
2. Run Aidbox locally
4. Configure project with a license. You need to create .env file
in the root of repository (by copying from .env.tpl) and update AIDBOX_LICENSE with the generated license key that you saved
5. Run make init
to initialize project
6. Run in the terminal make up
in the root of repository
9. To finish development you can run make down
to shutdown all services.
You have three options how to design form
To enable Audit logging with Aidbox project, edit the zrc/sdc-box.edn
file:
Find the following code:
Add the following pair:
So the result is
Restart Aidbox. Aidbox will start recording audit logs and you can see them in the Audit log viewer or access via FHIR API.
Learn more about Audit logs:
In case you have conflicts with your own implementation, you can easily disable SDC operations by setting environment variable:
3. Clone repository
7. Open Aidbox console in browser , using login / password - admin / password
8. Go to forms by pressing the button Forms
(or by visiting )
- deprecated
- deprecated
Aidbox Forms support .