Get SNOMED ID (Deprecated)
Ontology Linking (Deprecated)
SNOMED Linking (Deprecated)
deprecated
Deprecated. Use POST /med-link/nel/link from the Medical Entity Codification API instead — see the Link Entity docs. This endpoint remains operational for existing integrations.
GET
Get SNOMED ID (Deprecated)
Migrating to Medical Entity Codification
| This endpoint (deprecated) | Link Entity | |
|---|---|---|
| Method + path | GET /eka-mcp/linking/v1/snomed | POST /med-link/nel/link |
| Input | ?text_to_link=["dm2","htn"] (array in query string) | JSON body: { "query": "...", "ontology": "snomed", "version": "20250401_extended" } |
| Batch | Array of strings in one query param | Dedicated batch endpoint (up to 5 queries) |
| Result fields | snomed_id, text, confidence | term_id, term_name, score, is_linked, semantic tag + multilingual terms |
| Other ontologies | SNOMED only | SNOMED, LOINC, Medication, ICD-10-CM (Comprehend) |
Legacy endpoint reference
The remainder of this page documents the deprecated endpoint as it stands today for integrators who have not yet migrated. Link multiple medical terms to their corresponding SNOMED CT (Systematized Nomenclature of Medicine Clinical Terms) codes.Input Format
Thetext_to_link parameter accepts an array of medical terms or abbreviations:
Common Medical Abbreviations
- dm2 - Type 2 Diabetes Mellitus
- htn - Hypertension
- copd - Chronic Obstructive Pulmonary Disease
- mi - Myocardial Infarction
- chf - Congestive Heart Failure
Response Structure
Each linked term returns:- snomed_id: The official SNOMED CT identifier
- text: The original text that was processed
- confidence: Confidence score of the mapping (0-1 scale)
Authorizations
Enter JWT token
Query Parameters
Array of text strings to link to SNOMED codes (e.g., ["dm2", "htn"])

