This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
2).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
Vocabulary
Work
Group
| Maturity Level : 3 | Compartments : Not linked to any defined compartments |
A value set specifies a set of codes drawn from one or more code systems.
The
FHIR
terminology
specification
is
based
two
key
concepts,
originally
defined
in
HL7
v3
Core
Principles
:
Code systems define which codes (symbols and/or expressions) exist, and how they are understood. Value sets select a set of codes from one or more code systems to specify which codes can be used in a particular context.
Value sets may be constructed in one of two ways:
A value set can also be "expanded", where the value set is turned into a simple collection of enumerated codes. This operation is performed to produce a collection of codes that are ready to use for data entry or validation. An expanded value set may also contain the original definition.
Value
sets
that
contain
inline
code
systems
are
intended
for
small,
simple
code
systems
that
are
found
throughout
the
implementation
context
(e.g.,
lists
of
words,
status
codes,
enumerations).
The
inline
code
system
definition
is
not
intended
to
represent
large
publically
defined
terminologies
such
as
well.
LOINC,
etc.
-
these
terminologies
have
their
own
distribution
formats.
specification,
along
with
metadata
in
the
HL7
Value
Set
Definition
specification.
Value
set
resources
can
be
converted
to
CTS2
value
set
and
code
system
resources.
(VSD)
project.
Not
all
of
the
elements
defined
by
the
VSD
are
part
of
the
base
resource
-
some
are
defined
as
part
of
the
ValueSet
Extensions
.
In
the
ValueSet
resource,
the
lockedDate
,
compose
and
codeSystem
elements
make
up
the
VSD
Content
Logical
definition.
When using value sets, proper differentiation between a code system and a value set is important. This is one very common area where significant clinical safety risks occur in practice. Implementers should be familiar with the content in Using Codes in resources .
Each value set has 2 different URLs that can be used to reference it - its logical identifier, and its location.
The location of the value set is a URL by which it may be retrieved, usually from a FHIR server, and is often a relative reference to a value set on the same server. The logical identifier is in the value set itself, in ValueSet.url . This is the logical identity (sometimes called the canonical URL) that refers to this value set across all systems. Ideally, the URL should also be the location of the master version of the value set, though this is not always possible.
For example, the value sets published as part of FHIR all have a logical URL which is also a location by which they may be accessed in the FHIR specification itself. However, while a new version of the FHIR Specification is being prepared, value sets that are published in the drafts will not be found in the current FHIR specification.
Because it is common practice to copy (cache) value sets locally, most references to value sets can be either a logical or a literal URL.

A value set has 3 identifiers:
specification)
For further information, see Resource Identity .
This resource is referenced by ConceptMap , OperationDefinition and Questionnaire
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
![]() |
|---|---|---|---|---|
![]() | I | DomainResource |
A
set
of
codes
drawn
from
one
or
more
code
systems
A defined code system (if present) SHALL have a different url than the value set url Value set SHALL contain at least one of a codeSystem, a compose, or an expansion element A value set with only one import SHALL also have an include and/or an exclude unless the value set includes and inline code system | |
![]() ![]() | Σ | 0..1 | uri | Globally unique logical identifier for value set |
![]() ![]() | Σ | 0..1 | Identifier | Additional identifier for the value set (e.g. HL7 v2 / CDA) |
![]() ![]() | Σ | 0..1 | string | Logical identifier for this version of the value set |
![]() ![]() | Σ | 0..1 | string | Informal name for this value set |
![]() ![]() | ?! Σ | 1..1 | code |
draft
|
active
|
retired
ConformanceResourceStatus ( Required ) |
![]() ![]() | Σ | 0..1 | boolean | If for testing purposes, not real usage |
![]() ![]() | Σ | 0..1 | string | Name of the publisher (organization or individual) |
![]() ![]() | Σ | 0..* | BackboneElement | Contact details of the publisher |
![]() ![]() ![]() | Σ | 0..1 | string | Name of an individual to contact |
![]() ![]() ![]() | Σ | 0..* | ContactPoint | Contact details for individual or publisher |
![]() ![]() | Σ | 0..1 | dateTime | Date for given status |
![]() ![]() | Σ | 0..1 | date | Fixed date for all referenced code systems and value sets |
![]() ![]() | Σ | 0..1 | string | Human language description of the value set |
![]() ![]() | Σ | 0..* | CodeableConcept |
Content
intends
to
support
these
contexts
Context of Use ValueSet ( Extensible ) |
![]() ![]() | Σ | 0..1 | boolean | Indicates whether or not any change to the content logical definition may occur |
![]() ![]() | 0..1 | string | Why needed | |
![]() ![]() | 0..1 | string | Use and/or publishing restrictions | |
![]() ![]() | Σ | 0..1 | boolean | Whether this is intended to be used with an extensible binding |
![]() ![]() | Σ I | 0..1 | BackboneElement |
An
inline
code
system,
which
is
part
of
this
value
set
Codes must be unique Within a code system definition, all the codes SHALL be unique |
![]() ![]() ![]() | Σ | 1..1 | uri | URI to identify the code system (e.g. in Coding.system) |
![]() ![]() ![]() | Σ | 0..1 | string | Version (for use in Coding.version) |
![]() ![]() ![]() | Σ | 0..1 | boolean | If code comparison is case sensitive |
![]() ![]() ![]() | 1..* | BackboneElement | Concepts in the code system | |
![]() ![]() ![]() ![]() | 1..1 | code | Code that identifies concept | |
![]() ![]() ![]() ![]() | 0..1 | boolean | If this code is not for use as a real concept | |
![]() ![]() ![]() ![]() | 0..1 | string | Text to display to the user | |
![]() ![]() ![]() ![]() | 0..1 | string | Formal definition | |
![]() ![]() ![]() ![]() | 0..* | BackboneElement | Additional representations for the concept | |
![]() ![]() ![]() ![]() ![]() | 0..1 | code |
Human
language
of
the
designation
Language
(
Required
)
| |
![]() ![]() ![]() ![]() ![]() | 0..1 | Coding |
Details
how
this
designation
would
be
used
Designation Use ( Extensible ) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | The text value for this designation | |
![]() ![]() ![]() ![]() | 0..* | see concept | Child Concepts (is-a/contains/categorizes) | |
![]() ![]() | I | 0..1 | BackboneElement |
When
value
set
includes
codes
from
elsewhere
A value set composition SHALL have an include or an import |
![]() ![]() ![]() | Σ I | 0..* | uri | Import the contents of another value set |
![]() ![]() ![]() | Σ I | 0..* | BackboneElement |
Include
one
or
more
codes
from
a
code
system
Cannot have both concept and filter |
![]() ![]() ![]() ![]() | Σ | 1..1 | uri | The system the codes come from |
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Specific version of the code system referred to |
![]() ![]() ![]() ![]() | I | 0..* | BackboneElement | A concept defined in the system |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Code or expression from system | |
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Test to display for this code for this value set | |
![]() ![]() ![]() ![]() ![]() | 0..* | see designation | Additional representations for this valueset | |
![]() ![]() ![]() ![]() | I | 0..* | BackboneElement | Select codes/concepts by their properties (including relationships) |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | A property defined by the code system | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code |
=
|
is-a
|
is-not-a
|
regex
|
in
|
not-in
FilterOperator ( Required ) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Code from the system, or regex criteria | |
![]() ![]() ![]() | I | 0..* | see include | Explicitly exclude codes |
![]() ![]() | I | 0..1 | BackboneElement | Used when the value set is "expanded" |
![]() ![]() ![]() | 1..1 | uri | Uniquely identifies this expansion | |
![]() ![]() ![]() | 1..1 | dateTime | Time ValueSet expansion happened | |
![]() ![]() ![]() | 0..1 | integer | Total number of codes in the expansion | |
![]() ![]() ![]() | 0..1 | integer | Offset at which this resource starts | |
![]() ![]() ![]() | 0..* | BackboneElement | Parameter that controlled the expansion process | |
![]() ![]() ![]() ![]() | 1..1 | string | Name as assigned by the server | |
![]() ![]() ![]() ![]() | 0..1 | Value of the named parameter | ||
![]() ![]() ![]() ![]() ![]() | string | |||
![]() ![]() ![]() ![]() ![]() | boolean | |||
![]() ![]() ![]() ![]() ![]() | integer | |||
![]() ![]() ![]() ![]() ![]() | decimal | |||
![]() ![]() ![]() ![]() ![]() | uri | |||
![]() ![]() ![]() ![]() ![]() | code | |||
![]() ![]() ![]() | I | 0..* | BackboneElement |
Codes
in
the
value
set
Must have a code if not abstract SHALL have a code or a display Must have a system if a code is present |
![]() ![]() ![]() ![]() | 0..1 | uri | System value for the code | |
![]() ![]() ![]() ![]() | 0..1 | boolean | If user cannot select this entry | |
![]() ![]() ![]() ![]() | 0..1 | string | Version in which this code/display is defined | |
![]() ![]() ![]() ![]() | I | 0..1 | code | Code - if blank, this is not a selectable code |
![]() ![]() ![]() ![]() | I | 0..1 | string | User display for the concept |
![]() ![]() ![]() ![]() | 0..* | see contains | Codes contained under this entry | |
Documentation
for
this
format
| ||||
UML Diagram
XML Template
<ValueSet xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Globally unique logical identifier for value set --> <identifier><!-- 0..1 Identifier Additional identifier for the value set (e.g. HL7 v2 / CDA) --></identifier> <version value="[string]"/><!-- 0..1 Logical identifier for this version of the value set --> <name value="[string]"/><!-- 0..1 Informal name for this value set --> <status value="[code]"/><!-- 1..1 draft | active | retired --> <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact> <!-- 0..* Contact details of the publisher --> <name value="[string]"/><!-- 0..1 Name of an individual to contact --> <telecom><!-- 0..* ContactPoint Contact details for individual or publisher --></telecom> </contact> <date value="[dateTime]"/><!-- 0..1 Date for given status --> <lockedDate value="[date]"/><!-- 0..1 Fixed date for all referenced code systems and value sets --> <description value="[string]"/><!-- 0..1 Human language description of the value set --> <useContext><!-- 0..* CodeableConcept Content intends to support these contexts --></useContext> <immutable value="[boolean]"/><!-- 0..1 Indicates whether or not any change to the content logical definition may occur --> <requirements value="[string]"/><!-- 0..1 Why needed --> <copyright value="[string]"/><!-- 0..1 Use and/or publishing restrictions --> <extensible value="[boolean]"/><!-- 0..1 Whether this is intended to be used with an extensible binding --> <codeSystem> <!--
0..1 An inline code system, which is part of this value set --> <system value="[uri]"/><!-- 1..1 URI to identify the code system (e.g. in Coding.system) --> <version value="[string]"/><!-- 0..1 Version (for use in Coding.version) --> <caseSensitive value="[boolean]"/><!-- 0..1 If code comparison is case sensitive --> <concept> <!-- 1..* Concepts in the code system --> <code value="[code]"/><!-- 1..1 Code that identifies concept --> <abstract value="[boolean]"/><!-- 0..1 If this code is not for use as a real concept --> <display value="[string]"/><!-- 0..1 Text to display to the user --> <definition value="[string]"/><!-- 0..1 Formal definition --> <designation> <!-- 0..* Additional representations for the concept --> <language value="[code]"/><!-- 0..1 Human language of the designation
--> <use><!-- 0..1 Coding Details how this designation would be used --></use> <value value="[string]"/><!-- 1..1 The text value for this designation --> </designation> <concept><!-- 0..* Content as for ValueSet.codeSystem.concept Child Concepts (is-a/contains/categorizes) --></concept> </concept> </codeSystem> <compose> <!--
0..1 When value set includes codes from elsewhere --> <import value="[uri]"/><!--
0..* Import the contents of another value set --> <include> <!--
0..* Include one or more codes from a code system --> <system value="[uri]"/><!-- 1..1 The system the codes come from --> <version value="[string]"/><!-- 0..1 Specific version of the code system referred to --> <concept> <!--
0..* A concept defined in the system --> <code value="[code]"/><!-- 1..1 Code or expression from system --> <display value="[string]"/><!-- 0..1 Test to display for this code for this value set --> <designation><!-- 0..* Content as for ValueSet.codeSystem.concept.designation Additional representations for this valueset --></designation> </concept> <filter> <!--
0..* Select codes/concepts by their properties (including relationships) --> <property value="[code]"/><!-- 1..1 A property defined by the code system --> <op value="[code]"/><!-- 1..1 = | is-a | is-not-a | regex | in | not-in --> <value value="[code]"/><!-- 1..1 Code from the system, or regex criteria --> </filter> </include> <exclude><!--
0..* Content as for ValueSet.compose.include Explicitly exclude codes --></exclude> </compose> <expansion> <!--
0..1 Used when the value set is "expanded" --> <identifier value="[uri]"/><!-- 1..1 Uniquely identifies this expansion --> <timestamp value="[dateTime]"/><!-- 1..1 Time ValueSet expansion happened --> <total value="[integer]"/><!-- 0..1 Total number of codes in the expansion --> <offset value="[integer]"/><!-- 0..1 Offset at which this resource starts --> <parameter> <!-- 0..* Parameter that controlled the expansion process --> <name value="[string]"/><!-- 1..1 Name as assigned by the server --> <value[x]><!-- 0..1 string|boolean|integer|decimal|uri|code Value of the named parameter --></value[x]> </parameter> <contains> <!-- 0..* Codes in the value set --> <system value="[uri]"/><!-- 0..1 System value for the code --> <abstract value="[boolean]"/><!-- 0..1 If user cannot select this entry --> <version value="[string]"/><!-- 0..1 Version in which this code/display is defined --> <code value="[code]"/><!--
0..1 Code - if blank, this is not a selectable code --> <display value="[string]"/><!--
0..1 User display for the concept --> <contains><!-- 0..* Content as for ValueSet.expansion.contains Codes contained under this entry --></contains> </contains> </expansion> </ValueSet>
JSON Template
{
"resourceType" : "ValueSet",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Globally unique logical identifier for value set
"identifier" : { Identifier }, // Additional identifier for the value set (e.g. HL7 v2 / CDA)
"version" : "<string>", // Logical identifier for this version of the value set
"name" : "<string>", // Informal name for this value set
"status" : "<code>", // R! draft | active | retired
"experimental" : <boolean>, // If for testing purposes, not real usage
"publisher" : "<string>", // Name of the publisher (organization or individual)
"contact" : [{ // Contact details of the publisher
"name" : "<string>", // Name of an individual to contact
"telecom" : [{ ContactPoint }] // Contact details for individual or publisher
}],
"date" : "<dateTime>", // Date for given status
"lockedDate" : "<date>", // Fixed date for all referenced code systems and value sets
"description" : "<string>", // Human language description of the value set
"useContext" : [{ CodeableConcept }], // Content intends to support these contexts
"immutable" : <boolean>, // Indicates whether or not any change to the content logical definition may occur
"requirements" : "<string>", // Why needed
"copyright" : "<string>", // Use and/or publishing restrictions
"extensible" : <boolean>, // Whether this is intended to be used with an extensible binding
"codeSystem" : { // C? An inline code system, which is part of this value set
"system" : "<uri>", // R! URI to identify the code system (e.g. in Coding.system)
"version" : "<string>", // Version (for use in Coding.version)
"caseSensitive" : <boolean>, // If code comparison is case sensitive
"concept" : [{ // R! Concepts in the code system
"code" : "<code>", // R! Code that identifies concept
"abstract" : <boolean>, // If this code is not for use as a real concept
"display" : "<string>", // Text to display to the user
"definition" : "<string>", // Formal definition
"designation" : [{ // Additional representations for the concept
"language" : "<code>", // Human language of the designation
"use" : { Coding }, // Details how this designation would be used
"value" : "<string>" // R! The text value for this designation
}],
"concept" : [{ Content as for ValueSet.codeSystem.concept }] // Child Concepts (is-a/contains/categorizes)
}]
},
"compose" : { // C? When value set includes codes from elsewhere
"import" : ["<uri>"], // C? Import the contents of another value set
"include" : [{ // C? Include one or more codes from a code system
"system" : "<uri>", // R! The system the codes come from
"version" : "<string>", // Specific version of the code system referred to
"concept" : [{ // C? A concept defined in the system
"code" : "<code>", // R! Code or expression from system
"display" : "<string>", // Test to display for this code for this value set
"designation" : [{ Content as for ValueSet.codeSystem.concept.designation }] // Additional representations for this valueset
}],
"filter" : [{ // C? Select codes/concepts by their properties (including relationships)
"property" : "<code>", // R! A property defined by the code system
"op" : "<code>", // R! = | is-a | is-not-a | regex | in | not-in
"value" : "<code>" // R! Code from the system, or regex criteria
}]
}],
"exclude" : [{ Content as for ValueSet.compose.include }] // C? Explicitly exclude codes
},
"expansion" : { // C? Used when the value set is "expanded"
"identifier" : "<uri>", // R! Uniquely identifies this expansion
"timestamp" : "<dateTime>", // R! Time ValueSet expansion happened
"total" : <integer>, // Total number of codes in the expansion
"offset" : <integer>, // Offset at which this resource starts
"parameter" : [{ // Parameter that controlled the expansion process
"name" : "<string>", // R! Name as assigned by the server
// value[x]: Value of the named parameter. One of these 6:
"valueString" : "<string>"
"valueBoolean" : <boolean>
"valueInteger" : <integer>
"valueDecimal" : <decimal>
"valueUri" : "<uri>"
"valueCode" : "<code>"
}],
"contains" : [{ // Codes in the value set
"system" : "<uri>", // System value for the code
"abstract" : <boolean>, // If user cannot select this entry
"version" : "<string>", // Version in which this code/display is defined
"code" : "<code>", // C? Code - if blank, this is not a selectable code
"display" : "<string>", // C? User display for the concept
"contains" : [{ Content as for ValueSet.expansion.contains }] // Codes contained under this entry
}]
}
}
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
![]() |
|---|---|---|---|---|
![]() | I | DomainResource |
A
set
of
codes
drawn
from
one
or
more
code
systems
A defined code system (if present) SHALL have a different url than the value set url Value set SHALL contain at least one of a codeSystem, a compose, or an expansion element A value set with only one import SHALL also have an include and/or an exclude unless the value set includes and inline code system | |
![]() ![]() | Σ | 0..1 | uri | Globally unique logical identifier for value set |
![]() ![]() | Σ | 0..1 | Identifier | Additional identifier for the value set (e.g. HL7 v2 / CDA) |
![]() ![]() | Σ | 0..1 | string | Logical identifier for this version of the value set |
![]() ![]() | Σ | 0..1 | string | Informal name for this value set |
![]() ![]() | ?! Σ | 1..1 | code |
draft
|
active
|
retired
ConformanceResourceStatus ( Required ) |
![]() ![]() | Σ | 0..1 | boolean | If for testing purposes, not real usage |
![]() ![]() | Σ | 0..1 | string | Name of the publisher (organization or individual) |
![]() ![]() | Σ | 0..* | BackboneElement | Contact details of the publisher |
![]() ![]() ![]() | Σ | 0..1 | string | Name of an individual to contact |
![]() ![]() ![]() | Σ | 0..* | ContactPoint | Contact details for individual or publisher |
![]() ![]() | Σ | 0..1 | dateTime | Date for given status |
![]() ![]() | Σ | 0..1 | date | Fixed date for all referenced code systems and value sets |
![]() ![]() | Σ | 0..1 | string | Human language description of the value set |
![]() ![]() | Σ | 0..* | CodeableConcept |
Content
intends
to
support
these
contexts
Context of Use ValueSet ( Extensible ) |
![]() ![]() | Σ | 0..1 | boolean | Indicates whether or not any change to the content logical definition may occur |
![]() ![]() | 0..1 | string | Why needed | |
![]() ![]() | 0..1 | string | Use and/or publishing restrictions | |
![]() ![]() | Σ | 0..1 | boolean | Whether this is intended to be used with an extensible binding |
![]() ![]() | Σ I | 0..1 | BackboneElement |
An
inline
code
system,
which
is
part
of
this
value
set
Codes must be unique Within a code system definition, all the codes SHALL be unique |
![]() ![]() ![]() | Σ | 1..1 | uri | URI to identify the code system (e.g. in Coding.system) |
![]() ![]() ![]() | Σ | 0..1 | string | Version (for use in Coding.version) |
![]() ![]() ![]() | Σ | 0..1 | boolean | If code comparison is case sensitive |
![]() ![]() ![]() | 1..* | BackboneElement | Concepts in the code system | |
![]() ![]() ![]() ![]() | 1..1 | code | Code that identifies concept | |
![]() ![]() ![]() ![]() | 0..1 | boolean | If this code is not for use as a real concept | |
![]() ![]() ![]() ![]() | 0..1 | string | Text to display to the user | |
![]() ![]() ![]() ![]() | 0..1 | string | Formal definition | |
![]() ![]() ![]() ![]() | 0..* | BackboneElement | Additional representations for the concept | |
![]() ![]() ![]() ![]() ![]() | 0..1 | code |
Human
language
of
the
designation
Language
(
Required
)
| |
![]() ![]() ![]() ![]() ![]() | 0..1 | Coding |
Details
how
this
designation
would
be
used
Designation Use ( Extensible ) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | The text value for this designation | |
![]() ![]() ![]() ![]() | 0..* | see concept | Child Concepts (is-a/contains/categorizes) | |
![]() ![]() | I | 0..1 | BackboneElement |
When
value
set
includes
codes
from
elsewhere
A value set composition SHALL have an include or an import |
![]() ![]() ![]() | Σ I | 0..* | uri | Import the contents of another value set |
![]() ![]() ![]() | Σ I | 0..* | BackboneElement |
Include
one
or
more
codes
from
a
code
system
Cannot have both concept and filter |
![]() ![]() ![]() ![]() | Σ | 1..1 | uri | The system the codes come from |
![]() ![]() ![]() ![]() | Σ | 0..1 | string | Specific version of the code system referred to |
![]() ![]() ![]() ![]() | I | 0..* | BackboneElement | A concept defined in the system |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Code or expression from system | |
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Test to display for this code for this value set | |
![]() ![]() ![]() ![]() ![]() | 0..* | see designation | Additional representations for this valueset | |
![]() ![]() ![]() ![]() | I | 0..* | BackboneElement | Select codes/concepts by their properties (including relationships) |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | A property defined by the code system | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code |
=
|
is-a
|
is-not-a
|
regex
|
in
|
not-in
FilterOperator ( Required ) | |
![]() ![]() ![]() ![]() ![]() | 1..1 | code | Code from the system, or regex criteria | |
![]() ![]() ![]() | I | 0..* | see include | Explicitly exclude codes |
![]() ![]() | I | 0..1 | BackboneElement | Used when the value set is "expanded" |
![]() ![]() ![]() | 1..1 | uri | Uniquely identifies this expansion | |
![]() ![]() ![]() | 1..1 | dateTime | Time ValueSet expansion happened | |
![]() ![]() ![]() | 0..1 | integer | Total number of codes in the expansion | |
![]() ![]() ![]() | 0..1 | integer | Offset at which this resource starts | |
![]() ![]() ![]() | 0..* | BackboneElement | Parameter that controlled the expansion process | |
![]() ![]() ![]() ![]() | 1..1 | string | Name as assigned by the server | |
![]() ![]() ![]() ![]() | 0..1 | Value of the named parameter | ||
![]() ![]() ![]() ![]() ![]() | string | |||
![]() ![]() ![]() ![]() ![]() | boolean | |||
![]() ![]() ![]() ![]() ![]() | integer | |||
![]() ![]() ![]() ![]() ![]() | decimal | |||
![]() ![]() ![]() ![]() ![]() | uri | |||
![]() ![]() ![]() ![]() ![]() | code | |||
![]() ![]() ![]() | I | 0..* | BackboneElement |
Codes
in
the
value
set
Must have a code if not abstract SHALL have a code or a display Must have a system if a code is present |
![]() ![]() ![]() ![]() | 0..1 | uri | System value for the code | |
![]() ![]() ![]() ![]() | 0..1 | boolean | If user cannot select this entry | |
![]() ![]() ![]() ![]() | 0..1 | string | Version in which this code/display is defined | |
![]() ![]() ![]() ![]() | I | 0..1 | code | Code - if blank, this is not a selectable code |
![]() ![]() ![]() ![]() | I | 0..1 | string | User display for the concept |
![]() ![]() ![]() ![]() | 0..* | see contains | Codes contained under this entry | |
Documentation
for
this
format
| ||||
XML Template
<ValueSet xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Globally unique logical identifier for value set --> <identifier><!-- 0..1 Identifier Additional identifier for the value set (e.g. HL7 v2 / CDA) --></identifier> <version value="[string]"/><!-- 0..1 Logical identifier for this version of the value set --> <name value="[string]"/><!-- 0..1 Informal name for this value set --> <status value="[code]"/><!-- 1..1 draft | active | retired --> <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact> <!-- 0..* Contact details of the publisher --> <name value="[string]"/><!-- 0..1 Name of an individual to contact --> <telecom><!-- 0..* ContactPoint Contact details for individual or publisher --></telecom> </contact> <date value="[dateTime]"/><!-- 0..1 Date for given status --> <lockedDate value="[date]"/><!-- 0..1 Fixed date for all referenced code systems and value sets --> <description value="[string]"/><!-- 0..1 Human language description of the value set --> <useContext><!-- 0..* CodeableConcept Content intends to support these contexts --></useContext> <immutable value="[boolean]"/><!-- 0..1 Indicates whether or not any change to the content logical definition may occur --> <requirements value="[string]"/><!-- 0..1 Why needed --> <copyright value="[string]"/><!-- 0..1 Use and/or publishing restrictions --> <extensible value="[boolean]"/><!-- 0..1 Whether this is intended to be used with an extensible binding --> <codeSystem> <!--
0..1 An inline code system, which is part of this value set --> <system value="[uri]"/><!-- 1..1 URI to identify the code system (e.g. in Coding.system) --> <version value="[string]"/><!-- 0..1 Version (for use in Coding.version) --> <caseSensitive value="[boolean]"/><!-- 0..1 If code comparison is case sensitive --> <concept> <!-- 1..* Concepts in the code system --> <code value="[code]"/><!-- 1..1 Code that identifies concept --> <abstract value="[boolean]"/><!-- 0..1 If this code is not for use as a real concept --> <display value="[string]"/><!-- 0..1 Text to display to the user --> <definition value="[string]"/><!-- 0..1 Formal definition --> <designation> <!-- 0..* Additional representations for the concept --> <language value="[code]"/><!-- 0..1 Human language of the designation
--> <use><!-- 0..1 Coding Details how this designation would be used --></use> <value value="[string]"/><!-- 1..1 The text value for this designation --> </designation> <concept><!-- 0..* Content as for ValueSet.codeSystem.concept Child Concepts (is-a/contains/categorizes) --></concept> </concept>
</define> < < < < < < < < < <</codeSystem> <compose> <!--0..1 When value set includes codes from elsewhere --> <import value="[uri]"/><!--
0..* Import the contents of another value set --> <include> <!--
0..* Include one or more codes from a code system --> <system value="[uri]"/><!-- 1..1 The system the codes come from --> <version value="[string]"/><!-- 0..1 Specific version of the code system referred to --> <concept> <!--
0..* A concept defined in the system --> <code value="[code]"/><!-- 1..1 Code or expression from system --> <display value="[string]"/><!-- 0..1 Test to display for this code for this value set --> <designation><!-- 0..* Content as for ValueSet.codeSystem.concept.designation Additional representations for this valueset --></designation> </concept> <filter> <!--
0..* Select codes/concepts by their properties (including relationships) --> <property value="[code]"/><!-- 1..1 A property defined by the code system --> <op value="[code]"/><!-- 1..1 = | is-a | is-not-a | regex | in | not-in --> <value value="[code]"/><!-- 1..1 Code from the system, or regex criteria --> </filter> </include>
<</exclude><exclude><!--0..* Content as for ValueSet.compose.include Explicitly exclude codes --></exclude> </compose>
< <</identifier> < < < < < <</contains><expansion> <!--0..1 Used when the value set is "expanded" --> <identifier value="[uri]"/><!-- 1..1 Uniquely identifies this expansion --> <timestamp value="[dateTime]"/><!-- 1..1 Time ValueSet expansion happened --> <total value="[integer]"/><!-- 0..1 Total number of codes in the expansion --> <offset value="[integer]"/><!-- 0..1 Offset at which this resource starts --> <parameter> <!-- 0..* Parameter that controlled the expansion process --> <name value="[string]"/><!-- 1..1 Name as assigned by the server --> <value[x]><!-- 0..1 string|boolean|integer|decimal|uri|code Value of the named parameter --></value[x]> </parameter> <contains> <!-- 0..* Codes in the value set --> <system value="[uri]"/><!-- 0..1 System value for the code --> <abstract value="[boolean]"/><!-- 0..1 If user cannot select this entry --> <version value="[string]"/><!-- 0..1 Version in which this code/display is defined --> <code value="[code]"/><!--
0..1 Code - if blank, this is not a selectable code --> <display value="[string]"/><!--
0..1 User display for the concept --> <contains><!-- 0..* Content as for ValueSet.expansion.contains Codes contained under this entry --></contains> </contains> </expansion> </ValueSet>
JSON Template
{
"resourceType" : "ValueSet",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Globally unique logical identifier for value set
"identifier" : { Identifier }, // Additional identifier for the value set (e.g. HL7 v2 / CDA)
"version" : "<string>", // Logical identifier for this version of the value set
"name" : "<string>", // Informal name for this value set
"status" : "<code>", // R! draft | active | retired
"experimental" : <boolean>, // If for testing purposes, not real usage
"publisher" : "<string>", // Name of the publisher (organization or individual)
"contact" : [{ // Contact details of the publisher
"name" : "<string>", // Name of an individual to contact
"telecom" : [{ ContactPoint }] // Contact details for individual or publisher
}],
"date" : "<dateTime>", // Date for given status
"lockedDate" : "<date>", // Fixed date for all referenced code systems and value sets
"description" : "<string>", // Human language description of the value set
"useContext" : [{ CodeableConcept }], // Content intends to support these contexts
"immutable" : <boolean>, // Indicates whether or not any change to the content logical definition may occur
"requirements" : "<string>", // Why needed
"copyright" : "<string>", // Use and/or publishing restrictions
"extensible" : <boolean>, // Whether this is intended to be used with an extensible binding
"codeSystem" : { // C? An inline code system, which is part of this value set
"system" : "<uri>", // R! URI to identify the code system (e.g. in Coding.system)
"version" : "<string>", // Version (for use in Coding.version)
"caseSensitive" : <boolean>, // If code comparison is case sensitive
"concept" : [{ // R! Concepts in the code system
"code" : "<code>", // R! Code that identifies concept
"abstract" : <boolean>, // If this code is not for use as a real concept
"display" : "<string>", // Text to display to the user
"definition" : "<string>", // Formal definition
"designation" : [{ // Additional representations for the concept
"language" : "<code>", // Human language of the designation
"use" : { Coding }, // Details how this designation would be used
"value" : "<string>" // R! The text value for this designation
}],
"concept" : [{ Content as for ValueSet.codeSystem.concept }] // Child Concepts (is-a/contains/categorizes)
}]
},
"compose" : { // C? When value set includes codes from elsewhere
"import" : ["<uri>"], // C? Import the contents of another value set
"include" : [{ // C? Include one or more codes from a code system
"system" : "<uri>", // R! The system the codes come from
"version" : "<string>", // Specific version of the code system referred to
"concept" : [{ // C? A concept defined in the system
"code" : "<code>", // R! Code or expression from system
"display" : "<string>", // Test to display for this code for this value set
"designation" : [{ Content as for ValueSet.codeSystem.concept.designation }] // Additional representations for this valueset
}],
"filter" : [{ // C? Select codes/concepts by their properties (including relationships)
"property" : "<code>", // R! A property defined by the code system
"op" : "<code>", // R! = | is-a | is-not-a | regex | in | not-in
"value" : "<code>" // R! Code from the system, or regex criteria
}]
}],
"exclude" : [{ Content as for ValueSet.compose.include }] // C? Explicitly exclude codes
},
"expansion" : { // C? Used when the value set is "expanded"
"identifier" : "<uri>", // R! Uniquely identifies this expansion
"timestamp" : "<dateTime>", // R! Time ValueSet expansion happened
"total" : <integer>, // Total number of codes in the expansion
"offset" : <integer>, // Offset at which this resource starts
"parameter" : [{ // Parameter that controlled the expansion process
"name" : "<string>", // R! Name as assigned by the server
// value[x]: Value of the named parameter. One of these 6:
"valueString" : "<string>"
"valueBoolean" : <boolean>
"valueInteger" : <integer>
"valueDecimal" : <decimal>
"valueUri" : "<uri>"
"valueCode" : "<code>"
}],
"contains" : [{ // Codes in the value set
"system" : "<uri>", // System value for the code
"abstract" : <boolean>, // If user cannot select this entry
"version" : "<string>", // Version in which this code/display is defined
"code" : "<code>", // C? Code - if blank, this is not a selectable code
"display" : "<string>", // C? User display for the concept
"contains" : [{ Content as for ValueSet.expansion.contains }] // Codes contained under this entry
}]
}
}
Alternate definitions: Schema / Schematron , Resource Profile ( XML , JSON ), Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
| ValueSet.status |
The
lifecycle
status
of
a
Value
Set
or
Concept
|
|
|
| ValueSet.useContext | Indicates the countries, regions, disciplines and other aspects of use within which this artifact is targeted for use. | Extensible | Context of Use ValueSet |
| ValueSet.codeSystem.concept.designation.language | A human language. | Required |
IETF
language
tag
![]() |
| ValueSet.codeSystem.concept.designation.use | Details of how a designation would be used. | Extensible | Designation Use |
| ValueSet.compose.include.filter.op |
The
kind
of
operation
to
perform
as
a
part
of
a
property
based
|
|
|
The
identifier
and
version
elements
may
be
used
to
reference
this
value
set
in
a
design,
a
profile,
a
CDA
template
or
V3
HL7
v3
message
(valueSet
(in
the
CD
data
type
valueSet
and
valueSetVersion).
valueSetVersion
properties).
These
different
contexts
may
make
additional
restrictions
on
the
possible
values
of
these
elements.
These
elements
are
generally
not
needed
when
using
value
sets
with
FHIR
implementations
implementations,
as
they
can
make
use
of
the
innate
identifier
and
versioning
mechanism
associated
with
the
resource
resource.
Valuesets
can
define
their
own
codes.
A
value
set
that
defines
codes
contains
an
inline
code
system
automatically
includes
all
of
the
codes
it
defines,
and
that
the
code
system
defines.
This
is
useful
for
simple
sets
of
codes
that
are
highly
specific
and
context-dependent.
The
value
set
and
the
code
system
are
both
given
URI
identifiers
by
which
they
may
be
identified
from
elsewhere
(ValueSet.identifier
and
ValueSet.define.system).
ValueSet.codeSystem.system).
These
identifiers
SHALL
be
different.
Note:
Value
sets
only
define
their
own
codes
contain
inline
code
systems
when
they
are
not
defined
elsewhere,
such
as
codes
defined
in
SNOMED
CT,
LOINC,
RxNorm
etc.
RxNorm,
etc.,
which
have
their
own
public
distributions.
To
specify
a
value
set
that
is
made
up
of
codes
from
other
code
systems,
see
"compose"
below.
Most
code
systems
evolve
over
time,
due
to
corrections,
clarifications,
and
changes
to
approach
or
underlying
knowledge
or
reality.
If
these
changes
lead
to
the
meanings
of
existing
codes
changing
significantly,
then
the
interpretation
of
the
code
system
becomes
version
dependent.
This
significantly
complicates
implementation
based
on
the
code
system,
to
the
point
where
it
is
not
clear
that
safety
can
be
assured,
so
changing
the
meaning
of
an
existing
code
SHOULD
be
avoided
whenever
possible.
It
is
preferable
to
assign
a
new
identifier
to
a
code
system
when
any
concepts
in
it
have
a
significant
change
in
meaning
(for
example,
the
German
diagnostic
classification
code
system
ICD10GM2009
has
a
different
system
to
ICD10GM2008),
but
this
also
can
have
substantial
impact
on
implementation,
so
is
often
not
practical
-
for
instance,
LOINC
SNOMED
CT
has
re-defined
the
a
complex
version
release
framework,
which
may
lead
to
variations
in
meaning
of
codes
in
the
past,
concepts,
but
there
is
only
one
identifier
for
LOINC.
SNOMED
CT.
For
this
reason,
a
code
system
MAY
provide
a
version
identifer
identifier
which
can
be
specified
in
ValueSet.define.version
ValueSet.codeSystem.version
.
The
version
specific
identifier
SHOULD
be
provided
whenever
there
are
potentially
significant
changes
in
meaning
across
multiple
releases
of
a
code
system.
There
is
no
particular
format
requirement
for
the
version
identifier,
though
HL7
recommends
a
date
based
approach.
When
the
value
set
definition
of
includes
a
code
system
includes
a
version
identifier,
the
version
identifier
SHOULD
be
used
in
Coding
instances
that
refer
to
the
code
system.
Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use as the version string the date (expressed in FHIR date format) on which the version of the code system that is being used was officially published.
Value
sets
that
include
codes
defined
in
some
other
code
system
are
most
useful
when
dealing
with
large
general
code
systems
such
as
SNOMED
CT,
LOINC,
RxNorm
or
various
IETF
code
sets
sets,
including
human
language.
The
value
set
can
be
a
simple
list
of
included
codes
codes,
or
it
can
be
some
kind
of
general
selection
criteria
using
the
facilities
provided
by
the
code
system.
For
these
value
sets:
When
a
value
set
enumerates
codes,
it
is
also
able
to
define
an
alternative
display
for
the
code
systems:
that
is
to
be
used
wherever
the
value
set
is
expanded
and
used
in
a
UI.
This
facility
is
provided
to
cover
the
following
circumstances:
Note
that
care
must
be
taken
in
order
to
avoid
"changing
the
meaning"
of
the
draft
SNOMED
CT
Query
Language
)
(no
example
yet)
concept
is-a
[concept]
Includes
all
concept
ids
by
implying
that
have
a
transitive
is-a
relationship
with
it
means
something
other
than
the
explicit
definition
of
the
concept
Id
provided
as
in
the
value
underlying
code
system
(e.g.,
in
the
case
above,
using
a
display
of
"Glucose
Concentration
at
10pm").
For
this
reason,
some
contexts
of
use
do
not
allow
a
display
to
be
associated
with
a
specific
code.
The
SNOMED
CT
Query
Language
expression
display
name
for
this
the
code
in
the
value
set
is
DescendentsAndSelf([concept])
Administation
Methods
concept
only
used
in
[concept]
Includes
all
concept
ids
that
are
the
UI.
The
display
in
a
Coding
must
be
taken
from
the
reference
underlying
system,
even
if
a
value
set
identified
by
is
referenced
explicitly
in
the
concept
Id
provided
as
Coding.
The
alternative
display
specified
in
the
value
The
SNOMED
CT
Query
Language
expression
for
this
is
MembersOf([concept])
Administation
Methods
set
would
go
in
CodeableConcept
.text.
Value sets may select codes from multiple code systems - either by including codes from different systems, importing other value sets that include them, and/or containing their own code system.
Note
that
a
value
set
always
includes
any
codes
where
the
named
property
has
the
given
value.
Valid
Property
Names
are
all
the
names
listed
in
the
"Field
Name"
column
in
LOINC
Database
Structure
(Appendix
an
inline
code
system,
even
if
it
also
has
a
compose.
A
typical
use
for
containing
both
a
compose
statement
and
an
inline
code
system
is
when
including
a
set
of
the
LOINC
manual).
Of
these,
the
6
properties
COMPONENT,
PROPERTY,
TIME_ASPCT,
SYSTEM,
SCALE_TYP,
codes
from
elsewhere,
and
METHOD_TYP
are
most
likely
adding
a
few
additional
codes
to
be
useful.
In
addition,
cover
cases
not
catered
to
by
the
following
5
property
names
are
defined
in
included
codes.
Best
Practice
Note:
Mixing
definitional
systems
offers
the
Document
Ontology:
Document.Kind,
Document.TypeOfService,
Document.Setting,
Document.Role,
potential
for
confusing,
overlapping,
and
Document.SubjectMatterDomain.
inconsistent
definitions.
Creating
value
sets
that
cross
code
systems
should
be
done
with
care
to
avoid
creating
definitional
confusion.
How filters are used with various code systems:
| System | Property Name | Operation | Value | Definition | Example |
|---|---|---|---|---|---|
Code
systems
|
concept | is-a | [code] | Includes all codes that have a transitive is-a relationship with the concept identified by the value | Relationship Type |
HL7
v2
Tables
| (no filters defined) |
A
value
set
can
be
"expanded",
where
the
definition
of
the
value
set
is
used
to
create
a
simple
collection
of
codes
suitable
for
use
for
data
entry
or
validation.
This
is
most
useful
when
a
value
set
includes
all
the
children
of
codes
in
a
code
system,
or
a
set
of
codes
by
filter.
A
resource
that
represents
a
value
set
expansion
includes
the
same
identification
details
as
the
definition
of
the
value
set,
and
MAY
include
the
definition
of
the
value
set
(
define
codeSystem
and
compose
elements).
In
addition
addition,
it
has
a
an
expansion
element
which
contains
the
list
of
codes
that
constitute
the
value
set
expansion.
If
the
expansion
is
heirarchical
(codes
contain
other
concepts),
has
nested
contains
elements,
there
is
no
implication
about
the
logical
relationship
between
them;
this
is
guidance
them,
and
the
structure
cannot
be
used
for
logical
inferencing.
The
structure
exists
to
provide
navigational
assistance
for
helping
human
user
navigate
the
choice
of
codes
that
may
or
may
not
relate
users
to
the
logical
definitions
of
the
locate
codes
or
concepts.
in
the
expansion.
In
general,
When
a
request
for
an
expansion
is
received
(e.g.,
for
the
$expand
operation),
the
following
process
should
be
followed
when
expanding
a
value
set:
followed:
The
"result
set"
is
then
represented
in
expansion
.
Note
that
the
expansion
structure
is
inherently
ordered,
and
also
provides
support
for
a
hierarchical
tree
of
codes.
items.
This
specification
does
not
fix
the
meaning
of
use
of
either
of
these,
and
the
conceptual
approach
described
should
not
be
understood
to
prohibit
any
implementation
approach
in
these
regards.
There
is
a
defined
operation
to
ask
a
server
to
perform
this
expansion.
An
application
MAY
offer
to
expand
value
sets
for
other
applications.
In
this
case,
expansion
may
include
entries
in
the
standard
way
to
produce
a
value
set
expansion
is
that
only
serve
an
arbitrary
grouping
purpose,
to
perform
make
it
easier
for
a
query
on
human
to
use
the
list.
These
entries
have
no
system
or
code,
and
must
be
marked
as
abstract.
Note
that
the
value
set
with
_query=expand:
codeSystem
and
compose
offer
no
support
for
defining
these,
but
this
does
not
exclude
servers
from
using
extensions
or
other
knowledge
to
introduce
such
groups
as
an
implementation
feature.
This
is
a
request
to
produce
a
value
set
The
codes
in
the
expansion
for
should
be
treated
as
case
sensitive
-
implementers
should
use
the
value
set
with
correct
case.
Implementers
can
consult
the
provided
id
which
definition
of
the
code
system
to
determine
whether
the
code
system
that
defines
the
code
is
either
a
logical
id,
case
sensitive
or
an
absolute
reference
not.
Whether
to
a
value
set.
The
store
expanded
value
set
can
be
identified
by
other
means,
such
as
identifier
and
version.
Servers
can
define
sets,
or
simply
to
store
their
own
additional
parameters
that
influence
definitions
and
expand
on
the
fly
is
a
matter
for
system
deployment.
Some
servers,
including
public
value
sets
servers,
only
store
expansions.
However
any
system
that
stores
an
expansion
process,
such
in
relation
must
be
concerned
with
how
to
order
and
hierarchy.
The
value
set
determine
whether
the
expansion
returned
by
is
still
current,
and
this
query
should
be
treated
as
requires
deep
knowledge
of
how
the
expansion
was
created.
A
system
with
a
transient
result
dedicated
terminology
server
that
will
change
over
time
(whether
it
does
or
not
depends
returns
expansions
on
demand
avoids
this
problem,
but
leaves
open
the
question
of
how
to
audit
the
value
set
specific
expansion
that
was
used
for
a
particular
case.
One
solution
to
this
is
specified),
so
applications
should
repeat
to
use
a
dedicated
terminology
server,
and
have
the
query
each
time
clients
ask
for
expansions
on
demand
based
on
the
value
set
is
used.
definitions,
and
for
the
server
to
store
(and
reuse
as
appropriate)
the
returned
expansion
(when
it
reuses
the
expansion,
ValueSet.expansion.identifier
will
be
the
same).
An
application
Sometimes
code
systems
may
offer
be
used
to
provide
represent
more
complex
information
than
just
code,
display
name
and
code
validation
services
for
other
applications.
system.
For
example,
a
code
system
of
drug
information
which
contains
information
about
the
content
of
the
medication
(e.g.,
RxNorm),
or
a
set
of
observation
types,
that
contain
methods,
units,
etc.
(e.g.,
LOINC).
In
this
case,
FHIR,
these
are
handled
by
splitting
the
standard
way
for
an
application
concept
into
two
distinct
parts
-
the
ValueSet
resource
is
used
to
ask
manage
the
codes,
display
names
and
relationships.
A
separate
"detail"
resource
(e.g.,
Medication
for
validation
drugs,
DataElement
for
observation
types,
Location
for
location,
etc.)
is
used
to
convey
detailed
information
(dose
form
&
strength,
allowed
data
type
or
permitted
values,
address
&
hours
of
operation,
etc.).
One
"detail"
resource
instance
is
created
for
each
code.
This division accomplishes several things:
Note
that
this
division
in
FHIR
does
not
imply
that
a
similar
division
is
required
in
the
internal
representation
used
by
systems
exposing
a
URL
encoded
XML
FHIR
interface.
Similarly,
some
systems
may
choose
to
only
expose
or
JSON
representation
maintain
one
aspect
of
the
two
data
such
information
types
respectively.
An
additional
boolean
parameter
"extensible"
can
be
provided
to
specify
whether
(i.e.
only
the
applicable
binding
is
extensible
discrete
resource
instances
or
not.
only
the
value
set).
The
result
of
this
query
linkage
between
the
"detail"
resource
and
the
ValueSet
is
accomplished
via
the
code
element
(or
equivalent)
on
the
detail
resource.
As
well,
the
"name"
or
"title"
on
the
detail
resource
generally
corresponds
with
the
display
name
on
the
matching
code.
Most
detail
resources
will
also
have
an
Operation
Outcome
.
If
there
are
no
errors
in
"identifier"
element.
This
can
be
set
to
the
outcome
(OperationOutcome.issue.severity),
then
same
value
and
namespace
as
the
code
code,
but
if
the
only
identifier
a
resource
has
is
considered
to
its
defining
code,
it
may
be
valid.
better
to
omit
the
identifier
entirely.
Search
parameters
for
this
resource.
The
standard
common
parameters
also
apply.
See
Searching
for
more
information
about
searching
in
REST,
messaging,
and
services.
| Name | Type | Description | Paths |
|
|
token |
|
|
|
|
token |
A
|
|
| date | date | The value set publication date | ValueSet.date |
| description | string | Text search in the description of the value set | ValueSet.description |
| expansion | uri | Uniquely identifies this expansion | ValueSet.expansion.identifier |
| identifier | token |
The
identifier
|
ValueSet.identifier |
| name | string | The name of the value set | ValueSet.name |
| publisher | string | Name of the publisher of the value set | ValueSet.publisher |
| reference |
|
A code system included or excluded in the value set or an imported value set | ValueSet.compose.include.system |
| status | token | The status of the value set | ValueSet.status |
| system |
|
The system for any codes defined by this value set |
|
| url | uri | The logical URL for the value set | ValueSet.url |
| version | token | The version identifier of the value set | ValueSet.version |