PackagesCanonicalsLogsProblems
    Packages
    gov.cdc.nhsn.dqm@1.0.0
    http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/nhsn-submission-header-bundle
description: This profile defines a valid Submission Header 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: NHSNSubmissionHeaderBundle
type: Bundle
elements:
  entry:
    short: An entry in the Bundle; will have a Resource or information
    array: true
    min: 3
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: 3
      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'
            _required: true
            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
            min: 1
            _required: true
            index: 7
            elements:
              resource: {type: MeasureReport, short: The Bundle entry for a Summary Measure Report, index: 8}
            required: [resource]
package_version: 1.0.0
class: profile
kind: resource
url: http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/nhsn-submission-header-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0