Class FamilyMemberHistory
- java.lang.Object
-
- org.hl7.fhir.r4.model.Base
-
- org.hl7.fhir.r4.model.BaseResource
-
- org.hl7.fhir.r4.model.Resource
-
- org.hl7.fhir.r4.model.DomainResource
-
- org.hl7.fhir.r4.model.FamilyMemberHistory
-
- 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
public class FamilyMemberHistory extends DomainResource
Significant health conditions for a person related to the patient relevant in the context of care for the patient.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FamilyMemberHistory.FamilyHistoryStatus
static class
FamilyMemberHistory.FamilyHistoryStatusEnumFactory
static class
FamilyMemberHistory.FamilyMemberHistoryConditionComponent
-
Field Summary
Fields Modifier and Type Field Description protected Type
age
The age of the relative at the time the family member history is recorded.protected Type
born
The actual or approximate date of birth of the relative.static ca.uhn.fhir.rest.gclient.TokenClientParam
CODE
Fluent Client search parameter constant for codeprotected List<FamilyMemberHistory.FamilyMemberHistoryConditionComponent>
condition
The significant Conditions (or condition) that the family member had.protected CodeableConcept
dataAbsentReason
Describes why the family member's history is not available.protected DateTimeType
date
The date (and possibly time) when the family member history was recorded or last updated.static ca.uhn.fhir.rest.gclient.DateClientParam
DATE
Fluent Client search parameter constant for dateprotected Type
deceased
Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.protected BooleanType
estimatedAge
If true, indicates that the age value specified is an estimated value.protected List<Identifier>
identifier
Business identifiers assigned to this family member history by the performer or other systems which remain constant as the resource is updated and propagates from server to server.static ca.uhn.fhir.rest.gclient.TokenClientParam
IDENTIFIER
Fluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.Include
INCLUDE_INSTANTIATES_CANONICAL
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
INSTANTIATES_CANONICAL
Fluent Client search parameter constant for instantiates-canonicalstatic ca.uhn.fhir.rest.gclient.UriClientParam
INSTANTIATES_URI
Fluent Client search parameter constant for instantiates-uriprotected List<CanonicalType>
instantiatesCanonical
The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.protected List<UriType>
instantiatesUri
The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.protected StringType
name
This will either be a name or a description; e.g.protected List<Annotation>
note
This property allows a non condition-specific note to the made about the related person.protected Reference
patient
The person who this history concerns.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
PATIENT
Fluent Client search parameter constant for patientprotected Patient
patientTarget
The actual object that is the target of the reference (The person who this history concerns.)protected List<CodeableConcept>
reasonCode
Describes why the family member history occurred in coded or textual form.protected List<Reference>
reasonReference
Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.protected List<Resource>
reasonReferenceTarget
The actual objects that are the target of the reference (Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.)protected CodeableConcept
relationship
The type of relationship this person has to the patient (father, mother, brother etc.).static ca.uhn.fhir.rest.gclient.TokenClientParam
RELATIONSHIP
Fluent Client search parameter constant for relationshipprotected CodeableConcept
sex
The birth sex of the family member.static ca.uhn.fhir.rest.gclient.TokenClientParam
SEX
Fluent Client search parameter constant for sexstatic String
SP_CODE
Search parameter: codestatic String
SP_DATE
Search parameter: datestatic String
SP_IDENTIFIER
Search parameter: identifierstatic String
SP_INSTANTIATES_CANONICAL
Search parameter: instantiates-canonicalstatic String
SP_INSTANTIATES_URI
Search parameter: instantiates-uristatic String
SP_PATIENT
Search parameter: patientstatic String
SP_RELATIONSHIP
Search parameter: relationshipstatic String
SP_SEX
Search parameter: sexstatic String
SP_STATUS
Search parameter: statusprotected Enumeration<FamilyMemberHistory.FamilyHistoryStatus>
status
A code specifying the status of the record of the family history of a specific family member.static ca.uhn.fhir.rest.gclient.TokenClientParam
STATUS
Fluent Client search parameter constant for status-
Fields inherited from class org.hl7.fhir.r4.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.r4.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description FamilyMemberHistory()
ConstructorFamilyMemberHistory(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status, Reference patient, CodeableConcept relationship)
Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.r4.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, 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, listChildrenByName, listChildrenByName, primitiveValue, 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.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
Business identifiers assigned to this family member history by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
-
instantiatesCanonical
protected List<CanonicalType> instantiatesCanonical
The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.
-
instantiatesUri
protected List<UriType> instantiatesUri
The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.
-
status
protected Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status
A code specifying the status of the record of the family history of a specific family member.
-
dataAbsentReason
protected CodeableConcept dataAbsentReason
Describes why the family member's history is not available.
-
patientTarget
protected Patient patientTarget
The actual object that is the target of the reference (The person who this history concerns.)
-
date
protected DateTimeType date
The date (and possibly time) when the family member history was recorded or last updated.
-
name
protected StringType name
This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair".
-
relationship
protected CodeableConcept relationship
The type of relationship this person has to the patient (father, mother, brother etc.).
-
sex
protected CodeableConcept sex
The birth sex of the family member.
-
estimatedAge
protected BooleanType estimatedAge
If true, indicates that the age value specified is an estimated value.
-
deceased
protected Type deceased
Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.
-
reasonCode
protected List<CodeableConcept> reasonCode
Describes why the family member history occurred in coded or textual form.
-
reasonReference
protected List<Reference> reasonReference
Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.
-
reasonReferenceTarget
protected List<Resource> reasonReferenceTarget
The actual objects that are the target of the reference (Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.)
-
note
protected List<Annotation> note
This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible.
-
condition
protected List<FamilyMemberHistory.FamilyMemberHistoryConditionComponent> condition
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.
-
SP_DATE
public static final String SP_DATE
Search parameter: dateDescription: When history was recorded or last updated
Type: date
Path: FamilyMemberHistory.date
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription: When history was recorded or last updated
Type: date
Path: FamilyMemberHistory.date
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: A search by a record identifier
Type: token
Path: FamilyMemberHistory.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: A search by a record identifier
Type: token
Path: FamilyMemberHistory.identifier
-
SP_CODE
public static final String SP_CODE
Search parameter: codeDescription: A search by a condition code
Type: token
Path: FamilyMemberHistory.condition.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription: A search by a condition code
Type: token
Path: FamilyMemberHistory.condition.code
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter: patientDescription: The identity of a subject to list family member history items for
Type: reference
Path: FamilyMemberHistory.patient
- See Also:
- Constant Field Values
-
PATIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Fluent Client search parameter constant for patientDescription: The identity of a subject to list family member history items for
Type: reference
Path: FamilyMemberHistory.patient
-
INCLUDE_PATIENT
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "FamilyMemberHistory:patient".
-
SP_SEX
public static final String SP_SEX
Search parameter: sexDescription: A search by a sex code of a family member
Type: token
Path: FamilyMemberHistory.sex
- See Also:
- Constant Field Values
-
SEX
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SEX
Fluent Client search parameter constant for sexDescription: A search by a sex code of a family member
Type: token
Path: FamilyMemberHistory.sex
-
SP_INSTANTIATES_CANONICAL
public static final String SP_INSTANTIATES_CANONICAL
Search parameter: instantiates-canonicalDescription: Instantiates FHIR protocol or definition
Type: reference
Path: FamilyMemberHistory.instantiatesCanonical
- See Also:
- Constant Field Values
-
INSTANTIATES_CANONICAL
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam INSTANTIATES_CANONICAL
Fluent Client search parameter constant for instantiates-canonicalDescription: Instantiates FHIR protocol or definition
Type: reference
Path: FamilyMemberHistory.instantiatesCanonical
-
INCLUDE_INSTANTIATES_CANONICAL
public static final ca.uhn.fhir.model.api.Include INCLUDE_INSTANTIATES_CANONICAL
Constant for fluent queries to be used to add include statements. Specifies the path value of "FamilyMemberHistory:instantiates-canonical".
-
SP_INSTANTIATES_URI
public static final String SP_INSTANTIATES_URI
Search parameter: instantiates-uriDescription: Instantiates external protocol or definition
Type: uri
Path: FamilyMemberHistory.instantiatesUri
- See Also:
- Constant Field Values
-
INSTANTIATES_URI
public static final ca.uhn.fhir.rest.gclient.UriClientParam INSTANTIATES_URI
Fluent Client search parameter constant for instantiates-uriDescription: Instantiates external protocol or definition
Type: uri
Path: FamilyMemberHistory.instantiatesUri
-
SP_RELATIONSHIP
public static final String SP_RELATIONSHIP
Search parameter: relationshipDescription: A search by a relationship type
Type: token
Path: FamilyMemberHistory.relationship
- See Also:
- Constant Field Values
-
RELATIONSHIP
public static final ca.uhn.fhir.rest.gclient.TokenClientParam RELATIONSHIP
Fluent Client search parameter constant for relationshipDescription: A search by a relationship type
Type: token
Path: FamilyMemberHistory.relationship
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: partial | completed | entered-in-error | health-unknown
Type: token
Path: FamilyMemberHistory.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: partial | completed | entered-in-error | health-unknown
Type: token
Path: FamilyMemberHistory.status
-
-
Constructor Detail
-
FamilyMemberHistory
public FamilyMemberHistory()
Constructor
-
FamilyMemberHistory
public FamilyMemberHistory(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> status, Reference patient, CodeableConcept relationship)
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier
(Business identifiers assigned to this family member history by the performer or other systems which remain constant as the resource is updated and propagates from server to server.)
-
setIdentifier
public FamilyMemberHistory setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public FamilyMemberHistory addIdentifier(Identifier t)
-
getIdentifierFirstRep
public Identifier getIdentifierFirstRep()
- Returns:
- The first repetition of repeating field
identifier
, creating it if it does not already exist
-
getInstantiatesCanonical
public List<CanonicalType> getInstantiatesCanonical()
- Returns:
instantiatesCanonical
(The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
setInstantiatesCanonical
public FamilyMemberHistory setInstantiatesCanonical(List<CanonicalType> theInstantiatesCanonical)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical()
-
addInstantiatesCanonicalElement
public CanonicalType addInstantiatesCanonicalElement()
- Returns:
instantiatesCanonical
(The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
addInstantiatesCanonical
public FamilyMemberHistory addInstantiatesCanonical(String value)
- Parameters:
value
-instantiatesCanonical
(The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
hasInstantiatesCanonical
public boolean hasInstantiatesCanonical(String value)
- Parameters:
value
-instantiatesCanonical
(The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
getInstantiatesUri
public List<UriType> getInstantiatesUri()
- Returns:
instantiatesUri
(The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
setInstantiatesUri
public FamilyMemberHistory setInstantiatesUri(List<UriType> theInstantiatesUri)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasInstantiatesUri
public boolean hasInstantiatesUri()
-
addInstantiatesUriElement
public UriType addInstantiatesUriElement()
- Returns:
instantiatesUri
(The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
addInstantiatesUri
public FamilyMemberHistory addInstantiatesUri(String value)
- Parameters:
value
-instantiatesUri
(The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
hasInstantiatesUri
public boolean hasInstantiatesUri(String value)
- Parameters:
value
-instantiatesUri
(The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.)
-
getStatusElement
public Enumeration<FamilyMemberHistory.FamilyHistoryStatus> getStatusElement()
- Returns:
status
(A code specifying the status of the record of the family history of a specific family member.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public FamilyMemberHistory setStatusElement(Enumeration<FamilyMemberHistory.FamilyHistoryStatus> value)
- Parameters:
value
-status
(A code specifying the status of the record of the family history of a specific family member.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public FamilyMemberHistory.FamilyHistoryStatus getStatus()
- Returns:
- A code specifying the status of the record of the family history of a specific family member.
-
setStatus
public FamilyMemberHistory setStatus(FamilyMemberHistory.FamilyHistoryStatus value)
- Parameters:
value
- A code specifying the status of the record of the family history of a specific family member.
-
getDataAbsentReason
public CodeableConcept getDataAbsentReason()
- Returns:
dataAbsentReason
(Describes why the family member's history is not available.)
-
hasDataAbsentReason
public boolean hasDataAbsentReason()
-
setDataAbsentReason
public FamilyMemberHistory setDataAbsentReason(CodeableConcept value)
- Parameters:
value
-dataAbsentReason
(Describes why the family member's history is not available.)
-
getPatient
public Reference getPatient()
- Returns:
patient
(The person who this history concerns.)
-
hasPatient
public boolean hasPatient()
-
setPatient
public FamilyMemberHistory setPatient(Reference value)
- Parameters:
value
-patient
(The person who this history concerns.)
-
getPatientTarget
public Patient getPatientTarget()
- Returns:
patient
The 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 person who this history concerns.)
-
setPatientTarget
public FamilyMemberHistory setPatientTarget(Patient value)
- Parameters:
value
-patient
The 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 person who this history concerns.)
-
getDateElement
public DateTimeType getDateElement()
- Returns:
date
(The date (and possibly time) when the family member history was recorded or last updated.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
public boolean hasDateElement()
-
hasDate
public boolean hasDate()
-
setDateElement
public FamilyMemberHistory setDateElement(DateTimeType value)
- Parameters:
value
-date
(The date (and possibly time) when the family member history was recorded or last updated.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
public Date getDate()
- Returns:
- The date (and possibly time) when the family member history was recorded or last updated.
-
setDate
public FamilyMemberHistory setDate(Date value)
- Parameters:
value
- The date (and possibly time) when the family member history was recorded or last updated.
-
getNameElement
public StringType getNameElement()
- Returns:
name
(This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair".). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
public boolean hasNameElement()
-
hasName
public boolean hasName()
-
setNameElement
public FamilyMemberHistory setNameElement(StringType value)
- Parameters:
value
-name
(This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair".). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
public String getName()
- Returns:
- This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair".
-
setName
public FamilyMemberHistory setName(String value)
- Parameters:
value
- This will either be a name or a description; e.g. "Aunt Susan", "my cousin with the red hair".
-
getRelationship
public CodeableConcept getRelationship()
- Returns:
relationship
(The type of relationship this person has to the patient (father, mother, brother etc.).)
-
hasRelationship
public boolean hasRelationship()
-
setRelationship
public FamilyMemberHistory setRelationship(CodeableConcept value)
- Parameters:
value
-relationship
(The type of relationship this person has to the patient (father, mother, brother etc.).)
-
getSex
public CodeableConcept getSex()
- Returns:
sex
(The birth sex of the family member.)
-
hasSex
public boolean hasSex()
-
setSex
public FamilyMemberHistory setSex(CodeableConcept value)
- Parameters:
value
-sex
(The birth sex of the family member.)
-
getBorn
public Type getBorn()
- Returns:
born
(The actual or approximate date of birth of the relative.)
-
getBornPeriod
public Period getBornPeriod() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
born
(The actual or approximate date of birth of the relative.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasBornPeriod
public boolean hasBornPeriod()
-
getBornDateType
public DateType getBornDateType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
born
(The actual or approximate date of birth of the relative.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasBornDateType
public boolean hasBornDateType()
-
getBornStringType
public StringType getBornStringType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
born
(The actual or approximate date of birth of the relative.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasBornStringType
public boolean hasBornStringType()
-
hasBorn
public boolean hasBorn()
-
setBorn
public FamilyMemberHistory setBorn(Type value)
- Parameters:
value
-born
(The actual or approximate date of birth of the relative.)
-
getAge
public Type getAge()
- Returns:
age
(The age of the relative at the time the family member history is recorded.)
-
getAgeAge
public Age getAgeAge() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
age
(The age of the relative at the time the family member history is recorded.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasAgeAge
public boolean hasAgeAge()
-
getAgeRange
public Range getAgeRange() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
age
(The age of the relative at the time the family member history is recorded.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasAgeRange
public boolean hasAgeRange()
-
getAgeStringType
public StringType getAgeStringType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
age
(The age of the relative at the time the family member history is recorded.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasAgeStringType
public boolean hasAgeStringType()
-
hasAge
public boolean hasAge()
-
setAge
public FamilyMemberHistory setAge(Type value)
- Parameters:
value
-age
(The age of the relative at the time the family member history is recorded.)
-
getEstimatedAgeElement
public BooleanType getEstimatedAgeElement()
- Returns:
estimatedAge
(If true, indicates that the age value specified is an estimated value.). This is the underlying object with id, value and extensions. The accessor "getEstimatedAge" gives direct access to the value
-
hasEstimatedAgeElement
public boolean hasEstimatedAgeElement()
-
hasEstimatedAge
public boolean hasEstimatedAge()
-
setEstimatedAgeElement
public FamilyMemberHistory setEstimatedAgeElement(BooleanType value)
- Parameters:
value
-estimatedAge
(If true, indicates that the age value specified is an estimated value.). This is the underlying object with id, value and extensions. The accessor "getEstimatedAge" gives direct access to the value
-
getEstimatedAge
public boolean getEstimatedAge()
- Returns:
- If true, indicates that the age value specified is an estimated value.
-
setEstimatedAge
public FamilyMemberHistory setEstimatedAge(boolean value)
- Parameters:
value
- If true, indicates that the age value specified is an estimated value.
-
getDeceased
public Type getDeceased()
- Returns:
deceased
(Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.)
-
getDeceasedBooleanType
public BooleanType getDeceasedBooleanType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
deceased
(Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDeceasedBooleanType
public boolean hasDeceasedBooleanType()
-
getDeceasedAge
public Age getDeceasedAge() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
deceased
(Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDeceasedAge
public boolean hasDeceasedAge()
-
getDeceasedRange
public Range getDeceasedRange() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
deceased
(Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDeceasedRange
public boolean hasDeceasedRange()
-
getDeceasedDateType
public DateType getDeceasedDateType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
deceased
(Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDeceasedDateType
public boolean hasDeceasedDateType()
-
getDeceasedStringType
public StringType getDeceasedStringType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
deceased
(Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDeceasedStringType
public boolean hasDeceasedStringType()
-
hasDeceased
public boolean hasDeceased()
-
setDeceased
public FamilyMemberHistory setDeceased(Type value)
- Parameters:
value
-deceased
(Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.)
-
getReasonCode
public List<CodeableConcept> getReasonCode()
- Returns:
reasonCode
(Describes why the family member history occurred in coded or textual form.)
-
setReasonCode
public FamilyMemberHistory setReasonCode(List<CodeableConcept> theReasonCode)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasReasonCode
public boolean hasReasonCode()
-
addReasonCode
public CodeableConcept addReasonCode()
-
addReasonCode
public FamilyMemberHistory addReasonCode(CodeableConcept t)
-
getReasonCodeFirstRep
public CodeableConcept getReasonCodeFirstRep()
- Returns:
- The first repetition of repeating field
reasonCode
, creating it if it does not already exist
-
getReasonReference
public List<Reference> getReasonReference()
- Returns:
reasonReference
(Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.)
-
setReasonReference
public FamilyMemberHistory setReasonReference(List<Reference> theReasonReference)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasReasonReference
public boolean hasReasonReference()
-
addReasonReference
public Reference addReasonReference()
-
addReasonReference
public FamilyMemberHistory addReasonReference(Reference t)
-
getReasonReferenceFirstRep
public Reference getReasonReferenceFirstRep()
- Returns:
- The first repetition of repeating field
reasonReference
, creating it if it does not already exist
-
getReasonReferenceTarget
@Deprecated public List<Resource> getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getNote
public List<Annotation> getNote()
- Returns:
note
(This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible.)
-
setNote
public FamilyMemberHistory setNote(List<Annotation> theNote)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasNote
public boolean hasNote()
-
addNote
public Annotation addNote()
-
addNote
public FamilyMemberHistory addNote(Annotation t)
-
getNoteFirstRep
public Annotation getNoteFirstRep()
- Returns:
- The first repetition of repeating field
note
, creating it if it does not already exist
-
getCondition
public List<FamilyMemberHistory.FamilyMemberHistoryConditionComponent> getCondition()
- Returns:
condition
(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.)
-
setCondition
public FamilyMemberHistory setCondition(List<FamilyMemberHistory.FamilyMemberHistoryConditionComponent> theCondition)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasCondition
public boolean hasCondition()
-
addCondition
public FamilyMemberHistory.FamilyMemberHistoryConditionComponent addCondition()
-
addCondition
public FamilyMemberHistory addCondition(FamilyMemberHistory.FamilyMemberHistoryConditionComponent t)
-
getConditionFirstRep
public FamilyMemberHistory.FamilyMemberHistoryConditionComponent getConditionFirstRep()
- Returns:
- The first repetition of repeating field
condition
, creating it if it does not already exist
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildren
in classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedProperty
in classDomainResource
- 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 classDomainResource
- 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 classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makeProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
public FamilyMemberHistory copy()
- Specified by:
copy
in classDomainResource
-
copyValues
public void copyValues(FamilyMemberHistory dst)
-
typedCopy
protected FamilyMemberHistory typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceType
in classResource
-
-