eHealth Platform Federal Core Profiles
2.1.0 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Resource Profile: BeOrganization - Detailed Descriptions

Active as of 2024-05-02

Definitions for the be-organization resource profile.

Guidance on how to interpret the contents of this table can be found here

0. Organization
2. Organization.identifier
Definition

Identifier for the organization that is used to identify the organization across multiple disparate systems. Typically, a NIHDI value and/or a CBE or EHP value are given. Other systems are allowed. Flows in organizations will most likely want to also include a local identifier, using its own system. A type can be added if needed. When it is given, a consumer SHALL NOT ignore it.

NoteThis is a business identifier, not a resource identifier (see discussion)
Must Supporttrue
Invariantsbe-inv-NIHDI: NIHDI contains 11 digits without interpunction (Identifier.where(system = 'https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi' or system = 'https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-organization' or system = 'https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-professional').where(value.extension.empty() or value.extension.where(url = 'https://www.ehealth.fgov.be/standards/fhir/infsec/StructureDefinition/be-ext-pseudonymization').empty()).value.select($this.matches('\\d{11}')).allTrue())
be-inv-SSIN: SINN contains 11 digits without interpunction (Identifier.where(system = 'https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin').where(value.extension.empty() or value.extension.where(url = 'https://www.ehealth.fgov.be/standards/fhir/infsec/StructureDefinition/be-ext-pseudonymization').empty()).value.select($this.matches('\\d{11}')).allTrue())
be-inv-CBE: CBE contains 10 digits without interpunction, the first one is 0 or 1 (Identifier.where(system = 'https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe').where(value.extension.empty() or value.extension.where(url = 'https://www.ehealth.fgov.be/standards/fhir/infsec/StructureDefinition/be-ext-pseudonymization').empty()).value.select($this.matches('[0-1]\\d{9}')).allTrue())
SlicingThis element introduces a set of slices on Organization.identifier. The slices are unordered and Open, and can be differentiated using the following discriminators:
  • value @ system
  • 4. Organization.identifier:NIHDI
    Slice NameNIHDI
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..*
    6. Organization.identifier:NIHDI.system
    Control1..?
    Fixed Valuehttps://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi
    8. Organization.identifier:NIHDI.value
    Control1..?
    10. Organization.identifier:CBE
    Slice NameCBE
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..*
    12. Organization.identifier:CBE.system
    Control1..?
    Fixed Valuehttps://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe
    14. Organization.identifier:CBE.value
    Control1..?
    16. Organization.identifier:SSIN
    Slice NameSSIN
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..*
    18. Organization.identifier:SSIN.system
    Control1..?
    Fixed Valuehttps://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin
    20. Organization.identifier:SSIN.value
    Control1..?
    22. Organization.identifier:EHP
    Slice NameEHP
    NoteThis is a business identifier, not a resource identifier (see discussion)
    Control0..*
    24. Organization.identifier:EHP.system
    Control1..?
    Fixed Valuehttps://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ehp
    26. Organization.identifier:EHP.value
    Control1..?
    28. Organization.active
    Definition

    Whether the organization's record is still in active use. It is RECOMMENDED to keep the value ‘true’ as long as the organization is known to be active.

    30. Organization.type
    Definition

    The kind(s) of organization that this is.

    Proposed use of CD-HCPARTY to type the organisation using dept... or org... codes. Other systems remain allowed. In typical use, RECOMMENDED to type the organization. In the future, specific other systems might also be proposed from a federal level to better type an organization.

    SlicingThis element introduces a set of slices on Organization.type. The slices are unordered and Open, and can be differentiated using the following discriminators:
    • value @ coding.system
    • 32. Organization.type:CD-HCPARTY
      Slice NameCD-HCPARTY
      Control0..*
      34. Organization.type:CD-HCPARTY.coding
      36. Organization.type:CD-HCPARTY.coding.system
      Control1..?
      Fixed Valuehttps://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty
      38. Organization.type:CD-HCPARTY.coding.code
      Control1..?
      40. Organization.telecom
      Definition

      A contact detail for the organization.

      It is RECOMMENDED to at least add one phone or email address.

      42. Organization.address
      Definition

      An address for the organization.

      It is RECOMMENDED to include this when available

      TypeAddress(BeAddress)