PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-draft-final
    http://hl7.org/fhir/StructureDefinition/EvidenceVariable
description: The EvidenceVariable resource describes an element that knowledge (Evidence) is about.
package_name: hl7.fhir.r5.examples
derivation: specialization
name: EvidenceVariable
type: EvidenceVariable
elements:
  description: {isModifier: false, short: Natural language description of the evidence variable, type: markdown, mustSupport: false, isSummary: true, index: 15}
  category:
    isModifier: false
    short: A grouping for ordinal or polychotomous variables
    type: BackboneElement
    mustSupport: false
    array: true
    isSummary: false
    index: 77
    elements:
      name: {isModifier: false, short: Description of the grouping, type: string, mustSupport: false, isSummary: false, index: 78}
      value:
        isModifier: false
        short: Definition of the grouping
        mustSupport: false
        choices: [valueCodeableConcept, valueQuantity, valueRange]
        isSummary: false
        index: 80
      valueCodeableConcept: {isModifier: false, short: Definition of the grouping, type: CodeableConcept, mustSupport: false, choiceOf: value, isSummary: false, index: 81}
      valueQuantity: {isModifier: false, short: Definition of the grouping, type: Quantity, mustSupport: false, choiceOf: value, isSummary: false, index: 82}
      valueRange: {isModifier: false, short: Definition of the grouping, type: Range, mustSupport: false, choiceOf: value, isSummary: false, index: 83}
  date: {isModifier: false, short: Date last changed, type: dateTime, mustSupport: false, isSummary: true, index: 12}
  endorser: {isModifier: false, short: Who endorsed the content, type: ContactDetail, mustSupport: false, array: true, isSummary: false, index: 27}
  publisher: {isModifier: false, short: Name of the publisher/steward (organization or individual), type: string, mustSupport: false, isSummary: true, index: 13}
  approvalDate: {isModifier: false, short: When the resource was approved by publisher, type: date, mustSupport: false, isSummary: false, index: 21}
  purpose: {isModifier: false, short: Why this EvidenceVariable is defined, type: markdown, mustSupport: false, isSummary: false, index: 18}
  name: {isModifier: false, short: Name for this evidence variable (computer friendly), type: string, mustSupport: false, isSummary: true, index: 7}
  copyrightLabel: {isModifier: false, short: Copyright holder and year(s), type: string, mustSupport: false, isSummary: false, index: 20}
  useContext: {isModifier: false, short: The context that the content is intended to support, type: UsageContext, mustSupport: false, array: true, isSummary: true, index: 17}
  copyright: {isModifier: false, short: Use and/or publishing restrictions, type: markdown, mustSupport: false, isSummary: false, index: 19}
  versionAlgorithm:
    isModifier: false
    short: How to compare versions
    mustSupport: false
    choices: [versionAlgorithmString, versionAlgorithmCoding]
    isSummary: true
    index: 4
  experimental: {isModifier: false, short: 'For testing purposes, not real usage', type: boolean, mustSupport: false, meaningWhenMissing: 'If absent, this resource is treated as though it is not experimental.', isSummary: false, index: 11}
  title: {isModifier: false, short: Name for this evidence variable (human friendly), type: string, mustSupport: false, isSummary: true, index: 8}
  note: {isModifier: false, short: Used for footnotes or explanatory notes, type: Annotation, mustSupport: false, array: true, isSummary: false, index: 16}
  author: {isModifier: false, short: Who authored the content, type: ContactDetail, mustSupport: false, array: true, isSummary: false, index: 24}
  versionAlgorithmCoding: {isModifier: false, short: How to compare versions, type: Coding, mustSupport: false, choiceOf: versionAlgorithm, isSummary: true, index: 6}
  characteristic:
    constraint:
      evv-1: {human: 'In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination', source: 'http://hl7.org/fhir/StructureDefinition/EvidenceVariable', severity: error, expression: (definitionReference.count() + definitionCanonical.count() + definitionCodeableConcept.count() + definitionId.count() + definitionByTypeAndValue.count() + definitionByCombination.count())  < 2}
    isModifier: false
    short: A defining factor of the EvidenceVariable
    index: 30
    type: BackboneElement
    mustSupport: false
    array: true
    elements:
      description: {isModifier: false, short: Natural language description of the characteristic, type: markdown, mustSupport: false, isSummary: false, index: 32}
      exclude: {isModifier: false, short: Whether the characteristic is an inclusion criterion or exclusion criterion, type: boolean, mustSupport: false, meaningWhenMissing: 'False', isSummary: false, index: 34}
      definitionByCombination:
        isModifier: false
        short: Used to specify how two or more characteristics are combined
        type: BackboneElement
        mustSupport: false
        isSummary: false
        index: 53
        elements:
          code:
            isModifier: false
            short: all-of | any-of | at-least | at-most | statistical | net-effect | dataset
            type: code
            mustSupport: false
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0-draft-final'}
            isSummary: false
            index: 54
          threshold: {isModifier: false, short: Provides the value of "n" when "at-least" or "at-most" codes are used, type: positiveInt, mustSupport: false, isSummary: false, index: 55}
          characteristic:
            elementReference: ['http://hl7.org/fhir/StructureDefinition/EvidenceVariable', elements, characteristic]
            min: 1
            isModifier: false
            short: A defining factor of the characteristic
            index: 56
            mustSupport: false
            array: true
            isSummary: false
        required: [characteristic, code]
      linkId: {isModifier: false, short: Label for internal linking, type: id, mustSupport: false, isSummary: false, index: 31}
      definitionExpression:
        constraint:
          evv-2: {human: 'When another element provides a definition of the characteristic, the definitionExpression content SHALL match the definition (only adding technical concepts necessary for implementation) without changing the meaning.', source: 'http://hl7.org/fhir/StructureDefinition/EvidenceVariable', severity: warning}
        isModifier: false
        short: Defines the characteristic (without using type and value) by an expression
        type: Expression
        mustSupport: false
        isSummary: true
        index: 38
      definitionByTypeAndValue:
        isModifier: false
        short: Defines the characteristic using type and value
        type: BackboneElement
        mustSupport: false
        isSummary: true
        index: 40
        elements:
          valueReference: {isModifier: false, short: Defines the characteristic when coupled with characteristic.type, type: Reference, mustSupport: false, choiceOf: value, isSummary: true, index: 50}
          offset:
            isModifier: false
            short: Reference point for valueQuantity or valueRange
            type: CodeableConcept
            mustSupport: false
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/characteristic-offset'}
            isSummary: false
            index: 52
          method:
            isModifier: false
            short: Method for how the characteristic value was determined
            type: CodeableConcept
            mustSupport: false
            array: true
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/definition-method'}
            isSummary: false
            index: 42
          valueQuantity: {isModifier: false, short: Defines the characteristic when coupled with characteristic.type, type: Quantity, mustSupport: false, choiceOf: value, isSummary: true, index: 48}
          value:
            isModifier: false
            short: Defines the characteristic when coupled with characteristic.type
            mustSupport: false
            choices: [valueCodeableConcept, valueBoolean, valueQuantity, valueRange, valueReference, valueId]
            isSummary: true
            index: 45
          valueBoolean: {isModifier: false, short: Defines the characteristic when coupled with characteristic.type, type: boolean, mustSupport: false, choiceOf: value, isSummary: true, index: 47}
          type:
            isModifier: false
            short: Expresses the type of characteristic
            type: CodeableConcept
            mustSupport: false
            binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/usage-context-type'}
            isSummary: true
            index: 41
          valueCodeableConcept: {isModifier: false, short: Defines the characteristic when coupled with characteristic.type, type: CodeableConcept, mustSupport: false, choiceOf: value, isSummary: true, index: 46}
          device:
            isModifier: false
            short: Device used for determining characteristic
            refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/DeviceMetric']
            type: Reference
            mustSupport: false
            isSummary: false
            index: 43
          valueRange: {isModifier: false, short: Defines the characteristic when coupled with characteristic.type, type: Range, mustSupport: false, choiceOf: value, isSummary: true, index: 49}
          valueId: {isModifier: false, short: Defines the characteristic when coupled with characteristic.type, type: id, mustSupport: false, choiceOf: value, isSummary: true, index: 51}
        required: [valueReference, valueRange, value, valueBoolean, type, valueCodeableConcept, valueId, valueQuantity]
      instancesQuantity: {isModifier: false, short: Number of occurrences meeting the characteristic, type: Quantity, mustSupport: false, choiceOf: instances, isSummary: false, index: 59}
      definitionCanonical: {isModifier: false, short: Defines the characteristic (without using type and value) by a Canonical, type: canonical, mustSupport: false, isSummary: true, index: 36}
      definitionReference:
        isModifier: false
        short: Defines the characteristic (without using type and value) by a Reference
        refers: ['http://hl7.org/fhir/StructureDefinition/Evidence', 'http://hl7.org/fhir/StructureDefinition/EvidenceVariable', 'http://hl7.org/fhir/StructureDefinition/Group']
        type: Reference
        mustSupport: false
        isSummary: true
        index: 35
      duration:
        isModifier: false
        short: Length of time in which the characteristic is met
        mustSupport: false
        choices: [durationQuantity, durationRange]
        isSummary: false
        index: 62
      definitionId: {isModifier: false, short: Defines the characteristic (without using type and value) by an id, type: id, mustSupport: false, isSummary: true, index: 39}
      note: {isModifier: false, short: Used for footnotes or explanatory notes, type: Annotation, mustSupport: false, array: true, isSummary: false, index: 33}
      durationRange: {isModifier: false, short: Length of time in which the characteristic is met, type: Range, mustSupport: false, choiceOf: duration, isSummary: false, index: 64}
      durationQuantity: {isModifier: false, short: Length of time in which the characteristic is met, type: Quantity, mustSupport: false, choiceOf: duration, isSummary: false, index: 63}
      instances:
        isModifier: false
        short: Number of occurrences meeting the characteristic
        mustSupport: false
        choices: [instancesQuantity, instancesRange]
        isSummary: false
        index: 58
      definitionCodeableConcept: {isModifier: false, short: Defines the characteristic (without using type and value) by a CodeableConcept, type: CodeableConcept, mustSupport: false, isSummary: true, index: 37}
      timeFromEvent:
        isModifier: false
        short: Timing in which the characteristic is determined
        type: BackboneElement
        mustSupport: false
        array: true
        isSummary: false
        index: 65
        elements:
          eventReference: {isModifier: false, short: The event used as a base point (reference point) in time, type: Reference, mustSupport: false, choiceOf: event, isSummary: false, index: 71}
          description: {isModifier: false, short: Human readable description, type: markdown, mustSupport: false, isSummary: false, index: 66}
          eventCodeableConcept: {isModifier: false, short: The event used as a base point (reference point) in time, type: CodeableConcept, mustSupport: false, choiceOf: event, isSummary: false, index: 70}
          note: {isModifier: false, short: Used for footnotes or explanatory notes, type: Annotation, mustSupport: false, array: true, isSummary: false, index: 67}
          eventId: {isModifier: false, short: The event used as a base point (reference point) in time, type: id, mustSupport: false, choiceOf: event, isSummary: false, index: 73}
          eventDateTime: {isModifier: false, short: The event used as a base point (reference point) in time, type: dateTime, mustSupport: false, choiceOf: event, isSummary: false, index: 72}
          event:
            isModifier: false
            short: The event used as a base point (reference point) in time
            mustSupport: false
            choices: [eventCodeableConcept, eventReference, eventDateTime, eventId]
            isSummary: false
            index: 69
          quantity: {isModifier: false, short: Used to express the observation at a defined amount of time before or after the event, type: Quantity, mustSupport: false, isSummary: false, index: 74}
          range: {isModifier: false, short: Used to express the observation within a period before and/or after the event, type: Range, mustSupport: false, isSummary: false, index: 75}
      instancesRange: {isModifier: false, short: Number of occurrences meeting the characteristic, type: Range, mustSupport: false, choiceOf: instances, isSummary: false, index: 60}
    isSummary: true
  handling:
    isModifier: false
    short: continuous | dichotomous | ordinal | polychotomous
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/variable-handling|5.0.0-draft-final'}
    isSummary: false
    index: 76
  status:
    isModifier: true
    short: draft | active | retired | unknown
    index: 10
    type: code
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|5.0.0-draft-final'}
    isModifierReason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
    isSummary: true
  url:
    constraint:
      cnl-1: {human: 'URL should not contain | or # - these characters make processing canonical references problematic', source: 'http://hl7.org/fhir/StructureDefinition/EvidenceVariable', severity: warning, expression: 'exists() implies matches(''^[^|# ]+$'')'}
    isModifier: false
    short: Canonical identifier for this evidence variable, represented as a URI (globally unique)
    type: uri
    mustSupport: false
    isSummary: true
    index: 0
  identifier: {isModifier: false, short: Additional identifier for the evidence variable, type: Identifier, mustSupport: false, array: true, isSummary: true, index: 1}
  lastReviewDate: {isModifier: false, short: When the resource was last reviewed by the publisher, type: date, mustSupport: false, isSummary: false, index: 22}
  editor: {isModifier: false, short: Who edited the content, type: ContactDetail, mustSupport: false, array: true, isSummary: false, index: 25}
  versionAlgorithmString: {isModifier: false, short: How to compare versions, type: string, mustSupport: false, choiceOf: versionAlgorithm, isSummary: true, index: 5}
  reviewer: {isModifier: false, short: Who reviewed the content, type: ContactDetail, mustSupport: false, array: true, isSummary: false, index: 26}
  shortTitle: {isModifier: false, short: Title for use in informal contexts, type: string, mustSupport: false, isSummary: true, index: 9}
  version: {isModifier: false, short: Business version of the evidence variable, type: string, mustSupport: false, isSummary: true, index: 2}
  relatedArtifact: {isModifier: false, short: 'Additional documentation, citations, etc', type: RelatedArtifact, mustSupport: false, array: true, isSummary: false, index: 28}
  actual: {isModifier: false, short: Actual or conceptual, type: boolean, mustSupport: false, isSummary: false, index: 29}
  contact: {isModifier: false, short: Contact details for the publisher, type: ContactDetail, mustSupport: false, array: true, isSummary: true, index: 14}
  effectivePeriod: {isModifier: false, short: When the resource is expected to be used, type: Period, mustSupport: false, isSummary: false, index: 23}
package_version: 5.0.0-draft-final
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/EvidenceVariable
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0-draft-final
required: [status]