Provenance.Builder | 
Provenance.Builder.activity(CodeableConcept activity) | 
 An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, 
 processing, transforming, modifying, relocating, using, or generating entities. 
 | 
Provenance.Builder | 
Provenance.Builder.agent(java.util.Collection<Provenance.Agent> agent) | 
 An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity 
 taking place. 
 | 
Provenance.Builder | 
Provenance.Builder.agent(Provenance.Agent... agent) | 
 An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity 
 taking place. 
 | 
static Provenance.Builder | 
Provenance.builder() | 
  | 
Provenance.Builder | 
Provenance.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. 
 | 
Provenance.Builder | 
Provenance.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. 
 | 
Provenance.Builder | 
Provenance.Builder.entity(java.util.Collection<Provenance.Entity> entity) | 
 An entity used in this activity. 
 | 
Provenance.Builder | 
Provenance.Builder.entity(Provenance.Entity... entity) | 
 An entity used in this activity. 
 | 
Provenance.Builder | 
Provenance.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. 
 | 
Provenance.Builder | 
Provenance.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Provenance.Builder | 
Provenance.Builder.from(Provenance provenance) | 
  | 
Provenance.Builder | 
Provenance.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Provenance.Builder | 
Provenance.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. 
 | 
Provenance.Builder | 
Provenance.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Provenance.Builder | 
Provenance.Builder.location(Reference location) | 
 Where the activity occurred, if relevant. 
 | 
Provenance.Builder | 
Provenance.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Provenance.Builder | 
Provenance.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. 
 | 
Provenance.Builder | 
Provenance.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. 
 | 
Provenance.Builder | 
Provenance.Builder.occurred(Element occurred) | 
 The period during which the activity occurred. 
 | 
Provenance.Builder | 
Provenance.Builder.policy(java.util.Collection<Uri> policy) | 
 Policy or plan the activity was defined by. 
 | 
Provenance.Builder | 
Provenance.Builder.policy(Uri... policy) | 
 Policy or plan the activity was defined by. 
 | 
Provenance.Builder | 
Provenance.Builder.reason(java.util.Collection<CodeableConcept> reason) | 
 The reason that the activity was taking place. 
 | 
Provenance.Builder | 
Provenance.Builder.reason(CodeableConcept... reason) | 
 The reason that the activity was taking place. 
 | 
Provenance.Builder | 
Provenance.Builder.recorded(java.time.ZonedDateTime recorded) | 
 Convenience method for setting recorded. 
 | 
Provenance.Builder | 
Provenance.Builder.recorded(Instant recorded) | 
 The instant of time at which the activity was recorded. 
 | 
Provenance.Builder | 
Provenance.Builder.signature(java.util.Collection<Signature> signature) | 
 A digital signature on the target Reference(s). 
 | 
Provenance.Builder | 
Provenance.Builder.signature(Signature... signature) | 
 A digital signature on the target Reference(s). 
 | 
Provenance.Builder | 
Provenance.Builder.target(java.util.Collection<Reference> target) | 
 The Reference(s) that were generated or updated by the activity described in this resource. 
 | 
Provenance.Builder | 
Provenance.Builder.target(Reference... target) | 
 The Reference(s) that were generated or updated by the activity described in this resource. 
 | 
Provenance.Builder | 
Provenance.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. 
 | 
Provenance.Builder | 
Provenance.toBuilder() | 
  |