PackagesCanonicalsLogsProblems
    Packages
    de.netzwerk-universitaetsmedizin.ebm-cpg@0.7.1-snapshot
    https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/guideline-bundle
description: Collection of all resources that represent a single clinical practice guideline.
package_name: de.netzwerk-universitaetsmedizin.ebm-cpg
derivation: constraint
name: GuidelineBundle
type: Bundle
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      source: {mustSupport: true, index: 1}
      profile: {mustSupport: true, index: 2}
    required: [profile]
  type:
    pattern: {type: Code, value: collection}
    index: 3
  entry:
    mustSupport: true
    array: true
    min: 6
    index: 4
    elements:
      fullUrl: {mustSupport: true, index: 5}
      resource: {mustSupport: true, index: 6}
    required: [resource, fullUrl]
    slicing:
      rules: closed
      discriminator:
      - {path: resource, type: profile}
      min: 6
      slices:
        recommendationJustification:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 19
            elements:
              resource: {type: ArtifactAssessment, index: 20}
        recommendationAction:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 15
            elements:
              resource: {type: ActivityDefinition, index: 16}
        certaintyOfEvidenceRating:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 21
            elements:
              resource: {type: ArtifactAssessment, index: 22}
        guideline:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 7
            elements:
              resource: {type: Composition, index: 8}
        guidelineCitation:
          match: {}
          schema:
            mustSupport: true
            index: 9
            elements:
              resource: {type: Citation, index: 10}
        recommendation:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 11
            elements:
              resource: {type: PlanDefinition, index: 12}
        PICOEvidenceVariable:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 17
            elements:
              resource: {type: EvidenceVariable, index: 18}
        recommendationCitation:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 27
            elements:
              resource: {type: Citation, index: 28}
        recommendationPlan:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 13
            elements:
              resource: {type: PlanDefinition, index: 14}
        outcomeEvidence:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 23
            elements:
              resource: {type: Evidence, index: 24}
        studyCitation:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 25
            elements:
              resource: {type: Citation, index: 26}
        netEffect:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 29
            elements:
              resource: {type: Evidence, index: 30}
package_version: 0.7.1-snapshot
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/guideline-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.2.0
required: [meta]