PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pas@2.1.0
    http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-pas-request-bundle
description: PAS constraints on Bundle resource ensuring that a claim/claim update resource is present and that non-supported elements are not.
package_name: hl7.fhir.us.davinci-pas
derivation: constraint
name: PASRequestBundle
type: Bundle
elements:
  identifier: {short: Submitted Transaction Identifier - this number will be assigned by the originator or sender to identify the transaction within the sender's business application system, 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
            array: true
            min: 1
            max: 2
            _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-request-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.1.0
required: [entry, timestamp, identifier]