PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.dk.core@3.3.0
    http://hl7.dk/fhir/core/StructureDefinition/dk-core-sor-identifier
description: Identifier holding the official SOR identifier for a danish healthcare organization
package_name: hl7.fhir.dk.core
derivation: constraint
name: SORIdentifier
type: Identifier
elements:
  use:
    pattern: {type: Code, value: official}
    index: 0
  system:
    pattern: {type: Uri, value: 'urn:oid:1.2.208.176.1.1'}
    index: 1
  value:
    constraint:
      min-digits-sor: {human: 'SOR Identifiers are at minimum 11 digits long. See https://sundhedsdatastyrelsen.dk/da/rammer-og-retningslinjer/organisationsregistrering', source: 'http://hl7.dk/fhir/core/StructureDefinition/dk-core-sor-identifier', severity: error, expression: 'matches(''^([0-9]){11,}$'')', requirements: SOR Identifiers are at minimum 11 digits long}
    index: 2
package_version: 3.3.0
class: complex-type
kind: complex-type
url: http://hl7.dk/fhir/core/StructureDefinition/dk-core-sor-identifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 3.3.0
required: [value, system]