PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pas@2.1.0
    http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-pas-inquiry-response-bundle
description: PAS constraints on Bundle resource ensuring that a claim inquiry response resource is present and that non-supported elements are not.
package_name: hl7.fhir.us.davinci-pas
derivation: constraint
name: PASInquiryResponseBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    index: 0
  timestamp: {mustSupport: true, index: 1}
  entry:
    mustSupport: true
    index: 2
    elements:
      fullUrl: {mustSupport: true, index: 3}
      resource: {mustSupport: true, index: 4}
      search: {index: 5}
      request: {index: 6}
      response: {index: 7}
    required: [resource, fullUrl]
    slicing:
      rules: open
      description: Slice different resources included in the bundle
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        ClaimResponse:
          match: {}
          schema:
            mustSupport: true
            array: true
            index: 8
            elements:
              resource: {type: ClaimResponse, index: 9}
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-pas-inquiry-response-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.1.0
required: [entry, timestamp]