org.hl7.rim
public interface LivingSubject extends RimObject, Entity
A subtype of Entity representing an organism or complex animal, alive or not.
Examples: A person, dog, microorganism or a plant of any taxonomic group.
Constraints: Instances of this class encompass mammals, birds, fishes, bacteria, parasites, fungi and viruses. Person is a specialization of this class.
Rationale: This class contains "static" or "administrative" attributes of interest to medicine that differentiate living organisms from other Entities.
| Method Summary | |
|---|---|
| CE | getAdministrativeGenderCode()
Gets attribute administrativeGenderCode of type CE and cardinality 0..1.
|
| TS | getBirthTime()
Gets attribute birthTime of type TS and cardinality 0..1.
|
| BL | getDeceasedInd()
Gets attribute deceasedInd of type BL and cardinality 0..1.
|
| TS | getDeceasedTime()
Gets attribute deceasedTime of type TS and cardinality 0..1.
|
| BL | getMultipleBirthInd()
Gets attribute multipleBirthInd of type BL and cardinality 0..1.
|
| INT | getMultipleBirthOrderNumber()
Gets attribute multipleBirthOrderNumber of type INT and cardinality 0..1.
|
| BL | getOrganDonorInd()
Gets attribute organDonorInd of type BL and cardinality 0..1.
|
| void | setAdministrativeGenderCode(CE value)
Sets attribute administrativeGenderCode of type CE and cardinality 0..1.
|
| void | setBirthTime(TS value)
Sets attribute birthTime of type TS and cardinality 0..1.
|
| void | setDeceasedInd(BL value)
Sets attribute deceasedInd of type BL and cardinality 0..1.
|
| void | setDeceasedTime(TS value)
Sets attribute deceasedTime of type TS and cardinality 0..1.
|
| void | setMultipleBirthInd(BL value)
Sets attribute multipleBirthInd of type BL and cardinality 0..1.
|
| void | setMultipleBirthOrderNumber(INT value)
Sets attribute multipleBirthOrderNumber of type INT and cardinality 0..1.
|
| void | setOrganDonorInd(BL value)
Sets attribute organDonorInd of type BL and cardinality 0..1.
|
A value representing the gender (sex) of a Living subject.
Examples: female, male
Discussion: This attribute does not include terms related to clinical gender. Gender is a complex physiological, genetic and sociological concept that requires multiple observations in order to be comprehensively described. The purpose of this attribute is to provide a high level classification that can additionally be used for the appropriate allocation of inpatient bed assignment.
Constraints: This code is used for administrative purposes.
Returns: the attribute value
The date and time of a living subject's birth or hatching.
Returns: the attribute value
An indication that the subject is dead.
Returns: the attribute value
The date and time that a living subject's death occurred.
Returns: the attribute value
An indication as to whether the living subject is part of a multiple birth.
Returns: the attribute value
The order in which this living subject was born if part of a multiple birth.
Returns: the attribute value
An indication that the living subject is a candidate to serve as an organ donor.
Discussion: This attribute specifies whether an individual living subject has donated or is willing to donate an organ.
Returns: the attribute value
A value representing the gender (sex) of a Living subject.
Examples: female, male
Discussion: This attribute does not include terms related to clinical gender. Gender is a complex physiological, genetic and sociological concept that requires multiple observations in order to be comprehensively described. The purpose of this attribute is to provide a high level classification that can additionally be used for the appropriate allocation of inpatient bed assignment.
Constraints: This code is used for administrative purposes.
Parameters: value the new attribute value
The date and time of a living subject's birth or hatching.
Parameters: value the new attribute value
An indication that the subject is dead.
Parameters: value the new attribute value
The date and time that a living subject's death occurred.
Parameters: value the new attribute value
An indication as to whether the living subject is part of a multiple birth.
Parameters: value the new attribute value
The order in which this living subject was born if part of a multiple birth.
Parameters: value the new attribute value
An indication that the living subject is a candidate to serve as an organ donor.
Discussion: This attribute specifies whether an individual living subject has donated or is willing to donate an organ.
Parameters: value the new attribute value