Last updated
Was this helpful?
Last updated
Was this helpful?
You should have Docker and Docker Compose installed before go further. To get it installed follow the .
To get the Aidbox License:
Go the Aidbox user portal
Login to the portal
Create new self-hosted Aidbox License or use the license that you already have
Aidbox is configured by the . To create sample project run command below
Populate the .env
file with the Aidbox License.
To enable safe Patients API add necessary imports to the zrc/main.edn
file.
Add aidbox.patient-api.v1
to the import section.
To start Aidbox run the command in the aidbox-project
directory.
Use Aidbox UI Rest Console to create nested Organization resources.
You should have 2 Patients and 1 Observation resources.
More details at
When Aidbox starts, navigate to the and sign in to the Aidbox UI using the credentials admin
/ password
.
This guide explains how safe API for Patients and their resources can be enabled