RequestGroup.Builder |
RequestGroup.Builder.action(RequestGroup.Action... action) |
The actions, if any, produced by the evaluation of the artifact.
|
RequestGroup.Builder |
RequestGroup.Builder.action(Collection<RequestGroup.Action> action) |
The actions, if any, produced by the evaluation of the artifact.
|
RequestGroup.Builder |
RequestGroup.Builder.author(Reference author) |
Provides a reference to the author of the request group.
|
RequestGroup.Builder |
RequestGroup.Builder.authoredOn(DateTime authoredOn) |
Indicates when the request group was created.
|
RequestGroup.Builder |
RequestGroup.Builder.basedOn(Reference... basedOn) |
A plan, proposal or order that is fulfilled in whole or in part by this request.
|
RequestGroup.Builder |
RequestGroup.Builder.basedOn(Collection<Reference> basedOn) |
A plan, proposal or order that is fulfilled in whole or in part by this request.
|
static RequestGroup.Builder |
RequestGroup.builder() |
|
RequestGroup.Builder |
RequestGroup.Builder.code(CodeableConcept code) |
A code that identifies what the overall request group is.
|
RequestGroup.Builder |
RequestGroup.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.
|
RequestGroup.Builder |
RequestGroup.Builder.contained(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.
|
RequestGroup.Builder |
RequestGroup.Builder.encounter(Reference encounter) |
Describes the context of the request group, if any.
|
RequestGroup.Builder |
RequestGroup.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
RequestGroup.Builder |
RequestGroup.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected RequestGroup.Builder |
RequestGroup.Builder.from(RequestGroup requestGroup) |
|
RequestGroup.Builder |
RequestGroup.Builder.groupIdentifier(Identifier groupIdentifier) |
A shared identifier common to all requests that were authorized more or less simultaneously by a single author,
representing the identifier of the requisition, prescription or similar form.
|
RequestGroup.Builder |
RequestGroup.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
RequestGroup.Builder |
RequestGroup.Builder.identifier(Identifier... identifier) |
Allows a service to provide a unique, business identifier for the request.
|
RequestGroup.Builder |
RequestGroup.Builder.identifier(Collection<Identifier> identifier) |
Allows a service to provide a unique, business identifier for the request.
|
RequestGroup.Builder |
RequestGroup.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.
|
RequestGroup.Builder |
RequestGroup.Builder.instantiatesCanonical(Canonical... instantiatesCanonical) |
A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in
whole or in part by this request.
|
RequestGroup.Builder |
RequestGroup.Builder.instantiatesCanonical(Collection<Canonical> instantiatesCanonical) |
A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in
whole or in part by this request.
|
RequestGroup.Builder |
RequestGroup.Builder.instantiatesUri(Uri... instantiatesUri) |
A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole
or in part by this request.
|
RequestGroup.Builder |
RequestGroup.Builder.instantiatesUri(Collection<Uri> instantiatesUri) |
A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole
or in part by this request.
|
RequestGroup.Builder |
RequestGroup.Builder.intent(RequestIntent intent) |
Indicates the level of authority/intentionality associated with the request and where the request fits into the
workflow chain.
|
RequestGroup.Builder |
RequestGroup.Builder.language(Code language) |
The base language in which the resource is written.
|
RequestGroup.Builder |
RequestGroup.Builder.meta(Meta meta) |
The metadata about the resource.
|
RequestGroup.Builder |
RequestGroup.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.
|
RequestGroup.Builder |
RequestGroup.Builder.modifierExtension(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.
|
RequestGroup.Builder |
RequestGroup.Builder.note(Annotation... note) |
Provides a mechanism to communicate additional information about the response.
|
RequestGroup.Builder |
RequestGroup.Builder.note(Collection<Annotation> note) |
Provides a mechanism to communicate additional information about the response.
|
RequestGroup.Builder |
RequestGroup.Builder.priority(RequestPriority priority) |
Indicates how quickly the request should be addressed with respect to other requests.
|
RequestGroup.Builder |
RequestGroup.Builder.reasonCode(CodeableConcept... reasonCode) |
Describes the reason for the request group in coded or textual form.
|
RequestGroup.Builder |
RequestGroup.Builder.reasonCode(Collection<CodeableConcept> reasonCode) |
Describes the reason for the request group in coded or textual form.
|
RequestGroup.Builder |
RequestGroup.Builder.reasonReference(Reference... reasonReference) |
Indicates another resource whose existence justifies this request group.
|
RequestGroup.Builder |
RequestGroup.Builder.reasonReference(Collection<Reference> reasonReference) |
Indicates another resource whose existence justifies this request group.
|
RequestGroup.Builder |
RequestGroup.Builder.replaces(Reference... replaces) |
Completed or terminated request(s) whose function is taken by this new request.
|
RequestGroup.Builder |
RequestGroup.Builder.replaces(Collection<Reference> replaces) |
Completed or terminated request(s) whose function is taken by this new request.
|
RequestGroup.Builder |
RequestGroup.Builder.status(RequestStatus status) |
The current state of the request.
|
RequestGroup.Builder |
RequestGroup.Builder.subject(Reference subject) |
The subject for which the request group was created.
|
RequestGroup.Builder |
RequestGroup.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.
|
RequestGroup.Builder |
RequestGroup.toBuilder() |
|