ObservationDefinition.Builder |
ObservationDefinition.Builder.abnormalCodedValueSet(Reference abnormalCodedValueSet) |
The set of abnormal coded results for the observation conforming to this ObservationDefinition.
|
static ObservationDefinition.Builder |
ObservationDefinition.builder() |
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.category(CodeableConcept... category) |
A code that classifies the general type of observation.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.category(java.util.Collection<CodeableConcept> category) |
A code that classifies the general type of observation.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.code(CodeableConcept code) |
Describes what will be observed.
|
ObservationDefinition.Builder |
ObservationDefinition.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.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.contained(java.util.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.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.criticalCodedValueSet(Reference criticalCodedValueSet) |
The set of critical coded results for the observation conforming to this ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected ObservationDefinition.Builder |
ObservationDefinition.Builder.from(ObservationDefinition observationDefinition) |
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.identifier(Identifier... identifier) |
A unique identifier assigned to this ObservationDefinition artifact.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.identifier(java.util.Collection<Identifier> identifier) |
A unique identifier assigned to this ObservationDefinition artifact.
|
ObservationDefinition.Builder |
ObservationDefinition.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.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.language(Code language) |
The base language in which the resource is written.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.meta(Meta meta) |
The metadata about the resource.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.method(CodeableConcept method) |
The method or technique used to perform the observation.
|
ObservationDefinition.Builder |
ObservationDefinition.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.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.modifierExtension(java.util.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.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.multipleResultsAllowed(Boolean multipleResultsAllowed) |
Multiple results allowed for observations conforming to this ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.multipleResultsAllowed(java.lang.Boolean multipleResultsAllowed) |
Convenience method for setting multipleResultsAllowed .
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.normalCodedValueSet(Reference normalCodedValueSet) |
The set of normal coded results for the observations conforming to this ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.permittedDataType(ObservationDataType... permittedDataType) |
The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.permittedDataType(java.util.Collection<ObservationDataType> permittedDataType) |
The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.preferredReportName(String preferredReportName) |
The preferred name to be used when reporting the results of observations conforming to this ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.preferredReportName(java.lang.String preferredReportName) |
Convenience method for setting preferredReportName .
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.qualifiedInterval(ObservationDefinition.QualifiedInterval... qualifiedInterval) |
Multiple ranges of results qualified by different contexts for ordinal or continuous observations conforming to this
ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.qualifiedInterval(java.util.Collection<ObservationDefinition.QualifiedInterval> qualifiedInterval) |
Multiple ranges of results qualified by different contexts for ordinal or continuous observations conforming to this
ObservationDefinition.
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.quantitativeDetails(ObservationDefinition.QuantitativeDetails quantitativeDetails) |
Characteristics for quantitative results of this observation.
|
ObservationDefinition.Builder |
ObservationDefinition.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.
|
ObservationDefinition.Builder |
ObservationDefinition.toBuilder() |
|
ObservationDefinition.Builder |
ObservationDefinition.Builder.validCodedValueSet(Reference validCodedValueSet) |
The set of valid coded results for the observations conforming to this ObservationDefinition.
|