Create a new FHIR TaskBuilder
Adds the reference provided as an argument to the resource's reference array, if a reference referring to the same resource does not already exist in the array
The reference to be added to the basedOn-array
the Builder
Adds the resource provided as an argument to the resource's contained array, if a resource with that id does not already exist in the array.
The resource to be added to the contained array
the Builder
Adds the extension provided as an argument to the resource's extension array
The extension to be added to the extension-array
the Builder
Appends an identifier to the task, if an identifier within the system does not already exist
the identifier to be appended
Adds the reference provided as an argument to the resource's reference array, if a reference referring to the same resource does not already exist in the array
the Builder
Adds the extension provided as an argument to the resource's modifierExtension array
The modifierExtension to be added to the modifierExtension-array
the Builder
Builds and returns the task
Returns whether or not the task provided as an argument is in conflict with the task used in the builder
The task to test for conflict
Whether it is in conflict
Returns the authoredOn field of the task if it is set
the authoredOn of the task
Returns the basedOn-array
The basedOn-array
Returns the resource's id
The resource's id
Returns identifier from specific system if one exists or the identifier-array if no system was provided
the identifier if it exists
Returns the implicitRules-field of the Resource
The implicitRules-field
Returns the input-array
The input-array
Returns the intent field of the task
the intent of the task
Returns the language-field of the Resource
The language-field
Returns the lastModified field of the task if it is set
the lastModified of the task
Returns the meta-field of the Resource
The meta-field
Returns the resourceType-field of the Resource
The resourceType-field
Returns the status field of the task
the code of the task
Returns the text-field of the DomainResource
The text-field
Make a new object that implements a FHIR Task
Set the authoredOn field of the task If no argument is provided, the field will be removed
the date to be set as authoredOn
this TaskBuilder
Sets the basedOn-array to the provided array If no argument is provided, the field will be removed
The array to be set as the basedOn-array
the Builder
Sets the resource's contained-array to the provided array If no argument is provided, the field will be removed
The array to be set as the resource's contained array
the Builder
Sets the resource's extension-array to the provided array If no argument is provided, the field will be removed
The array to be set as the resource's extension array
the Builder
Sets the resource's id to the id provided as an argument If no argument is provided, the field will be removed
the id to be set
the Builder
Replaces the identifier array with the provided array If no argument is provided, the field will be removed
Sets the implicitRules-field of the Resource If no argument is provided, the field will be removed
The value to be set in the implicitRules-field
Sets the input-array to the provided array If no argument is provided, the field will be removed
The array to be set as the input-array
the Builder
Set the intent field of the task If no argument is provided, the field will be removed
the intent to be set. Must be one of: unknown | proposal | plan | order | original-order | reflex-order | filler-order
this TaskBuilder
Sets the language-field of the Resource If no argument is provided, the field will be removed
Set the lastModified field of the task If no argument is provided, the field will be removed
the date to be set as lastModified
this TaskBuilder
Sets the meta-field of the Resource If no argument is provided, the field will be removed
The value to be set in the meta-field
Sets the resource's modifierExtension-array to the provided array If no argument is provided, the field will be removed
The array to be set as the resource's modifierExtension array
the Builder
Sets the resourceType-field of the Resource If no argument is provided, the field will be removed
The value to be set in the resourceType-field
Set the status field of the task If no argument is provided, the field will be removed
the status to be set
Sets the text-field of the DomainResource If no argument is provided, the field will be removed
The value to be set in the text-field
Sets a copy of an existing task for this TaskBuilder to allow for manipulation, or interacting with, the task through this TaskBuilder. If no argument is provided, a new Task will be generated
the task to be set
this TaskBuilder
Generated using TypeDoc
Class reporesenting a FHIR Task builder FIXME: Incomplete