PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.icsr-ae-reporting@1.0.1
    http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-bundle
description: The fields needed to create a Bundle for an ICSR Report.
package_name: hl7.fhir.us.icsr-ae-reporting
derivation: constraint
name: ICSRBundle
type: Bundle
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system:
        pattern: {type: Uri, value: 'urn:oid:2.16.840.1.113883.3.989.2.1.3.22'}
        index: 1
  entry:
    array: true
    min: 2
    index: 2
    elements:
      resource: {mustSupport: true, index: 3}
    required: [resource]
    slicing:
      rules: open
      description: Slice different resources included in the bundle
      discriminator:
      - {path: resource, type: type}
      min: 2
      slices:
        Message:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              resource: {type: MessageHeader, index: 5}
        Document:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 6
            elements:
              resource: {type: Composition, index: 7}
package_version: 1.0.1
class: profile
kind: resource
url: http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-bundle
base: http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-reporting-bundle
version: 1.0.1