description: This profile defines a valid Submission Bundle to NHSN with all resources contained within. The Bundle is comprised of entry slices representing the data source Organization, a Patients of Interest (POI) List, one Subject List MeasureReport per reportable measure, an Individual MeasureReport List, individual MeasureReports, and the underlying patient-centric clinical information. package_name: rs/hl7.fhir.us.nhsn derivation: constraint name: NHSNMeasureReportBundle type: Bundle elements: entry: short: An entry in the Bundle; will have a Resource or information index: 0 slicing: rules: open discriminator: - {path: resource, type: profile} min: 1 slices: submitting-organization: match: {} schema: short: 'The Submitting Organization: the organization that is the source of the data' _required: true index: 1 elements: resource: {type: Organization, short: Bundle entry for submitting organization, index: 2} required: [resource] submitting-device: match: {} schema: short: 'The Submitting Device: the device or software that is submitting the data' index: 3 elements: resource: {type: Device, short: Bundle entry for submitting device, index: 4} required: [resource] poi-list: match: {} schema: short: 'The Patients of Interest List: a List containing Patient FHIR IDs that may be included in the Initial Population across all measures' index: 5 elements: resource: {type: List, short: The Bundle entry for Patients of Interest List, index: 6} required: [resource] subject-list: match: {} schema: short: 'Summary Measure Report: For each measure, there is one Summary MeasureReport. The Summary MeasureReport includes the population count and a link to the List of Individual MeasureReports that are included in the summary' array: true index: 7 elements: resource: {type: MeasureReport, short: The Bundle entry for a Summary Measure Report, index: 8} 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 index: 9 elements: resource: {type: MeasureReport, short: The Bundle entry for an Individual Measure Report, index: 10} required: [resource] patient: match: {} schema: short: The Patients associated with an Individual MeasureReport array: true index: 11 elements: resource: {type: Patient, short: The Bundle entry for a Patient associated with an Individual Measure Report, index: 12} required: [resource] package_version: dqm-1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/nhsn-measurereport-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 1.0.0-ballot required: [entry]