PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@2.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-response-bundle
description: This Bundle profile represents the packaging construct used for exchanging a public health response.
package_name: hl7.fhir.us.ph-library
derivation: constraint
name: USPublicHealthResponseBundle
type: Bundle
elements:
  type:
    pattern: {type: code, value: message}
    mustSupport: true
    type: code
    index: 0
  timestamp: {mustSupport: true, index: 1}
  entry:
    mustSupport: true
    array: true
    min: 2
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this.resource, type: profile}
      min: 2
      slices:
        sliceMessageHeader:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 3
            elements:
              resource: {type: MessageHeader, index: 4}
        contentBundle:
          match: {}
          schema:
            mustSupport: true
            index: 5
            elements:
              resource: {type: Bundle, index: 6}
        documentReference:
          match: {}
          schema:
            mustSupport: true
            index: 7
            elements:
              resource: {type: DocumentReference, index: 8}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-response-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-ballot