Ayush Synapse exposes FHIR R4 CodeSystem resources for both coding systems. These resources describe the code set metadata and individual concept definitions, and can be consumed by any FHIR-compatible client or EMR system.Documentation 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.
GET /codesystem/namaste
Method:GETPath:
/codesystem/namasteAuth: None (demo mode) Returns a FHIR R4
CodeSystem resource for all loaded NAMASTE codes.
Response Fields
| Field | Value |
|---|---|
resourceType | "CodeSystem" |
id | "namaste-codes" |
name | "NAMASTE Codes" |
description | National AYUSH Morbidity & Standardized Terminologies Electronic codes |
status | "active" |
content | Populated concept array |
concept array contains:
| Field | Description |
|---|---|
code | The NAMASTE code identifier (e.g. NAM-001) |
display | Human-readable label for the concept |
definition | Clinical definition of the concept |
Example
Response (truncated)
GET /codesystem/icd11
Method:GETPath:
/codesystem/icd11Auth: None (demo mode) Returns a FHIR R4
CodeSystem resource combining both ICD-11 TM2 and ICD-11 Biomedicine codes into a single resource.
Response Fields
| Field | Value |
|---|---|
resourceType | "CodeSystem" |
id | "icd11-codes" |
name | "ICD-11 Codes" |
description | International Classification of Diseases 11th Revision codes including TM2 and Biomedicine |
status | "active" |
content | Combined concept array from TM2 and Biomedicine code sets |
Example
Response (truncated)
Both CodeSystem resources follow the FHIR R4
CodeSystem structure. The status field is set to "active" for all resources. See the FHIR R4 CodeSystem schema for the full specification.