public static class FamilyMemberHistory.Condition extends BaseIdentifiableElement implements IResourceBlock
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.
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
AnnotationDt |
getNote()
Gets the value(s) for note ().
|
IDatatype |
getOnset()
Gets the value(s) for onset[x] ().
|
CodeableConceptDt |
getOutcome()
Gets the value(s) for outcome ().
|
boolean |
isEmpty() |
FamilyMemberHistory.Condition |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()
|
FamilyMemberHistory.Condition |
setNote(AnnotationDt theValue)
Sets the value(s) for note ()
|
FamilyMemberHistory.Condition |
setOnset(IDatatype theValue)
Sets the value(s) for onset[x] ()
|
FamilyMemberHistory.Condition |
setOutcome(CodeableConceptDt theValue)
Sets the value(s) for outcome ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Condition()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getCode()
null.
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
public FamilyMemberHistory.Condition setCode(CodeableConceptDt theValue)
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
public CodeableConceptDt getOutcome()
null.
Definition: Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation.
public FamilyMemberHistory.Condition setOutcome(CodeableConceptDt theValue)
Definition: Indicates what happened as a result of this condition. If the condition resulted in death, deceased date is captured on the relation.
public IDatatype getOnset()
null.
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.
public FamilyMemberHistory.Condition setOnset(IDatatype theValue)
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.
public AnnotationDt getNote()
null.
Definition: An area where general notes can be placed about this specific condition.
public FamilyMemberHistory.Condition setNote(AnnotationDt theValue)
Definition: An area where general notes can be placed about this specific condition.
Copyright © 2014–2016 University Health Network. All rights reserved.