PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-crd@2.2.0-ballot
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-bundle-base
description: This profile defines the common requirements for all CRD Bundles used as input to CDS Hooks calls.
package_name: hl7.fhir.us.davinci-crd
derivation: constraint
name: CRDBaseBundle
abstract: true
type: Bundle
elements:
  type:
    pattern: {type: code, value: collection}
    type: code
    index: 0
  total: {index: 1}
  entry:
    mustSupport: true
    index: 2
    elements:
      fullUrl: {index: 3}
      resource: {index: 4}
      search: {index: 5}
      request: {index: 6}
      response: {index: 7}
    required: [fullUrl, resource]
package_version: 2.2.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-bundle-base
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.2.0-ballot
required: [entry]