description: This Bundle profile represents an eICR Document Bundle. It contains the eICR Composition. package_name: hl7.fhir.us.ecr derivation: constraint name: Eicr_Document_Bundle type: Bundle elements: id: {short: eICR 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: sliceEICRComposition: match: {} schema: mustSupport: true _required: true index: 3 elements: resource: {type: Resource, mustSupport: true, index: 4} required: [resource] package_version: 1.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 1.1.0 required: [id]