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
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.3.0.tar.gz.
File metadata
- Download URL: orchestrate_api-3.3.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6433c10ce3c9ef43f836b20cc935d6c66f9e68711f63bec4e36aa12bddd27110
|
|
| MD5 |
9af5b37582457fe90c9b14365bed0467
|
|
| BLAKE2b-256 |
7c11bc12b46fe6b3b6d4f91fdebd4fba9dd5d766f98a4c3f6155414945d3e695
|
File details
Details for the file orchestrate_api-3.3.0-py3-none-any.whl.
File metadata
- Download URL: orchestrate_api-3.3.0-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27300f68b0c1db8e6813fcf82f55d3f2142ccde958eb9aee1ff6855c5637ac4c
|
|
| MD5 |
04f9a5283ba8411a111415553a43ee77
|
|
| BLAKE2b-256 |
5d0d55ca9d675cf34ab3f4003bf003b150c0ea4013f37267104ab39451cd238a
|