PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@4.2.0
    http://hl7.org/fhir/StructureDefinition/Evidence
description: This represents statistics, certainty, both the intended and actual population, and evidence variables.
package_name: hl7.fhir.r5.examples
derivation: specialization
name: Evidence
type: Evidence
elements:
  description: {short: Description of the particular summary, type: markdown, index: 11}
  statistic: {type: Statistic, short: Values and parameters for a single statistic, array: true, index: 29}
  date: {short: Date last changed, type: dateTime, isSummary: true, index: 5}
  approvalDate: {short: When the summary was approved by publisher, type: date, index: 7}
  useContext: {short: Use context, type: UsageContext, array: true, isSummary: true, index: 6}
  studyType:
    type: CodeableConcept
    short: The type of study that produced this summary
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/study-type'}
    index: 28
  variableDefinition:
    type: BackboneElement
    short: Evidence variable
    array: true
    index: 20
    elements:
      description: {type: markdown, short: Description of the variable, index: 21}
      note: {type: Annotation, short: Footnotes and/or explanatory notes, array: true, index: 22}
      variableRole:
        type: CodeableConcept
        short: exposure | referenceExposure | measuredVariable | confounder
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/variable-role'}
        index: 23
      actualDefinition:
        short: Definition of the actual variable related to the statistic(s)
        refers: ['http://hl7.org/fhir/StructureDefinition/EvidenceVariable']
        type: Reference
        isSummary: true
        index: 24
      intendedDefinition:
        type: Reference
        short: Definition of the intended variable related to the Evidence
        refers: ['http://hl7.org/fhir/StructureDefinition/EvidenceVariable']
        index: 25
      directnessMatch:
        type: CodeableConcept
        short: low | moderate | high | exact
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/directness'}
        index: 26
  title: {short: Name for this summary (human friendly), type: string, isSummary: true, index: 3}
  note: {type: Annotation, short: Footnotes and/or explanatory notes, array: true, index: 13}
  synthesisType:
    type: CodeableConcept
    short: The particular type of synthesis if this is a synthesis summary
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/synthesis-type'}
    index: 27
  contributor: {type: Contributor, short: Contact detail and role for contributor to summary, array: true, index: 9}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.2.0'}
    isModifierReason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 4
  url: {short: 'Canonical identifier for this evidence, represented as a globally unique URI', type: uri, isSummary: true, index: 0}
  identifier: {short: Additional identifier for the summary, type: Identifier, array: true, isSummary: true, index: 1}
  lastReviewDate: {short: When the summary was last reviewed, type: date, index: 8}
  distribution: {type: OrderedDistribution, short: An ordered group of statistics, array: true, index: 30}
  certainty:
    type: BackboneElement
    short: Level of certainty
    array: true
    index: 31
    elements:
      description: {type: string, short: Textual description of certainty, index: 32}
      note: {type: Annotation, short: Footnotes and/or explanatory notes, index: 33}
      rating:
        type: CodeableConcept
        short: Rating of certainty
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/certainty-rating'}
        array: true
        index: 34
      certaintySubcomponent:
        type: BackboneElement
        short: Subcomponent of certainty
        array: true
        index: 35
        elements:
          description: {type: string, short: Textual description of certainty subcomponent, index: 36}
          note: {type: Annotation, short: Textual note of certainty subcomponent, index: 37}
          type:
            type: CodeableConcept
            short: Footnotes and/or explanatory notes
            binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/certainty-subcomponent-type'}
            array: true
            index: 38
          rating:
            type: CodeableConcept
            short: Rating of certainty subcomponent
            binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating'}
            array: true
            index: 39
  version: {short: Business version of this summary, type: string, isSummary: true, index: 2}
  relatedArtifact: {type: RelatedArtifact, short: Link or citation to artifact associated with the summary, array: true, index: 10}
  assertion: {type: markdown, short: Declarative description of the Evidence, index: 12}
  referentGroup:
    type: BackboneElement
    short: Group being referenced
    isSummary: true
    index: 14
    elements:
      description: {type: markdown, short: Textual description of referent group, index: 15}
      note: {type: Annotation, short: Footnotes and/or explanatory notes, array: true, index: 16}
      evidenceSource:
        type: Reference
        short: Various information categories of group
        refers: ['http://hl7.org/fhir/StructureDefinition/Group']
        index: 17
      intendedGroup:
        type: Reference
        short: Non-actual group that is a set of characteristics
        refers: ['http://hl7.org/fhir/StructureDefinition/Group']
        index: 18
      directnessMatch:
        type: CodeableConcept
        short: low | moderate | high | exact
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/directness'}
        index: 19
package_version: 4.2.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Evidence
base: http://hl7.org/fhir/StructureDefinition/MetadataResource
version: 4.2.0
required: [status, referentGroup]