Extensions for Using Data Elements from FHIR R5 in FHIR STU3 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/5.0/StructureDefinition/profile-ValueSet | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R5_ValueSet_R3 | ||
This cross-version profile allows R5 ValueSet content to be represented via FHIR STU3 ValueSet resources.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | ValueSet | A set of codes drawn from one or more code systems Constraints: vsd-5 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-approvalDate]] | R5: When the ValueSet was approved by publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate]] | R5: When the ValueSet was last reviewed by the publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod]] | R5: When the ValueSet is expected to be used (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-topic]] | R5: E.g. Education, Treatment, Assessment, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-topic | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-author]] | R5: Who authored the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-editor]] | R5: Who edited the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-editor | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-reviewer]] | R5: Who reviewed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-reviewer | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-endorser]] | R5: Who endorsed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-endorser | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact]] | R5: Additional documentation, citations, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact | |
![]() ![]() ![]() |
0..1 | (Complex) | R5: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.scope | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. |
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| ValueSet.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-1 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ValueSet | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | ValueSet | If 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()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| vsd-5 | error | ValueSet | Value set SHALL contain at least one of a compose or an expansion element |
compose.exists() or expansion.exists()
|
This structure is derived from ValueSet
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | ValueSet | A set of codes drawn from one or more code systems | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-approvalDate]] | R5: When the ValueSet was approved by publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate]] | R5: When the ValueSet was last reviewed by the publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod]] | R5: When the ValueSet is expected to be used (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-topic]] | R5: E.g. Education, Treatment, Assessment, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-topic | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-author]] | R5: Who authored the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-editor]] | R5: Who edited the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-editor | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-reviewer]] | R5: Who reviewed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-reviewer | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-endorser]] | R5: Who endorsed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-endorser | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact]] | R5: Additional documentation, citations, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact | |
![]() ![]() ![]() |
0..1 | (Complex) | R5: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.scope | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: contact additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.contact | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..* | string | R5: Property to return if client doesn't override (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.property | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | R5: A copyright statement for the specific code system included in the value set (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.copyright | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Coding | R5: Additional ways how this designation would be used (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.concept.designation.additionalUse | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: = | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.filter.op Binding: R5FilterOperatorForR3 (0.1.0) (required): The kind of operation to perform as a part of a property based filter. | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | uri | R5: Opaque urls for paging through expansion results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.next | |
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Additional information supplied about each concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.property | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() |
0..1 | dateTime | R5: value additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.parameter.value | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Property value for the concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.contains.property | |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | ValueSet | A set of codes drawn from one or more code systems Constraints: vsd-5 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: Common Languages (extensible): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-approvalDate]] | R5: When the ValueSet was approved by publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate]] | R5: When the ValueSet was last reviewed by the publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod]] | R5: When the ValueSet is expected to be used (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-topic]] | R5: E.g. Education, Treatment, Assessment, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-topic | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-author]] | R5: Who authored the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-editor]] | R5: Who edited the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-editor | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-reviewer]] | R5: Who reviewed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-reviewer | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-endorser]] | R5: Who endorsed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-endorser | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact]] | R5: Additional documentation, citations, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact | |||||
![]() ![]() ![]() |
0..1 | (Complex) | R5: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.scope | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..1 | uri | Logical URI to reference this value set (globally unique) | ||||
![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the value set | ||||
![]() ![]() |
Σ | 0..1 | string | Business version of the value set | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this value set (computer friendly) | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this value set (human friendly) | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Date this was last changed | ||||
![]() ![]() |
Σ | 0..1 | string | Name of the publisher (organization or individual) | ||||
![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: contact additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.contact | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name of an individual to contact | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactPoint | Contact details for individual or organization | ||||
![]() ![]() |
0..1 | markdown | Natural language description of the value set | |||||
![]() ![]() |
Σ | 0..* | UsageContext | Context the content is intended to support | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for value set (if applicable) Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use | ||||
![]() ![]() |
Σ | 0..1 | boolean | Indicates whether or not any change to the content logical definition may occur | ||||
![]() ![]() |
0..1 | markdown | Why this value set is defined | |||||
![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() |
Σ | 0..1 | boolean | Whether this is intended to be used with an extensible binding | ||||
![]() ![]() |
C | 0..1 | BackboneElement | Definition of the content of the value set (CLD) | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | string | R5: Property to return if client doesn't override (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.property | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 0..1 | date | Fixed date for version-less references (transitive) | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | Whether inactive codes are in the value set | ||||
![]() ![]() ![]() |
ΣC | 1..* | BackboneElement | Include one or more codes from a code system or other value set(s) Constraints: vsd-2, vsd-3, vsd-1 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | R5: A copyright statement for the specific code system included in the value set (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.copyright | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | uri | The system the codes come from | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Specific version of the code system referred to | ||||
![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | A concept defined in the system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Code or expression from system | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Text to display for this code for this value set in this valueset | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | BackboneElement | Additional representations for this concept | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Coding | R5: Additional ways how this designation would be used (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.concept.designation.additionalUse | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Human language of the designation Binding: Common Languages (extensible): A human language.
| |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Details how this designation would be used Binding: Designation Use (extensible): Details of how a designation would be used. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | The text value for this designation | |||||
![]() ![]() ![]() ![]() |
?!ΣC | 0..* | BackboneElement | Select codes/concepts by their properties (including relationships) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | A property defined by the code system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | = | 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. | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: = | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.filter.op Binding: R5FilterOperatorForR3 (0.1.0) (required): The kind of operation to perform as a part of a property based filter. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Code from the system, or regex criteria, or boolean value for exists | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..* | uri | Select only contents included in this value set | ||||
![]() ![]() ![]() |
C | 0..* | See include (ValueSet) | Explicitly exclude codes from a code system or other value sets | ||||
![]() ![]() |
C | 0..1 | BackboneElement | Used when the value set is "expanded" | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | uri | R5: Opaque urls for paging through expansion results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.next | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Additional information supplied about each concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.property | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | dateTime | R5: value additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.parameter.value | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | string | Name as assigned by the server | |||||
![]() ![]() ![]() ![]() |
0..1 | Value of the named parameter | ||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
integer | |||||||
![]() ![]() ![]() ![]() ![]() |
decimal | |||||||
![]() ![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() ![]() ![]() |
code | |||||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | Codes in the value set Constraints: vsd-6, vsd-9, vsd-10 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Property value for the concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.contains.property | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
0..1 | uri | System value for the code | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If user cannot select this entry | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If concept is inactive in the code system | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Version in which this code/display is defined | |||||
![]() ![]() ![]() ![]() |
C | 0..1 | code | Code - if blank, this is not a selectable code | ||||
![]() ![]() ![]() ![]() |
C | 0..1 | string | User display for the concept | ||||
![]() ![]() ![]() ![]() |
0..* | See designation (ValueSet) | Additional representations for this item | |||||
![]() ![]() ![]() ![]() |
0..* | See contains (ValueSet) | Codes contained under this entry | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| ValueSet.language | Base | extensible |
Common Languages
|
📍3.0.2 | tx.fhir.org |
| ValueSet.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| ValueSet.jurisdiction | Base | extensible | Jurisdiction ValueSet | 📍3.0.2 | FHIR Std. |
| ValueSet.compose.include.concept.designation.language | Base | extensible |
Common Languages
|
📍3.0.2 | tx.fhir.org |
| ValueSet.compose.include.concept.designation.use | Base | extensible | Designation Use | 📍3.0.2 | FHIR Std. |
| ValueSet.compose.include.filter.op | Base | required |
FilterOperator
|
📍3.0.2 | tx.fhir.org |
| Id | Grade | Path(s) | Description | Expression |
| dom-1 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ValueSet | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | ValueSet | If 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()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| vsd-1 | error | ValueSet.compose.include | A value set include/exclude SHALL have a value set or a system |
valueSet.exists() or system.exists()
|
| vsd-2 | error | ValueSet.compose.include | A value set with concepts or filters SHALL include a system |
(concept.exists() or filter.exists()) implies system.exists()
|
| vsd-3 | error | ValueSet.compose.include | Cannot have both concept and filter |
concept.empty() or filter.empty()
|
| vsd-5 | error | ValueSet | Value set SHALL contain at least one of a compose or an expansion element |
compose.exists() or expansion.exists()
|
| vsd-6 | error | ValueSet.expansion.contains | SHALL have a code or a display |
code.exists() or display.exists()
|
| vsd-9 | error | ValueSet.expansion.contains | Must have a code if not abstract |
code.exists() or abstract = true
|
| vsd-10 | error | ValueSet.expansion.contains | Must have a system if a code is present |
code.empty() or system.exists()
|
This structure is derived from ValueSet
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | ValueSet | A set of codes drawn from one or more code systems Constraints: vsd-5 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-approvalDate]] | R5: When the ValueSet was approved by publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate]] | R5: When the ValueSet was last reviewed by the publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod]] | R5: When the ValueSet is expected to be used (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-topic]] | R5: E.g. Education, Treatment, Assessment, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-topic | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-author]] | R5: Who authored the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-editor]] | R5: Who edited the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-editor | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-reviewer]] | R5: Who reviewed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-reviewer | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-endorser]] | R5: Who endorsed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-endorser | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact]] | R5: Additional documentation, citations, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact | |
![]() ![]() ![]() |
0..1 | (Complex) | R5: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.scope | |
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. |
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| ValueSet.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-1 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ValueSet | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | ValueSet | If 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()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| vsd-5 | error | ValueSet | Value set SHALL contain at least one of a compose or an expansion element |
compose.exists() or expansion.exists()
|
Differential View
This structure is derived from ValueSet
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | ValueSet | A set of codes drawn from one or more code systems | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-approvalDate]] | R5: When the ValueSet was approved by publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate]] | R5: When the ValueSet was last reviewed by the publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate | |
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod]] | R5: When the ValueSet is expected to be used (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-topic]] | R5: E.g. Education, Treatment, Assessment, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-topic | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-author]] | R5: Who authored the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-editor]] | R5: Who edited the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-editor | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-reviewer]] | R5: Who reviewed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-reviewer | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-endorser]] | R5: Who endorsed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-endorser | |
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact]] | R5: Additional documentation, citations, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact | |
![]() ![]() ![]() |
0..1 | (Complex) | R5: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.scope | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: contact additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.contact | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..* | string | R5: Property to return if client doesn't override (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.property | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | R5: A copyright statement for the specific code system included in the value set (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.copyright | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Coding | R5: Additional ways how this designation would be used (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.concept.designation.additionalUse | |
![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: = | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.filter.op Binding: R5FilterOperatorForR3 (0.1.0) (required): The kind of operation to perform as a part of a property based filter. | |
![]() ![]() |
||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
0..1 | uri | R5: Opaque urls for paging through expansion results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.next | |
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Additional information supplied about each concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.property | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() |
0..1 | dateTime | R5: value additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.parameter.value | |
![]() ![]() ![]() |
||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Property value for the concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.contains.property | |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | ValueSet | A set of codes drawn from one or more code systems Constraints: vsd-5 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: Common Languages (extensible): A human language.
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm]] | R5: How to compare versions (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel]] | R5: Copyright holder and year(s) (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-copyrightLabel | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-approvalDate]] | R5: When the ValueSet was approved by publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-approvalDate | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate]] | R5: When the ValueSet was last reviewed by the publisher (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-lastReviewDate | |||||
![]() ![]() ![]() |
0..1 | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod]] | R5: When the ValueSet is expected to be used (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-topic]] | R5: E.g. Education, Treatment, Assessment, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-topic | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-author]] | R5: Who authored the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-author | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-editor]] | R5: Who edited the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-editor | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-reviewer]] | R5: Who reviewed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-reviewer | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-endorser]] | R5: Who endorsed the ValueSet (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-endorser | |||||
![]() ![]() ![]() |
0..* | ?gen-e1? [CanonicalType[http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact]] | R5: Additional documentation, citations, etc (new) URL: http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact | |||||
![]() ![]() ![]() |
0..1 | (Complex) | R5: Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.scope | |||||
![]() ![]() |
?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() |
Σ | 0..1 | uri | Logical URI to reference this value set (globally unique) | ||||
![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the value set | ||||
![]() ![]() |
Σ | 0..1 | string | Business version of the value set | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this value set (computer friendly) | ||||
![]() ![]() |
Σ | 0..1 | string | Name for this value set (human friendly) | ||||
![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of a Value Set or Concept Map. | ||||
![]() ![]() |
?!Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() |
Σ | 0..1 | dateTime | Date this was last changed | ||||
![]() ![]() |
Σ | 0..1 | string | Name of the publisher (organization or individual) | ||||
![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: contact additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.contact | |||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name of an individual to contact | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactPoint | Contact details for individual or organization | ||||
![]() ![]() |
0..1 | markdown | Natural language description of the value set | |||||
![]() ![]() |
Σ | 0..* | UsageContext | Context the content is intended to support | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for value set (if applicable) Binding: Jurisdiction ValueSet (extensible): Countries and regions within which this artifact is targeted for use | ||||
![]() ![]() |
Σ | 0..1 | boolean | Indicates whether or not any change to the content logical definition may occur | ||||
![]() ![]() |
0..1 | markdown | Why this value set is defined | |||||
![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() |
Σ | 0..1 | boolean | Whether this is intended to be used with an extensible binding | ||||
![]() ![]() |
C | 0..1 | BackboneElement | Definition of the content of the value set (CLD) | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..* | string | R5: Property to return if client doesn't override (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.property | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
Σ | 0..1 | date | Fixed date for version-less references (transitive) | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | Whether inactive codes are in the value set | ||||
![]() ![]() ![]() |
ΣC | 1..* | BackboneElement | Include one or more codes from a code system or other value set(s) Constraints: vsd-2, vsd-3, vsd-1 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | R5: A copyright statement for the specific code system included in the value set (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.copyright | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | uri | The system the codes come from | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Specific version of the code system referred to | ||||
![]() ![]() ![]() ![]() |
C | 0..* | BackboneElement | A concept defined in the system | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | code | Code or expression from system | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Text to display for this code for this value set in this valueset | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | BackboneElement | Additional representations for this concept | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Coding | R5: Additional ways how this designation would be used (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.concept.designation.additionalUse | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Human language of the designation Binding: Common Languages (extensible): A human language.
| |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | Coding | Details how this designation would be used Binding: Designation Use (extensible): Details of how a designation would be used. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | The text value for this designation | |||||
![]() ![]() ![]() ![]() |
?!ΣC | 0..* | BackboneElement | Select codes/concepts by their properties (including relationships) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional Content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | A property defined by the code system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | = | 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. | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | R5: = | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.compose.include.filter.op Binding: R5FilterOperatorForR3 (0.1.0) (required): The kind of operation to perform as a part of a property based filter. | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 1..1 | code | Code from the system, or regex criteria, or boolean value for exists | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..* | uri | Select only contents included in this value set | ||||
![]() ![]() ![]() |
C | 0..* | See include (ValueSet) | Explicitly exclude codes from a code system or other value sets | ||||
![]() ![]() |
C | 0..1 | BackboneElement | Used when the value set is "expanded" | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() |
0..1 | uri | R5: Opaque urls for paging through expansion results (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.next | |||||
![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Additional information supplied about each concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.property | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
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 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | dateTime | R5: value additional types URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.parameter.value | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
1..1 | string | Name as assigned by the server | |||||
![]() ![]() ![]() ![]() |
0..1 | Value of the named parameter | ||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
integer | |||||||
![]() ![]() ![]() ![]() ![]() |
decimal | |||||||
![]() ![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() ![]() ![]() |
code | |||||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | Codes in the value set Constraints: vsd-6, vsd-9, vsd-10 | ||||
![]() ![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | (Complex) | R5: Property value for the concept (new) URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ValueSet.expansion.contains.property | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() ![]() |
0..1 | uri | System value for the code | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If user cannot select this entry | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | If concept is inactive in the code system | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Version in which this code/display is defined | |||||
![]() ![]() ![]() ![]() |
C | 0..1 | code | Code - if blank, this is not a selectable code | ||||
![]() ![]() ![]() ![]() |
C | 0..1 | string | User display for the concept | ||||
![]() ![]() ![]() ![]() |
0..* | See designation (ValueSet) | Additional representations for this item | |||||
![]() ![]() ![]() ![]() |
0..* | See contains (ValueSet) | Codes contained under this entry | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| ValueSet.language | Base | extensible |
Common Languages
|
📍3.0.2 | tx.fhir.org |
| ValueSet.status | Base | required | PublicationStatus | 📍3.0.2 | FHIR Std. |
| ValueSet.jurisdiction | Base | extensible | Jurisdiction ValueSet | 📍3.0.2 | FHIR Std. |
| ValueSet.compose.include.concept.designation.language | Base | extensible |
Common Languages
|
📍3.0.2 | tx.fhir.org |
| ValueSet.compose.include.concept.designation.use | Base | extensible | Designation Use | 📍3.0.2 | FHIR Std. |
| ValueSet.compose.include.filter.op | Base | required |
FilterOperator
|
📍3.0.2 | tx.fhir.org |
| Id | Grade | Path(s) | Description | Expression |
| dom-1 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain any narrative |
contained.text.empty()
|
| dom-2 | error | ValueSet | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | ValueSet | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource |
contained.where(('#'+id in %resource.descendants().reference).not()).empty()
|
| dom-4 | error | ValueSet | If 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()
|
| ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children |
hasValue() | (children().count() > id.count())
|
| ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| vsd-1 | error | ValueSet.compose.include | A value set include/exclude SHALL have a value set or a system |
valueSet.exists() or system.exists()
|
| vsd-2 | error | ValueSet.compose.include | A value set with concepts or filters SHALL include a system |
(concept.exists() or filter.exists()) implies system.exists()
|
| vsd-3 | error | ValueSet.compose.include | Cannot have both concept and filter |
concept.empty() or filter.empty()
|
| vsd-5 | error | ValueSet | Value set SHALL contain at least one of a compose or an expansion element |
compose.exists() or expansion.exists()
|
| vsd-6 | error | ValueSet.expansion.contains | SHALL have a code or a display |
code.exists() or display.exists()
|
| vsd-9 | error | ValueSet.expansion.contains | Must have a code if not abstract |
code.exists() or abstract = true
|
| vsd-10 | error | ValueSet.expansion.contains | Must have a system if a code is present |
code.empty() or system.exists()
|
This structure is derived from ValueSet
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron