PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@2.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-specification-bundle
description: This Bundle profile represent the packaging construct used for exchanging a knowledge artifact.
package_name: hl7.fhir.us.ph-library
derivation: constraint
name: USPublicHealthSpecificationBundle
type: Bundle
elements:
  type:
    pattern: {type: code, value: collection}
    mustSupport: true
    type: code
    index: 0
  timestamp: {mustSupport: true, index: 1}
  entry:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 1
      slices:
        slicePlanDefinition:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              resource: {type: PlanDefinition, index: 4}
        sliceTriggeringValueSetLibrary:
          match: {}
          schema:
            mustSupport: true
            index: 5
            elements:
              resource: {type: Library, index: 6}
        valueSets:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 7
            elements:
              resource: {type: ValueSet, index: 8}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-specification-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-ballot
required: [entry]