static Claim.SupportingInfo.Builder |
Claim.SupportingInfo.builder() |
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.category(CodeableConcept category) |
The general class of the information supplied: information; exception; accident, employment; onset, etc.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.code(CodeableConcept code) |
System and code pertaining to the specific information regarding special conditions relating to the setting, treatment
or patient for which care is sought.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.from(Claim.SupportingInfo supportingInfo) |
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.reason(CodeableConcept reason) |
Provides the reason in the situation where a reason code is required in addition to the content.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.sequence(PositiveInt sequence) |
A number to uniquely identify supporting information entries.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.timing(Element timing) |
The date when or period to which this information refers.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.timing(java.time.LocalDate timing) |
Convenience method for setting timing with choice type Date.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.toBuilder() |
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.value(Element value) |
Additional data or information such as resources, documents, images etc.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.value(java.lang.Boolean value) |
Convenience method for setting value with choice type Boolean.
|
Claim.SupportingInfo.Builder |
Claim.SupportingInfo.Builder.value(java.lang.String value) |
Convenience method for setting value with choice type String.
|