PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@eforms-1.0.0-alpha1.0.0
    http://ontariohealth.ca/fhir/eforms/StructureDefinition/question-note-info
description: Parameters that will determine how notes produced from this group in the QuestionnaireResponse will be generated
package_name: ca.on.oh
derivation: constraint
name: QuestionNoteInfo
type: Extension
elements:
  extension:
    short: Conditions for displaying in note
    mustSupport: true
    index: 0
    slicing:
      slices:
        flagStyle:
          match: {}
          schema:
            short: Flagged note item style/color
            mustSupport: true
            index: 36
            extensions: {}
            elements:
              extension: {index: 37}
              url:
                pattern: {type: Uri, value: flagStyle}
                index: 38
              value:
                choices: [valueString]
                index: 40
              valueString: {type: string, choiceOf: value, index: 41}
            required: [valueString, value]
        positiveText:
          match: {}
          schema:
            short: Text for negative points
            index: 60
            extensions: {}
            elements:
              extension: {index: 61}
              url:
                pattern: {type: Uri, value: positiveText}
                index: 62
              value:
                choices: [valueString]
                index: 64
              valueString: {type: string, choiceOf: value, index: 65}
            required: [valueString, value]
        lastSeparator:
          match: {}
          schema:
            short: Separator before final answer
            index: 24
            extensions: {}
            elements:
              extension: {index: 25}
              url:
                pattern: {type: Uri, value: lastSeparator}
                index: 26
              value:
                choices: [valueString]
                index: 28
              valueString: {type: string, choiceOf: value, index: 29}
            required: [valueString, value]
        sortIndex:
          match: {}
          schema:
            short: Order to appear in note
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                pattern: {type: Uri, value: sortIndex}
                index: 8
              value:
                choices: [valuePositiveInt]
                index: 10
              valuePositiveInt: {type: positiveInt, choiceOf: value, index: 11}
            required: [valuePositiveInt, value]
        style:
          match: {}
          schema:
            short: Note item style
            mustSupport: true
            index: 30
            extensions: {}
            elements:
              extension: {index: 31}
              url:
                pattern: {type: Uri, value: style}
                index: 32
              value:
                choices: [valueString]
                index: 34
              valueString: {type: string, choiceOf: value, index: 35}
            required: [valueString, value]
        quoteAnswer:
          match: {}
          schema:
            short: Put quotes around answers?
            mustSupport: true
            index: 48
            extensions: {}
            elements:
              extension: {index: 49}
              url:
                pattern: {type: Uri, value: quoteAnswer}
                index: 50
              value:
                choices: [valueBoolean]
                index: 52
              valueBoolean: {type: boolean, choiceOf: value, index: 53}
            required: [value, valueBoolean]
        enableWhenExpression:
          match: {}
          schema:
            short: Conditions for displaying in note
            mustSupport: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: enableWhenExpression}
                index: 2
              value:
                choices: [valueExpression]
                index: 4
              valueExpression: {type: Expression, choiceOf: value, index: 5}
            required: [valueExpression, value]
        ownLine:
          match: {}
          schema:
            short: Heading and response on same line?
            mustSupport: true
            index: 42
            extensions: {}
            elements:
              extension: {index: 43}
              url:
                pattern: {type: Uri, value: ownLine}
                index: 44
              value:
                choices: [valueBoolean]
                index: 46
              valueBoolean: {type: boolean, choiceOf: value, index: 47}
            required: [value, valueBoolean]
        negativeStyle:
          match: {}
          schema:
            short: Negative note item style/color
            index: 66
            extensions: {}
            elements:
              extension: {index: 67}
              url:
                pattern: {type: Uri, value: negativeStyle}
                index: 68
              value:
                choices: [valueString]
                index: 70
              valueString: {type: string, choiceOf: value, index: 71}
            required: [valueString, value]
        listSeparator:
          match: {}
          schema:
            short: Separator between answers
            index: 18
            extensions: {}
            elements:
              extension: {index: 19}
              url:
                pattern: {type: Uri, value: listSeparator}
                index: 20
              value:
                choices: [valueString]
                index: 22
              valueString: {type: string, choiceOf: value, index: 23}
            required: [valueString, value]
        negativeText:
          match: {}
          schema:
            short: Text for negative points
            index: 54
            extensions: {}
            elements:
              extension: {index: 55}
              url:
                pattern: {type: Uri, value: negativeText}
                index: 56
              value:
                choices: [valueString]
                index: 58
              valueString: {type: string, choiceOf: value, index: 59}
            required: [valueString, value]
        text:
          match: {}
          schema:
            short: Note item text
            mustSupport: true
            index: 12
            extensions: {}
            elements:
              extension: {index: 13}
              url:
                pattern: {type: Uri, value: text}
                index: 14
              value:
                choices: [valueString]
                index: 16
              valueString: {type: string, choiceOf: value, index: 17}
            required: [valueString, value]
  url:
    pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/eforms/StructureDefinition/question-note-info'}
    index: 72
  value:
    choices: []
    index: 74
package_version: eforms-1.0.0-alpha1.0.0
extensions:
  flagStyle:
    url: null
    short: Flagged note item style/color
    mustSupport: true
    index: 36
    extensions: {}
    elements:
      extension: {index: 37}
      url:
        pattern: {type: Uri, value: flagStyle}
        index: 38
      value:
        choices: [valueString]
        index: 40
      valueString: {type: string, choiceOf: value, index: 41}
    required: [valueString, value]
  positiveText:
    url: null
    short: Text for negative points
    index: 60
    extensions: {}
    elements:
      extension: {index: 61}
      url:
        pattern: {type: Uri, value: positiveText}
        index: 62
      value:
        choices: [valueString]
        index: 64
      valueString: {type: string, choiceOf: value, index: 65}
    required: [valueString, value]
  lastSeparator:
    url: null
    short: Separator before final answer
    index: 24
    extensions: {}
    elements:
      extension: {index: 25}
      url:
        pattern: {type: Uri, value: lastSeparator}
        index: 26
      value:
        choices: [valueString]
        index: 28
      valueString: {type: string, choiceOf: value, index: 29}
    required: [valueString, value]
  sortIndex:
    url: null
    short: Order to appear in note
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        pattern: {type: Uri, value: sortIndex}
        index: 8
      value:
        choices: [valuePositiveInt]
        index: 10
      valuePositiveInt: {type: positiveInt, choiceOf: value, index: 11}
    required: [valuePositiveInt, value]
  style:
    url: null
    short: Note item style
    mustSupport: true
    index: 30
    extensions: {}
    elements:
      extension: {index: 31}
      url:
        pattern: {type: Uri, value: style}
        index: 32
      value:
        choices: [valueString]
        index: 34
      valueString: {type: string, choiceOf: value, index: 35}
    required: [valueString, value]
  quoteAnswer:
    url: null
    short: Put quotes around answers?
    mustSupport: true
    index: 48
    extensions: {}
    elements:
      extension: {index: 49}
      url:
        pattern: {type: Uri, value: quoteAnswer}
        index: 50
      value:
        choices: [valueBoolean]
        index: 52
      valueBoolean: {type: boolean, choiceOf: value, index: 53}
    required: [value, valueBoolean]
  enableWhenExpression:
    url: null
    short: Conditions for displaying in note
    mustSupport: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: enableWhenExpression}
        index: 2
      value:
        choices: [valueExpression]
        index: 4
      valueExpression: {type: Expression, choiceOf: value, index: 5}
    required: [valueExpression, value]
  ownLine:
    url: null
    short: Heading and response on same line?
    mustSupport: true
    index: 42
    extensions: {}
    elements:
      extension: {index: 43}
      url:
        pattern: {type: Uri, value: ownLine}
        index: 44
      value:
        choices: [valueBoolean]
        index: 46
      valueBoolean: {type: boolean, choiceOf: value, index: 47}
    required: [value, valueBoolean]
  negativeStyle:
    url: null
    short: Negative note item style/color
    index: 66
    extensions: {}
    elements:
      extension: {index: 67}
      url:
        pattern: {type: Uri, value: negativeStyle}
        index: 68
      value:
        choices: [valueString]
        index: 70
      valueString: {type: string, choiceOf: value, index: 71}
    required: [valueString, value]
  listSeparator:
    url: null
    short: Separator between answers
    index: 18
    extensions: {}
    elements:
      extension: {index: 19}
      url:
        pattern: {type: Uri, value: listSeparator}
        index: 20
      value:
        choices: [valueString]
        index: 22
      valueString: {type: string, choiceOf: value, index: 23}
    required: [valueString, value]
  negativeText:
    url: null
    short: Text for negative points
    index: 54
    extensions: {}
    elements:
      extension: {index: 55}
      url:
        pattern: {type: Uri, value: negativeText}
        index: 56
      value:
        choices: [valueString]
        index: 58
      valueString: {type: string, choiceOf: value, index: 59}
    required: [valueString, value]
  text:
    url: null
    short: Note item text
    mustSupport: true
    index: 12
    extensions: {}
    elements:
      extension: {index: 13}
      url:
        pattern: {type: Uri, value: text}
        index: 14
      value:
        choices: [valueString]
        index: 16
      valueString: {type: string, choiceOf: value, index: 17}
    required: [valueString, value]
class: extension
kind: complex-type
url: http://ontariohealth.ca/fhir/eforms/StructureDefinition/question-note-info
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null