description: Universal starting point for specifying a FHIR Clinical Document. package_name: hl7.fhir.uv.fhir derivation: constraint name: ClinicalDocumentBundle type: Bundle elements: identifier: index: 0 elements: system: {index: 1} value: {short: Identifier system+value must be globally unique, index: 2} required: [value, system] type: pattern: {type: Code, value: document} index: 3 timestamp: {index: 4} total: {index: 5} entry: mustSupport: true index: 6 elements: resource: {mustSupport: true, index: 7} search: {index: 8} request: {index: 9} response: {index: 10} required: [resource] slicing: rules: open description: Slicing based on the resource type discriminator: - {path: $this.resource, type: type} min: 1 slices: clinical-document-composition: match: {} schema: short: First entry is a composition mustSupport: true _required: true index: 11 elements: resource: {type: Composition, index: 12} package_version: clinical-document-1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/uv/fhir-clinical-document/StructureDefinition/clinical-document-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 1.0.0-ballot required: [entry, timestamp, identifier]