PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-deqm@5.0.0-ballot
    http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-bundle-deqm
description: The DEQM Gaps In Care Bundle describes a bundle returned by the Measure [care-gaps](OperationDefinition-care-gaps.html) operation. This bundle consists of a document composition for gaps in care and supporting resources referenced by the composition.
package_name: hl7.fhir.us.davinci-deqm
derivation: constraint
name: DEQMGapsInCareBundle
type: Bundle
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: true, index: 1}
      value: {mustSupport: true, index: 2}
    required: [value, system]
  type: {mustSupport: true, index: 3}
  timestamp: {mustSupport: true, index: 4}
  entry:
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        gaps-composition-deqm:
          match: {}
          schema:
            short: Contains a composition of gaps in care report for an individual for one or more measures
            constraint:
              gic-1: {human: 'if ''entry:gaps-composition-deqm'' is present, then Bundle.type is ''document''', severity: error, expression: 'resource.meta.profile.contains(''http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm'') implies %resource.type=''document'''}
              gic-2: {human: 'if ''entry:gaps-composition-deqm'' is not present, then Bundle.type is ''collection''', severity: error, expression: 'resource.meta.profile.contains(''http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm'').not() implies %resource.type=''collection'''}
            mustSupport: true
            index: 6
            elements:
              resource: {type: Composition, short: This Composition uses the DEQM Gaps In Care Composition Profile, mustSupport: true, index: 7}
            required: [resource]
package_version: 5.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-bundle-deqm
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 5.0.0-ballot
required: [entry, timestamp, identifier]