PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4@5.3.0-ballot-tc
    http://hl7.org/fhir/StructureDefinition/valueset-otherName
description: Natural language names identifying the value set. These names should be usable as an identifier for the module by machine processing applications such as code generation.  This extension is deprecated.  The valueset-otherTitle extension should be used to provide other titles instead of this extension.
package_name: hl7.fhir.uv.extensions.r4
derivation: constraint
name: VSOtherName
type: Extension
elements:
  extension:
    isModifier: false
    short: Support human navigation and code generation.
    type: Extension
    index: 0
    slicing:
      slices:
        name:
          match: {}
          schema:
            isModifier: false
            short: Support human navigation and code generation.
            type: Extension
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: Uri, value: name}
                index: 2
              value:
                choices: [valueString]
                index: 4
              valueString: {type: string, choiceOf: value, index: 5}
            required: [valueString, value]
        preferred:
          match: {}
          schema:
            isModifier: false
            short: Which name is preferred for this language
            type: Extension
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                type: uri
                pattern: {type: Uri, value: preferred}
                index: 8
              value:
                choices: [valueBoolean]
                index: 10
              valueBoolean: {type: boolean, choiceOf: value, index: 11}
            required: [value, valueBoolean]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/valueset-otherName'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 5.3.0-ballot-tc
extensions:
  name:
    isModifier: false
    short: Support human navigation and code generation.
    index: 0
    type: Extension
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: Uri, value: name}
        index: 2
      value:
        choices: [valueString]
        index: 4
      valueString: {type: string, choiceOf: value, index: 5}
    _required: true
    extensions: {}
    url: null
    required: [valueString, value]
  preferred:
    url: null
    isModifier: false
    short: Which name is preferred for this language
    type: Extension
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        type: uri
        pattern: {type: Uri, value: preferred}
        index: 8
      value:
        choices: [valueBoolean]
        index: 10
      valueBoolean: {type: boolean, choiceOf: value, index: 11}
    required: [value, valueBoolean]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/valueset-otherName
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot-tc
required: [extension]