PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ebm@1.0.0-ballot2
    http://hl7.org/fhir/uv/ebm/StructureDefinition/summary-of-findings
description: Profile of Composition for Evidence Based Medicine IG. The SummaryOfFindings Profile is used for an evidence report combining Evidence and EvidenceVariable Resources, organized around VariableDefinition (Profile of EvidenceVariable), to represent the summary of findings of comparative evidence.
package_name: hl7.fhir.uv.ebm
derivation: constraint
name: SummaryOfFindings
type: Composition
elements:
  type:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: SummaryOfFindings, system: 'https://fevir.net/resources/CodeSystem/179423', display: SummaryOfFindings}
        index: 0
      text:
        pattern: {type: String, value: Summary of Findings}
        index: 1
    required: [coding]
  section:
    array: true
    min: 2
    index: 2
    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: 3
            elements:
              code:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: column-headers, system: 'https://fevir.net/resources/CodeSystem/179423', display: Column Headers}
                    index: 4
                required: [coding]
              section:
                array: true
                min: 2
                index: 5
                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: 6
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: outcome-measure, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Measure}
                                index: 7
                            required: [coding]
                    sampleSize:
                      match:
                        code:
                          coding: {code: sample-size, system: 'https://fevir.net/resources/CodeSystem/179423', display: Sample Size}
                      schema:
                        type: BackboneElement
                        index: 8
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: sample-size, system: 'https://fevir.net/resources/CodeSystem/179423', display: Sample Size}
                                index: 9
                            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: 10
                        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: 11
                            required: [coding]
                    resultWithTreatmentObserved:
                      match:
                        code:
                          coding: {code: result-with-intervention-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone}
                      schema:
                        type: BackboneElement
                        index: 12
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: result-with-intervention-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone}
                                index: 13
                            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: 14
                        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: 15
                            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: 16
                        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: 17
                            required: [coding]
                    certaintyOfEvidence:
                      match:
                        code:
                          coding: {code: certainty-of-evidence, system: 'https://fevir.net/resources/CodeSystem/179423', display: Certainty of Evidence}
                      schema:
                        type: BackboneElement
                        index: 18
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: certainty-of-evidence, system: 'https://fevir.net/resources/CodeSystem/179423', display: Certainty of Evidence}
                                index: 19
                            required: [coding]
                    assertion:
                      match:
                        code:
                          coding: {code: assertion, system: 'https://fevir.net/resources/CodeSystem/179423', display: Assertion}
                      schema:
                        type: BackboneElement
                        index: 20
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: assertion, system: 'https://fevir.net/resources/CodeSystem/179423', display: Assertion}
                                index: 21
                            required: [coding]
        summaryOfFindings:
          match:
            code:
              coding: {code: summary-of-findings, system: 'https://fevir.net/resources/CodeSystem/179423', display: Summary of Findings}
          schema:
            mustSupport: true
            _required: true
            index: 22
            elements:
              code:
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: summary-of-findings, system: 'https://fevir.net/resources/CodeSystem/179423', display: Summary of Findings}
                    index: 23
                required: [coding]
              section:
                index: 24
                slicing:
                  rules: closed
                  discriminator:
                  - {path: code.coding, type: value}
                  min: 1
                  slices:
                    outcomeEntry:
                      match:
                        code:
                          coding: {code: summary-of-findings-entry-for-a-single-outcome, system: 'https://fevir.net/resources/CodeSystem/179423', display: Summary of findings entry for a single outcome}
                      schema:
                        type: BackboneElement
                        mustSupport: true
                        array: true
                        min: 1
                        _required: true
                        index: 25
                        elements:
                          code:
                            elements:
                              coding:
                                pattern:
                                  type: Coding
                                  value: {code: summary-of-findings-entry-for-a-single-outcome, system: 'https://fevir.net/resources/CodeSystem/179423', display: Summary of findings entry for a single outcome}
                                index: 26
                            required: [coding]
                          focus:
                            type: Reference
                            refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/variable-definition']
                            index: 27
                          section:
                            index: 28
                            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: 29
                                    elements:
                                      code:
                                        elements:
                                          coding:
                                            pattern:
                                              type: Coding
                                              value: {code: outcome-measure, system: 'https://fevir.net/resources/CodeSystem/179423', display: Outcome Measure}
                                            index: 30
                                        required: [coding]
                                      entry:
                                        type: Reference
                                        refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/variable-definition']
                                        index: 31
                                sampleSize:
                                  match:
                                    code:
                                      coding: {code: sample-size, system: 'https://fevir.net/resources/CodeSystem/179423', display: Sample Size}
                                  schema:
                                    type: BackboneElement
                                    index: 32
                                    elements:
                                      code:
                                        elements:
                                          coding:
                                            pattern:
                                              type: Coding
                                              value: {code: sample-size, system: 'https://fevir.net/resources/CodeSystem/179423', display: Sample Size}
                                            index: 33
                                        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: 34
                                    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: 35
                                        required: [coding]
                                      entry:
                                        type: Reference
                                        refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/comparator-only-evidence']
                                        index: 36
                                resultWithTreatmentObserved:
                                  match:
                                    code:
                                      coding: {code: result-with-intervention-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone}
                                  schema:
                                    type: BackboneElement
                                    index: 37
                                    elements:
                                      code:
                                        elements:
                                          coding:
                                            pattern:
                                              type: Coding
                                              value: {code: result-with-intervention-alone, system: 'https://fevir.net/resources/CodeSystem/179423', display: Result with intervention alone}
                                            index: 38
                                        required: [coding]
                                      entry:
                                        type: Reference
                                        refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/intervention-only-evidence']
                                        index: 39
                                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: 40
                                    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: 41
                                        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: 42
                                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: 43
                                    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: 44
                                        required: [coding]
                                      entry:
                                        type: Reference
                                        refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/comparative-evidence']
                                        index: 45
                                certaintyOfEvidence:
                                  match:
                                    code:
                                      coding: {code: certainty-of-evidence, system: 'https://fevir.net/resources/CodeSystem/179423', display: Certainty of Evidence}
                                  schema:
                                    type: BackboneElement
                                    index: 46
                                    elements:
                                      code:
                                        elements:
                                          coding:
                                            pattern:
                                              type: Coding
                                              value: {code: certainty-of-evidence, system: 'https://fevir.net/resources/CodeSystem/179423', display: Certainty of Evidence}
                                            index: 47
                                        required: [coding]
                                      entry:
                                        type: Reference
                                        refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/certainty-of-evidence', 'http://hl7.org/fhir/uv/ebm/StructureDefinition/comparative-evidence']
                                        index: 48
                                assertion:
                                  match:
                                    code:
                                      coding: {code: assertion, system: 'https://fevir.net/resources/CodeSystem/179423', display: Assertion}
                                  schema:
                                    type: BackboneElement
                                    index: 49
                                    elements:
                                      code:
                                        elements:
                                          coding:
                                            pattern:
                                              type: Coding
                                              value: {code: assertion, system: 'https://fevir.net/resources/CodeSystem/179423', display: Assertion}
                                            index: 50
                                        required: [coding]
                                      entry:
                                        type: Reference
                                        refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/comparative-evidence']
                                        index: 51
                        required: [section]
            required: [section]
package_version: 1.0.0-ballot2
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ebm/StructureDefinition/summary-of-findings
base: http://hl7.org/fhir/uv/ebm/StructureDefinition/evidence-report
version: 1.0.0-ballot2