PackagesCanonicalsLogsProblems
    Packages
    Test.Training@1.0.0
    https://fhir.nhs.uk/STU3/StructureDefinition/UEC-Questionnaire-1
description: The Questionnaire resource is used to send one or more questions from the CDSS to the EMS. The EMS will present the question and the set of possible responses received from the CDSS to the user during an ongoing clinical evaluation process.
package_name: Test.Training
derivation: constraint
name: UEC-Questionnaire-1
type: Questionnaire
elements:
  code: {index: 0}
  subjectType:
    pattern: {type: Code, value: Patient}
    index: 1
  item:
    extensions:
      questionnaire-supportLink:
        url: h
        type: Extension
        short: A URL that resolves to additional supporting information or guidance related to the question.
        index: 3
        elements:
          url:
            pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink'}
            index: 4
    elements:
      extension:
        index: 2
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            questionnaire-supportLink:
              match: {url: 'http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink'}
              schema:
                type: Extension
                short: A URL that resolves to additional supporting information or guidance related to the question.
                url: h
                index: 3
                elements:
                  url:
                    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink'}
                    index: 4
      definition: {index: 5}
      code: {index: 6}
      text:
        extensions:
          rendering-markdown:
            url: h
            type: Extension
            short: This is an equivalent of the string on which the extension is sent, but includes additional markdown (see documentation about markdown. Note that using HTML xhtml can allow for greater precision of display.
            index: 8
            elements:
              url:
                pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/rendering-markdown'}
                index: 9
        elements:
          extension:
            index: 7
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                rendering-markdown:
                  match: {url: 'http://hl7.org/fhir/StructureDefinition/rendering-markdown'}
                  schema:
                    type: Extension
                    short: This is an equivalent of the string on which the extension is sent, but includes additional markdown (see documentation about markdown. Note that using HTML xhtml can allow for greater precision of display.
                    url: h
                    index: 8
                    elements:
                      url:
                        pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/rendering-markdown'}
                        index: 9
      options: {index: 10}
      initial:
        choices: []
        index: 12
package_version: 1.0.0
class: profile
kind: resource
url: https://fhir.nhs.uk/STU3/StructureDefinition/UEC-Questionnaire-1
base: http://hl7.org/fhir/StructureDefinition/Questionnaire
version: 1.0.0
required: [subjectType]