public static class RiskAssessment.RiskAssessmentPredictionComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected CodeableConcept |
outcome
One of the potential outcomes for the patient (e.g.
|
protected Type |
probability
Indicates how likely the outcome is (in the specified timeframe).
|
protected CodeableConcept |
qualitativeRisk
Indicates how likely the outcome is (in the specified timeframe), expressed as a qualitative value (e.g.
|
protected StringType |
rationale
Additional information explaining the basis for the prediction.
|
protected DecimalType |
relativeRisk
Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general.
|
protected Type |
when
Indicates the period of time or age range of the subject to which the specified probability applies.
|
modifierExtension| Constructor and Description |
|---|
RiskAssessmentPredictionComponent()
Constructor
|
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtensionaddExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddExtension, getExtension, hasExtensiongetFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataprotected CodeableConcept outcome
protected Type probability
protected CodeableConcept qualitativeRisk
protected DecimalType relativeRisk
protected Type when
protected StringType rationale
public RiskAssessmentPredictionComponent()
public CodeableConcept getOutcome()
outcome (One of the potential outcomes for the patient (e.g. remission, death, a particular condition).)public boolean hasOutcome()
public RiskAssessment.RiskAssessmentPredictionComponent setOutcome(CodeableConcept value)
value - outcome (One of the potential outcomes for the patient (e.g. remission, death, a particular condition).)public Type getProbability()
probability (Indicates how likely the outcome is (in the specified timeframe).)public DecimalType getProbabilityDecimalType() throws org.hl7.fhir.exceptions.FHIRException
probability (Indicates how likely the outcome is (in the specified timeframe).)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasProbabilityDecimalType()
public Range getProbabilityRange() throws org.hl7.fhir.exceptions.FHIRException
probability (Indicates how likely the outcome is (in the specified timeframe).)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasProbabilityRange()
public boolean hasProbability()
public RiskAssessment.RiskAssessmentPredictionComponent setProbability(Type value)
value - probability (Indicates how likely the outcome is (in the specified timeframe).)public CodeableConcept getQualitativeRisk()
qualitativeRisk (Indicates how likely the outcome is (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, or high).)public boolean hasQualitativeRisk()
public RiskAssessment.RiskAssessmentPredictionComponent setQualitativeRisk(CodeableConcept value)
value - qualitativeRisk (Indicates how likely the outcome is (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, or high).)public DecimalType getRelativeRiskElement()
relativeRisk (Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).). This is the underlying object with id, value and extensions. The accessor "getRelativeRisk" gives direct access to the valuepublic boolean hasRelativeRiskElement()
public boolean hasRelativeRisk()
public RiskAssessment.RiskAssessmentPredictionComponent setRelativeRiskElement(DecimalType value)
value - relativeRisk (Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).). This is the underlying object with id, value and extensions. The accessor "getRelativeRisk" gives direct access to the valuepublic BigDecimal getRelativeRisk()
public RiskAssessment.RiskAssessmentPredictionComponent setRelativeRisk(BigDecimal value)
value - Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).public RiskAssessment.RiskAssessmentPredictionComponent setRelativeRisk(long value)
value - Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).public RiskAssessment.RiskAssessmentPredictionComponent setRelativeRisk(double value)
value - Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).public Type getWhen()
when (Indicates the period of time or age range of the subject to which the specified probability applies.)public Period getWhenPeriod() throws org.hl7.fhir.exceptions.FHIRException
when (Indicates the period of time or age range of the subject to which the specified probability applies.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasWhenPeriod()
public Range getWhenRange() throws org.hl7.fhir.exceptions.FHIRException
when (Indicates the period of time or age range of the subject to which the specified probability applies.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasWhenRange()
public boolean hasWhen()
public RiskAssessment.RiskAssessmentPredictionComponent setWhen(Type value)
value - when (Indicates the period of time or age range of the subject to which the specified probability applies.)public StringType getRationaleElement()
rationale (Additional information explaining the basis for the prediction.). This is the underlying object with id, value and extensions. The accessor "getRationale" gives direct access to the valuepublic boolean hasRationaleElement()
public boolean hasRationale()
public RiskAssessment.RiskAssessmentPredictionComponent setRationaleElement(StringType value)
value - rationale (Additional information explaining the basis for the prediction.). This is the underlying object with id, value and extensions. The accessor "getRationale" gives direct access to the valuepublic String getRationale()
public RiskAssessment.RiskAssessmentPredictionComponent setRationale(String value)
value - Additional information explaining the basis for the prediction.protected void listChildren(List<Property> children)
listChildren in class BackboneElementpublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic RiskAssessment.RiskAssessmentPredictionComponent copy()
copy in class BackboneElementpublic void copyValues(RiskAssessment.RiskAssessmentPredictionComponent dst)
public boolean equalsDeep(Base other_)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other_)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in interface org.hl7.fhir.instance.model.api.IBasefhirType in class BackboneElementCopyright © 2014–2021 Health Level 7. All rights reserved.