PackagesCanonicalsLogsProblems
    Packages
    ans.fhir.fr.tddui@2.0.0-ballot
    https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-bundle
description: Profil générique créé pour transmettre des données d'un logiciel DUI.
package_name: ans.fhir.fr.tddui
derivation: constraint
name: TDDUIBundle
type: Bundle
elements:
  type:
    pattern: {type: code, value: transaction}
    type: code
    index: 0
  entry:
    index: 1
    slicing:
      rules: open
      description: Slicing based on the profile conformance of the entry
      discriminator:
      - {path: resource, type: profile}
      min: null
      slices:
        DUIPatient:
          match: {}
          schema:
            short: Patient conforming to the TDDUIPatient profile, used to convey patients without an INS identity.
            array: true
            index: 2
            elements:
              resource: {type: Patient, index: 3}
              request:
                index: 4
                elements:
                  method:
                    pattern: {type: code, value: POST}
                    type: code
                    index: 5
            required: [request, resource]
        DUIPatientINS:
          match: {}
          schema:
            short: Patient conforming to the TDDUIPatientINS profile, used to convey patients identified by an INS identity.
            array: true
            index: 6
            elements:
              resource: {type: Patient, index: 7}
              request:
                index: 8
                elements:
                  method:
                    pattern: {type: code, value: POST}
                    type: code
                    index: 9
            required: [request, resource]
        DUIOrganization:
          match: {}
          schema:
            short: Organization conforming to the TDDUIOrganization profile, used to convey the responsible organization.
            array: true
            index: 10
            elements:
              resource: {type: Organization, index: 11}
              request:
                index: 12
                elements:
                  method:
                    pattern: {type: code, value: POST}
                    type: code
                    index: 13
            required: [request, resource]
        DUIEncounterSejour:
          match: {}
          schema:
            short: Encounter conforming to the TDDUIEncounterSejour profile, used to convey the patient's stay.
            array: true
            index: 14
            elements:
              resource: {type: Encounter, index: 15}
              request:
                index: 16
                elements:
                  method:
                    pattern: {type: code, value: POST}
                    type: code
                    index: 17
            required: [request, resource]
package_version: 2.0.0-ballot
class: profile
kind: resource
url: https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-ballot