PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@2.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-reporting-bundle
description: This Bundle profile is used for exchanging a public health report to be submitted to a public health agency.
package_name: hl7.fhir.us.ph-library
derivation: constraint
name: USPublicHealthReportingBundle
type: Bundle
elements:
  type:
    pattern: {type: code, value: message}
    mustSupport: true
    type: code
    index: 0
  timestamp: {short: (USCDI+) Report Submission Date/Time, mustSupport: true, index: 1}
  entry:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 1
      slices:
        messageHeader:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              resource: {type: MessageHeader, index: 4}
        contentBundle:
          match: {}
          schema:
            short: US Public Health Content Bundle or US Public Health Document Bundle
            mustSupport: true
            index: 5
            elements:
              resource: {type: Bundle, index: 6}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-reporting-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-ballot
required: [entry]