PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.8-beta
    http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementconsultreply
description: Profile for the reply to consulting eAgreement request in the MyCareNet flows.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeMyCareNetEagreementConsultReply
type: Bundle
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {index: 2}
    required: [profile]
  type: {mustSupport: true, index: 3}
  timestamp: {mustSupport: true, index: 4}
  entry:
    array: true
    min: 2
    index: 5
    slicing:
      rules: open
      description: Slice based on the entry.resource type
      discriminator:
      - {path: resource, type: type}
      min: 2
      slices:
        messageHeader:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 6
            elements:
              resource:
                type: MessageHeader
                index: 7
                elements:
                  destination: {index: 8}
                  source: {index: 9}
            required: [resource]
        practitioner:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 10
            elements:
              resource:
                type: Practitioner
                index: 11
                elements:
                  identifier: {index: 12}
            required: [resource]
        practitionerRole:
          match: {}
          schema:
            mustSupport: true
            index: 13
            elements:
              resource:
                type: PractitionerRole
                index: 14
                elements:
                  code: {index: 15}
                  specialty: {index: 16}
            required: [resource]
        organization:
          match: {}
          schema:
            mustSupport: true
            index: 17
            elements:
              resource:
                type: Organization
                index: 18
                elements:
                  identifier: {index: 19}
                  type: {index: 20}
            required: [resource]
        patient:
          match: {}
          schema:
            mustSupport: true
            index: 21
            elements:
              resource:
                type: Patient
                index: 22
                elements:
                  identifier: {index: 23}
                  contact: {index: 24}
            required: [resource]
        searchsetBundle:
          match: {}
          schema:
            mustSupport: true
            index: 25
            elements:
              resource: {type: Bundle, index: 26}
            required: [resource]
package_version: 1.1.8-beta
class: profile
kind: resource
url: http://www.mycarenet.be/fhir/StructureDefinition/be-eagreementconsultreply
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [id, timestamp, meta]