static ValueSet.Builder |
ValueSet.builder() |
|
ValueSet.Builder |
ValueSet.Builder.compose(ValueSet.Compose compose) |
A set of criteria that define the contents of the value set by including or excluding codes selected from the
specified code system(s) that the value set draws from.
|
ValueSet.Builder |
ValueSet.Builder.contact(ContactDetail... contact) |
Contact details to assist a user in finding and communicating with the publisher.
|
ValueSet.Builder |
ValueSet.Builder.contact(Collection<ContactDetail> contact) |
Contact details to assist a user in finding and communicating with the publisher.
|
ValueSet.Builder |
ValueSet.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
ValueSet.Builder |
ValueSet.Builder.contained(Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
ValueSet.Builder |
ValueSet.Builder.copyright(Markdown copyright) |
A copyright statement relating to the value set and/or its contents.
|
ValueSet.Builder |
ValueSet.Builder.date(DateTime date) |
The date (and optionally time) when the value set was created or revised (e.g.
|
ValueSet.Builder |
ValueSet.Builder.description(Markdown description) |
A free text natural language description of the value set from a consumer's perspective.
|
ValueSet.Builder |
ValueSet.Builder.expansion(ValueSet.Expansion expansion) |
A value set can also be "expanded", where the value set is turned into a simple collection of enumerated codes.
|
ValueSet.Builder |
ValueSet.Builder.experimental(Boolean experimental) |
A Boolean value to indicate that this value set is authored for testing purposes (or education/evaluation/marketing)
and is not intended to be used for genuine usage.
|
ValueSet.Builder |
ValueSet.Builder.experimental(Boolean experimental) |
Convenience method for setting experimental .
|
ValueSet.Builder |
ValueSet.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
ValueSet.Builder |
ValueSet.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected ValueSet.Builder |
ValueSet.Builder.from(ValueSet valueSet) |
|
ValueSet.Builder |
ValueSet.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
ValueSet.Builder |
ValueSet.Builder.identifier(Identifier... identifier) |
A formal identifier that is used to identify this value set when it is represented in other formats, or referenced in
a specification, model, design or an instance.
|
ValueSet.Builder |
ValueSet.Builder.identifier(Collection<Identifier> identifier) |
A formal identifier that is used to identify this value set when it is represented in other formats, or referenced in
a specification, model, design or an instance.
|
ValueSet.Builder |
ValueSet.Builder.immutable(Boolean immutable) |
If this is set to 'true', then no new versions of the content logical definition can be created.
|
ValueSet.Builder |
ValueSet.Builder.immutable(Boolean immutable) |
Convenience method for setting immutable .
|
ValueSet.Builder |
ValueSet.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
ValueSet.Builder |
ValueSet.Builder.jurisdiction(CodeableConcept... jurisdiction) |
A legal or geographic region in which the value set is intended to be used.
|
ValueSet.Builder |
ValueSet.Builder.jurisdiction(Collection<CodeableConcept> jurisdiction) |
A legal or geographic region in which the value set is intended to be used.
|
ValueSet.Builder |
ValueSet.Builder.language(Code language) |
The base language in which the resource is written.
|
ValueSet.Builder |
ValueSet.Builder.meta(Meta meta) |
The metadata about the resource.
|
ValueSet.Builder |
ValueSet.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
ValueSet.Builder |
ValueSet.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
ValueSet.Builder |
ValueSet.Builder.name(String name) |
A natural language name identifying the value set.
|
ValueSet.Builder |
ValueSet.Builder.name(String name) |
Convenience method for setting name .
|
ValueSet.Builder |
ValueSet.Builder.publisher(String publisher) |
The name of the organization or individual that published the value set.
|
ValueSet.Builder |
ValueSet.Builder.publisher(String publisher) |
Convenience method for setting publisher .
|
ValueSet.Builder |
ValueSet.Builder.purpose(Markdown purpose) |
Explanation of why this value set is needed and why it has been designed as it has.
|
ValueSet.Builder |
ValueSet.Builder.status(PublicationStatus status) |
The status of this value set.
|
ValueSet.Builder |
ValueSet.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
ValueSet.Builder |
ValueSet.Builder.title(String title) |
A short, descriptive, user-friendly title for the value set.
|
ValueSet.Builder |
ValueSet.Builder.title(String title) |
Convenience method for setting title .
|
ValueSet.Builder |
ValueSet.toBuilder() |
|
ValueSet.Builder |
ValueSet.Builder.url(Uri url) |
An absolute URI that is used to identify this value set when it is referenced in a specification, model, design or an
instance; also called its canonical identifier.
|
ValueSet.Builder |
ValueSet.Builder.useContext(UsageContext... useContext) |
The content was developed with a focus and intent of supporting the contexts that are listed.
|
ValueSet.Builder |
ValueSet.Builder.useContext(Collection<UsageContext> useContext) |
The content was developed with a focus and intent of supporting the contexts that are listed.
|
ValueSet.Builder |
ValueSet.Builder.version(String version) |
The identifier that is used to identify this version of the value set when it is referenced in a specification, model,
design or instance.
|
ValueSet.Builder |
ValueSet.Builder.version(String version) |
Convenience method for setting version .
|