PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.bfdr@0.1.0
    http://hl7.org/fhir/us/bfdr/StructureDefinition/Bundle-document-bfdr
description: This Bundle profile represents a Birth and Fetal Death Document Bundle. It contains any one of the Birth and Fetal Death Compositions.
package_name: hl7.fhir.us.bfdr
derivation: constraint
name: BundleDocumentBFDR
type: Bundle
elements:
  id: {short: BFDR Document Bundle id, mustSupport: true, index: 0}
  type:
    pattern: {type: Code, value: document}
    mustSupport: true
    index: 1
  entry:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: null
      slices:
        sliceBFDRComposition:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              resource: {type: Resource, mustSupport: true, index: 4}
            required: [resource]
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/bfdr/StructureDefinition/Bundle-document-bfdr
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.1.0
required: [id]