PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@deqm-3.0.0
    http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-bundle-deqm
description: The DEQM Gaps In Care Bundle Profile 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
derivation: constraint
name: DEQMGapsInCareBundleProfile
type: Bundle
elements:
  type:
    pattern: {type: Code, value: document}
    index: 0
  entry:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        gaps_composition_entry:
          match: {}
          schema:
            short: Contains a composition of gaps in care report for an individual for one or more measures
            mustSupport: true
            _required: true
            index: 2
            elements:
              resource: {type: Composition, short: This Composition uses the DEQM Gaps In Care Composition Profile, mustSupport: true, index: 3}
            required: [resource]
        indv_measure_report_entry:
          match: {}
          schema:
            short: Contains the individual MeasureReport referenced in the gaps in care composition
            mustSupport: true
            array: true
            index: 4
            elements:
              resource: {type: MeasureReport, short: This MeasureReport uses the DEQM Individual MeasureReport Profile, mustSupport: true, index: 5}
            required: [resource]
package_version: deqm-3.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-bundle-deqm
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 3.0.0
required: [entry]