http://hl7.org/fhir/StructureDefinition/codesystem-alternate|5.2.0

An additional code that may be used to represent the concept.
description: An additional code that may be used to represent the concept.
derivation: constraint
name: CSAlternate
type: Extension
elements:
  extension:
    short: Code that represents the concept
    index: 0
    slicing:
      slices:
        code:
          match: {}
          schema:
            short: Code that represents the concept
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: code}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        use:
          match: {}
          schema:
            short: Expected use of the code
            _required: true
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: use}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/codesystem-alternate'}
    index: 10
  value:
    choices: []
    index: 12
extensions:
  code:
    url: null
    short: Code that represents the concept
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: code}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  use:
    url: null
    short: Expected use of the code
    _required: true
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: use}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/codesystem-alternate
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]