orchestrate-api


Nameorchestrate-api JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://rosetta-api.docs.careevolution.com/
SummarySDK for the Orchestrate API at api.careevolutionapi.com
upload_time2025-09-08 00:47:57
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/93/43/a199ab663509fc83f9a01da08e2b6061295cb43bd90bc256a9aeddc23792/orchestrate_api-3.0.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.0.0",
    "project_urls": {
        "Homepage": "https://rosetta-api.docs.careevolution.com/"
    },
    "split_keywords": [
        "careevolution",
        " rosetta",
        " orchestrate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "730cb375afc5640e03c3d73e24e5289b3a25099de17be31bdf515ab0460b8bd3",
                "md5": "2760c3e2f73814944b8e7fde829c6862",
                "sha256": "c891491f5bb878ce71975b76cad3682f7d6537302bde70f291da9d83ff7520d2"
            },
            "downloads": -1,
            "filename": "orchestrate_api-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2760c3e2f73814944b8e7fde829c6862",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 26170,
            "upload_time": "2025-09-08T00:47:56",
            "upload_time_iso_8601": "2025-09-08T00:47:56.153153Z",
            "url": "https://files.pythonhosted.org/packages/73/0c/b375afc5640e03c3d73e24e5289b3a25099de17be31bdf515ab0460b8bd3/orchestrate_api-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9343a199ab663509fc83f9a01da08e2b6061295cb43bd90bc256a9aeddc23792",
                "md5": "31a60b71e603085f4f05cf73e1fc2be5",
                "sha256": "a7c0227bc21acf55e4b87faed62b16924bd40188c1bda7d210e570d66f53eb91"
            },
            "downloads": -1,
            "filename": "orchestrate_api-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31a60b71e603085f4f05cf73e1fc2be5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 18552,
            "upload_time": "2025-09-08T00:47:57",
            "upload_time_iso_8601": "2025-09-08T00:47:57.135581Z",
            "url": "https://files.pythonhosted.org/packages/93/43/a199ab663509fc83f9a01da08e2b6061295cb43bd90bc256a9aeddc23792/orchestrate_api-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-08 00:47:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "orchestrate-api"
}
        
Elapsed time: 4.27620s