PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.44-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner
description: Belgian federal profile for a practitioner. Initially based on the functional description of the NIHDI.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BePractitioner
type: Practitioner
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        NIHDI:
          match: {system: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi'}
          schema:
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi'}
                index: 2
              value: {index: 3}
            required: [value]
        SSIN:
          match: {system: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin'}
          schema:
            index: 4
            elements:
              system:
                pattern: {type: Uri, value: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin'}
                index: 5
              value: {index: 6}
            required: [value]
        CBE:
          match: {system: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cbe'}
          schema:
            index: 7
            elements:
              system:
                pattern: {type: Uri, value: 'https://www.ehealth.fgov.be/standards/fhir/NamingSystem/cbe'}
                index: 8
              value: {index: 9}
            required: [value]
  active: {index: 10}
  name: {index: 11}
  telecom: {index: 12}
  address: {type: Address, index: 13}
  gender: {index: 14}
  communication: {index: 15}
package_version: 1.1.44-beta
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.0.0
required: [name]