PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.4.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: null
elements:
  extension:
    isModifier: false
    short: Human readable, short and specific
    index: 0
    name: name
    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: {name: extension, index: 7}
      url:
        type: uri
        pattern: {type: Uri, value: preferred}
        index: 8
      value:
        choices: [valueBoolean]
        index: 10
      valueString: {type: string, choiceOf: value, index: 5}
      valueBoolean: {type: boolean, choiceOf: value, index: 11}
    extensions: {}
    required: [valueString, 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.4.0
extensions: {}
class: datatype
kind: datatype
url: http://hl7.org/fhir/StructureDefinition/codesystem-otherName
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]