PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pq@cmc-fda-1.0.0
    http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/cmc-ectd-document-32s10
description: Definition for a document bundle with the CMC eCTD 32S1 profiles.
package_name: hl7.fhir.us.pq
derivation: constraint
name: CMCeCTDDocument32S10
type: Bundle
elements:
  identifier: {mustSupport: true, index: 0}
  type:
    short: document
    mustSupport: true
    pattern: {type: Code, value: document}
    index: 1
  timestamp: {mustSupport: true, index: 2}
  entry:
    mustSupport: true
    array: true
    min: 2
    index: 3
    elements:
      fullUrl: {mustSupport: true, index: 4}
      resource: {mustSupport: true, index: 5}
    required: [resource, fullUrl]
    slicing:
      rules: closed
      ordered: false
      discriminator:
      - {path: resource, type: profile}
      min: 2
      slices:
        Composition:
          match: {}
          schema:
            _required: true
            index: 6
            elements:
              resource: {type: Composition, index: 7}
        Organization:
          match: {}
          schema:
            array: true
            index: 8
            elements:
              resource: {type: Organization, index: 9}
        StructureDefinition:
          match: {}
          schema:
            array: true
            min: 1
            _required: true
            index: 10
            elements:
              resource: {type: SubstanceDefinition, index: 11}
        GraphicsFiles:
          match: {}
          schema:
            array: true
            index: 12
            elements:
              resource: {type: DocumentReference, index: 13}
        StructureFiles:
          match: {}
          schema:
            array: true
            index: 14
            elements:
              resource: {type: DocumentReference, index: 15}
package_version: cmc-fda-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/cmc-ectd-document-32s10
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [timestamp]