Aidbox allows users to upload any package from simplifier.net in just a couple of clicks.
In this post, we will describe a tutorial on how to upload an arbitrary FHIR package to Aidbox.
First, you need to start Aidbox. You can start Aidbox locally using Docker, or register on our user portal and create your own Aidbox instance in our Sandbox.
Run Aidbox in Sandbox
Run Aidbox locally
1. Create a working directory:
mkdir aidbox && cd aidbox
2. Download the Aidbox setup script:
curl -JO https://aidbox.app/runme && docker compose up
‍
After starting Aidbox and completing the authorization, you need to open the FHIR package import page. To do this, select the “FHIR Packages” section in the left navigation menu, then click the “Import FHIR Package” button.
On the opened page, three options for uploading a package are offered:
• Select a package from the built-in registry;
• Specify a link to the package;
• Upload the package as a file.
In our case, we will choose the second option — specify a link to the package from the Simplifier website in the format:
https://packages.simplifier.net/{package-name}/{package-version}
For example, to upload US Core version 5.0.1, we use the link:
https://packages.simplifier.net/hl7.fhir.us.core/5.0.1
After that, click the “Import” button.
Aidbox will automatically upload the specified package and all its dependencies.
‍
Useful links:
Get in touch with us today!