PackagesCanonicalsLogsProblems
    Packages
    medcom.fhir.dk.core@2.0.0
    http://medcomfhir.dk/ig/core/StructureDefinition/lpr3-Identifier
description: Identifier holding a LPR3 identifier
package_name: medcom.fhir.dk.core
derivation: constraint
name: Lpr3Identifier
type: Identifier
elements:
  system:
    pattern: {type: Uri, value: 'https://www.esundhed.dk/Registre/Landspatientregisteret'}
    index: 0
  value:
    constraint:
      uuidv5: {human: LPR3 episodeOfCare identifiers must conform to a UUIDv5, source: 'https://scandihealth.github.io/lpr3-docs/', 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}'')', requirements: LPR3 episode of care identifiers must conform to a UUIDv5}
    index: 1
package_version: 2.0.0
class: complex-type
kind: complex-type
url: http://medcomfhir.dk/ig/core/StructureDefinition/lpr3-Identifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 2.0.0
required: [value, system]