static OperationOutcome.Issue.Builder |
OperationOutcome.Issue.builder() |
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.code(IssueType code) |
Describes the type of the issue.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.details(CodeableConcept details) |
Additional details about the error.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.diagnostics(String diagnostics) |
Additional diagnostic information about the issue.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.expression(String... expression) |
A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default
child accessor that identifies one of the elements in the resource that caused this issue to be raised.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.expression(Collection<String> expression) |
A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default
child accessor that identifies one of the elements in the resource that caused this issue to be raised.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.from(OperationOutcome.Issue issue) |
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.location(String... location) |
This element is deprecated because it is XML specific.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.location(Collection<String> location) |
This element is deprecated because it is XML specific.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.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.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.modifierExtension(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.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.Builder.severity(IssueSeverity severity) |
Indicates whether the issue indicates a variation from successful processing.
|
OperationOutcome.Issue.Builder |
OperationOutcome.Issue.toBuilder() |
|