UploadFIG Tool
Step-by-step guide to upload an FHIR Implementation Guide into Aidbox using the open-source UploadFIG
1. Setup Aidbox
Set up Aidbox with the FHIR Schema validation engine. Following the guide below:
Setup Aidbox with FHIR Schema validation engine2. Setup UploadFIG
To get started with the UploadFIG, you'll first need to install Dotnet and download uploadfig. Follow the commands below or refer to the original UploadFIG Installation guide:
After installation, verify that the is correctly installed:
These steps ensure that you have the necessary tools installed and configured to use the UploadFIG effectively.
3. Get Bearer Access Token
3.1 Exchange client id and client secret for Access Token
To obtain an Access Token, you need to exchange your client ID and client secret. Use the following command:
This command will generate an Access Token that you'll need for authentication.
3.2 Copy Access Token from output
After executing the command, you'll receive a response containing the Access Token. Copy the access_token
for later use.
4. Upload Implementation Guide
To upload the IG, you need to specify the base URL of your Aidbox instance, along with the name and version of the package you wish to upload.
Additionally, provide the Bearer token obtained from the previous section for authentication.
Use the following command with UploadFIG:
This command initiates the upload process, sending the specified IG package to your Aidbox instance
Learn about other methods for loading IGs here:
Upload FHIR Implementation GuideLast updated