PackagesCanonicalsLogsProblems
    Packages
    gov.cdc.nhsn.dqm@1.0.0
    http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/nhsn-subject-bundle
description: This profile defines a valid subject-specific dQM Bundle. The Bundle is comprised of entry slices representing a Patient, individual MeasureReports, and the underlying patient-centric clinical information.
package_name: gov.cdc.nhsn.dqm
derivation: constraint
name: NHSNSubjectBundle
type: Bundle
elements:
  entry:
    short: An entry in the Bundle; will have a Resource or information
    array: true
    min: 2
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: 2
      slices:
        individual-measurereport:
          match: {}
          schema:
            short: 'Individual Measure Report: each Individual MeasureReport refers to one Patient and one measure included in the Individual Measure Report List'
            array: true
            min: 1
            _required: true
            index: 1
            elements:
              resource: {type: MeasureReport, short: The Bundle entry for an Individual Measure Report, index: 2}
            required: [resource]
        patient:
          match: {}
          schema:
            short: The Patients associated with an Individual MeasureReport
            _required: true
            index: 3
            elements:
              resource: {type: Patient, short: The Bundle entry for a Patient associated with an Individual Measure Report, index: 4}
            required: [resource]
package_version: 1.0.0
class: profile
kind: resource
url: http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/nhsn-subject-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0