Run Aidbox with FHIR R6
FHIR 6.0.0-ballot5 was published on July 17, 2026, 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-ballot5"
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
Open the FHIR packages section in the Aidbox UI sidebar and find the hl7.fhir.r6.core 6.0.0-ballot5 package. Select it to see the canonical resources it loaded into the FHIR Artifact Registry: Profiles, Operations, Extensions, FHIRSchemas, SearchParameters, ValueSets, and CodeSystems.
