PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ebm@1.0.0-ballot2
    http://hl7.org/fhir/uv/ebm/StructureDefinition/outcome-importance
description: Profile of ArtifactAssessment for Evidence Based Medicine IG. The OutcomeImportance Profile is used for expression of the relative importance of an outcome. The outcome is typically expressed with an EvidenceVariable Resource and may use the VariableDefinition Profile of EvidenceVariable (or OutcomeDefinition Profile of Group).
package_name: hl7.fhir.uv.ebm
derivation: constraint
name: OutcomeImportance
type: ArtifactAssessment
elements:
  date: {index: 7}
  approvalDate: {short: When the OutcomeImportance was approved by publisher, index: 9}
  content:
    short: A rating
    index: 13
    elements:
      informationType: {index: 14}
      quantity:
        short: Percentage of importance of reference outcome
        index: 15
        elements:
          value: {index: 16}
          comparator: {index: 17}
          unit:
            pattern: {type: String, value: '%'}
            index: 18
          system:
            pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
            index: 19
          code:
            pattern: {type: Code, value: '%'}
            index: 20
        required: [value, unit, system, code]
      freeToShare: {short: Acceptable to publicly share the OutcomeImportance content, index: 21}
  citeAs:
    short: How to cite the OutcomeImportance
    choices: []
    index: 6
  copyright: {index: 8}
  workflowStatus: {index: 22}
  disposition: {index: 23}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        url:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/artifact-url', index: 1}
          min: 0
          max: 1
        description:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/artifact-description', index: 2}
          min: 0
          max: 1
        author:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/artifact-author', index: 3}
          min: 0
  identifier: {short: Additional identifier for the OutcomeImportance, index: 4}
  lastReviewDate: {short: When the OutcomeImportance was last reviewed, index: 10}
  artifact:
    short: The artifact that is rated
    choices: []
    index: 12
package_version: 1.0.0-ballot2
extensions:
  url: {url: 'http://hl7.org/fhir/StructureDefinition/artifact-url', min: 0, max: 1, type: Extension, index: 1}
  description: {url: 'http://hl7.org/fhir/StructureDefinition/artifact-description', min: 0, max: 1, type: Extension, index: 2}
  author: {url: 'http://hl7.org/fhir/StructureDefinition/artifact-author', min: 0, type: Extension, index: 3}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ebm/StructureDefinition/outcome-importance
base: http://hl7.org/fhir/StructureDefinition/ArtifactAssessment
version: 1.0.0-ballot2
required: [content]