PackagesCanonicalsLogsProblems
    Packages
    de.netzwerk-universitaetsmedizin.ebm-cpg@1.0.2
    https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition
description: Description of the outcome element of a PICO construct that evidence is about.
package_name: de.netzwerk-universitaetsmedizin.ebm-cpg
derivation: constraint
name: OutcomeDefinition
type: EvidenceVariable
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      source: {mustSupport: true, index: 1}
      profile: {mustSupport: true, index: 2}
    required: [profile]
  characteristic:
    constraint:
      evidence-variable-unique-definition:
        human: For each characteristic, one and only one type of definition must exist
        source: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition
        severity: error
        expression: |-
          (
            definitionReference.exists().toInteger()
            + definitionCanonical.exists().toInteger()
            + definitionCodeableConcept.exists().toInteger()
            + definitionExpression.exists().toInteger()
            + definitionId.exists().toInteger()
            + definitionByTypeAndValue.exists().toInteger()
            + definitionByCombination.exists().toInteger()
            ) = 1
    index: 3
    elements:
      exclude: {index: 4}
      definitionReference: {index: 5}
      definitionCanonical: {index: 6}
      definitionExpression: {index: 7}
      definitionId: {index: 8}
    required: [exclude]
  handling: {mustSupport: true, index: 9}
package_version: 1.0.2
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition
base: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/pico-evidence-variable
version: 0.1.1
required: [handling, meta]