identifiers property

List<Identifier> identifiers

Typically used for business / client identifiers. An identifier should identify a patient uniquely and unambiguously. However, iCure can't guarantee the uniqueness of those identifiers : This is something you need to take care of.

Implementation

List<Identifier> get identifiers;
void identifiers=(List<Identifier> value)

Implementation

set identifiers(List<Identifier> value);