description: PCT AEOB Bundle that contains necessary resources for an AEOBs. Organizations for both the payer and provider SHALL be included. package_name: hl7.fhir.us.davinci derivation: constraint name: PCTAEOBBundle type: Bundle elements: identifier: {mustSupport: true, index: 0} type: pattern: {type: Code, value: collection} index: 1 timestamp: {mustSupport: true, index: 2} entry: mustSupport: true index: 3 elements: fullUrl: {mustSupport: true, index: 4} search: {index: 5} request: {index: 6} response: {index: 7} required: [fullUrl] slicing: rules: open description: Slice different resources included in the bundle discriminator: - {path: resource, type: type} min: 1 slices: ExplanationOfBenefit: match: {} schema: short: Entry in the bundle - will have a PCTAdvancedEOB resource mustSupport: true array: true min: 1 _required: true index: 8 elements: resource: {type: ExplanationOfBenefit, mustSupport: true, index: 9} required: [resource] package_version: pct-0.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-aeob-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 0.1.0 required: [entry, timestamp, identifier]