> ## Documentation Index
> Fetch the complete documentation index at: https://ekacare-quickstart-cleanup.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Eka Products

> <font size="2"> Explore all Eka platform products across Core EMR, Health AI, Interoperability, and MCP. </font>

import { Columns, Card } from '@mintlify/components'

<hr
  style={{
border: 'none',
borderTop: '1px solid rgba(211, 8, 8, 1)',
margin: '48px 0'
}}
/>

<h2 style={{ color: '#5042BD' }}>Health AI</h2>

<Columns cols={3}>
  <div className="eka-card-wrapper">
    <Card title="Assessments" href="/integrations/health-ai/assessments">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        AI-powered clinical and health risk assessments.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="EkaScribe" href="/integrations/health-ai/ekascribe">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Ambient clinical documentation using voice.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="MedAssist" href="/integrations/health-ai/medassist">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        AI assistance for clinical decision support.
      </p>
    </Card>
  </div>
</Columns>

<Columns cols={2}>
  <div className="eka-card-wrapper">
    <Card title="Medical DB" href="/integrations/health-ai/medical-db">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Standardized medical knowledge base.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="Medical Document Parsing" href="/integrations/health-ai/medical-document-parsing">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Extract structured data from clinical documents.
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>MCP</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper">
    <Card title="MCP for Indian treatment protocol search" href="/integrations/mcp/MCP-for-Indian-treatment-protocol-search">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Infrastructure for Indian treatment protocol search workflows and agents.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="Model Context Protocol (MCP)" href="/integrations/mcp/mcp-for-emr">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Infrastructure for AI-native healthcare workflows and agents.
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>Interoperability</h2>

<Columns cols={2}>
  <div className="eka-card-wrapper">
    <Card title="ABDM" href="/integrations/interoperability/abdm">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        India’s ABDM integrations for consent-based health data exchange.
      </p>
    </Card>
  </div>
</Columns>

***

<h2 style={{ color: '#5042BD' }}>EMR</h2>

<Columns cols={4}>
  <div className="eka-card-wrapper">
    <Card title="Patient" href="/integrations/core-emr/patients">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Patient profiles, demographics, medical history, and longitudinal records.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="Doctor" href="/integrations/core-emr/doctor">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Clinical workflows, charting tools, and physician productivity features.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="Appointments" href="/integrations/core-emr/appointments">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Scheduling and appointment lifecycle management.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="Clinic" href="/integrations/core-emr/clinic">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Clinic setup, configuration, staff, and operations.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="Payments" href="/integrations/core-emr/payments">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Billing, invoices, and payment tracking.
      </p>
    </Card>
  </div>

  <div className="eka-card-wrapper">
    <Card title="Prescriptions" href="/integrations/core-emr/prescription">
      <p style={{ fontSize: '12px', color: '#475569', lineHeight: '1.45' }}>
        Medication orders and prescription workflows.
      </p>
    </Card>
  </div>
</Columns>

***
