java.lang.Object
org.projecthusky.common.utils.datatypes.Ruids

public class Ruids extends Object
Helpers related to RUIDs (HL7 Reserved Identifier Scheme).

HL7 reserved identifiers are strings consisting only of (US-ASCII) letters, digits and hyphens, where the first character must be a letter. HL7 may assign these reserved identifiers as mnemonic identifiers for major concepts of interest to HL7.

Author:
Quentin Ligier
  • Field Details

    • PATTERN

      public static final Pattern PATTERN
      Pattern that matches a RUID.