PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/codesystem-otherName
description: Human readable names for the codesystem.
package_name: hl7.fhir.core
derivation: constraint
name: Alternative names
type: Extension
elements:
  extension:
    isModifier: false
    short: Human readable, short and specific
    comments: This need not be unique. However some use cases require uniqueness within a namespace and therefore best practice would be to make the name unique.
    type: Extension
    index: 0
    slicing:
      slices:
        name:
          match: {}
          schema:
            isModifier: false
            short: Human readable, short and specific
            index: 0
            comments: This need not be unique. However some use cases require uniqueness within a namespace and therefore best practice would be to make the name unique.
            type: Extension
            elements:
              extension:
                index: 1
                slicing:
                  slices:
                    extension:
                      match: {}
                      schema: {index: 1}
                      max: 0
              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:
              extension: {url: null, max: 0, index: 1}
            required: [valueString, value]
        preferred:
          match: {}
          schema:
            isModifier: false
            short: Which name is preferred for this language
            comments: There may be multiple human readable names in a given language, and this flag indicates which of them is preferred for the given language.
            type: Extension
            index: 6
            extensions:
              extension: {url: null, max: 0, index: 7}
            elements:
              extension:
                index: 7
                slicing:
                  slices:
                    extension:
                      match: {}
                      schema: {index: 7}
                      max: 0
              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:
    type: uri
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/codesystem-otherName'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 1.8.0
extensions:
  name:
    isModifier: false
    short: Human readable, short and specific
    index: 0
    comments: This need not be unique. However some use cases require uniqueness within a namespace and therefore best practice would be to make the name unique.
    type: Extension
    elements:
      extension:
        index: 1
        slicing:
          slices:
            extension:
              match: {}
              schema: {index: 1}
              max: 0
      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:
      extension: {url: null, max: 0, index: 1}
    url: null
    required: [valueString, value]
  preferred:
    isModifier: false
    short: Which name is preferred for this language
    index: 6
    comments: There may be multiple human readable names in a given language, and this flag indicates which of them is preferred for the given language.
    type: Extension
    elements:
      extension:
        index: 7
        slicing:
          slices:
            extension:
              match: {}
              schema: {index: 7}
              max: 0
      url:
        type: uri
        pattern: {type: Uri, value: preferred}
        index: 8
      value:
        choices: [valueBoolean]
        index: 10
      valueBoolean: {type: boolean, choiceOf: value, index: 11}
    extensions:
      extension: {url: null, max: 0, index: 7}
    url: null
    required: [value, valueBoolean]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/codesystem-otherName
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]