PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.dk.core@2.2.0
    http://hl7.dk/fhir/core/StructureDefinition/lpr3-Identifier
description: Identifier holding a LPR3 identifier for an organization
package_name: hl7.fhir.dk.core
derivation: constraint
name: Lpr3Identifier
type: Identifier
elements:
  system:
    pattern: {type: Uri, value: 'https://www.esundhed.dk/Registre/Landspatientsregisteret'}
    index: 0
  value:
    constraint:
      ele-1: {human: All FHIR elements must have a @value or children, source: 'https://scandihealth.github.io/lpr3-docs/', severity: error, expression: hasValue() or (children().count() > id.count()), requirements: LPR3 episode of care identifiers must conform to a UUIDv5}
      uuidv5: {human: LPR3 episode of care identifiers must conform to a UUIDv5, source: 'http://hl7.dk/fhir/core/StructureDefinition/lpr3-Identifier', severity: error, expression: 'value.matches(''urn:uuid:[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[5][a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}'')'}
    index: 1
package_version: 2.2.0
class: complex-type
kind: complex-type
url: http://hl7.dk/fhir/core/StructureDefinition/lpr3-Identifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 2.2.0
required: [value, system]