org.hl7.rim
public interface Person extends RimObject, LivingSubject
A subtype of LivingSubject representing a human being.
Constraints: This class can be used to represent either a single individual or a group of individuals based on the value of Entity.determinerCode and Entity.quantity.
| Method Summary | |
|---|---|
| BAG<AD> | getAddr()
Gets attribute addr of type BAG |
| SET<CE> | getDisabilityCode()
Gets attribute disabilityCode of type SET |
| CE | getEducationLevelCode()
Gets attribute educationLevelCode of type CE and cardinality 0..1.
|
| SET<CE> | getEthnicGroupCode()
Gets attribute ethnicGroupCode of type SET |
| CE | getLivingArrangementCode()
Gets attribute livingArrangementCode of type CE and cardinality 0..1.
|
| CE | getMaritalStatusCode()
Gets attribute maritalStatusCode of type CE and cardinality 0..1.
|
| SET<CE> | getRaceCode()
Gets attribute raceCode of type SET |
| CE | getReligiousAffiliationCode()
Gets attribute religiousAffiliationCode of type CE and cardinality 0..1.
|
| void | setAddr(BAG<AD> value)
Sets attribute addr of type BAG |
| void | setDisabilityCode(SET<CE> value)
Sets attribute disabilityCode of type SET |
| void | setEducationLevelCode(CE value)
Sets attribute educationLevelCode of type CE and cardinality 0..1.
|
| void | setEthnicGroupCode(SET<CE> value)
Sets attribute ethnicGroupCode of type SET |
| void | setLivingArrangementCode(CE value)
Sets attribute livingArrangementCode of type CE and cardinality 0..1.
|
| void | setMaritalStatusCode(CE value)
Sets attribute maritalStatusCode of type CE and cardinality 0..1.
|
| void | setRaceCode(SET<CE> value)
Sets attribute raceCode of type SET |
| void | setReligiousAffiliationCode(CE value)
Sets attribute religiousAffiliationCode of type CE and cardinality 0..1.
|
The postal and/or residential address of a Person.
Returns: the attribute value
A value identifying a person's disability.
Examples: vision impaired, hearing impaired.
Returns: the attribute value
The highest level of education a person achieved (e.g. elementary school, high school or secondary school degree complete, college or baccalaureate degree complete).
Returns: the attribute value
The ethnic group of the person.
Returns: the attribute value
A value specifying the housing situation of a person.
Examples: Independent household, institution, nursing home, extended care facility, retirement community, etc.).
Discussion: Used for discharge planning, social service assessment, psychosocial evaluation.
Returns: the attribute value
A value representing the domestic partnership status of a person.
Examples: Married, separated, divorced, widowed, common-law marriage.
Rationale: This information is reported on UB FL 16
Returns: the attribute value
A value representing the race of a person.
Returns: the attribute value
The primary religious preference of a person (e.g. Hinduism, Islam, Roman Catholic Church).
Returns: the attribute value
The postal and/or residential address of a Person.
Parameters: value the new attribute value
A value identifying a person's disability.
Examples: vision impaired, hearing impaired.
Parameters: value the new attribute value
The highest level of education a person achieved (e.g. elementary school, high school or secondary school degree complete, college or baccalaureate degree complete).
Parameters: value the new attribute value
The ethnic group of the person.
Parameters: value the new attribute value
A value specifying the housing situation of a person.
Examples: Independent household, institution, nursing home, extended care facility, retirement community, etc.).
Discussion: Used for discharge planning, social service assessment, psychosocial evaluation.
Parameters: value the new attribute value
A value representing the domestic partnership status of a person.
Examples: Married, separated, divorced, widowed, common-law marriage.
Rationale: This information is reported on UB FL 16
Parameters: value the new attribute value
A value representing the race of a person.
Parameters: value the new attribute value
The primary religious preference of a person (e.g. Hinduism, Islam, Roman Catholic Church).
Parameters: value the new attribute value