PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@4.0.0-ballot
    http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract
description: Indicates how the observation-based extraction approach should be applied to an item or all items in a questionnaire. When set to `true`, the item is extracted as an independent Observation with no relationship to a parent Observation (If true, indicates that the observation-based approach should be used to extract either the particular item (if extension is defined on an individual question or group based on the code present) or all items in the questionnaire (if defined at the questionnaire root and if they have a code present)). When set to a `code` value (e.g., `member` or `component`), the extracted Observation is related to a parent Observation according to the specified relationship. Mixing `boolean` and `code` values within the same item is invalid and will result in an error.
package_name: hl7.fhir.uv.sdc
derivation: constraint
name: ObservationExtractExtension
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract'}
    index: 1
  value:
    choices: [valueBoolean, valueCode]
    index: 3
  valueBoolean: {type: boolean, choiceOf: value, index: 4}
  valueCode: {type: code, choiceOf: value, index: 5}
package_version: 4.0.0-ballot
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 4.0.0-ballot