For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/tutorials/other-tutorials/run-aidbox-with-fhir-r6.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs

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

  1. Sign up or log in at aidbox.app
  2. Go to your project
  3. Click "New Aidbox" to create a new instance
  4. Enter a name in the "License name" field
  5. Set hosting type to "Sandbox"
  6. Choose "Edge" as the Aidbox version
  7. Enter Instance URL.
  8. Set FHIR Version to "6.0.0-ballot5"

Run locally

Docker logo

Please make sure that both Docker & Docker Compose are installed.

  1. Create a working directory:
mkdir aidbox && cd aidbox
  1. Download the Aidbox setup script:
curl -JO https://aidbox.app/runme/r6
  1. 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.

FHIR packages section of the Aidbox UI showing the hl7.fhir.r6.core package

Last updated: