interface NamingSystemUniqueId {
    _comment?: Element;
    _preferred?: Element;
    _type?: Element;
    _value?: Element;
    comment?: string;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    period?: Period;
    preferred?: boolean;
    type: code;
    value: string;
}

Properties

_comment?: Element

Notes about identifier usage

_preferred?: Element

Is this the id that should be used for this type

_type?: Element

oid | uuid | uri | other

_value?: Element

The unique identifier

comment?: string

Notes about identifier usage

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

period?: Period

When is identifier valid?

preferred?: boolean

Is this the id that should be used for this type

type: code

oid | uuid | uri | other

value: string

The unique identifier