static GuidanceResponse.Builder |
GuidanceResponse.builder() |
|
GuidanceResponse.Builder |
GuidanceResponse.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.
|
GuidanceResponse.Builder |
GuidanceResponse.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.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.dataRequirement(DataRequirement... dataRequirement) |
If the evaluation could not be completed due to lack of information, or additional information would potentially
result in a more accurate response, this element will a description of the data required in order to proceed with the
evaluation.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.dataRequirement(Collection<DataRequirement> dataRequirement) |
If the evaluation could not be completed due to lack of information, or additional information would potentially
result in a more accurate response, this element will a description of the data required in order to proceed with the
evaluation.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.encounter(Reference encounter) |
The encounter during which this response was created or to which the creation of this record is tightly associated.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.evaluationMessage(Reference... evaluationMessage) |
Messages resulting from the evaluation of the artifact or artifacts.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.evaluationMessage(Collection<Reference> evaluationMessage) |
Messages resulting from the evaluation of the artifact or artifacts.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected GuidanceResponse.Builder |
GuidanceResponse.Builder.from(GuidanceResponse guidanceResponse) |
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.identifier(Identifier... identifier) |
Allows a service to provide unique, business identifiers for the response.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.identifier(Collection<Identifier> identifier) |
Allows a service to provide unique, business identifiers for the response.
|
GuidanceResponse.Builder |
GuidanceResponse.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.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.language(Code language) |
The base language in which the resource is written.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.meta(Meta meta) |
The metadata about the resource.
|
GuidanceResponse.Builder |
GuidanceResponse.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.
|
GuidanceResponse.Builder |
GuidanceResponse.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.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.module(Element module) |
An identifier, CodeableConcept or canonical reference to the guidance that was requested.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.note(Annotation... note) |
Provides a mechanism to communicate additional information about the response.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.note(Collection<Annotation> note) |
Provides a mechanism to communicate additional information about the response.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.occurrenceDateTime(DateTime occurrenceDateTime) |
Indicates when the guidance response was processed.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.outputParameters(Reference outputParameters) |
The output parameters of the evaluation, if any.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.performer(Reference performer) |
Provides a reference to the device that performed the guidance.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.reasonCode(CodeableConcept... reasonCode) |
Describes the reason for the guidance response in coded or textual form.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.reasonCode(Collection<CodeableConcept> reasonCode) |
Describes the reason for the guidance response in coded or textual form.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.reasonReference(Reference... reasonReference) |
Indicates the reason the request was initiated.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.reasonReference(Collection<Reference> reasonReference) |
Indicates the reason the request was initiated.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.requestIdentifier(Identifier requestIdentifier) |
The identifier of the request associated with this response.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.result(Reference result) |
The actions, if any, produced by the evaluation of the artifact.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.status(GuidanceResponseStatus status) |
The status of the response.
|
GuidanceResponse.Builder |
GuidanceResponse.Builder.subject(Reference subject) |
The patient for which the request was processed.
|
GuidanceResponse.Builder |
GuidanceResponse.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.
|
GuidanceResponse.Builder |
GuidanceResponse.toBuilder() |
|