Identifier.Builder |
Identifier.Builder.assigner(Reference assigner) |
Organization that issued/manages the identifier.
|
static Identifier.Builder |
Identifier.builder() |
|
Identifier.Builder |
Identifier.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Identifier.Builder |
Identifier.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Identifier.Builder |
Identifier.Builder.from(Identifier identifier) |
|
Identifier.Builder |
Identifier.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Identifier.Builder |
Identifier.Builder.period(Period period) |
Time period during which identifier is/was valid for use.
|
Identifier.Builder |
Identifier.Builder.system(Uri system) |
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
|
Identifier.Builder |
Identifier.toBuilder() |
|
Identifier.Builder |
Identifier.Builder.type(CodeableConcept type) |
A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
|
Identifier.Builder |
Identifier.Builder.use(IdentifierUse use) |
The purpose of this identifier.
|
Identifier.Builder |
Identifier.Builder.value(String value) |
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
|