PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.cqfmeasures@2.0.0
    http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/library-bundle-cqfm
description: The CQFM Library Bundle Profile describes a library packaging bundle
package_name: hl7.fhir.us.cqfmeasures
derivation: constraint
name: CQFMLibraryBundle
type: Bundle
elements:
  type:
    type: code
    short: The bundle is a collection of artifacts for distribution
    pattern: {type: Code, value: collection}
    mustSupport: true
    index: 0
  entry:
    mustSupport: true
    array: true
    min: 1
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 1
      slices:
        library:
          match: {}
          schema:
            short: The packaged library
            mustSupport: true
            array: true
            min: 1
            _required: true
            index: 2
            elements:
              resource: {type: Library, mustSupport: true, index: 3}
            required: [resource]
        requiredCodeSystem:
          match: {}
          schema:
            short: Required code system
            mustSupport: true
            array: true
            index: 4
            elements:
              resource: {type: CodeSystem, mustSupport: true, index: 5}
            required: [resource]
        requiredValueSet:
          match: {}
          schema:
            short: Required value set
            mustSupport: true
            array: true
            index: 6
            elements:
              resource: {type: ValueSet, mustSupport: true, index: 7}
            required: [resource]
        testCase:
          match: {}
          schema:
            short: Test case
            mustSupport: true
            array: true
            index: 8
            elements:
              resource: {type: Bundle, mustSupport: true, index: 9}
            required: [resource]
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/library-bundle-cqfm
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0
required: [entry]