PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.patient-corrections@1.0.0-ballot
    http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-bundle
description: The Patient Correction Bundle contains a Patient Correction Communication and other resources related to a patient request for correction.
package_name: hl7.fhir.uv.patient-corrections
derivation: constraint
name: PatientCorrectionBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: collection}
    index: 0
  entry:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      description: Slice different resources included in the bundle
      discriminator:
      - {path: resource, type: type}
      min: 1
      slices:
        PatientCommResource:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 2
            elements:
              resource: {type: Communication, index: 3}
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0-ballot
required: [entry]