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

A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user.
description: A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user.
derivation: constraint
name: ArtifactComment
type: Extension
elements:
  extension:
    short: documentation | review | guidance
    index: 0
    slicing:
      slices:
        type:
          match: {}
          schema:
            short: documentation | review | guidance
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: type}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        text:
          match: {}
          schema:
            short: The comment
            _required: true
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: text}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
        target:
          match: {}
          schema:
            short: What the comment is directed to
            array: true
            index: 10
            extensions: {}
            elements:
              extension: {index: 11}
              url:
                pattern: {type: Uri, value: target}
                index: 12
              value:
                choices: []
                index: 14
            required: [value]
        reference:
          match: {}
          schema:
            short: Supporting reference for the comment
            array: true
            index: 15
            extensions: {}
            elements:
              extension: {index: 16}
              url:
                pattern: {type: Uri, value: reference}
                index: 17
              value:
                choices: []
                index: 19
            required: [value]
        user:
          match: {}
          schema:
            short: Who commented
            index: 20
            extensions: {}
            elements:
              extension: {index: 21}
              url:
                pattern: {type: Uri, value: user}
                index: 22
              value:
                choices: []
                index: 24
            required: [value]
        authoredOn:
          match: {}
          schema:
            short: Date and time the comment was made
            index: 25
            extensions: {}
            elements:
              extension: {index: 26}
              url:
                pattern: {type: Uri, value: authoredOn}
                index: 27
              value:
                choices: []
                index: 29
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/cqf-artifactComment'}
    index: 30
  value:
    choices: []
    index: 32
extensions:
  type:
    url: null
    short: documentation | review | guidance
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: type}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  text:
    url: null
    short: The comment
    _required: true
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: text}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
  target:
    url: null
    short: What the comment is directed to
    array: true
    index: 10
    extensions: {}
    elements:
      extension: {index: 11}
      url:
        pattern: {type: Uri, value: target}
        index: 12
      value:
        choices: []
        index: 14
    required: [value]
  reference:
    url: null
    short: Supporting reference for the comment
    array: true
    index: 15
    extensions: {}
    elements:
      extension: {index: 16}
      url:
        pattern: {type: Uri, value: reference}
        index: 17
      value:
        choices: []
        index: 19
    required: [value]
  user:
    url: null
    short: Who commented
    index: 20
    extensions: {}
    elements:
      extension: {index: 21}
      url:
        pattern: {type: Uri, value: user}
        index: 22
      value:
        choices: []
        index: 24
    required: [value]
  authoredOn:
    url: null
    short: Date and time the comment was made
    index: 25
    extensions: {}
    elements:
      extension: {index: 26}
      url:
        pattern: {type: Uri, value: authoredOn}
        index: 27
      value:
        choices: []
        index: 29
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/cqf-artifactComment
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]