PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.r4.medicationprocess9@2.0.0-beta.5
    http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle
description: Profile on the Bundle resource which represents the structure of the Send ProposalDispenseRequest transaction conform information standard ['Medication Process'](https://informatiestandaarden.nictiz.nl/wiki/Landingspagina_Medicatieproces).
package_name: nictiz.fhir.nl.r4.medicationprocess9
derivation: constraint
name: MpProposalDispenseRequestBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: transaction}
    index: 0
  entry:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: 1
      slices:
        proposalDispenseRequest:
          match: {}
          schema:
            _required: true
            index: 2
            elements:
              resource:
                type: Resource
                short: Proposal
                index: 3
                elements:
                  meta:
                    index: 4
                    elements:
                      tag:
                        index: 5
                        slicing:
                          rules: open
                          discriminator:
                          - {path: $this, type: pattern}
                          min: 1
                          slices:
                            actionable:
                              match: {code: actionable, system: 'http://terminology.hl7.org/CodeSystem/common-tags'}
                              schema:
                                pattern:
                                  type: Coding
                                  value: {code: actionable, system: 'http://terminology.hl7.org/CodeSystem/common-tags'}
                                _required: true
                                index: 6
                              min: 1
                              max: 1
                    required: [tag]
                  extension:
                    type: Extension
                    url: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
                    index: 7
                    slicing:
                      slices:
                        proposalComment:
                          match: {}
                          schema:
                            type: Extension
                            url: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
                            index: 7
                            elements:
                              value:
                                label: Toelichting
                                short: Comment
                                choices: []
                                index: 9
                  identifier: {index: 10}
                  intent:
                    pattern: {type: Code, value: plan}
                    index: 11
                  authoredOn: {short: ProposalDate, index: 12}
                  requester:
                    type: Reference
                    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole', 'http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization', 'http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient']
                    index: 13
                extensions:
                  proposalComment:
                    url: http://nictiz.nl/fhir/StructureDefinition/ext-Comment
                    type: Extension
                    index: 7
                    elements:
                      value:
                        label: Toelichting
                        short: Comment
                        choices: []
                        index: 9
                required: [authoredOn, requester, identifier]
            required: [resource]
        patient:
          match: {}
          schema:
            index: 14
            elements:
              resource: {type: Resource, index: 15}
            required: [resource]
        pharmaceuticalProduct:
          match: {}
          schema:
            index: 16
            elements:
              resource: {type: Resource, index: 17}
            required: [resource]
        healthProfessional-PractitionerRole:
          match: {}
          schema:
            index: 18
            elements:
              resource: {type: Resource, index: 19}
            required: [resource]
        healthProfessional-Practitioner:
          match: {}
          schema:
            index: 20
            elements:
              resource: {type: Resource, index: 21}
            required: [resource]
        healthcareProvider:
          match: {}
          schema:
            index: 22
            elements:
              resource: {type: Resource, index: 23}
            required: [resource]
        healthcareProvider-Organization:
          match: {}
          schema:
            index: 24
            elements:
              resource: {type: Resource, index: 25}
            required: [resource]
package_version: 2.0.0-beta.5
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.0.0-beta.5
required: [entry]