orchestrate-api


Nameorchestrate-api JSON
Version 3.1.0 PyPI version JSON
download
home_pagehttps://rosetta-api.docs.careevolution.com/
SummarySDK for the Orchestrate API at api.careevolutionapi.com
upload_time2025-10-08 02:17:12
maintainerNone
docs_urlNone
authorJeremy Fortune
requires_python<4.0,>=3.9
licenseApache-2.0
keywords careevolution rosetta orchestrate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```bash
npm install @careevolution/orchestrate
```

Python:

```bash
pip install orchestrate-api
```

## Usage

TypeScript:

```typescript
import { OrchestrateApi } from '@careevolution/orchestrate';

const orchestrate = new OrchestrateApi({apiKey: "your-api-key"});
await orchestrate.terminology.classifyCondition({
  code: "119981000146107",
  system: "SNOMED",
});
```

Python:

```python
from orchestrate import OrchestrateApi

api = OrchestrateApi(api_key="your-api-key")
api.terminology.classify_condition(code="119981000146107", system="SNOMED")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://rosetta-api.docs.careevolution.com/",
    "name": "orchestrate-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "careevolution, rosetta, orchestrate",
    "author": "Jeremy Fortune",
    "author_email": "jeremy@careevolution.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/c8/852b51fb291f684981a54001dbd21f307e4c567fb3b25492710d1e7c37d7/orchestrate_api-3.1.0.tar.gz",
    "platform": null,
    "description": "# Orchestrate SDK\n\nThe Orchestrate SDK is a TypeScript and JavaScript library for interacting with the Orchestrate API at <https://api.careevolutionapi.com>.\n\nFull documentation of the API is available at <https://rosetta-api.docs.careevolution.com/>.\n\n## Installation\n\nTypeScript:\n\n```bash\nnpm install @careevolution/orchestrate\n```\n\nPython:\n\n```bash\npip install orchestrate-api\n```\n\n## Usage\n\nTypeScript:\n\n```typescript\nimport { OrchestrateApi } from '@careevolution/orchestrate';\n\nconst orchestrate = new OrchestrateApi({apiKey: \"your-api-key\"});\nawait orchestrate.terminology.classifyCondition({\n  code: \"119981000146107\",\n  system: \"SNOMED\",\n});\n```\n\nPython:\n\n```python\nfrom orchestrate import OrchestrateApi\n\napi = OrchestrateApi(api_key=\"your-api-key\")\napi.terminology.classify_condition(code=\"119981000146107\", system=\"SNOMED\")\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "SDK for the Orchestrate API at api.careevolutionapi.com",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://rosetta-api.docs.careevolution.com/"
    },
    "split_keywords": [
        "careevolution",
        " rosetta",
        " orchestrate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc1d980a72f879f8e00267f546ffce0b8d014cd84925c248f1e3ba88043a4927",
                "md5": "86d407f8e82ff3d6f274ca5396446c32",
                "sha256": "b76341276d4b8de52c2170b7c8f6a6f32d90f1e1885516d7e9e453754a07439c"
            },
            "downloads": -1,
            "filename": "orchestrate_api-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86d407f8e82ff3d6f274ca5396446c32",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 26493,
            "upload_time": "2025-10-08T02:17:11",
            "upload_time_iso_8601": "2025-10-08T02:17:11.962568Z",
            "url": "https://files.pythonhosted.org/packages/dc/1d/980a72f879f8e00267f546ffce0b8d014cd84925c248f1e3ba88043a4927/orchestrate_api-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dc8852b51fb291f684981a54001dbd21f307e4c567fb3b25492710d1e7c37d7",
                "md5": "f9438eacf5268256dd69643632e68c0c",
                "sha256": "c01075fa43a7cfe06c60fe4c01452f197da7885e2bd8b73794a147f99767151e"
            },
            "downloads": -1,
            "filename": "orchestrate_api-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f9438eacf5268256dd69643632e68c0c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 18858,
            "upload_time": "2025-10-08T02:17:12",
            "upload_time_iso_8601": "2025-10-08T02:17:12.783018Z",
            "url": "https://files.pythonhosted.org/packages/6d/c8/852b51fb291f684981a54001dbd21f307e4c567fb3b25492710d1e7c37d7/orchestrate_api-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 02:17:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "orchestrate-api"
}
        
Elapsed time: 0.89692s