Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.age(Range age) |
The age at which this reference range is applicable.
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.appliesTo(CodeableConcept... appliesTo) |
Codes to indicate the target population this reference range applies to.
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.appliesTo(Collection<CodeableConcept> appliesTo) |
Codes to indicate the target population this reference range applies to.
|
static Observation.ReferenceRange.Builder |
Observation.ReferenceRange.builder() |
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.from(Observation.ReferenceRange referenceRange) |
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.high(SimpleQuantity high) |
The value of the high bound of the reference range.
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.low(SimpleQuantity low) |
The value of the low bound of the reference range.
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.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.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.modifierExtension(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.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.text(String text) |
Text based reference range in an observation which may be used when a quantitative range is not appropriate for an
observation.
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.text(String text) |
Convenience method for setting text .
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.toBuilder() |
|
Observation.ReferenceRange.Builder |
Observation.ReferenceRange.Builder.type(CodeableConcept type) |
Codes to indicate the what part of the targeted reference population it applies to.
|