---
title: "Get SNOMED ID (Deprecated)"
method: GET
path: "/eka-mcp/linking/v1/snomed"
tags: ["snomed"]
deprecated: true
---

# Get SNOMED ID (Deprecated)

`GET /eka-mcp/linking/v1/snomed`

> **Deprecated.**

**Deprecated.** Use `POST /med-link/nel/link` from the Medical Entity Codification API instead — see the [Link Entity](/api-reference/health-ai/medical-entity-codification/link-entity) docs. This endpoint remains operational for existing integrations.

## Query parameters

- `text_to_link` string[], required — Array of text strings to link to SNOMED codes (e.g., ["dm2", "htn"])

## Response `200`

OK

- SNOMEDLinkingListA9993e3SNOMEDLinking[]
  - `snomed_id` string, required — The SNOMED ID of the condition
  - `text` string, required — The original text that was linked
  - `confidence` number — Confidence score of the SNOMED linking

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
