VerificationResult.Builder |
VerificationResult.Builder.attestation(VerificationResult.Attestation attestation) |
Information about the entity attesting to information.
|
static VerificationResult.Builder |
VerificationResult.builder() |
|
VerificationResult.Builder |
VerificationResult.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.
|
VerificationResult.Builder |
VerificationResult.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.
|
VerificationResult.Builder |
VerificationResult.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.
|
VerificationResult.Builder |
VerificationResult.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
VerificationResult.Builder |
VerificationResult.Builder.failureAction(CodeableConcept failureAction) |
The result if validation fails (fatal; warning; record only; none).
|
VerificationResult.Builder |
VerificationResult.Builder.frequency(Timing frequency) |
Frequency of revalidation.
|
protected VerificationResult.Builder |
VerificationResult.Builder.from(VerificationResult verificationResult) |
|
VerificationResult.Builder |
VerificationResult.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
VerificationResult.Builder |
VerificationResult.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.
|
VerificationResult.Builder |
VerificationResult.Builder.language(Code language) |
The base language in which the resource is written.
|
VerificationResult.Builder |
VerificationResult.Builder.lastPerformed(DateTime lastPerformed) |
The date/time validation was last completed (including failed validations).
|
VerificationResult.Builder |
VerificationResult.Builder.meta(Meta meta) |
The metadata about the resource.
|
VerificationResult.Builder |
VerificationResult.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.
|
VerificationResult.Builder |
VerificationResult.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.
|
VerificationResult.Builder |
VerificationResult.Builder.need(CodeableConcept need) |
The frequency with which the target must be validated (none; initial; periodic).
|
VerificationResult.Builder |
VerificationResult.Builder.nextScheduled(java.time.LocalDate nextScheduled) |
Convenience method for setting nextScheduled .
|
VerificationResult.Builder |
VerificationResult.Builder.nextScheduled(Date nextScheduled) |
The date when target is next validated, if appropriate.
|
VerificationResult.Builder |
VerificationResult.Builder.primarySource(java.util.Collection<VerificationResult.PrimarySource> primarySource) |
Information about the primary source(s) involved in validation.
|
VerificationResult.Builder |
VerificationResult.Builder.primarySource(VerificationResult.PrimarySource... primarySource) |
Information about the primary source(s) involved in validation.
|
VerificationResult.Builder |
VerificationResult.Builder.status(Status status) |
The validation status of the target (attested; validated; in process; requires revalidation; validation failed;
revalidation failed).
|
VerificationResult.Builder |
VerificationResult.Builder.statusDate(DateTime statusDate) |
When the validation status was updated.
|
VerificationResult.Builder |
VerificationResult.Builder.target(java.util.Collection<Reference> target) |
A resource that was validated.
|
VerificationResult.Builder |
VerificationResult.Builder.target(Reference... target) |
A resource that was validated.
|
VerificationResult.Builder |
VerificationResult.Builder.targetLocation(java.lang.String... targetLocation) |
Convenience method for setting targetLocation .
|
VerificationResult.Builder |
VerificationResult.Builder.targetLocation(java.util.Collection<String> targetLocation) |
The fhirpath location(s) within the resource that was validated.
|
VerificationResult.Builder |
VerificationResult.Builder.targetLocation(String... targetLocation) |
The fhirpath location(s) within the resource that was validated.
|
VerificationResult.Builder |
VerificationResult.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.
|
VerificationResult.Builder |
VerificationResult.toBuilder() |
|
VerificationResult.Builder |
VerificationResult.Builder.validationProcess(java.util.Collection<CodeableConcept> validationProcess) |
The primary process by which the target is validated (edit check; value set; primary source; multiple sources;
standalone; in context).
|
VerificationResult.Builder |
VerificationResult.Builder.validationProcess(CodeableConcept... validationProcess) |
The primary process by which the target is validated (edit check; value set; primary source; multiple sources;
standalone; in context).
|
VerificationResult.Builder |
VerificationResult.Builder.validationType(CodeableConcept validationType) |
What the target is validated against (nothing; primary source; multiple sources).
|
VerificationResult.Builder |
VerificationResult.Builder.validator(java.util.Collection<VerificationResult.Validator> validator) |
Information about the entity validating information.
|
VerificationResult.Builder |
VerificationResult.Builder.validator(VerificationResult.Validator... validator) |
Information about the entity validating information.
|