PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.mycarenet@2.1.2
    https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-mycarenet-coverage
description: Coverage profile for use in the different MyCareNet flows
package_name: hl7.fhir.be.mycarenet
derivation: constraint
name: BeMyCareNetCoverage
type: Coverage
elements:
  id: {mustSupport: true, index: 0}
  status: {mustSupport: true, index: 1}
  type:
    mustSupport: true
    index: 2
    elements:
      coding:
        mustSupport: true
        index: 3
        elements:
          system: {mustSupport: true, index: 4}
          code: {mustSupport: true, index: 5}
        required: [code, system]
    required: [coding]
  beneficiary:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient']
    index: 6
  payor:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization']
    index: 7
  class:
    mustSupport: true
    array: true
    min: 2
    index: 8
    elements:
      type:
        mustSupport: true
        index: 9
        elements:
          coding:
            mustSupport: true
            index: 10
            elements:
              system: {mustSupport: true, index: 11}
              code: {mustSupport: true, index: 12}
            required: [code, system]
        required: [coding]
      value:
        mustSupport: true
        index: 13
        extensions:
          system: {url: 'https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-ext-system', min: 0, max: 1, type: Extension, mustSupport: true, index: 15}
        elements:
          extension:
            index: 14
            slicing:
              rules: open
              ordered: false
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                system:
                  match: {url: null}
                  schema: {type: Extension, mustSupport: true, url: 'https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-ext-system', index: 15}
                  min: 0
                  max: 1
package_version: 2.1.2
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/mycarenet/StructureDefinition/be-mycarenet-coverage
base: http://hl7.org/fhir/StructureDefinition/Coverage
version: 2.1.2
required: [id, type]