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-3.0.0.tar.gz
(18.6 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-3.0.0.tar.gz.
File metadata
- Download URL: orchestrate_api-3.0.0.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
poetry/2.1.4 CPython/3.9.23 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7c0227bc21acf55e4b87faed62b16924bd40188c1bda7d210e570d66f53eb91
|
|
| MD5 |
31a60b71e603085f4f05cf73e1fc2be5
|
|
| BLAKE2b-256 |
9343a199ab663509fc83f9a01da08e2b6061295cb43bd90bc256a9aeddc23792
|
File details
Details for the file orchestrate_api-3.0.0-py3-none-any.whl.
File metadata
- Download URL: orchestrate_api-3.0.0-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
poetry/2.1.4 CPython/3.9.23 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c891491f5bb878ce71975b76cad3682f7d6537302bde70f291da9d83ff7520d2
|
|
| MD5 |
2760c3e2f73814944b8e7fde829c6862
|
|
| BLAKE2b-256 |
730cb375afc5640e03c3d73e24e5289b3a25099de17be31bdf515ab0460b8bd3
|