static Observation.Component.Builder |
Observation.Component.builder() |
|
Observation.Component.Builder |
Observation.Component.Builder.code(CodeableConcept code) |
Describes what was observed.
|
Observation.Component.Builder |
Observation.Component.Builder.dataAbsentReason(CodeableConcept dataAbsentReason) |
Provides a reason why the expected value in the element Observation.component.value[x] is missing.
|
Observation.Component.Builder |
Observation.Component.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Observation.Component.Builder |
Observation.Component.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Observation.Component.Builder |
Observation.Component.Builder.from(Observation.Component component) |
|
Observation.Component.Builder |
Observation.Component.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Observation.Component.Builder |
Observation.Component.Builder.interpretation(java.util.Collection<CodeableConcept> interpretation) |
A categorical assessment of an observation value.
|
Observation.Component.Builder |
Observation.Component.Builder.interpretation(CodeableConcept... interpretation) |
A categorical assessment of an observation value.
|
Observation.Component.Builder |
Observation.Component.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Observation.Component.Builder |
Observation.Component.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Observation.Component.Builder |
Observation.Component.Builder.referenceRange(java.util.Collection<Observation.ReferenceRange> referenceRange) |
Guidance on how to interpret the value by comparison to a normal or recommended range.
|
Observation.Component.Builder |
Observation.Component.Builder.referenceRange(Observation.ReferenceRange... referenceRange) |
Guidance on how to interpret the value by comparison to a normal or recommended range.
|
Observation.Component.Builder |
Observation.Component.toBuilder() |
|
Observation.Component.Builder |
Observation.Component.Builder.value(java.lang.Boolean value) |
Convenience method for setting value with choice type Boolean.
|
Observation.Component.Builder |
Observation.Component.Builder.value(java.lang.Integer value) |
Convenience method for setting value with choice type Integer.
|
Observation.Component.Builder |
Observation.Component.Builder.value(java.lang.String value) |
Convenience method for setting value with choice type String.
|
Observation.Component.Builder |
Observation.Component.Builder.value(java.time.LocalTime value) |
Convenience method for setting value with choice type Time.
|
Observation.Component.Builder |
Observation.Component.Builder.value(Element value) |
The information determined as a result of making the observation, if the information has a simple value.
|