PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-clause-extension
description: A clause or set of clauses relevant to the resource or element being extended
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ClauseExtension
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        Title:
          match: {}
          schema:
            short: Section in which clauses are presented.
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: uri, value: Title}
                type: uri
                index: 3
              value:
                choices: [valueString]
                index: 5
              valueString: {type: string, choiceOf: value, index: 6}
            required: [value, valueString]
        Type:
          match: {}
          schema:
            short: Type of clause.
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: uri, value: Type}
                type: uri
                index: 9
              value:
                choices: [valueCodeableConcept]
                index: 11
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
            required: [value, valueCodeableConcept]
        Policy:
          match: {}
          schema:
            short: Link to the policies related to the clause
            array: true
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: uri, value: Policy}
                type: uri
                index: 15
              value:
                mustSupport: true
                choices: [valueReference]
                index: 17
              valueReference: {type: Reference, mustSupport: true, choiceOf: value, index: 18}
            required: [value, valueReference]
        Clause:
          match: {}
          schema:
            short: A human readable clause.
            array: true
            min: 1
            _required: true
            index: 19
            extensions: {}
            elements:
              extension: {index: 20}
              url:
                pattern: {type: uri, value: Clause}
                type: uri
                index: 21
              value:
                mustSupport: true
                choices: [valueMarkdown]
                index: 23
              valueMarkdown: {type: markdown, mustSupport: true, choiceOf: value, index: 24}
            required: [value, valueMarkdown]
  url:
    pattern: {type: uri, value: 'http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-clause-extension'}
    type: uri
    index: 25
  value:
    choices: []
    index: 27
package_version: 2.0.0-ballot
extensions:
  Title:
    url: null
    short: Section in which clauses are presented.
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: uri, value: Title}
        type: uri
        index: 3
      value:
        choices: [valueString]
        index: 5
      valueString: {type: string, choiceOf: value, index: 6}
    required: [value, valueString]
  Type:
    url: null
    short: Type of clause.
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: uri, value: Type}
        type: uri
        index: 9
      value:
        choices: [valueCodeableConcept]
        index: 11
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12}
    required: [value, valueCodeableConcept]
  Policy:
    url: null
    short: Link to the policies related to the clause
    array: true
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: uri, value: Policy}
        type: uri
        index: 15
      value:
        mustSupport: true
        choices: [valueReference]
        index: 17
      valueReference: {type: Reference, mustSupport: true, choiceOf: value, index: 18}
    required: [value, valueReference]
  Clause:
    min: 1
    short: A human readable clause.
    index: 19
    array: true
    elements:
      extension: {index: 20}
      url:
        pattern: {type: uri, value: Clause}
        type: uri
        index: 21
      value:
        mustSupport: true
        choices: [valueMarkdown]
        index: 23
      valueMarkdown: {type: markdown, mustSupport: true, choiceOf: value, index: 24}
    _required: true
    extensions: {}
    url: null
    required: [value, valueMarkdown]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-clause-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.0.0-ballot
required: [extension]