PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ebm@1.0.0-ballot
    http://hl7.org/fhir/uv/ebm/StructureDefinition/summary-of-net-effect
description: Profile of Composition for Evidence Based Medicine IG. The SummaryOfNetEffect Profile is used for an evidence report combining ArtifactAssessment and Evidence and EvidenceVariable Resources, organized around VariableDefinition (Profile of EvidenceVariable), to represent the summary of net effect contributions of comparative evidence, adjusted for the relative importance of outcomes.
package_name: hl7.fhir.uv.ebm
derivation: constraint
name: SummaryOfNetEffect
type: Composition
elements:
  category:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: coding, type: value}
      min: 1
      slices:
        summaryOfNetEffect:
          match:
            coding: {code: SummaryOfNetEffect, system: 'https://fevir.net/resources/CodeSystem/179423', display: SummaryOfNetEffect}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              coding:
                pattern:
                  type: Coding
                  value: {code: SummaryOfNetEffect, system: 'https://fevir.net/resources/CodeSystem/179423', display: SummaryOfNetEffect}
                index: 2
              text:
                pattern: {type: String, value: Summary of Net Effect Contributions}
                index: 3
            required: [coding]
  section:
    array: true
    min: 2
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: code.coding, type: value}
      min: 2
      slices:
        columnHeaders:
          match:
            code:
              coding: {code: column-headers, system: 'https://fevir.net/resources/CodeSystem/179423', display: Column Headers}
          schema:
            mustSupport: true
            _required: true
            index: 5
            elements:
              code:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: column-headers, system: 'https://fevir.net/resources/CodeSystem/179423', display: Column Headers}
                    index: 6
                required: [coding]
              section:
                array: true
                min: 2
                index: 7
                slicing:
                  rules: open
                  discriminator:
                  - {path: code.coding, type: value}
                  min: 2
                  slices:
                    outcomeDefinition:
                      match:
                        code:
                          coding: {code: outcome-measure, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Measure}
                      schema:
                        type: BackboneElement
                        mustSupport: true
                        _required: true
                        index: 8
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: outcome-measure, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Measure}
                                index: 9
                            required: [coding]
                    outcomeDesirability:
                      match:
                        code:
                          coding: {code: outcome-desirability, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Desirability}
                      schema:
                        type: BackboneElement
                        index: 10
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: outcome-desirability, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Desirability}
                                index: 11
                            required: [coding]
                    relativeImportance:
                      match:
                        code:
                          coding: {code: relative-importance, system: 'https://fevir.net/resources/CodeSystem/179423', display: Relative Importance}
                      schema:
                        type: BackboneElement
                        index: 12
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: relative-importance, system: 'https://fevir.net/resources/CodeSystem/179423', display: Relative Importance}
                                index: 13
                            required: [coding]
                    resultWithoutTreatment:
                      match:
                        code:
                          coding: {code: result-with-comparator-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with comparator alone}
                      schema:
                        type: BackboneElement
                        index: 14
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: result-with-comparator-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with comparator alone}
                                index: 15
                            required: [coding]
                    resultWithTreatmentObserved:
                      match:
                        code:
                          coding: {code: Intervention-group-alone-Evidence, system: 'http://hl7.org/fhir/evidence-report-section', display: Evidence Results for the intervention exposure only}
                      schema:
                        type: BackboneElement
                        index: 16
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: Intervention-group-alone-Evidence, system: 'http://hl7.org/fhir/evidence-report-section', display: Evidence Results for the intervention exposure only}
                                index: 17
                            required: [coding]
                    resultWithTreatmentDerived:
                      match:
                        code:
                          coding: {code: result-with-intervention-alone-calculated, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone (calculated)}
                      schema:
                        type: BackboneElement
                        index: 18
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: result-with-intervention-alone-calculated, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone (calculated)}
                                index: 19
                            required: [coding]
                    effectEstimate:
                      match:
                        code:
                          coding: {code: result-with-intervention-vs-comparator, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention vs. comparator}
                      schema:
                        type: BackboneElement
                        index: 20
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: result-with-intervention-vs-comparator, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention vs. comparator}
                                index: 21
                            required: [coding]
                    netEffectContribution:
                      match:
                        code:
                          coding: {code: net-effect-contribution, system: 'https://fevir.net/resources/CodeSystem/179423', display: Net Effect Contribution}
                      schema:
                        type: BackboneElement
                        mustSupport: true
                        _required: true
                        index: 22
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: net-effect-contribution, system: 'https://fevir.net/resources/CodeSystem/179423', display: Net Effect Contribution}
                                index: 23
                            required: [coding]
        outcomeEntry:
          match:
            code:
              coding: {code: summary-of-net-effect-contributions-entry-for-a-single-outcome, system: 'https://fevir.net/resources/CodeSystem/179423', display: Summary of net effect contributions entry for a single outcome}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 24
            elements:
              code:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: summary-of-net-effect-contributions-entry-for-a-single-outcome, system: 'https://fevir.net/resources/CodeSystem/179423', display: Summary of net effect contributions entry for a single outcome}
                    index: 25
                required: [coding]
              focus:
                type: Reference
                refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/variable-definition']
                index: 26
              section:
                index: 27
                slicing:
                  rules: open
                  discriminator:
                  - {path: code.coding, type: value}
                  min: 1
                  slices:
                    outcomeDefinition:
                      match:
                        code:
                          coding: {code: outcome-measure, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Measure}
                      schema:
                        type: BackboneElement
                        index: 28
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: outcome-measure, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Measure}
                                index: 29
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/variable-definition']
                            index: 30
                    outcomeDesirability:
                      match:
                        code:
                          coding: {code: outcome-desirability, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Desirability}
                      schema:
                        type: BackboneElement
                        index: 31
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: outcome-desirability, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Desirability}
                                index: 32
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/outcome-importance']
                            index: 33
                    relativeImportance:
                      match:
                        code:
                          coding: {code: relative-importance, system: 'https://fevir.net/resources/CodeSystem/179423', display: Relative Importance}
                      schema:
                        type: BackboneElement
                        index: 34
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: relative-importance, system: 'https://fevir.net/resources/CodeSystem/179423', display: Relative Importance}
                                index: 35
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/outcome-importance']
                            index: 36
                    resultWithoutTreatment:
                      match:
                        code:
                          coding: {code: result-with-comparator-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with comparator alone}
                      schema:
                        type: BackboneElement
                        index: 37
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: result-with-comparator-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with comparator alone}
                                index: 38
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/comparator-only-evidence']
                            index: 39
                    resultWithTreatmentObserved:
                      match:
                        code:
                          coding: {code: Intervention-group-alone-Evidence, system: 'http://hl7.org/fhir/evidence-report-section', display: Evidence Results for the intervention exposure only}
                      schema:
                        type: BackboneElement
                        index: 40
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: Intervention-group-alone-Evidence, system: 'http://hl7.org/fhir/evidence-report-section', display: Evidence Results for the intervention exposure only}
                                index: 41
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/intervention-only-evidence']
                            index: 42
                    resultWithTreatmentDerived:
                      match:
                        code:
                          coding: {code: result-with-intervention-alone-calculated, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone (calculated)}
                      schema:
                        type: BackboneElement
                        index: 43
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: result-with-intervention-alone-calculated, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone (calculated)}
                                index: 44
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/comparative-evidence', 'http://hl7.org/fhir/uv/ebm/StructureDefinition/comparator-only-evidence']
                            array: true
                            max: 2
                            index: 45
                    effectEstimate:
                      match:
                        code:
                          coding: {code: result-with-intervention-vs-comparator, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention vs. comparator}
                      schema:
                        type: BackboneElement
                        index: 46
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: result-with-intervention-vs-comparator, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention vs. comparator}
                                index: 47
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/comparative-evidence']
                            index: 48
                    netEffectContribution:
                      match:
                        code:
                          coding: {code: net-effect-contribution, system: 'https://fevir.net/resources/CodeSystem/179423', display: Net Effect Contribution}
                      schema:
                        type: BackboneElement
                        mustSupport: true
                        _required: true
                        index: 49
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: net-effect-contribution, system: 'https://fevir.net/resources/CodeSystem/179423', display: Net Effect Contribution}
                                index: 50
                            required: [coding]
                          entry:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/net-effect-contribution']
                            index: 51
            required: [section]
        netEffectEstimate:
          match:
            code:
              coding: {code: net-effect-estimate, system: 'https://fevir.net/resources/CodeSystem/179423', display: Net Effect Estimate}
          schema:
            index: 52
            elements:
              code:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: net-effect-estimate, system: 'https://fevir.net/resources/CodeSystem/179423', display: Net Effect Estimate}
                    index: 53
                required: [coding]
              entry:
                type: Reference
                refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/net-effect-estimate']
                index: 54
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ebm/StructureDefinition/summary-of-net-effect
base: http://hl7.org/fhir/uv/ebm/StructureDefinition/evidence-report
version: 1.0.0-ballot
required: [category]