Package org.hl7.fhir.r5.model
Class ObservationDefinition.ObservationDefinitionQualifiedValueComponent
java.lang.Object
org.hl7.fhir.r5.model.Base
org.hl7.fhir.r5.model.Element
org.hl7.fhir.r5.model.BackboneElement
org.hl7.fhir.r5.model.ObservationDefinition.ObservationDefinitionQualifiedValueComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
ObservationDefinition
public static class ObservationDefinition.ObservationDefinitionQualifiedValueComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hl7.fhir.r5.model.Base
Base.ProfileSource, Base.ValidationInfo, Base.ValidationMode, Base.ValidationReason
-
Field Summary
Modifier and TypeFieldDescriptionprotected CanonicalType
The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values.protected Range
The age range this set of qualified values applies to.protected List
<CodeableConcept> The target population this set of qualified values applies to.protected StringType
Text based condition for which the the set of qualified values is valid.protected CodeableConcept
A concept defining the context for this set of qualified values.protected CanonicalType
The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.protected Enumeration
<Enumerations.AdministrativeGender> The gender this set of qualified values applies to.protected Range
The gestational age this set of qualified values applies to.protected CanonicalType
The set of normal coded results for qualitative observations that match the criteria of this set of qualified values.protected Range
The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values.The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.protected CanonicalType
The set of valid coded results for qualitative observations that match the criteria of this set of qualified values.Fields inherited from class org.hl7.fhir.r5.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getAge()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) getRange()
String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
hasAge()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasRange()
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setAbnormalCodedValueSet
(String value) setAppliesTo
(List<CodeableConcept> theAppliesTo) setCondition
(String value) setConditionElement
(StringType value) setContext
(CodeableConcept value) setCriticalCodedValueSet
(String value) setGestationalAge
(Range value) setNormalCodedValueSet
(String value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setValidCodedValueSet
(String value) Methods inherited from class org.hl7.fhir.r5.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyExtensions, copyNewExtensions, copyValues, getExtensionByUrl, getExtensionsByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasExtension, hasExtension, hasModifierExtension, removeExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r5.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getExtensionString, getFHIRPublicationVersion, getId, getIdBase, getIdElement, getStandardsStatus, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement, setStandardsStatus
Methods inherited from class org.hl7.fhir.r5.model.Base
addDefinition, addFormatCommentsPost, addFormatCommentsPre, addValidationMessage, canHavePrimitiveValue, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyFormatComments, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getValidationInfo, getValidationMessages, getXhtml, hasFormatComment, hasFormatCommentPost, hasFormatCommentPre, hasPrimitiveValue, hasType, hasUserData, hasValidated, hasValidationInfo, hasValidationMessages, isBooleanPrimitive, isCopyUserData, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setCopyUserData, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
context
A concept defining the context for this set of qualified values. -
appliesTo
The target population this set of qualified values applies to. -
gender
The gender this set of qualified values applies to. -
age
The age range this set of qualified values applies to. -
gestationalAge
The gestational age this set of qualified values applies to. -
condition
Text based condition for which the the set of qualified values is valid. -
rangeCategory
The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values. -
range
The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values. -
validCodedValueSet
The set of valid coded results for qualitative observations that match the criteria of this set of qualified values. -
normalCodedValueSet
The set of normal coded results for qualitative observations that match the criteria of this set of qualified values. -
abnormalCodedValueSet
The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values. -
criticalCodedValueSet
The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.
-
-
Constructor Details
-
ObservationDefinitionQualifiedValueComponent
Constructor
-
-
Method Details
-
getContext
- Returns:
context
(A concept defining the context for this set of qualified values.)
-
hasContext
-
setContext
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setContext(CodeableConcept value) - Parameters:
value
-context
(A concept defining the context for this set of qualified values.)
-
getAppliesTo
- Returns:
appliesTo
(The target population this set of qualified values applies to.)
-
setAppliesTo
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setAppliesTo(List<CodeableConcept> theAppliesTo) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasAppliesTo
-
addAppliesTo
-
addAppliesTo
-
getAppliesToFirstRep
- Returns:
- The first repetition of repeating field
appliesTo
, creating it if it does not already exist {3}
-
getGenderElement
- Returns:
gender
(The gender this set of qualified values applies to.). This is the underlying object with id, value and extensions. The accessor "getGender" gives direct access to the value
-
hasGenderElement
-
hasGender
-
setGenderElement
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setGenderElement(Enumeration<Enumerations.AdministrativeGender> value) - Parameters:
value
-gender
(The gender this set of qualified values applies to.). This is the underlying object with id, value and extensions. The accessor "getGender" gives direct access to the value
-
getGender
- Returns:
- The gender this set of qualified values applies to.
-
setGender
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setGender(Enumerations.AdministrativeGender value) - Parameters:
value
- The gender this set of qualified values applies to.
-
getAge
- Returns:
age
(The age range this set of qualified values applies to.)
-
hasAge
-
setAge
- Parameters:
value
-age
(The age range this set of qualified values applies to.)
-
getGestationalAge
- Returns:
gestationalAge
(The gestational age this set of qualified values applies to.)
-
hasGestationalAge
-
setGestationalAge
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setGestationalAge(Range value) - Parameters:
value
-gestationalAge
(The gestational age this set of qualified values applies to.)
-
getConditionElement
- Returns:
condition
(Text based condition for which the the set of qualified values is valid.). This is the underlying object with id, value and extensions. The accessor "getCondition" gives direct access to the value
-
hasConditionElement
-
hasCondition
-
setConditionElement
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setConditionElement(StringType value) - Parameters:
value
-condition
(Text based condition for which the the set of qualified values is valid.). This is the underlying object with id, value and extensions. The accessor "getCondition" gives direct access to the value
-
getCondition
- Returns:
- Text based condition for which the the set of qualified values is valid.
-
setCondition
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setCondition(String value) - Parameters:
value
- Text based condition for which the the set of qualified values is valid.
-
getRangeCategoryElement
- Returns:
rangeCategory
(The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getRangeCategory" gives direct access to the value
-
hasRangeCategoryElement
-
hasRangeCategory
-
setRangeCategoryElement
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setRangeCategoryElement(Enumeration<ObservationDefinition.ObservationRangeCategory> value) - Parameters:
value
-rangeCategory
(The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getRangeCategory" gives direct access to the value
-
getRangeCategory
- Returns:
- The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.
-
setRangeCategory
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setRangeCategory(ObservationDefinition.ObservationRangeCategory value) - Parameters:
value
- The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.
-
getRange
- Returns:
range
(The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values.)
-
hasRange
-
setRange
- Parameters:
value
-range
(The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values.)
-
getValidCodedValueSetElement
- Returns:
validCodedValueSet
(The set of valid coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getValidCodedValueSet" gives direct access to the value
-
hasValidCodedValueSetElement
-
hasValidCodedValueSet
-
setValidCodedValueSetElement
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setValidCodedValueSetElement(CanonicalType value) - Parameters:
value
-validCodedValueSet
(The set of valid coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getValidCodedValueSet" gives direct access to the value
-
getValidCodedValueSet
- Returns:
- The set of valid coded results for qualitative observations that match the criteria of this set of qualified values.
-
setValidCodedValueSet
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setValidCodedValueSet(String value) - Parameters:
value
- The set of valid coded results for qualitative observations that match the criteria of this set of qualified values.
-
getNormalCodedValueSetElement
- Returns:
normalCodedValueSet
(The set of normal coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getNormalCodedValueSet" gives direct access to the value
-
hasNormalCodedValueSetElement
-
hasNormalCodedValueSet
-
setNormalCodedValueSetElement
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setNormalCodedValueSetElement(CanonicalType value) - Parameters:
value
-normalCodedValueSet
(The set of normal coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getNormalCodedValueSet" gives direct access to the value
-
getNormalCodedValueSet
- Returns:
- The set of normal coded results for qualitative observations that match the criteria of this set of qualified values.
-
setNormalCodedValueSet
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setNormalCodedValueSet(String value) - Parameters:
value
- The set of normal coded results for qualitative observations that match the criteria of this set of qualified values.
-
getAbnormalCodedValueSetElement
- Returns:
abnormalCodedValueSet
(The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getAbnormalCodedValueSet" gives direct access to the value
-
hasAbnormalCodedValueSetElement
-
hasAbnormalCodedValueSet
-
setAbnormalCodedValueSetElement
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setAbnormalCodedValueSetElement(CanonicalType value) - Parameters:
value
-abnormalCodedValueSet
(The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getAbnormalCodedValueSet" gives direct access to the value
-
getAbnormalCodedValueSet
- Returns:
- The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values.
-
setAbnormalCodedValueSet
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setAbnormalCodedValueSet(String value) - Parameters:
value
- The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values.
-
getCriticalCodedValueSetElement
- Returns:
criticalCodedValueSet
(The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getCriticalCodedValueSet" gives direct access to the value
-
hasCriticalCodedValueSetElement
-
hasCriticalCodedValueSet
-
setCriticalCodedValueSetElement
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setCriticalCodedValueSetElement(CanonicalType value) - Parameters:
value
-criticalCodedValueSet
(The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.). This is the underlying object with id, value and extensions. The accessor "getCriticalCodedValueSet" gives direct access to the value
-
getCriticalCodedValueSet
- Returns:
- The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.
-
setCriticalCodedValueSet
public ObservationDefinition.ObservationDefinitionQualifiedValueComponent setCriticalCodedValueSet(String value) - Parameters:
value
- The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
- Returns:
- the FHIR type name of the instance (not the java class name)
-