REST API
This page describes types of Aidbox REST API operations in general
Aidbox provides two REST APIs - FHIR and Aidbox. The main difference is a format of resources. Base URL for FHIR API is /fhir and for Aidbox /
Instance Level Interactions
Read the current state of the resource
Read the state of a specific version of the resource
Update an existing resource by its id (or create it if it is new)
Update an existing resource by posting a set of changes to it
Retrieve the change history for a particular resource
Search the resource type based on some filter criteria
Retrieve the change history for a particular resource type
Dump all resources of specific type
Load resources of specific type
Whole System Interactions
Get a capability statement for the system
Update, create or delete a set of resources in a single interaction
Batch create or update interaction
Bulk Import async operation
Bulk load ndjson file with resources
Bulk export result of SQL Query
Not supported for performance reason
Not supported for performance reason