openEHR REST API
The simplest way to use the REST API is to use the official openEHR REST API.
ArcadeDB HTTP API
ArcadeDB supports the HTTP API for executing SQL, sqlscript, GraphQL, Cypher, Gremlin, MongoDB QL commands.
Inserting openEHR Data with SQL via HTTP API
We use the fetch function in TypeScript to execute commands via HTTP API.
Querying openEHR data with SQL via HTTP API
We use the fetch function in TypeScript to execute commands via HTTP API.