Orchestrate SDK
The Orchestrate SDK is a TypeScript and JavaScript library for interacting with the Orchestrate API at https://api.careevolutionapi.com.
Full documentation of the API is available at https://rosetta-api.docs.careevolution.com/.
Installation
TypeScript:
npm install @careevolution/orchestrate
Python:
pip install orchestrate-api
Usage
TypeScript:
import { OrchestrateApi } from '@careevolution/orchestrate';
const orchestrate = new OrchestrateApi({apiKey: "your-api-key"});
await orchestrate.terminology.classifyCondition({
code: "119981000146107",
system: "SNOMED",
});
Python:
from orchestrate import OrchestrateApi
api = OrchestrateApi(api_key="your-api-key")
api.terminology.classify_condition(code="119981000146107", system="SNOMED")
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
orchestrate_api-4.0.0.tar.gz
(19.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file orchestrate_api-4.0.0.tar.gz.
File metadata
- Download URL: orchestrate_api-4.0.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
poetry/2.3.2 CPython/3.14.2 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a336a50c23dadc216861524a3b7417bcf1bc3f47c03c216d6bbaab1648a978c
|
|
| MD5 |
5878b6cbe5ceeb2903083a357d4e6b00
|
|
| BLAKE2b-256 |
9a261a2498096b8736759768f8eaec85bf54e37d158febf084a5e20e6085ad78
|
File details
Details for the file orchestrate_api-4.0.0-py3-none-any.whl.
File metadata
- Download URL: orchestrate_api-4.0.0-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
poetry/2.3.2 CPython/3.14.2 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1465da2ce02a549f607ab275728d7f6e9c5ab2c6e71e4d1b1769611520590eb
|
|
| MD5 |
24084b2a47defdf9c01416318fa7bb1a
|
|
| BLAKE2b-256 |
b45be9b5501e8d67622eb084675ac6e8adb7c60a8103a101b057179fed014d19
|