PackagesCanonicalsLogsProblems
    Packages
    ihe.iti.mhd@4.1.0
    https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.ProvideBundle
description: 'A profile on the Bundle transaction for ITI-65 Provide Document resources with Minimal metadata for MHD.\r\n\r\n- [Minimal Metadata](StructureDefinition-IHE.MHD.Minimal.ProvideBundle.html): `https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.ProvideBundle`\r\n  - shall be a Transaction Bundle\r\n  - all resources shall be compliant with minimal constraints, they may be marked minimal, comprehensive, or unContained\r\n  - shall create a [SubmissionSet type List](StructureDefinition-IHE.MHD.Minimal.SubmissionSet.html) that is either minimal, comprehensive, or unContained\r\n  - may create one or more [DocumentReference](StructureDefinition-IHE.MHD.Minimal.DocumentReference.html) that is either minimal, comprehensive, or unContained\r\n  - may create one or more [Binary](http://hl7.org/fhir/R4/binary.html)\r\n  - may create/update one or more [Folder type List](StructureDefinition-IHE.MHD.Minimal.Folder.html) that is either minimal, comprehensive, or unContained\r\n  - may create/update/read one [Patient](http://hl7.org/fhir/R4/patient.html)'
package_name: ihe.iti.mhd
derivation: constraint
name: MinimalProvideDocumentBundle
type: Bundle
elements:
  meta:
    elements:
      profile: {index: 0}
    required: [profile]
  type:
    pattern: {type: Code, value: transaction}
    index: 1
  entry:
    mustSupport: true
    index: 2
    elements:
      resource: {mustSupport: true, index: 3}
    slicing:
      rules: closed
      description: Slicing based on the profile conformance of the entry
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        SubmissionSet:
          match: {}
          schema:
            short: the SubmissionSet
            _required: true
            index: 4
            elements:
              resource: {type: List, index: 5}
              request:
                index: 6
                elements:
                  method:
                    pattern: {type: Code, value: POST}
                    index: 7
            required: [resource, request]
        DocumentRefs:
          match: {}
          schema:
            short: the DocumentReference resources
            array: true
            index: 8
            elements:
              resource: {type: DocumentReference, index: 9}
              request:
                index: 10
                elements:
                  method:
                    pattern: {type: Code, value: POST}
                    index: 11
            required: [resource, request]
        Documents:
          match: {}
          schema:
            short: the documents
            array: true
            index: 12
            elements:
              resource: {type: Binary, index: 13}
              request:
                index: 14
                elements:
                  method:
                    pattern: {type: Code, value: POST}
                    index: 15
            required: [resource, request]
        Folders:
          match: {}
          schema:
            short: Folders
            array: true
            index: 16
            elements:
              resource: {type: List, index: 17}
              request:
                index: 18
                elements:
                  method:
                    binding: {strength: required, valueSet: 'https://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovideFolderActions'}
                    index: 19
            required: [resource, request]
        Patient:
          match: {}
          schema:
            short: the Patient
            index: 20
            elements:
              resource: {type: Patient, index: 21}
              request:
                elements:
                  method:
                    binding: {strength: required, valueSet: 'https://profiles.ihe.net/ITI/MHD/ValueSet/MHDprovidePatientActions'}
                    index: 22
            required: [resource]
package_version: 4.1.0
class: profile
kind: resource
url: https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.ProvideBundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 4.1.0
required: [entry]