@ovok/core
v0.2.51
Published
[](https://badge.fury.io/js/@ovok%2Fcore) [](https://sdk.ovok.com/)
Readme
Ovok Core
Core TypeScript SDK for healthcare applications. Provides authentication, AI-FHIR integration, observations, and healthcare data management.
Features
- 🔐 Authentication & user management
- 🤖 AI-FHIR resources and planning
- 📊 Healthcare observations and measurements
- 💬 Chat AI integration
- 🤖 Bot execution framework
- 📋 Questionnaire responses
Installation
npm install @ovok/core
# or
yarn add @ovok/core
# or
pnpm add @ovok/coreQuick Start
import { OvokClient } from "@ovok/core";
const client = new OvokClient({
apiUrl: "your-api-url",
// configuration
});Documentation
Full documentation and examples available at sdk.ovok.com
