PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@ra-1.0.0
    http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-measurereport-bundle
description: The Risk Adjustment Coding Gap Report Bundle Profile describes a collection bundle returned by the [report](OperationDefinition-report.html) operation. This bundle is a collection of Risk Adjustment Coding Gap Reports.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: RAMeasureReportBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    mustSupport: true
    index: 0
  entry:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        ra_measurereport_entry:
          match: {}
          schema:
            short: Risk Adjustment Coding Gap Reports for a patient. The reports contained in a bundle must be for the same patient.
            mustSupport: true
            array: true
            index: 2
            elements:
              resource: {type: MeasureReport, short: A patient's Risk Adjustment Coding Gap Report for a Risk Adjustment Model., mustSupport: true, index: 3}
            required: [resource]
        ra_patient_entry:
          match: {}
          schema:
            short: This is the patient of the Risk Adjustment Coding Gap Report. If the Sever does not have Risk Adjustment Coding Gap Reports for the patient, then then patient resource is returned without the Risk Adjustment MeasureReport entries.
            mustSupport: true
            _required: true
            index: 4
            elements:
              resource: {type: Patient, short: This is the Patient resource., mustSupport: true, index: 5}
            required: [resource]
package_version: ra-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-measurereport-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry]