PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.core@3.5.0
    http://hl7.org/fhir/StructureDefinition/valueset-expand-group
description: This extension declares a group of concepts that is generated into the ValueSet.expansion.contains hierarchy when the expansion is generated for a UI. THere is no inherent assigned meaning to the hierarchy; it is used to help the user navigate the concepts. Each group has a display and/or a code, and a list of members, which are either concepts in the value set, or other groups (by code).
package_name: rs/hl7.fhir.core
derivation: constraint
name: expand-group
type: Extension
elements:
  extension:
    short: Underlying code from the system
    type: Extension
    index: 0
    slicing:
      slices:
        code:
          match: {}
          schema:
            short: Underlying code from the system
            type: Extension
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: uri, value: code}
                index: 2
              valueCode: {type: code, index: 3}
        display:
          match: {}
          schema:
            type: Extension
            short: Display for the group
            index: 4
            extensions: {}
            elements:
              extension: {index: 5}
              url:
                type: uri
                pattern: {type: uri, value: display}
                index: 6
              valueString: {type: string, index: 7}
        member:
          match: {}
          schema:
            min: 1
            short: Codes or other groups in this group
            type: Extension
            array: true
            _required: true
            index: 8
            extensions: {}
            elements:
              extension: {index: 9}
              url:
                type: uri
                pattern: {type: uri, value: member}
                index: 10
              valueCode: {type: code, index: 11}
  url:
    type: uri
    pattern: {type: uri, value: 'http://hl7.org/fhir/StructureDefinition/valueset-expand-group'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 3.5.0
extensions:
  code:
    url: null
    short: Underlying code from the system
    type: Extension
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: uri, value: code}
        index: 2
      valueCode: {type: code, index: 3}
  display:
    url: null
    type: Extension
    short: Display for the group
    index: 4
    extensions: {}
    elements:
      extension: {index: 5}
      url:
        type: uri
        pattern: {type: uri, value: display}
        index: 6
      valueString: {type: string, index: 7}
  member:
    min: 1
    short: Codes or other groups in this group
    index: 8
    type: Extension
    array: true
    elements:
      extension: {index: 9}
      url:
        type: uri
        pattern: {type: uri, value: member}
        index: 10
      valueCode: {type: code, index: 11}
    _required: true
    extensions: {}
    url: null
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/valueset-expand-group
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null