HL7 FHIR Implementation Guide: DK Core
1.1.0 - release

This page is part of the HL7 FHIR Implementation Guide: DK Core (v1.1.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Resource Profile: Danish Core Organization Profile

Defining URL:http://hl7.dk/fhir/core/StructureDefinition/dk-core-organization
Version:1.1.0
Name:DkCoreOrganization
Title:Danish Core Organization Profile
Status:Draft as of 12/18/21, 11:15 PM
Definition:

HL7 Denmark core profile for a danish health organization

Publisher:HL7 Denmark
Source Resource:XML / JSON / Turtle

The official URL for this profile is:

http://hl7.dk/fhir/core/StructureDefinition/dk-core-organization

Scope and usage

The Danish Core Organization profile is intended to encapsulate the most common and basic data model of organizations in Danish healthcare system, covering both primary sector (GP’s), secondary sector (specialty doctors and hospitals) and municipality cases. As such the profile should be usable in most Danish contexts. Organization is broardly defined (just as it is in the original FHIR ressource) and may be used to define all organizations directly or indirectly involved in citizen and patient care.

Please notice, that an organization shall always have at least one identifier. Some identifiers are common in a Danish context, why they are included in the profile, see the list below. However, it is allowed to add a new identifier for a special usage.

  • EAN identifier: this specifically, refers to what is commonly known as the EAN number - which in fact is a Global Location Number.
  • SOR identifier: a register for Danish health care organizations which contains information about organizations and their location.
  • KOMBIT organization identifier: holding the organization code. This is issued by KOMBIT.
  • Ydernummer identifier: an identifier for private health professionals like general practitioners or physiotherapists.
  • CVR identifier: an official company identifier for Danish companies.
  • Kommunal identifier: the official identifier for a Danish municipality.
  • Regional identifier: the official organization identifier for a Danish region.

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Organization

Summary

Mandatory: 1 element (6 nested mandatory elements)
Fixed Value: 3 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element Organization.identifier is sliced based on the value of value:system

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet
Organization.languagepreferredCommonLanguages
Max Binding: AllLanguages
Organization.identifier:Ydernummer.userequiredIdentifierUse
Organization.identifier:Ydernummer.typeextensibleIdentifier Type Codes
Organization.identifier:Kommunekode.userequiredIdentifierUse
Organization.identifier:Kommunekode.typeextensibleIdentifier Type Codes
Organization.identifier:Kommunekode.valuerequiredMunicipalityCodes
Organization.identifier:Regionskode.userequiredIdentifierUse
Organization.identifier:Regionskode.typeextensibleIdentifier Type Codes
Organization.typerequiredSorOrganizationType
Organization.contact.purposeextensibleContactEntityType

Constraints

IdGradePathDetailsRequirements
dk-core-organization-mandatory-identifiererrorOrganizationMinimum one identifier shall be of type SOR-ID, KOMBIT-ORG-ID or CVR-ID
: identifier.where(system='urn:oid:1.2.208.176.1.1' or system='https://kombit.dk/sts/organisation' or system='urn:oid:2.16.840.1.113883.2.24.1.1').exists()
org-3errorOrganization.telecomThe telecom of an organization can never be of use 'home'
: where(use = 'home').empty()
org-2errorOrganization.addressAn address of an organization can never be of use 'home'
: where(use = 'home').empty()