The Public Dashboard (served atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/sagar-grv/ayush-synapse/llms.txt
Use this file to discover all available pages before exploring further.
/public.html) is designed for general users, patients, and community health workers who need a straightforward interface to look up medical conditions without any technical knowledge of coding systems. The dashboard keeps clinical terminology out of the way and surfaces plain-language condition names, their AYUSH-system labels, and corresponding ICD-11 mappings in a clean, accessible layout that works equally well in English or any of 16 Indian languages.
Accessing the Dashboard
Start the Ayush Synapse server and navigate to:Features
Simple Condition Search
Simple Condition Search
The Public Dashboard provides a single-field search bar. Type any condition name in your preferred language and the interface calls
GET /api/search to return matching NAMASTE codes alongside their ICD-11 equivalents.Results are displayed as plain-language cards showing:- Condition name (the
Display_Termfrom the NAMASTE code) - AYUSH system label (e.g., Ayurveda, Siddha, or Unani)
- ICD-11 mapped code and its display name, where available
- A short definition of the condition
Health Awareness Content
Health Awareness Content
Between search results the dashboard surfaces contextual health awareness content explaining the three AYUSH medicine systems covered by NAMASTE codes:
- Ayurveda — India’s classical system of medicine based on humoral balance (tridosha theory)
- Siddha — a traditional Tamil system of medicine emphasising pulse diagnosis and herbal compounds
- Unani — Greco-Arabic medicine as practised in South Asia, centred on the four temperaments
Multilingual Interface
Multilingual Interface
The Public Dashboard exposes a language selector that covers all 16 Indian languages served by:Selecting a language swaps every UI label and static string without reloading the page.Supported language codes:
Example — fetch the Hindi translation bundle:
| Code | Language | Code | Language |
|---|---|---|---|
en | English | ml | Malayalam |
hi | Hindi | mr | Marathi |
bn | Bengali | pa | Punjabi |
gu | Gujarati | sa | Sanskrit |
kn | Kannada | ta | Tamil |
as | Assamese | ur | Urdu |
ks | Kashmiri | or | Odia |
ne | Nepali | sd | Sindhi |
Authentication
No authentication is required for the Public Dashboard. All features on this page are powered exclusively byGET /api/search and GET /i18n/{lang}.json, both of which are open, unauthenticated endpoints.
The Public Dashboard does not expose or link to any protected endpoints, FHIR resource exports, or clinical analytics. Sensitive operational data is restricted to the Professional and Technical dashboards.
Example Search: “Fever”
Searching forfever returns NAMASTE codes that match in the code identifier, display name, or definition field. A typical response includes:
NAM-003, NAM-007), the plain-language name, a brief definition, and the corresponding ICD-11 mapping — presented without any technical jargon.