v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBEntity Linking
Link entity
Links a single free-text medical entity to candidate codes from the requested ontology. The metadata field carries ontology-specific hints — it is strongly recommended for LOINC (a unit can change the linked code) and optional for medication. SNOMED CT and ICD-10-CM Comprehend do not use metadata.
post/med-link/nel/link
Request body
Example request
{
"query": "chest pain",
"ontology": "snomed",
"version": "20250401_extended"
}Response
Candidate codes for the query, ranked by relevance.
Example response
{
"results": [
{
"term_id": "29857009",
"term_name": "Chest pain"
}
]
}