PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.mycarenet@2.1.2
    https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-eagreementdemandreply
description: The profile for the reply on a demand for an agreement in the MyCareNet flows.
package_name: hl7.fhir.be.mycarenet
derivation: constraint
name: BeMyCareNetEagreementDemandReply
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:
              fullUrl: {index: 7}
              resource: {type: MessageHeader, index: 8}
            required: [fullUrl, resource]
        practitioner:
          match: {}
          schema:
            mustSupport: true
            index: 9
            elements:
              fullUrl: {index: 10}
              resource: {type: Practitioner, index: 11}
            required: [fullUrl, resource]
        practitionerRole:
          match: {}
          schema:
            mustSupport: true
            index: 12
            elements:
              fullUrl: {index: 13}
              resource: {type: PractitionerRole, index: 14}
            required: [fullUrl, resource]
        claimResponse:
          match: {}
          schema:
            mustSupport: true
            index: 15
            elements:
              fullUrl: {index: 16}
              resource: {type: ClaimResponse, index: 17}
            required: [fullUrl, resource]
        operationOutcome:
          match: {}
          schema:
            mustSupport: true
            index: 18
            elements:
              fullUrl: {index: 19}
              resource:
                type: OperationOutcome
                index: 20
                elements:
                  issue:
                    elements:
                      details:
                        elements:
                          coding:
                            binding: {strength: extensible, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/mycarenet/ValueSet/be-vs-eagreementerrors'}
                            index: 21
            required: [fullUrl, resource]
        organization:
          match: {}
          schema:
            mustSupport: true
            array: true
            min: 1
            max: 2
            _required: true
            index: 22
            elements:
              fullUrl: {index: 23}
              resource: {type: Organization, index: 24}
            required: [fullUrl, resource]
        patient:
          match: {}
          schema:
            mustSupport: true
            index: 25
            elements:
              fullUrl: {index: 26}
              resource: {type: Patient, index: 27}
            required: [fullUrl, resource]
package_version: 2.1.2
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-eagreementdemandreply
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 2.1.2
required: [id, meta, timestamp]