description: PAS constraints on Bundle resource ensuring that a claim inquiry resource is present and that non-supported elements are not. package_name: hl7.fhir.us.davinci-pas derivation: constraint name: PASInquiryRequestBundle 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} resource: {mustSupport: true, index: 5} search: {index: 6} request: {index: 7} response: {index: 8} required: [resource, fullUrl] slicing: rules: open description: Slice different resources included in the bundle discriminator: - {path: resource, type: type} min: 1 slices: Claim: match: {} schema: mustSupport: true _required: true index: 9 elements: resource: {type: Claim, index: 10} package_version: 2.1.0 class: profile kind: resource url: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-pas-inquiry-request-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 2.1.0 required: [entry, timestamp, identifier]