PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ebm@1.0.0-ballot2
    http://hl7.org/fhir/uv/ebm/StructureDefinition/non-comparative-evidence
description: Profile of Evidence for Evidence Based Medicine IG. The NonComparativeEvidence Profile is used for evidence about a single group with no comparisons between groups.
package_name: hl7.fhir.uv.ebm
derivation: constraint
name: NonComparativeEvidence
type: Evidence
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        citeAs:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as', index: 1}
          min: 0
          max: 1
        relatesTo:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/uv/ebm/StructureDefinition/relates-to', index: 2}
          min: 0
        RelatesToWithQuotation:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/uv/ebm/StructureDefinition/relates-to-with-quotation', index: 3}
          min: 0
  variableDefinition:
    array: true
    min: 2
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: variableRole, type: value}
      min: 2
      slices:
        population:
          match: {variableRole: population}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 5
            elements:
              variableRole:
                pattern: {type: Code, value: population}
                index: 6
              observed:
                type: Reference
                refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/comparator-group', 'http://hl7.org/fhir/uv/ebm/StructureDefinition/exposure-group', 'http://hl7.org/fhir/uv/ebm/StructureDefinition/metaanalysis-study-group', 'http://hl7.org/fhir/uv/ebm/StructureDefinition/study-group']
                index: 7
              intended:
                type: Reference
                refers: ['http://hl7.org/fhir/StructureDefinition/Group']
                index: 8
        outcome:
          match: {variableRole: outcome}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 9
            elements:
              variableRole:
                pattern: {type: Code, value: outcome}
                index: 10
              observed:
                type: Reference
                refers: ['http://hl7.org/fhir/uv/ebm/StructureDefinition/variable-definition']
                index: 11
              intended:
                type: Reference
                refers: ['http://hl7.org/fhir/StructureDefinition/EvidenceVariable']
                index: 12
package_version: 1.0.0-ballot2
extensions:
  citeAs: {url: 'http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as', min: 0, max: 1, type: Extension, index: 1}
  relatesTo: {url: 'http://hl7.org/fhir/uv/ebm/StructureDefinition/relates-to', min: 0, type: Extension, index: 2}
  RelatesToWithQuotation: {url: 'http://hl7.org/fhir/uv/ebm/StructureDefinition/relates-to-with-quotation', min: 0, type: Extension, index: 3}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ebm/StructureDefinition/non-comparative-evidence
base: http://hl7.org/fhir/StructureDefinition/Evidence
version: 1.0.0-ballot2