PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pacio-adi@2.0.0-ballot
    http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Bundle
description: The ADI Bundle profile is used to represent a collection of resources that are related to advance directives information.
package_name: hl7.fhir.us.pacio-adi
derivation: constraint
name: ADIBundle
type: Bundle
elements:
  identifier: {mustSupport: true, index: 0}
  type:
    pattern: {type: code, value: document}
    type: code
    index: 1
  entry:
    index: 2
    slicing:
      rules: open
      description: Slice based on the entry.resource profile
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        patient:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              resource: {type: Patient, index: 4}
        pacp-composition:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 5
            elements:
              resource: {type: Composition, index: 6}
        pmo-composition:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 7
            elements:
              resource: {type: Composition, index: 8}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-ballot
required: [entry, identifier]