Class FamilyMemberHistory.Condition
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
FamilyMemberHistory
Definition: The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) getCode()
Gets the value(s) for code ().getNote()
Gets the value(s) for note ().ca.uhn.fhir.model.api.IDatatype
getOnset()
Gets the value(s) for onset[x] ().Gets the value(s) for outcome ().boolean
isEmpty()
setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()setNote
(AnnotationDt theValue) Sets the value(s) for note ()setOnset
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for onset[x] ()setOutcome
(CodeableConceptDt theValue) Sets the value(s) for outcome ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
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
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getCode
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull
.Definition: The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system
-
setCode
Sets the value(s) for code ()Definition: The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system
-
getOutcome
Gets the value(s) for outcome (). creating it if it does not exist. Will not returnnull
.Definition: Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation.
-
setOutcome
Sets the value(s) for outcome ()Definition: Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation.
-
getOnset
Gets the value(s) for onset[x] (). creating it if it does not exist. Will not returnnull
.Definition: Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence.
-
setOnset
Sets the value(s) for onset[x] ()Definition: Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence.
-
getNote
Gets the value(s) for note (). creating it if it does not exist. Will not returnnull
.Definition: An area where general notes can be placed about this specific condition.
-
setNote
Sets the value(s) for note ()Definition: An area where general notes can be placed about this specific condition.
-