The Unified Medical Language System (UMLS) is a
compendium
A compendium ( compendia or compendiums) is a comprehensive collection of information and analysis pertaining to a body of knowledge. A compendium may concisely summarize a larger work. In most cases, the body of knowledge will concern a specific ...
of many
controlled vocabularies in the
biomedical sciences (created 1986). It provides a mapping structure among these vocabularies and thus allows one to translate among the various terminology systems; it may also be viewed as a comprehensive
thesaurus
A thesaurus (: thesauri or thesauruses), sometimes called a synonym dictionary or dictionary of synonyms, is a reference work which arranges words by their meanings (or in simpler terms, a book where one can find different words with similar me ...
and
ontology
Ontology is the philosophical study of existence, being. It is traditionally understood as the subdiscipline of metaphysics focused on the most general features of reality. As one of the most fundamental concepts, being encompasses all of realit ...
of biomedical concepts. UMLS further provides facilities for
natural language processing
Natural language processing (NLP) is a subfield of computer science and especially artificial intelligence. It is primarily concerned with providing computers with the ability to process data encoded in natural language and is thus closely related ...
. It is intended to be used mainly by developers of systems in
medical informatics.
UMLS consists of Knowledge Sources (databases) and a set of software tools.
The UMLS was designed and is maintained by the
US National Library of Medicine, is updated quarterly and may be used for free. The project was initiated in 1986 by
Donald A.B. Lindberg,
M.D., then Director of the Library of Medicine, and directed by
Betsy Humphreys.
Purpose and applications
The number of biomedical resources available to researchers is enormous. Often this is a problem due to the large volume of documents retrieved when the medical literature is searched. The purpose of the UMLS is to enhance access to this literature by facilitating the development of computer systems that understand biomedical language. This is achieved by overcoming two significant barriers: "the variety of ways the same concepts are expressed in different machine-readable sources & by different people" and "the distribution of useful information among many disparate databases & systems".
Licensing
Users of the system are required to sign a "UMLS agreement" and file brief annual usage reports. Academic users may use the UMLS free of charge for research purposes. Commercial or production use requires copyright licenses for some of the incorporated source vocabularies.
Knowledge Sources
Metathesaurus
The Metathesaurus forms the base of the UMLS and comprises over 1 million biomedical concepts and 5 million concept names, all of which stem from the over 100 incorporated controlled vocabularies and classification systems. Some examples of the incorporated controlled vocabularies are
CPT,
ICD-10
ICD-10 is the 10th revision of the International Classification of Diseases (ICD), a medical classification list by the World Health Organization (WHO). It contains codes for diseases, signs and symptoms, abnormal findings, complaints, social cir ...
,
MeSH,
SNOMED CT,
DSM-IV,
LOINC,
WHO Adverse Drug Reaction Terminology,
UK Clinical Terms,
RxNorm,
Gene Ontology, and
OMIM (se
full list.
The Metathesaurus is organized by concept, and each concept has specific attributes defining its meaning and is linked to the corresponding concept names in the various source vocabularies. Numerous relationships between the concepts are represented, for instance hierarchical ones such as "
isa" for subclasses and "is part of" for subunits, and associative ones such as "is caused by" or "in the literature often occurs close to" (the latter being derived from
Medline
MEDLINE (Medical Literature Analysis and Retrieval System Online, or MEDLARS Online) is a bibliographic database of life sciences and biomedical information. It includes bibliographic information for articles from academic journals covering medic ...
).
The scope of the Metathesaurus is determined by the scope of the source vocabularies. If different vocabularies use different names for the same concept, or if they use the same name for different concepts, then this will be faithfully represented in the Metathesaurus. All hierarchical information from the source vocabularies is retained in the Metathesaurus. Metathesaurus concepts can also link to resources outside of the database, for instance gene sequence databases.
Semantic network
Each concept in the Metathesaurus is assigned one or more ''semantic types'' (categories), which are linked with one another through ''semantic relationships''.
The
semantic network is a catalog of these semantic types and relationships. This is a rather broad classification; there are 127 semantic types and 54 relationships in total.
The major semantic types are organisms, anatomical structures, biologic function, chemicals, events, physical objects, and concepts or ideas.
The links among semantic types define the structure of the network and show important relationships between the
groupings and concepts. The primary link between semantic types is the "
isa" link, establishing a
hierarchy
A hierarchy (from Ancient Greek, Greek: , from , 'president of sacred rites') is an arrangement of items (objects, names, values, categories, etc.) that are represented as being "above", "below", or "at the same level as" one another. Hierarchy ...
of types.
The network also has 5 major categories of non-hierarchical (or associative) relationships, which constitute the remaining 53 relationship types. These are "physically related to", "spatially related to", "temporally related to", "functionally related to" and "conceptually related to".
The information about a semantic type includes an identifier, definition, examples, hierarchical information about the encompassing semantic type(s), and
associative
In mathematics, the associative property is a property of some binary operations that rearranging the parentheses in an expression will not change the result. In propositional logic, associativity is a valid rule of replacement for express ...
relationships. Associative relationships within the Semantic Network are very weak. They capture at most some-some relationships, i.e. they capture the fact that some instance of the first type may be connected by the salient relationship to some instance of the second type. Phrased differently, they capture the fact that a corresponding relational assertion is meaningful (though it need not be true in all cases).
An example of an associative relationship is "''may-cause''", applied to the terms (smoking, lung cancer) would yield: smoking "''may-cause''" lung cancer.
SPECIALIST Lexicon
The SPECIALIST Lexicon contains information about common English vocabulary, biomedical terms, terms found in
MEDLINE
MEDLINE (Medical Literature Analysis and Retrieval System Online, or MEDLARS Online) is a bibliographic database of life sciences and biomedical information. It includes bibliographic information for articles from academic journals covering medic ...
and terms found in the UMLS Metathesaurus. Each entry contains
syntactic
In linguistics, syntax ( ) is the study of how words and morphemes combine to form larger units such as phrases and sentences. Central concerns of syntax include word order, grammatical relations, hierarchical sentence structure (constituency ...
(how words are put together to create meaning),
morphological (form and structure) and
orthographic (spelling) information. A set of
Java
Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
programs use the lexicon to work through the variations in biomedical texts by relating words by their parts of speech, which can be helpful in
web
Web most often refers to:
* Spider web, a silken structure created by the animal
* World Wide Web or the Web, an Internet-based hypertext system
Web, WEB, or the Web may also refer to:
Computing
* WEB, a literate programming system created by ...
searches or searches through an
electronic medical record.
Entries may be one-word or multiple-word terms. Records contain four parts: base form (i.e. "run" for "running"); parts of speech (of which Specialist recognizes eleven); a unique identifier; and any available spelling variants.
For example, a
query for "anesthetic" would return the following:
The SPECIALIST lexicon is available in two formats. The "unit record" format can be seen above, and comprises ''slots'' and ''fillers''. A ''slot'' is the element (i.e. "base=" or "spelling variant=") and the ''fillers'' are the values attributable to that slot for that entry. The "
relational table" format is not yet
normalized and contain a great deal of redundant data in the files.
Inconsistencies and other errors
Given the size and complexity of the UMLS and its permissive policy on integrating terms, errors are inevitable.
Errors include ambiguity and redundancy, hierarchical relationship cycles (a concept is both an ancestor and descendant to another), missing ancestors (semantic types of parent and child concepts are unrelated), and semantic inversion (the child/parent relationship with the semantic types is not consistent with the concepts).
These errors are discovered and resolved by auditing the UMLS. Manual audits can be very time-consuming and costly. Researchers have attempted to address the issue through a number of ways. Automated tools can be used to search for these errors.
For structural inconsistencies (such as loops), a trivial solution based on the order would work. However, the same wouldn't apply when the inconsistency is at the term or concept level (context-specific meaning of a term).
This requires an informed search strategy to be used (
knowledge representation
Knowledge representation (KR) aims to model information in a structured manner to formally represent it as knowledge in knowledge-based systems whereas knowledge representation and reasoning (KRR, KR&R, or KR²) also aims to understand, reason, and ...
).
Supporting software tools
In addition to the knowledge sources, the
National Library of Medicine also provides supporting tools.
Third party software
UMLS-Similarity an open source software package that implements many measures of semantic similarity and relatedness.
UMLS-Similarity web interface a web interface to UMLS-Similarity
See also
*
Medical classification
A medical classification is used to transform descriptions of medical diagnoses or procedures into standardized statistical code in a process known as clinical coding. Diagnosis classifications list diagnosis codes, which are used to track dise ...
*
Medical terminology
References
Further reading
*
*
*
*
*
External links
*
UMLS Summary description with links to factsheets and documentation for Metathesaurus, Semantic Network, SPECIALIST Lexicon and MetamorphoSys
UMLS Overview and Tutorial by Rachel Kleinsorge, Jan Willis, Allen Browne, Alan Aronson
A Perl module to query a UMLS mysql installation* {{MeSH name, Unified+Medical+Language+System, 3=Unified Medical Language System
UMLS.me- extracts UMLS medical concepts and codes from free text in the browser, by Alexander Scarlat MD.
Knowledge representation and reasoning
Knowledge representation (KR) aims to model information in a structured manner to formally represent it as knowledge in knowledge-based systems whereas knowledge representation and reasoning (KRR, KR&R, or KR²) also aims to understand, reason, and ...
Nursing classification