PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.cqfmeasures@0.1.0
    http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-artifactComment
description: A comment containing additional documentation, a review comment, usage guidance, or other relevant information from a particular user.
package_name: hl7.fhir.us.cqfmeasures
derivation: constraint
name: artifactComment
type: Extension
elements:
  extension:
    isModifier: false
    short: documentation | review | guidance
    type: Extension
    index: 0
    slicing:
      slices:
        type:
          match: {}
          schema:
            isModifier: false
            short: documentation | review | guidance
            type: Extension
            _required: true
            index: 0
            elements:
              url:
                pattern: {type: Uri, value: type}
                index: 1
              valueCode: {type: code, index: 2}
        text:
          match: {}
          schema:
            isModifier: false
            short: The comment
            type: Extension
            _required: true
            index: 3
            elements:
              url:
                pattern: {type: Uri, value: text}
                index: 4
              valueMarkdown: {type: markdown, index: 5}
        target:
          match: {}
          schema:
            isModifier: false
            short: What the comment is directed to
            type: Extension
            array: true
            index: 6
            elements:
              url:
                pattern: {type: Uri, value: target}
                index: 7
              valueUri: {type: uri, index: 8}
        reference:
          match: {}
          schema:
            isModifier: false
            short: Supporting reference for the comment
            type: Extension
            array: true
            index: 9
            elements:
              url:
                pattern: {type: Uri, value: reference}
                index: 10
              valueUri: {type: uri, index: 11}
        user:
          match: {}
          schema:
            isModifier: false
            short: Who commented
            type: Extension
            index: 12
            elements:
              url:
                pattern: {type: Uri, value: user}
                index: 13
              valueString: {type: string, index: 14}
  url:
    type: uri
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-artifactComment'}
    index: 15
  value:
    choices: []
    index: 17
package_version: 0.1.0
extensions:
  type:
    url: null
    isModifier: false
    short: documentation | review | guidance
    type: Extension
    _required: true
    index: 0
    elements:
      url:
        pattern: {type: Uri, value: type}
        index: 1
      valueCode: {type: code, index: 2}
  text:
    url: null
    isModifier: false
    short: The comment
    type: Extension
    _required: true
    index: 3
    elements:
      url:
        pattern: {type: Uri, value: text}
        index: 4
      valueMarkdown: {type: markdown, index: 5}
  target:
    url: null
    isModifier: false
    short: What the comment is directed to
    type: Extension
    array: true
    index: 6
    elements:
      url:
        pattern: {type: Uri, value: target}
        index: 7
      valueUri: {type: uri, index: 8}
  reference:
    url: null
    isModifier: false
    short: Supporting reference for the comment
    type: Extension
    array: true
    index: 9
    elements:
      url:
        pattern: {type: Uri, value: reference}
        index: 10
      valueUri: {type: uri, index: 11}
  user:
    url: null
    isModifier: false
    short: Who commented
    type: Extension
    index: 12
    elements:
      url:
        pattern: {type: Uri, value: user}
        index: 13
      valueString: {type: string, index: 14}
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-artifactComment
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.1.0
required: [extension]