PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.ph@library-1.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-reporting-bundle
description: Bundle Resource profile for exchanging one of public health messages, knowledge artifacts or content.
package_name: rs/hl7.fhir.us.ph
derivation: constraint
name: USPublicHealthReportingBundle
type: Bundle
elements:
  type:
    type: code
    pattern: {type: code, value: message}
    mustSupport: true
    index: 0
  timestamp: {mustSupport: true, index: 1}
  entry:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: null
      slices:
        sliceMessageHeader:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              resource: {type: Resource, index: 4}
        contentBundle:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 5
            elements:
              resource: {type: Resource, index: 6}
package_version: library-1.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: 1.0.0-ballot
required: [type]