An organization or a person, with which some form of business association is made.
instance_s (PK, M: CHAR VARYING(19))
Surrogate key of the table.
identifier (M: CHAR VARYING(80))
business_associate.identifier
A name which identifies a business associate.
instance_create_date (O: TIMESTAMP)
e_and_p_data.instance_create_date
This is the date that this instance was created. This date is defined by the source if imported, or is the date the instance is created if a new instance.
last_updated (O: TIMESTAMP)
e_and_p_data.last_updated
This is the date that this instance was last updated. This value should be updated when any part of this instance is altered (except for inverse relationships).
kind (FNK, M: CHAR VARYING(80))
business_associate.kind
The type used to characterize a business associate. It is also used to validate business associations for business association structures for which rules have been defined.
Defines a foreign key to table r_business_associate.
description (O: CHAR VARYING(2000))
e_and_p_data.description
A remark or comment about the instance.
business_associate.end_date
The date and time of day that a business associate is defined to cease existence, such as the date of death of a person, the termination date of a team, or the date that a department was eliminated.
instance_creator (O: CHAR VARYING(80))
e_and_p_data.instance_creator
This is the person, company or application that created this instance. This identifies the party responsible for loading this instance.
last_updated_by (O: CHAR VARYING(80))
e_and_p_data.last_updated_by
This records the person or application making the update to this instance.
source (O: CHAR VARYING(80))
e_and_p_data.source
The provider of this instance, which is usually a data provider for imported/purchased data. If this instance is provided by POSC, then this attribute must be "POSC".
business_associate.start_date
The date and time of day that a business associate is defined to begin existence, such as the birth date of a person, the date of incorporation for a corporation, or the creation date of a team.
naming_system (FNK, O: CHAR VARYING(80))
business_associate.naming_system
The type of identifier for the business associate to allow the identification of a standardized identifier instance. For example, employee number, social security number, full name, nickname, etc.
Defines a foreign key to table naming_system.