SDK for the Orchestrate API at api.careevolutionapi.com
Project description
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")
Project details
Release history Release notifications | RSS feed
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-2.6.0.tar.gz
(18.2 kB
view details)
Built Distribution
File details
Details for the file orchestrate_api-2.6.0.tar.gz
.
File metadata
- Download URL: orchestrate_api-2.6.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: poetry/2.1.2 CPython/3.9.22 Linux/6.11.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
173a46e0d2cea709010620373c44e8c17d52da0fed7f5515123f4b72c749f485
|
|
MD5 |
50b323f5d89f309c5f6fe0709ef2414e
|
|
BLAKE2b-256 |
5075e1da2828a9459b48f8b2a34ad004822b23ff99a7f9f5c9fc9b6469096b97
|
File details
Details for the file orchestrate_api-2.6.0-py3-none-any.whl
.
File metadata
- Download URL: orchestrate_api-2.6.0-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: poetry/2.1.2 CPython/3.9.22 Linux/6.11.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
959effe2ca661f3b3673cea194651967afbe045ab37ee2dce42dd233a567067d
|
|
MD5 |
249d177c62917643d9eb7c4fa84db38e
|
|
BLAKE2b-256 |
819beab48dc96fbe03fccbd18db46c39f7318904c470a36b2326ba1b5d49e96b
|