
Class RiskAssessment
- All Implemented Interfaces:
 ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ReferenceA reference to the request that is fulfilled by this risk assessment.protected ResourceThe actual object that is the target of the reference (A reference to the request that is fulfilled by this risk assessment.)Indicates the source data considered as part of the assessment (FamilyHistory, Observations, Procedures, Conditions, etc.).The actual objects that are the target of the reference (Indicates the source data considered as part of the assessment (FamilyHistory, Observations, Procedures, Conditions, etc.).)protected CodeableConceptThe type of the risk assessment performed.protected StringTypeAdditional comments about the risk assessment.protected ReferenceFor assessments or prognosis specific to a particular condition, indicates the condition being assessed.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for conditionprotected ConditionThe actual object that is the target of the reference (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)protected ReferenceThe encounter where the assessment was performed.protected ResourceThe actual object that is the target of the reference (The encounter where the assessment was performed.)static final ca.uhn.fhir.rest.gclient.DateClientParamFluent Client search parameter constant for datestatic final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for encounterprotected IdentifierBusiness identifier assigned to the risk assessment.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierstatic final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.protected CodeableConceptThe algorithm, process or mechanism used to evaluate the risk.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for methodprotected StringTypeA description of the steps that might be taken to reduce the identified risk(s).protected TypeThe date (and possibly time) the risk assessment was performed.protected ReferenceA reference to a resource that this risk assessment is part of, such as a Procedure.protected ResourceThe actual object that is the target of the reference (A reference to a resource that this risk assessment is part of, such as a Procedure.)static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for patientprotected ReferenceThe provider or software application that performed the assessment.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for performerprotected ResourceThe actual object that is the target of the reference (The provider or software application that performed the assessment.)Describes the expected outcome for the subject.static final ca.uhn.fhir.rest.gclient.NumberClientParamFluent Client search parameter constant for probabilityprotected TypeThe reason the risk assessment was performed.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for riskstatic final StringSearch parameter: conditionstatic final StringSearch parameter: datestatic final StringSearch parameter: encounterstatic final StringSearch parameter: identifierstatic final StringSearch parameter: methodstatic final StringSearch parameter: patientstatic final StringSearch parameter: performerstatic final StringSearch parameter: probabilitystatic final StringSearch parameter: riskstatic final StringSearch parameter: subjectprotected Enumeration<RiskAssessment.RiskAssessmentStatus> The status of the RiskAssessment, using the same statuses as an Observation.protected ReferenceThe patient or group the risk assessment applies to.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for subjectprotected ResourceThe actual object that is the target of the reference (The patient or group the risk assessment applies to.)Fields inherited from class org.hl7.fhir.dstu3.model.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.dstu3.model.Resource
id, implicitRules, language, metaFields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAGFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET - 
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor - 
Method Summary
Modifier and TypeMethodDescriptionaddBasis()copy()booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getBasis()getCode()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanhasBasis()booleanhasCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setBasedOn(Reference value) setBasedOnTarget(Resource value) setCode(CodeableConcept value) setComment(String value) setCommentElement(StringType value) setCondition(Reference value) setConditionTarget(Condition value) setContext(Reference value) setContextTarget(Resource value) setIdentifier(Identifier value) setMethod(CodeableConcept value) setMitigation(String value) setMitigationElement(StringType value) setOccurrence(Type value) setParentTarget(Resource value) setPerformer(Reference value) setPerformerTarget(Resource value) setPrediction(List<RiskAssessment.RiskAssessmentPredictionComponent> thePrediction) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setSubject(Reference value) setSubjectTarget(Resource value) protected RiskAssessmentMethods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetaMethods inherited from class org.hl7.fhir.dstu3.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId 
- 
Field Details
- 
identifier
Business identifier assigned to the risk assessment. - 
basedOn
A reference to the request that is fulfilled by this risk assessment. - 
basedOnTarget
The actual object that is the target of the reference (A reference to the request that is fulfilled by this risk assessment.) - 
parent
A reference to a resource that this risk assessment is part of, such as a Procedure. - 
parentTarget
The actual object that is the target of the reference (A reference to a resource that this risk assessment is part of, such as a Procedure.) - 
status
The status of the RiskAssessment, using the same statuses as an Observation. - 
method
The algorithm, process or mechanism used to evaluate the risk. - 
code
The type of the risk assessment performed. - 
subject
The patient or group the risk assessment applies to. - 
subjectTarget
The actual object that is the target of the reference (The patient or group the risk assessment applies to.) - 
context
The encounter where the assessment was performed. - 
contextTarget
The actual object that is the target of the reference (The encounter where the assessment was performed.) - 
occurrence
The date (and possibly time) the risk assessment was performed. - 
condition
For assessments or prognosis specific to a particular condition, indicates the condition being assessed. - 
conditionTarget
The actual object that is the target of the reference (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.) - 
performer
The provider or software application that performed the assessment. - 
performerTarget
The actual object that is the target of the reference (The provider or software application that performed the assessment.) - 
reason
The reason the risk assessment was performed. - 
basis
Indicates the source data considered as part of the assessment (FamilyHistory, Observations, Procedures, Conditions, etc.). - 
basisTarget
The actual objects that are the target of the reference (Indicates the source data considered as part of the assessment (FamilyHistory, Observations, Procedures, Conditions, etc.).) - 
prediction
Describes the expected outcome for the subject. - 
mitigation
A description of the steps that might be taken to reduce the identified risk(s). - 
comment
Additional comments about the risk assessment. - 
SP_DATE
Search parameter: dateDescription: When was assessment made?
Type: date
Path: RiskAssessment.occurrenceDateTime
- See Also:
 
 - 
DATE
Fluent Client search parameter constant for dateDescription: When was assessment made?
Type: date
Path: RiskAssessment.occurrenceDateTime
 - 
SP_IDENTIFIER
Search parameter: identifierDescription: Unique identifier for the assessment
Type: token
Path: RiskAssessment.identifier
- See Also:
 
 - 
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Unique identifier for the assessment
Type: token
Path: RiskAssessment.identifier
 - 
SP_CONDITION
Search parameter: conditionDescription: Condition assessed
Type: reference
Path: RiskAssessment.condition
- See Also:
 
 - 
CONDITION
Fluent Client search parameter constant for conditionDescription: Condition assessed
Type: reference
Path: RiskAssessment.condition
 - 
INCLUDE_CONDITION
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:condition". - 
SP_PERFORMER
Search parameter: performerDescription: Who did assessment?
Type: reference
Path: RiskAssessment.performer
- See Also:
 
 - 
PERFORMER
Fluent Client search parameter constant for performerDescription: Who did assessment?
Type: reference
Path: RiskAssessment.performer
 - 
INCLUDE_PERFORMER
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:performer". - 
SP_METHOD
Search parameter: methodDescription: Evaluation mechanism
Type: token
Path: RiskAssessment.method
- See Also:
 
 - 
METHOD
Fluent Client search parameter constant for methodDescription: Evaluation mechanism
Type: token
Path: RiskAssessment.method
 - 
SP_SUBJECT
Search parameter: subjectDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
- See Also:
 
 - 
SUBJECT
Fluent Client search parameter constant for subjectDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
 - 
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:subject". - 
SP_PATIENT
Search parameter: patientDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
- See Also:
 
 - 
PATIENT
Fluent Client search parameter constant for patientDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
 - 
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:patient". - 
SP_PROBABILITY
Search parameter: probabilityDescription: Likelihood of specified outcome
Type: number
Path: RiskAssessment.prediction.probability[x]
- See Also:
 
 - 
PROBABILITY
Fluent Client search parameter constant for probabilityDescription: Likelihood of specified outcome
Type: number
Path: RiskAssessment.prediction.probability[x]
 - 
SP_RISK
Search parameter: riskDescription: Likelihood of specified outcome as a qualitative value
Type: token
Path: RiskAssessment.prediction.qualitativeRisk
- See Also:
 
 - 
RISK
Fluent Client search parameter constant for riskDescription: Likelihood of specified outcome as a qualitative value
Type: token
Path: RiskAssessment.prediction.qualitativeRisk
 - 
SP_ENCOUNTER
Search parameter: encounterDescription: Where was assessment performed?
Type: reference
Path: RiskAssessment.context
- See Also:
 
 - 
ENCOUNTER
Fluent Client search parameter constant for encounterDescription: Where was assessment performed?
Type: reference
Path: RiskAssessment.context
 - 
INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:encounter". 
 - 
 - 
Constructor Details
- 
RiskAssessment
public RiskAssessment()Constructor - 
RiskAssessment
Constructor 
 - 
 - 
Method Details
- 
getIdentifier
- Returns:
 identifier(Business identifier assigned to the risk assessment.)
 - 
hasIdentifier
 - 
setIdentifier
- Parameters:
 value-identifier(Business identifier assigned to the risk assessment.)
 - 
getBasedOn
- Returns:
 basedOn(A reference to the request that is fulfilled by this risk assessment.)
 - 
hasBasedOn
 - 
setBasedOn
- Parameters:
 value-basedOn(A reference to the request that is fulfilled by this risk assessment.)
 - 
getBasedOnTarget
- Returns:
 basedOnThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A reference to the request that is fulfilled by this risk assessment.)
 - 
setBasedOnTarget
- Parameters:
 value-basedOnThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A reference to the request that is fulfilled by this risk assessment.)
 - 
getParent
- Returns:
 parent(A reference to a resource that this risk assessment is part of, such as a Procedure.)
 - 
hasParent
 - 
setParent
- Parameters:
 value-parent(A reference to a resource that this risk assessment is part of, such as a Procedure.)
 - 
getParentTarget
- Returns:
 parentThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A reference to a resource that this risk assessment is part of, such as a Procedure.)
 - 
setParentTarget
- Parameters:
 value-parentThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A reference to a resource that this risk assessment is part of, such as a Procedure.)
 - 
getStatusElement
- Returns:
 status(The status of the RiskAssessment, using the same statuses as an Observation.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
 - 
hasStatusElement
 - 
hasStatus
 - 
setStatusElement
- Parameters:
 value-status(The status of the RiskAssessment, using the same statuses as an Observation.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
 - 
getStatus
- Returns:
 - The status of the RiskAssessment, using the same statuses as an Observation.
 
 - 
setStatus
- Parameters:
 value- The status of the RiskAssessment, using the same statuses as an Observation.
 - 
getMethod
- Returns:
 method(The algorithm, process or mechanism used to evaluate the risk.)
 - 
hasMethod
 - 
setMethod
- Parameters:
 value-method(The algorithm, process or mechanism used to evaluate the risk.)
 - 
getCode
- Returns:
 code(The type of the risk assessment performed.)
 - 
hasCode
 - 
setCode
- Parameters:
 value-code(The type of the risk assessment performed.)
 - 
getSubject
- Returns:
 subject(The patient or group the risk assessment applies to.)
 - 
hasSubject
 - 
setSubject
- Parameters:
 value-subject(The patient or group the risk assessment applies to.)
 - 
getSubjectTarget
- Returns:
 subjectThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The patient or group the risk assessment applies to.)
 - 
setSubjectTarget
- Parameters:
 value-subjectThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The patient or group the risk assessment applies to.)
 - 
getContext
- Returns:
 context(The encounter where the assessment was performed.)
 - 
hasContext
 - 
setContext
- Parameters:
 value-context(The encounter where the assessment was performed.)
 - 
getContextTarget
- Returns:
 contextThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The encounter where the assessment was performed.)
 - 
setContextTarget
- Parameters:
 value-contextThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The encounter where the assessment was performed.)
 - 
getOccurrence
- Returns:
 occurrence(The date (and possibly time) the risk assessment was performed.)
 - 
getOccurrenceDateTimeType
- Returns:
 occurrence(The date (and possibly time) the risk assessment was performed.)- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
hasOccurrenceDateTimeType
 - 
getOccurrencePeriod
- Returns:
 occurrence(The date (and possibly time) the risk assessment was performed.)- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
hasOccurrencePeriod
 - 
hasOccurrence
 - 
setOccurrence
- Parameters:
 value-occurrence(The date (and possibly time) the risk assessment was performed.)- Throws:
 org.hl7.fhir.exceptions.FHIRFormatError
 - 
getCondition
- Returns:
 condition(For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
 - 
hasCondition
 - 
setCondition
- Parameters:
 value-condition(For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
 - 
getConditionTarget
- Returns:
 conditionThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
 - 
setConditionTarget
- Parameters:
 value-conditionThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
 - 
getPerformer
- Returns:
 performer(The provider or software application that performed the assessment.)
 - 
hasPerformer
 - 
setPerformer
- Parameters:
 value-performer(The provider or software application that performed the assessment.)
 - 
getPerformerTarget
- Returns:
 performerThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The provider or software application that performed the assessment.)
 - 
setPerformerTarget
- Parameters:
 value-performerThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The provider or software application that performed the assessment.)
 - 
getReason
- Returns:
 reason(The reason the risk assessment was performed.)
 - 
getReasonCodeableConcept
- Returns:
 reason(The reason the risk assessment was performed.)- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
hasReasonCodeableConcept
 - 
getReasonReference
- Returns:
 reason(The reason the risk assessment was performed.)- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
hasReasonReference
 - 
hasReason
 - 
setReason
- Parameters:
 value-reason(The reason the risk assessment was performed.)- Throws:
 org.hl7.fhir.exceptions.FHIRFormatError
 - 
getBasis
- Returns:
 basis(Indicates the source data considered as part of the assessment (FamilyHistory, Observations, Procedures, Conditions, etc.).)
 - 
setBasis
- Returns:
 - Returns a reference to 
thisfor easy method chaining 
 - 
hasBasis
 - 
addBasis
 - 
addBasis
 - 
getBasisFirstRep
- Returns:
 - The first repetition of repeating field 
basis, creating it if it does not already exist 
 - 
getPrediction
- Returns:
 prediction(Describes the expected outcome for the subject.)
 - 
setPrediction
public RiskAssessment setPrediction(List<RiskAssessment.RiskAssessmentPredictionComponent> thePrediction) - Returns:
 - Returns a reference to 
thisfor easy method chaining 
 - 
hasPrediction
 - 
addPrediction
 - 
addPrediction
 - 
getPredictionFirstRep
- Returns:
 - The first repetition of repeating field 
prediction, creating it if it does not already exist 
 - 
getMitigationElement
- Returns:
 mitigation(A description of the steps that might be taken to reduce the identified risk(s).). This is the underlying object with id, value and extensions. The accessor "getMitigation" gives direct access to the value
 - 
hasMitigationElement
 - 
hasMitigation
 - 
setMitigationElement
- Parameters:
 value-mitigation(A description of the steps that might be taken to reduce the identified risk(s).). This is the underlying object with id, value and extensions. The accessor "getMitigation" gives direct access to the value
 - 
getMitigation
- Returns:
 - A description of the steps that might be taken to reduce the identified risk(s).
 
 - 
setMitigation
- Parameters:
 value- A description of the steps that might be taken to reduce the identified risk(s).
 - 
getCommentElement
- Returns:
 comment(Additional comments about the risk assessment.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the value
 - 
hasCommentElement
 - 
hasComment
 - 
setCommentElement
- Parameters:
 value-comment(Additional comments about the risk assessment.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the value
 - 
getComment
- Returns:
 - Additional comments about the risk assessment.
 
 - 
setComment
- Parameters:
 value- Additional comments about the risk assessment.
 - 
listChildren
- Overrides:
 listChildrenin classDomainResource
 - 
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
 getNamedPropertyin classDomainResource- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
 getPropertyin classDomainResource- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
 setPropertyin classDomainResource- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
setProperty
- Overrides:
 setPropertyin classDomainResource- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
makeProperty
- Overrides:
 makePropertyin classDomainResource- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
 getTypesForPropertyin classDomainResource- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
addChild
- Overrides:
 addChildin classDomainResource- Throws:
 org.hl7.fhir.exceptions.FHIRException
 - 
fhirType
- Specified by:
 fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
 fhirTypein classDomainResource
 - 
copy
- Specified by:
 copyin classDomainResource
 - 
typedCopy
 - 
equalsDeep
- Overrides:
 equalsDeepin classDomainResource
 - 
equalsShallow
- Overrides:
 equalsShallowin classDomainResource
 - 
isEmpty
- Specified by:
 isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
 isEmptyin classDomainResource
 - 
getResourceType
- Specified by:
 getResourceTypein classResource
 
 -