static Coding.Builder |
Coding.builder() |
|
Coding.Builder |
Coding.Builder.code(Code code) |
A symbol in syntax defined by the system.
|
Coding.Builder |
Coding.Builder.display(String display) |
A representation of the meaning of the code in the system, following the rules of the system.
|
Coding.Builder |
Coding.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Coding.Builder |
Coding.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Coding.Builder |
Coding.Builder.from(Coding coding) |
|
Coding.Builder |
Coding.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Coding.Builder |
Coding.Builder.system(Uri system) |
The identification of the code system that defines the meaning of the symbol in the code.
|
Coding.Builder |
Coding.toBuilder() |
|
Coding.Builder |
Coding.Builder.userSelected(Boolean userSelected) |
Indicates that this coding was chosen by a user directly - e.g.
|
Coding.Builder |
Coding.Builder.version(String version) |
The version of the code system which was used when choosing this code.
|