aidbox.bulk data import
aidbox.bulk/* RPC operations
Last updated
Was this helpful?
aidbox.bulk/* RPC operations
Last updated
Was this helpful?
aidbox.bulk API uses Aidbox JSON
Features of the aidbox.bulk API:
Asynchronous validation of uploaded resources & references
Human readable validation errors
Can process Aidbox & FHIR format
aidbox.bulk/import-start
Starts aidbox.bulk
import.
Object with the following structure:
format
input resources format, fhir
or aidbox
(default: fhir
)
meta
meta data that will be attached to each of the imported resources
on-conflict
action to resolve id uniqueness constraint violation, update
or override
input
array of objects
url
string with input source url
aidbox.bulk/import-start
:aidbox.bulk/import-start
Required
Required
aidbox.bulk/import-status
Returns latest aidbox.bulk
import info
Expects no parameters
aidbox.bulk/import-errors
Returns latest aidbox.bulk
import detailed errors list
Object with the following structure:
omit-resources?
(default: false
)
aidbox.bulk/import-cancel
Cancels latest aidbox.bulk
import
Expects no parameters
Sometimes you want to import local file into local Aidbox. Possible solutions for local development:
aidboxone
container (not aidboxdb
):