valueset
The valueset
table is related to the ValueSet resource that is available via the FHIR API.
The valueset
table represents groups of terms that can be associated with higher-order terminology concepts. Join to this table from *termid
columns in other tables of the model in order to determine value sets that summarize the related term.
In most cases, a termid
will be related to a value set through a mapping to a code in a reference terminology system. In this case, the mappedcode
, mappeddisplay
, and mappedsystem
columns will be populated with that mapping.
If a termid
is directly related to a value set, the mappedcode
, mappeddisplay
, and mappedsystem
columns will be NULL.
If a termid
has multiple mappings or is related to multiple value sets, it will have many rows in this table. If a termid
is not related to a value set (directly or via a mapping), it will have zero rows in this table.
Usage
Obtain value sets related to a *termid
column in another table by joining that column to valueset.termid
.
See also:
- Overview of the Unified Model
- Using Terminology Concepts Mapped By Rosetta for columns represented with Rosetta-mapped terms.
Source Concepts
- HIEBus termmappings
- HIEBus termsubsets
- HIEBus termsubsetmemers