PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@2.7.0
    http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext
description: Resources that provide context for form processing logic (pre-population, flow-control, drop-down selection, etc.) when creating/displaying/editing a QuestionnaireResponse.
package_name: hl7.fhir.uv.sdc
derivation: constraint
name: LaunchContextExtension
type: Extension
elements:
  extension:
    isModifier: false
    short: Variable name
    type: Extension
    index: 0
    slicing:
      slices:
        name:
          match: {}
          schema:
            isModifier: false
            short: Variable name
            type: Extension
            _required: true
            index: 0
            elements:
              url:
                pattern: {type: Uri, value: name}
                index: 1
              valueId: {type: id, index: 2}
        type:
          match: {}
          schema:
            min: 1
            isModifier: false
            short: Resource type
            type: Extension
            array: true
            _required: true
            index: 3
            elements:
              url:
                pattern: {type: Uri, value: type}
                index: 4
              valueCode:
                type: code
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/sdc/ValueSet/launchContext'}
                index: 5
        description:
          match: {}
          schema:
            isModifier: false
            short: Explanation of context element
            type: Extension
            index: 6
            elements:
              url:
                pattern: {type: Uri, value: description}
                index: 7
              valueString: {type: string, index: 8}
  url:
    type: uri
    pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext'}
    index: 9
  value:
    choices: []
    index: 11
package_version: 2.7.0
extensions:
  name:
    url: null
    isModifier: false
    short: Variable name
    type: Extension
    _required: true
    index: 0
    elements:
      url:
        pattern: {type: Uri, value: name}
        index: 1
      valueId: {type: id, index: 2}
  type:
    min: 1
    isModifier: false
    short: Resource type
    index: 3
    type: Extension
    array: true
    elements:
      url:
        pattern: {type: Uri, value: type}
        index: 4
      valueCode:
        type: code
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/sdc/ValueSet/launchContext'}
        index: 5
    _required: true
    url: null
  description:
    url: null
    isModifier: false
    short: Explanation of context element
    type: Extension
    index: 6
    elements:
      url:
        pattern: {type: Uri, value: description}
        index: 7
      valueString: {type: string, index: 8}
class: extension
kind: complex-type
url: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-launchContext
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.7.0
required: [extension]