HL7 FHIR Implementation Guide: DK Core
3.0.0 - release Denmark flag

This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.0.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

Data Type Profile: Danish Central Business Register (CVR) Identifier

Official URL: http://hl7.dk/fhir/core/StructureDefinition/dk-core-cvr-identifier Version: 3.0.0
Active as of 2023-12-01 Computable Name: CVRIdentifier

Identifier holding a danish CVR number.

Usage:

Formal Views of Profile Content

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

This structure is derived from Identifier

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... use 0..1codeusual | official | temp | secondary | old (If known)
Fixed Value: official
... system 1..1uriThe namespace for the identifier value
Fixed Value: http://cvr.dk
... value C1..1stringThe value that is unique
CVR-length: CVR must be exactly 8 numeric characters long
CVR-modulus-11: CVR must pass the modulus 11 check

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
CVR-lengtherrorIdentifier.valueCVR must be exactly 8 numeric characters long
: matches('^[0-9]{8}$')
CVR-modulus-11errorIdentifier.valueCVR must pass the modulus 11 check
: (( (substring(0,1).toInteger()*2)+ (substring(1,1).toInteger()*7)+ (substring(2,1).toInteger()*6)+ (substring(3,1).toInteger()*5)+ (substring(4,1).toInteger()*4)+ (substring(5,1).toInteger()*3)+ (substring(6,1).toInteger()*2)+ (substring(7,1).toInteger()*1)) mod(11)=0)

 

Other representations of profile: CSV, Excel, Schematron