What SNOMED CT actually is
The world's largest clinical terminology is just three building blocks — concepts, descriptions, relationships. Everything else is detail.
The answer in one paragraph
SNOMED CT is a clinical terminology: a giant, structured dictionary of clinical meaning that lets computers record what clinicians actually mean — not just words. Every clinical idea (a disease, a symptom, a procedure, an organism, a body site) gets a concept with a permanent numeric ID. Human-readable names attach to it as descriptions, and relationships link it to other concepts so machines can reason about it. That's the whole model. Three building blocks; ~360,000 active concepts; maintained by SNOMED International and used in 50+ member countries — including India, where it is free to use.
Why it exists
Free-text clinical notes are readable by humans but invisible to computers. Local code lists (hospital A's "MI", hospital B's "heart attack") can't be compared or aggregated. SNOMED CT gives every clinical idea one identity that survives across systems, languages, and time — so a diagnosis recorded in Chennai can drive a decision-support rule written in Toronto, and an analytics query can find every "myocardial infarction" regardless of which synonym the clinician typed.
What makes it different from a code list
- It's a graph, not a list. ICD-10 is (mostly) a flat classification for counting
and billing. SNOMED CT concepts are connected —
Myocardial infarctionis aIschemic heart disease, has finding siteMyocardial structure. Computers can walk those links. - It's compositional. When no single code exists, you can combine concepts into an expression ("fracture of femur" + "left side") — covered later in this path.
- It's a terminology, not a classification. SNOMED CT records meaning at the point of care; classifications like ICD aggregate it afterwards for statistics. The two map to each other and serve different jobs.
Where you'll meet it
- EHR problem lists and clinical documentation — the dominant use.
- FHIR resources —
Condition.code,Observation.codeand friends commonly bind to SNOMED CT value sets. - Decision support — rules subscribe to a concept and all its subtypes in one line.
- India — NRCeS distributes SNOMED CT free of cost for use in India and publishes the SNOMED India extension; ABDM's FHIR profiles use it.
The honest difficulties
SNOMED CT's size is real: licensing nuances per country, release cycles, and the skill of choosing the right concept take learning. That's exactly what the rest of this path teaches — one building block at a time.
Where to go next
Continue with Concepts, descriptions & FSNs — the naming model that makes 360k concepts findable by humans.