Run Aidbox with FHIR R6
This tutorial explains how to run Aidbox with FHIR 6.0.0-ballot3.
FHIR 6.0.0-ballot3 was published on April 3, 2025, introducing new resources, complex data types, and updated profiles.
Run in Sandbox
Sign up or log in at aidbox.app
Go to your project
Click "New Aidbox" to create a new instance
Enter a name in the "License name" field
Set hosting type to "Sandbox"
Choose "Edge" as the Aidbox version
Enter Instance URL.
Set FHIR Version to "6.0.0-ballot3"
Run locally
Please make sure that both Docker & Docker Compose are installed.
Create a working directory:
mkdir aidbox && cd aidbox
Download the Aidbox setup script:
curl -JO https://aidbox.app/runme/r6
Start Aidbox:
docker compose up
Explore canonicals
All imported canonical resources are available in the FHIR Packages tab

Last updated
Was this helpful?