InsurancePlan.Builder |
InsurancePlan.Builder.administeredBy(Reference administeredBy) |
An organization which administer other services such as underwriting, customer service and/or claims processing on
behalf of the health insurance product owner.
|
InsurancePlan.Builder |
InsurancePlan.Builder.alias(String... alias) |
A list of alternate names that the product is known as, or was known as in the past.
|
InsurancePlan.Builder |
InsurancePlan.Builder.alias(java.lang.String... alias) |
Convenience method for setting alias .
|
InsurancePlan.Builder |
InsurancePlan.Builder.alias(java.util.Collection<String> alias) |
A list of alternate names that the product is known as, or was known as in the past.
|
static InsurancePlan.Builder |
InsurancePlan.builder() |
|
InsurancePlan.Builder |
InsurancePlan.Builder.contact(InsurancePlan.Contact... contact) |
The contact for the health insurance product for a certain purpose.
|
InsurancePlan.Builder |
InsurancePlan.Builder.contact(java.util.Collection<InsurancePlan.Contact> contact) |
The contact for the health insurance product for a certain purpose.
|
InsurancePlan.Builder |
InsurancePlan.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.
|
InsurancePlan.Builder |
InsurancePlan.Builder.contained(java.util.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.
|
InsurancePlan.Builder |
InsurancePlan.Builder.coverage(InsurancePlan.Coverage... coverage) |
Details about the coverage offered by the insurance product.
|
InsurancePlan.Builder |
InsurancePlan.Builder.coverage(java.util.Collection<InsurancePlan.Coverage> coverage) |
Details about the coverage offered by the insurance product.
|
InsurancePlan.Builder |
InsurancePlan.Builder.coverageArea(Reference... coverageArea) |
The geographic region in which a health insurance product's benefits apply.
|
InsurancePlan.Builder |
InsurancePlan.Builder.coverageArea(java.util.Collection<Reference> coverageArea) |
The geographic region in which a health insurance product's benefits apply.
|
InsurancePlan.Builder |
InsurancePlan.Builder.endpoint(Reference... endpoint) |
The technical endpoints providing access to services operated for the health insurance product.
|
InsurancePlan.Builder |
InsurancePlan.Builder.endpoint(java.util.Collection<Reference> endpoint) |
The technical endpoints providing access to services operated for the health insurance product.
|
InsurancePlan.Builder |
InsurancePlan.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
InsurancePlan.Builder |
InsurancePlan.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected InsurancePlan.Builder |
InsurancePlan.Builder.from(InsurancePlan insurancePlan) |
|
InsurancePlan.Builder |
InsurancePlan.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
InsurancePlan.Builder |
InsurancePlan.Builder.identifier(Identifier... identifier) |
Business identifiers assigned to this health insurance product which remain constant as the resource is updated and
propagates from server to server.
|
InsurancePlan.Builder |
InsurancePlan.Builder.identifier(java.util.Collection<Identifier> identifier) |
Business identifiers assigned to this health insurance product which remain constant as the resource is updated and
propagates from server to server.
|
InsurancePlan.Builder |
InsurancePlan.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.
|
InsurancePlan.Builder |
InsurancePlan.Builder.language(Code language) |
The base language in which the resource is written.
|
InsurancePlan.Builder |
InsurancePlan.Builder.meta(Meta meta) |
The metadata about the resource.
|
InsurancePlan.Builder |
InsurancePlan.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.
|
InsurancePlan.Builder |
InsurancePlan.Builder.modifierExtension(java.util.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.
|
InsurancePlan.Builder |
InsurancePlan.Builder.name(String name) |
Official name of the health insurance product as designated by the owner.
|
InsurancePlan.Builder |
InsurancePlan.Builder.name(java.lang.String name) |
Convenience method for setting name .
|
InsurancePlan.Builder |
InsurancePlan.Builder.network(Reference... network) |
Reference to the network included in the health insurance product.
|
InsurancePlan.Builder |
InsurancePlan.Builder.network(java.util.Collection<Reference> network) |
Reference to the network included in the health insurance product.
|
InsurancePlan.Builder |
InsurancePlan.Builder.ownedBy(Reference ownedBy) |
The entity that is providing the health insurance product and underwriting the risk.
|
InsurancePlan.Builder |
InsurancePlan.Builder.period(Period period) |
The period of time that the health insurance product is available.
|
InsurancePlan.Builder |
InsurancePlan.Builder.plan(InsurancePlan.Plan... plan) |
Details about an insurance plan.
|
InsurancePlan.Builder |
InsurancePlan.Builder.plan(java.util.Collection<InsurancePlan.Plan> plan) |
Details about an insurance plan.
|
InsurancePlan.Builder |
InsurancePlan.Builder.status(PublicationStatus status) |
The current state of the health insurance product.
|
InsurancePlan.Builder |
InsurancePlan.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.
|
InsurancePlan.Builder |
InsurancePlan.toBuilder() |
|
InsurancePlan.Builder |
InsurancePlan.Builder.type(CodeableConcept... type) |
The kind of health insurance product.
|
InsurancePlan.Builder |
InsurancePlan.Builder.type(java.util.Collection<CodeableConcept> type) |
The kind of health insurance product.
|