Task.Builder |
Task.Builder._for(Reference _for) |
The entity who benefits from the performance of the service specified in the task (e.g., the patient).
|
Task.Builder |
Task.Builder.authoredOn(DateTime authoredOn) |
The date and time this task was created.
|
Task.Builder |
Task.Builder.basedOn(Reference... basedOn) |
BasedOn refers to a higher-level authorization that triggered the creation of the task.
|
Task.Builder |
Task.Builder.basedOn(java.util.Collection<Reference> basedOn) |
BasedOn refers to a higher-level authorization that triggered the creation of the task.
|
static Task.Builder |
Task.builder() |
|
Task.Builder |
Task.Builder.businessStatus(CodeableConcept businessStatus) |
Contains business-specific nuances of the business state.
|
Task.Builder |
Task.Builder.code(CodeableConcept code) |
A name or code (or both) briefly describing what the task involves.
|
Task.Builder |
Task.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.
|
Task.Builder |
Task.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.
|
Task.Builder |
Task.Builder.description(String description) |
A free-text description of what is to be performed.
|
Task.Builder |
Task.Builder.description(java.lang.String description) |
Convenience method for setting description .
|
Task.Builder |
Task.Builder.encounter(Reference encounter) |
The healthcare event (e.g.
|
Task.Builder |
Task.Builder.executionPeriod(Period executionPeriod) |
Identifies the time action was first taken against the task (start) and/or the time final action was taken against the
task prior to marking it as completed (end).
|
Task.Builder |
Task.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Task.Builder |
Task.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.
|
Task.Builder |
Task.Builder.focus(Reference focus) |
The request being actioned or the resource being manipulated by this task.
|
protected Task.Builder |
Task.Builder.from(Task task) |
|
Task.Builder |
Task.Builder.groupIdentifier(Identifier groupIdentifier) |
An identifier that links together multiple tasks and other requests that were created in the same context.
|
Task.Builder |
Task.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Task.Builder |
Task.Builder.identifier(Identifier... identifier) |
The business identifier for this task.
|
Task.Builder |
Task.Builder.identifier(java.util.Collection<Identifier> identifier) |
The business identifier for this task.
|
Task.Builder |
Task.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.
|
Task.Builder |
Task.Builder.input(Task.Input... input) |
Additional information that may be needed in the execution of the task.
|
Task.Builder |
Task.Builder.input(java.util.Collection<Task.Input> input) |
Additional information that may be needed in the execution of the task.
|
Task.Builder |
Task.Builder.instantiatesCanonical(Canonical instantiatesCanonical) |
The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or
in part by this Task.
|
Task.Builder |
Task.Builder.instantiatesUri(Uri instantiatesUri) |
The URL pointing to an *externally* maintained protocol, guideline, orderset or other definition that is adhered to in
whole or in part by this Task.
|
Task.Builder |
Task.Builder.insurance(Reference... insurance) |
Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task.
|
Task.Builder |
Task.Builder.insurance(java.util.Collection<Reference> insurance) |
Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task.
|
Task.Builder |
Task.Builder.intent(TaskIntent intent) |
Indicates the "level" of actionability associated with the Task, i.e.
|
Task.Builder |
Task.Builder.language(Code language) |
The base language in which the resource is written.
|
Task.Builder |
Task.Builder.lastModified(DateTime lastModified) |
The date and time of last modification to this task.
|
Task.Builder |
Task.Builder.location(Reference location) |
Principal physical location where the this task is performed.
|
Task.Builder |
Task.Builder.meta(Meta meta) |
The metadata about the resource.
|
Task.Builder |
Task.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.
|
Task.Builder |
Task.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.
|
Task.Builder |
Task.Builder.note(Annotation... note) |
Free-text information captured about the task as it progresses.
|
Task.Builder |
Task.Builder.note(java.util.Collection<Annotation> note) |
Free-text information captured about the task as it progresses.
|
Task.Builder |
Task.Builder.output(Task.Output... output) |
Outputs produced by the Task.
|
Task.Builder |
Task.Builder.output(java.util.Collection<Task.Output> output) |
Outputs produced by the Task.
|
Task.Builder |
Task.Builder.owner(Reference owner) |
Individual organization or Device currently responsible for task execution.
|
Task.Builder |
Task.Builder.partOf(Reference... partOf) |
Task that this particular task is part of.
|
Task.Builder |
Task.Builder.partOf(java.util.Collection<Reference> partOf) |
Task that this particular task is part of.
|
Task.Builder |
Task.Builder.performerType(CodeableConcept... performerType) |
The kind of participant that should perform the task.
|
Task.Builder |
Task.Builder.performerType(java.util.Collection<CodeableConcept> performerType) |
The kind of participant that should perform the task.
|
Task.Builder |
Task.Builder.priority(TaskPriority priority) |
Indicates how quickly the Task should be addressed with respect to other requests.
|
Task.Builder |
Task.Builder.reasonCode(CodeableConcept reasonCode) |
A description or code indicating why this task needs to be performed.
|
Task.Builder |
Task.Builder.reasonReference(Reference reasonReference) |
A resource reference indicating why this task needs to be performed.
|
Task.Builder |
Task.Builder.relevantHistory(Reference... relevantHistory) |
Links to Provenance records for past versions of this Task that identify key state transitions or updates that are
likely to be relevant to a user looking at the current version of the task.
|
Task.Builder |
Task.Builder.relevantHistory(java.util.Collection<Reference> relevantHistory) |
Links to Provenance records for past versions of this Task that identify key state transitions or updates that are
likely to be relevant to a user looking at the current version of the task.
|
Task.Builder |
Task.Builder.requester(Reference requester) |
The creator of the task.
|
Task.Builder |
Task.Builder.restriction(Task.Restriction restriction) |
If the Task.focus is a request resource and the task is seeking fulfillment (i.e.
|
Task.Builder |
Task.Builder.status(TaskStatus status) |
The current status of the task.
|
Task.Builder |
Task.Builder.statusReason(CodeableConcept statusReason) |
An explanation as to why this task is held, failed, was refused, etc.
|
Task.Builder |
Task.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.
|
Task.Builder |
Task.toBuilder() |
|