http://hl7.org/fhir/StructureDefinition/cqf-definitionTerm|5.2.0

Specifies a term and its associated definition.
description: Specifies a term and its associated definition.
derivation: constraint
name: DefinitionTerm
type: Extension
elements:
  extension:
    short: Term being defined
    index: 0
    slicing:
      slices:
        term:
          match: {}
          schema:
            short: Term being defined
            _required: true
            index: 0
            elements:
              url:
                pattern: {type: Uri, value: term}
                index: 1
              value:
                choices: []
                index: 3
        definition:
          match: {}
          schema:
            short: Definition of the term
            _required: true
            index: 4
            elements:
              url:
                pattern: {type: Uri, value: definition}
                index: 5
              value:
                choices: []
                index: 7
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/cqf-definitionTerm'}
    index: 8
  value:
    choices: []
    index: 10
extensions:
  term:
    url: null
    short: Term being defined
    _required: true
    index: 0
    elements:
      url:
        pattern: {type: Uri, value: term}
        index: 1
      value:
        choices: []
        index: 3
  definition:
    url: null
    short: Definition of the term
    _required: true
    index: 4
    elements:
      url:
        pattern: {type: Uri, value: definition}
        index: 5
      value:
        choices: []
        index: 7
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/cqf-definitionTerm
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]