Condition.Builder |
Condition.Builder.abatement(Element abatement) |
The date or estimated date that the condition resolved or went into remission.
|
Condition.Builder |
Condition.Builder.abatement(String abatement) |
Convenience method for setting abatement with choice type String.
|
Condition.Builder |
Condition.Builder.asserter(Reference asserter) |
Individual who is making the condition statement.
|
Condition.Builder |
Condition.Builder.bodySite(CodeableConcept... bodySite) |
The anatomical location where this condition manifests itself.
|
Condition.Builder |
Condition.Builder.bodySite(Collection<CodeableConcept> bodySite) |
The anatomical location where this condition manifests itself.
|
static Condition.Builder |
Condition.builder() |
|
Condition.Builder |
Condition.Builder.category(CodeableConcept... category) |
A category assigned to the condition.
|
Condition.Builder |
Condition.Builder.category(Collection<CodeableConcept> category) |
A category assigned to the condition.
|
Condition.Builder |
Condition.Builder.clinicalStatus(CodeableConcept clinicalStatus) |
The clinical status of the condition.
|
Condition.Builder |
Condition.Builder.code(CodeableConcept code) |
Identification of the condition, problem or diagnosis.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.encounter(Reference encounter) |
The Encounter during which this Condition was created or to which the creation of this record is tightly associated.
|
Condition.Builder |
Condition.Builder.evidence(Condition.Evidence... evidence) |
Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that
confirmed or refuted the condition.
|
Condition.Builder |
Condition.Builder.evidence(Collection<Condition.Evidence> evidence) |
Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that
confirmed or refuted the condition.
|
Condition.Builder |
Condition.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Condition.Builder |
Condition.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected Condition.Builder |
Condition.Builder.from(Condition condition) |
|
Condition.Builder |
Condition.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
Condition.Builder |
Condition.Builder.identifier(Identifier... identifier) |
Business identifiers assigned to this condition by the performer or other systems which remain constant as the
resource is updated and propagates from server to server.
|
Condition.Builder |
Condition.Builder.identifier(Collection<Identifier> identifier) |
Business identifiers assigned to this condition by the performer or other systems which remain constant as the
resource is updated and propagates from server to server.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.language(Code language) |
The base language in which the resource is written.
|
Condition.Builder |
Condition.Builder.meta(Meta meta) |
The metadata about the resource.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.Builder.note(Annotation... note) |
Additional information about the Condition.
|
Condition.Builder |
Condition.Builder.note(Collection<Annotation> note) |
Additional information about the Condition.
|
Condition.Builder |
Condition.Builder.onset(Element onset) |
Estimated or actual date or date-time the condition began, in the opinion of the clinician.
|
Condition.Builder |
Condition.Builder.onset(String onset) |
Convenience method for setting onset with choice type String.
|
Condition.Builder |
Condition.Builder.recordedDate(DateTime recordedDate) |
The recordedDate represents when this particular Condition record was created in the system, which is often a system-
generated date.
|
Condition.Builder |
Condition.Builder.recorder(Reference recorder) |
Individual who recorded the record and takes responsibility for its content.
|
Condition.Builder |
Condition.Builder.severity(CodeableConcept severity) |
A subjective assessment of the severity of the condition as evaluated by the clinician.
|
Condition.Builder |
Condition.Builder.stage(Condition.Stage... stage) |
Clinical stage or grade of a condition.
|
Condition.Builder |
Condition.Builder.stage(Collection<Condition.Stage> stage) |
Clinical stage or grade of a condition.
|
Condition.Builder |
Condition.Builder.subject(Reference subject) |
Indicates the patient or group who the condition record is associated with.
|
Condition.Builder |
Condition.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.
|
Condition.Builder |
Condition.toBuilder() |
|
Condition.Builder |
Condition.Builder.verificationStatus(CodeableConcept verificationStatus) |
The verification status to support the clinical status of the condition.
|