Structured Data Capture
3.0.0 - STU 3 International flag

This page is part of the Structured Data Capture FHIR IG (v3.0.0: STU 3) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Resource Profile: SDC Value Set

Official URL: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset Version: 3.0.0
Standards status: Trial-use Maturity Level: 3 Computable Name: SDCValueSet

Defines how ValueSet is used to reflect code lists found in data element defintions and form definitions to be used within the ONC’s Structured Data Capture standard.

Scope and Usage

Value Sets are used to define possible answer choices in a re-useable cross-questionnaire (and other data structure) manner. They reference codes from one or more Code Systems which might be locally-defined or might be standard international terminologies like LOINC or SNOMED CT or regional code systems for drugs, billing codes, etc. The use of standardized codes is useful when data needs to be populated into the questionnaire or extracted from the questionnaire for other uses. It is also helpful when the set of possibilities is highly dynamic - for example drug codes where the set of available codes might change daily or weekly.

This profile sets expectations for use of the ValueSet resource when used as a source for answers to questions in a Questionnaire. It identifies which core elements and extensions must be supported and highlights other elements that, while not required, may be relevant to the Questionnaire use-case.

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from ValueSet

NameFlagsCard.TypeDescription & Constraintsdoco
.. ValueSet 0..*ValueSetA set of codes drawn from one or more code systems
... rendering-styleSensitive S0..1booleanAre styles important for processing?
URL: http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive
... url S0..1uriCanonical identifier for this value set, represented as a URI (globally unique)
... status S1..1codedraft | active | retired | unknown
... date S0..1dateTimeDate last changed
... description S0..1markdownNatural language description of the value set
... useContext 0..*UsageContextThe context that the content is intended to support
... jurisdiction 0..*CodeableConceptIntended jurisdiction for value set (if applicable)
... immutable S1..1booleanIndicates whether or not any change to the content logical definition may occur
... compose S0..1BackboneElementContent logical definition of the value set (CLD)
.... lockedDate S0..1dateFixed date for references with no specified version (transitive)
.... inactive S0..1booleanWhether inactive codes are in the value set
.... include S1..*BackboneElementInclude one or more codes from a code system or other value set(s)
..... system S0..1uriThe system the codes come from
..... version S0..1stringSpecific version of the code system referred to
..... concept S0..*BackboneElementA concept defined in the system
...... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
....... value[x] 1..1stringValue of extension
........ rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
........ rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
...... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
...... code S1..1codeCode or expression from system
...... display S0..1stringText to display for this code for this value set in this valueset
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
...... designation 0..*BackboneElementAdditional representations for this concept
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... filter S0..*BackboneElementSelect codes/concepts by their properties (including relationships)
...... property S1..1codeA property/filter defined by the code system
...... op S1..1code= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists
...... value S1..1stringCode from the system, or regex criteria, or boolean value for exists
..... valueSet S0..*canonical(ValueSet)Select the contents included in this value set
.... exclude S0..*Explicitly exclude codes from a code system or other value sets
... expansion S0..1BackboneElementUsed when the value set is "expanded"
.... valueset-expansionSource 0..1uriValueSet definition used to generate this expansion (logical URL)
URL: http://hl7.org/fhir/StructureDefinition/valueset-expansionSource
.... identifier S0..1uriIdentifies the value set expansion (business identifier)
.... timestamp S1..1dateTimeTime ValueSet expansion happened
.... contains S0..*BackboneElementCodes in the value set
..... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
...... value[x] 1..1stringValue of extension
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
..... system S0..1uriSystem value for the code
..... abstract S0..1booleanIf user cannot select this entry
..... version S0..1stringVersion in which this code/display is defined
..... code S0..1codeCode - if blank, this is not a selectable code
..... display S0..1stringUser display for the concept
...... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
...... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... designation 0..*BackboneElementAdditional representations for this item
...... value 1..1stringThe text value for this designation
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... contains S0..*Codes contained under this entry

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ValueSet I0..*ValueSetA set of codes drawn from one or more code systems
... id Σ0..1stringLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages: A human language.

... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... rendering-styleSensitive S0..1booleanAre styles important for processing?
URL: http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... url SΣ0..1uriCanonical identifier for this value set, represented as a URI (globally unique)
... identifier Σ0..*IdentifierAdditional identifier for the value set (business identifier)
... version Σ0..1stringBusiness version of the value set
... name ΣI0..1stringName for this value set (computer friendly)
... title Σ0..1stringName for this value set (human friendly)
... status ?!SΣ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... experimental SΣ0..1booleanFor testing purposes, not real usage
... date SΣ0..1dateTimeDate last changed
... publisher Σ0..1stringName of the publisher (organization or individual)
... contact Σ0..*ContactDetailContact details for the publisher
... description S0..1markdownNatural language description of the value set
... useContext Σ0..*UsageContextThe context that the content is intended to support
... jurisdiction Σ0..*CodeableConceptIntended jurisdiction for value set (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.


... immutable SΣ1..1booleanIndicates whether or not any change to the content logical definition may occur
... purpose 0..1markdownWhy this value set is defined
... copyright 0..1markdownUse and/or publishing restrictions
... compose S0..1BackboneElementContent logical definition of the value set (CLD)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... lockedDate SΣ0..1dateFixed date for references with no specified version (transitive)
.... inactive SΣ0..1booleanWhether inactive codes are in the value set
.... include SΣI1..*BackboneElementInclude one or more codes from a code system or other value set(s)
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... system SΣI0..1uriThe system the codes come from
..... version SΣ0..1stringSpecific version of the code system referred to
..... concept SI0..*BackboneElementA concept defined in the system
...... id 0..1stringUnique id for inter-element referencing
...... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
...... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
....... id 0..1stringUnique id for inter-element referencing
....... Slices for extension 0..0
....... url 1..1uri"http://hl7.org/fhir/StructureDefinition/valueset-label"
....... value[x] 1..1stringValue of extension
........ id 0..1stringxml:id (or equivalent in JSON)
........ Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
........ rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
........ rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
........ value 0..1stringPrimitive value for string
Max Length: 1048576
...... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... code S1..1codeCode or expression from system
...... display S0..1stringText to display for this code for this value set in this valueset
....... id 0..1stringxml:id (or equivalent in JSON)
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... value 0..1stringPrimitive value for string
Max Length: 1048576
...... designation 0..*BackboneElementAdditional representations for this concept
....... id 0..1stringUnique id for inter-element referencing
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
....... language 0..1codeHuman language of the designation
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages: A human language.

....... use 0..1CodingTypes of uses of designations
Binding: DesignationUse (extensible): Details of how a designation would be used.

....... value 1..1stringThe text value for this designation
..... filter SΣI0..*BackboneElementSelect codes/concepts by their properties (including relationships)
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... property SΣ1..1codeA property/filter defined by the code system
...... op SΣ1..1code= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists
Binding: FilterOperator (required): The kind of operation to perform as a part of a property based filter.

...... value SΣ1..1stringCode from the system, or regex criteria, or boolean value for exists
..... valueSet SΣI0..*canonical(ValueSet)Select the contents included in this value set
.... exclude SI0..*See include (ValueSet)Explicitly exclude codes from a code system or other value sets
... expansion S0..1BackboneElementUsed when the value set is "expanded"
.... id 0..1stringUnique id for inter-element referencing
.... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
.... valueset-expansionSource 0..1uriValueSet definition used to generate this expansion (logical URL)
URL: http://hl7.org/fhir/StructureDefinition/valueset-expansionSource
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... identifier S0..1uriIdentifies the value set expansion (business identifier)
.... timestamp S1..1dateTimeTime ValueSet expansion happened
.... total 0..1integerTotal number of codes in the expansion
.... offset 0..1integerOffset at which this resource starts
.... parameter 0..*BackboneElementParameter that controlled the expansion process
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name 1..1stringName as assigned by the client or server
..... value[x] 0..1Value of the named parameter
...... valueStringstring
...... valueBooleanboolean
...... valueIntegerinteger
...... valueDecimaldecimal
...... valueUriuri
...... valueCodecode
...... valueDateTimedateTime
.... contains SI0..*BackboneElementCodes in the value set
..... id 0..1stringUnique id for inter-element referencing
..... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
..... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
...... id 0..1stringUnique id for inter-element referencing
...... Slices for extension 0..0
...... url 1..1uri"http://hl7.org/fhir/StructureDefinition/valueset-label"
...... value[x] 1..1stringValue of extension
....... id 0..1stringxml:id (or equivalent in JSON)
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... value 0..1stringPrimitive value for string
Max Length: 1048576
..... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... system S0..1uriSystem value for the code
..... abstract S0..1booleanIf user cannot select this entry
..... inactive 0..1booleanIf concept is inactive in the code system
..... version S0..1stringVersion in which this code/display is defined
..... code SI0..1codeCode - if blank, this is not a selectable code
..... display SI0..1stringUser display for the concept
...... id 0..1stringxml:id (or equivalent in JSON)
...... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
...... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
...... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
...... value 0..1stringPrimitive value for string
Max Length: 1048576
..... designation 0..*BackboneElementAdditional representations for this item
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... language 0..1codeHuman language of the designation
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages: A human language.

...... use 0..1CodingTypes of uses of designations
Binding: DesignationUse (extensible): Details of how a designation would be used.

...... value 1..1stringThe text value for this designation
....... id 0..1stringxml:id (or equivalent in JSON)
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... value 0..1stringPrimitive value for string
Max Length: 1048576
..... contains S0..*See contains (ValueSet)Codes contained under this entry

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ValueSet I0..*ValueSetA set of codes drawn from one or more code systems
... rendering-styleSensitive 0..1booleanAre styles important for processing?
URL: http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive
... url Σ0..1uriCanonical identifier for this value set, represented as a URI (globally unique)
... status ?!Σ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... date Σ0..1dateTimeDate last changed
... description 0..1markdownNatural language description of the value set
... immutable Σ1..1booleanIndicates whether or not any change to the content logical definition may occur
... compose 0..1BackboneElementContent logical definition of the value set (CLD)
.... lockedDate Σ0..1dateFixed date for references with no specified version (transitive)
.... inactive Σ0..1booleanWhether inactive codes are in the value set
.... include ΣI1..*BackboneElementInclude one or more codes from a code system or other value set(s)
..... system ΣI0..1uriThe system the codes come from
..... version Σ0..1stringSpecific version of the code system referred to
..... concept I0..*BackboneElementA concept defined in the system
...... valueset-label 0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
...... valueset-conceptOrder 0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
...... code 1..1codeCode or expression from system
...... display 0..1stringText to display for this code for this value set in this valueset
..... filter ΣI0..*BackboneElementSelect codes/concepts by their properties (including relationships)
...... property Σ1..1codeA property/filter defined by the code system
...... op Σ1..1code= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists
Binding: FilterOperator (required): The kind of operation to perform as a part of a property based filter.

...... value Σ1..1stringCode from the system, or regex criteria, or boolean value for exists
..... valueSet ΣI0..*canonical(ValueSet)Select the contents included in this value set
.... exclude I0..*See include (ValueSet)Explicitly exclude codes from a code system or other value sets
... expansion 0..1BackboneElementUsed when the value set is "expanded"
.... identifier 0..1uriIdentifies the value set expansion (business identifier)
.... timestamp 1..1dateTimeTime ValueSet expansion happened
.... contains I0..*BackboneElementCodes in the value set
..... valueset-label 0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
..... valueset-conceptOrder 0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
..... system 0..1uriSystem value for the code
..... abstract 0..1booleanIf user cannot select this entry
..... version 0..1stringVersion in which this code/display is defined
..... code I0..1codeCode - if blank, this is not a selectable code
..... display I0..1stringUser display for the concept
..... contains 0..*See contains (ValueSet)Codes contained under this entry

doco Documentation for this format

Differential View

This structure is derived from ValueSet

NameFlagsCard.TypeDescription & Constraintsdoco
.. ValueSet 0..*ValueSetA set of codes drawn from one or more code systems
... rendering-styleSensitive S0..1booleanAre styles important for processing?
URL: http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive
... url S0..1uriCanonical identifier for this value set, represented as a URI (globally unique)
... status S1..1codedraft | active | retired | unknown
... date S0..1dateTimeDate last changed
... description S0..1markdownNatural language description of the value set
... useContext 0..*UsageContextThe context that the content is intended to support
... jurisdiction 0..*CodeableConceptIntended jurisdiction for value set (if applicable)
... immutable S1..1booleanIndicates whether or not any change to the content logical definition may occur
... compose S0..1BackboneElementContent logical definition of the value set (CLD)
.... lockedDate S0..1dateFixed date for references with no specified version (transitive)
.... inactive S0..1booleanWhether inactive codes are in the value set
.... include S1..*BackboneElementInclude one or more codes from a code system or other value set(s)
..... system S0..1uriThe system the codes come from
..... version S0..1stringSpecific version of the code system referred to
..... concept S0..*BackboneElementA concept defined in the system
...... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
....... value[x] 1..1stringValue of extension
........ rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
........ rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
...... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
...... code S1..1codeCode or expression from system
...... display S0..1stringText to display for this code for this value set in this valueset
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
...... designation 0..*BackboneElementAdditional representations for this concept
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... filter S0..*BackboneElementSelect codes/concepts by their properties (including relationships)
...... property S1..1codeA property/filter defined by the code system
...... op S1..1code= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists
...... value S1..1stringCode from the system, or regex criteria, or boolean value for exists
..... valueSet S0..*canonical(ValueSet)Select the contents included in this value set
.... exclude S0..*Explicitly exclude codes from a code system or other value sets
... expansion S0..1BackboneElementUsed when the value set is "expanded"
.... valueset-expansionSource 0..1uriValueSet definition used to generate this expansion (logical URL)
URL: http://hl7.org/fhir/StructureDefinition/valueset-expansionSource
.... identifier S0..1uriIdentifies the value set expansion (business identifier)
.... timestamp S1..1dateTimeTime ValueSet expansion happened
.... contains S0..*BackboneElementCodes in the value set
..... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
...... value[x] 1..1stringValue of extension
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
..... system S0..1uriSystem value for the code
..... abstract S0..1booleanIf user cannot select this entry
..... version S0..1stringVersion in which this code/display is defined
..... code S0..1codeCode - if blank, this is not a selectable code
..... display S0..1stringUser display for the concept
...... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
...... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... designation 0..*BackboneElementAdditional representations for this item
...... value 1..1stringThe text value for this designation
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
..... contains S0..*Codes contained under this entry

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ValueSet I0..*ValueSetA set of codes drawn from one or more code systems
... id Σ0..1stringLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages: A human language.

... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... rendering-styleSensitive S0..1booleanAre styles important for processing?
URL: http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... url SΣ0..1uriCanonical identifier for this value set, represented as a URI (globally unique)
... identifier Σ0..*IdentifierAdditional identifier for the value set (business identifier)
... version Σ0..1stringBusiness version of the value set
... name ΣI0..1stringName for this value set (computer friendly)
... title Σ0..1stringName for this value set (human friendly)
... status ?!SΣ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... experimental SΣ0..1booleanFor testing purposes, not real usage
... date SΣ0..1dateTimeDate last changed
... publisher Σ0..1stringName of the publisher (organization or individual)
... contact Σ0..*ContactDetailContact details for the publisher
... description S0..1markdownNatural language description of the value set
... useContext Σ0..*UsageContextThe context that the content is intended to support
... jurisdiction Σ0..*CodeableConceptIntended jurisdiction for value set (if applicable)
Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use.


... immutable SΣ1..1booleanIndicates whether or not any change to the content logical definition may occur
... purpose 0..1markdownWhy this value set is defined
... copyright 0..1markdownUse and/or publishing restrictions
... compose S0..1BackboneElementContent logical definition of the value set (CLD)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... lockedDate SΣ0..1dateFixed date for references with no specified version (transitive)
.... inactive SΣ0..1booleanWhether inactive codes are in the value set
.... include SΣI1..*BackboneElementInclude one or more codes from a code system or other value set(s)
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... system SΣI0..1uriThe system the codes come from
..... version SΣ0..1stringSpecific version of the code system referred to
..... concept SI0..*BackboneElementA concept defined in the system
...... id 0..1stringUnique id for inter-element referencing
...... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
...... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
....... id 0..1stringUnique id for inter-element referencing
....... Slices for extension 0..0
....... url 1..1uri"http://hl7.org/fhir/StructureDefinition/valueset-label"
....... value[x] 1..1stringValue of extension
........ id 0..1stringxml:id (or equivalent in JSON)
........ Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
........ rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
........ rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
........ value 0..1stringPrimitive value for string
Max Length: 1048576
...... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... code S1..1codeCode or expression from system
...... display S0..1stringText to display for this code for this value set in this valueset
....... id 0..1stringxml:id (or equivalent in JSON)
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... value 0..1stringPrimitive value for string
Max Length: 1048576
...... designation 0..*BackboneElementAdditional representations for this concept
....... id 0..1stringUnique id for inter-element referencing
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
....... language 0..1codeHuman language of the designation
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages: A human language.

....... use 0..1CodingTypes of uses of designations
Binding: DesignationUse (extensible): Details of how a designation would be used.

....... value 1..1stringThe text value for this designation
..... filter SΣI0..*BackboneElementSelect codes/concepts by their properties (including relationships)
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... property SΣ1..1codeA property/filter defined by the code system
...... op SΣ1..1code= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists
Binding: FilterOperator (required): The kind of operation to perform as a part of a property based filter.

...... value SΣ1..1stringCode from the system, or regex criteria, or boolean value for exists
..... valueSet SΣI0..*canonical(ValueSet)Select the contents included in this value set
.... exclude SI0..*See include (ValueSet)Explicitly exclude codes from a code system or other value sets
... expansion S0..1BackboneElementUsed when the value set is "expanded"
.... id 0..1stringUnique id for inter-element referencing
.... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
.... valueset-expansionSource 0..1uriValueSet definition used to generate this expansion (logical URL)
URL: http://hl7.org/fhir/StructureDefinition/valueset-expansionSource
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... identifier S0..1uriIdentifies the value set expansion (business identifier)
.... timestamp S1..1dateTimeTime ValueSet expansion happened
.... total 0..1integerTotal number of codes in the expansion
.... offset 0..1integerOffset at which this resource starts
.... parameter 0..*BackboneElementParameter that controlled the expansion process
..... id 0..1stringUnique id for inter-element referencing
..... extension 0..*ExtensionAdditional content defined by implementations
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... name 1..1stringName as assigned by the client or server
..... value[x] 0..1Value of the named parameter
...... valueStringstring
...... valueBooleanboolean
...... valueIntegerinteger
...... valueDecimaldecimal
...... valueUriuri
...... valueCodecode
...... valueDateTimedateTime
.... contains SI0..*BackboneElementCodes in the value set
..... id 0..1stringUnique id for inter-element referencing
..... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
..... valueset-label S0..1stringE.g. "(a)", "1.", etc.
URL: http://hl7.org/fhir/StructureDefinition/valueset-label
...... id 0..1stringUnique id for inter-element referencing
...... Slices for extension 0..0
...... url 1..1uri"http://hl7.org/fhir/StructureDefinition/valueset-label"
...... value[x] 1..1stringValue of extension
....... id 0..1stringxml:id (or equivalent in JSON)
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... value 0..1stringPrimitive value for string
Max Length: 1048576
..... valueset-conceptOrder S0..1integerAppearance order for user selection
URL: http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... system S0..1uriSystem value for the code
..... abstract S0..1booleanIf user cannot select this entry
..... inactive 0..1booleanIf concept is inactive in the code system
..... version S0..1stringVersion in which this code/display is defined
..... code SI0..1codeCode - if blank, this is not a selectable code
..... display SI0..1stringUser display for the concept
...... id 0..1stringxml:id (or equivalent in JSON)
...... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
...... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
...... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
...... value 0..1stringPrimitive value for string
Max Length: 1048576
..... designation 0..*BackboneElementAdditional representations for this item
...... id 0..1stringUnique id for inter-element referencing
...... extension 0..*ExtensionAdditional content defined by implementations
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... language 0..1codeHuman language of the designation
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages: A human language.

...... use 0..1CodingTypes of uses of designations
Binding: DesignationUse (extensible): Details of how a designation would be used.

...... value 1..1stringThe text value for this designation
....... id 0..1stringxml:id (or equivalent in JSON)
....... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
....... rendering-style 0..1stringHtml style value
URL: http://hl7.org/fhir/StructureDefinition/rendering-style
....... rendering-xhtml 0..1stringString equivalent with html markup
URL: http://hl7.org/fhir/StructureDefinition/rendering-xhtml
....... value 0..1stringPrimitive value for string
Max Length: 1048576
..... contains S0..*See contains (ValueSet)Codes contained under this entry

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet
ValueSet.languagepreferredCommonLanguages
Max Binding: AllLanguages
ValueSet.statusrequiredPublicationStatus
ValueSet.jurisdictionextensibleJurisdiction ValueSet
ValueSet.compose.include.concept.designation.languagepreferredCommonLanguages
Max Binding: AllLanguages
ValueSet.compose.include.concept.designation.useextensibleDesignationUse
ValueSet.compose.include.filter.oprequiredFilterOperator
ValueSet.expansion.contains.designation.languagepreferredCommonLanguages
Max Binding: AllLanguages
ValueSet.expansion.contains.designation.useextensibleDesignationUse

Constraints

IdGradePathDetailsRequirements
dom-2errorValueSetIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorValueSetIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorValueSetIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorValueSetIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6Best PracticeValueSetA resource should have narrative for robust management
: text.`div`.exists()
vsd-0warningValueSetName should be usable as an identifier for the module by machine processing applications such as code generation
: name.matches('[A-Z]([A-Za-z0-9_]){0,254}')
ele-1errorValueSet.metaAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.implicitRulesAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.languageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.textAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.extension:styleSensitiveAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.extension:styleSensitiveMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.urlAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.identifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.versionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.nameAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.titleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.statusAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.experimentalAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.dateAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.publisherAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.contactAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.descriptionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.useContextAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.jurisdictionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.immutableAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.purposeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.copyrightAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.composeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.lockedDateAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.inactiveAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.includeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
vsd-1errorValueSet.compose.includeA value set include/exclude SHALL have a value set or a system
: valueSet.exists() or system.exists()
vsd-2errorValueSet.compose.includeA value set with concepts or filters SHALL include a system
: (concept.exists() or filter.exists()) implies system.exists()
vsd-3errorValueSet.compose.includeCannot have both concept and filter
: concept.empty() or filter.empty()
ele-1errorValueSet.compose.include.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.systemAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.versionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.conceptAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.concept.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.extension:conceptLabelAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.extension:conceptLabelMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.extension:conceptLabel.value[x]All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.concept.extension:conceptLabel.value[x].extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.extension:conceptLabel.value[x].extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.extension:conceptLabel.value[x].extension:code-renderingStyleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.extension:conceptLabel.value[x].extension:code-renderingStyleMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.extension:conceptLabel.value[x].extension:code-xhtmlAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.extension:conceptLabel.value[x].extension:code-xhtmlMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.extension:conceptConceptOrderAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.extension:conceptConceptOrderMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.codeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.concept.displayAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.concept.display.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.display.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.display.extension:codeDisplay-renderingStyleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.display.extension:codeDisplay-renderingStyleMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.display.extension:codeDisplay-xhtmlAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.display.extension:codeDisplay-xhtmlMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.designationAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.concept.designation.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.designation.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.designation.extension:designation-renderingStyleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.designation.extension:designation-renderingStyleMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.designation.extension:designation-xhtmlAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.designation.extension:designation-xhtmlMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.designation.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.concept.designation.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.concept.designation.languageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.concept.designation.useAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.concept.designation.valueAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.filterAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.filter.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.filter.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.filter.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.compose.include.filter.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.compose.include.filter.propertyAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.filter.opAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.filter.valueAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.include.valueSetAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.compose.excludeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.extension:expansionSourceAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.extension:expansionSourceMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.identifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.timestampAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.totalAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.offsetAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.parameterAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.parameter.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.parameter.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.parameter.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.parameter.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.parameter.nameAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.parameter.value[x]All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.containsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
vsd-6errorValueSet.expansion.containsSHALL have a code or a display
: code.exists() or display.exists()
vsd-9errorValueSet.expansion.containsMust have a code if not abstract
: code.exists() or abstract = true
vsd-10errorValueSet.expansion.containsMust have a system if a code is present
: code.empty() or system.exists()
ele-1errorValueSet.expansion.contains.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.extension:expansionLabelAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.extension:expansionLabelMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.extension:expansionLabel.value[x]All FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.extension:expansionLabel.value[x].extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.extension:expansionLabel.value[x].extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.extension:expansionLabel.value[x].extension:expansion-renderingStyleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.extension:expansionLabel.value[x].extension:expansion-renderingStyleMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.extension:expansionLabel.value[x].extension:expansion-xhtmlAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.extension:expansionLabel.value[x].extension:expansion-xhtmlMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.extension:conceptConceptOrderAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.extension:conceptConceptOrderMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.systemAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.abstractAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.inactiveAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.versionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.codeAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.displayAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.display.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.display.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.display.extension:expansionDisplay-renderingStyleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.display.extension:expansionDisplay-renderingStyleMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.display.extension:expansionDisplay-xhtmlAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.display.extension:expansionDisplay-xhtmlMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.designationAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.designation.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.designation.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.designation.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.designation.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.designation.languageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.designation.useAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.designation.valueAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1errorValueSet.expansion.contains.designation.value.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.designation.value.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.designation.value.extension:expansionDesignation-renderingStyleAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.designation.value.extension:expansionDesignation-renderingStyleMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.designation.value.extension:expansionDesignation-xhtmlAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorValueSet.expansion.contains.designation.value.extension:expansionDesignation-xhtmlMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1errorValueSet.expansion.contains.containsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())