Personal Information
Description
A piece of information about a party that is considered sensitive enough to isolate access to that information to individuals with a particular need to see it.
WARNING
Our use of the term "personal information" may not be precisely aligned with the NIST who define information as "personal" if that information can be used to identify a person. This includes items such as name, address, and phone number, which we currently model elsewhere.
In our design, we are using the term to refer to information that is considered sensitive, such as date of birth, social security number, etc. We should discuss this and make sure we are using the term consistently.
Label
:PersonalInfo
Properties
Legal and Compliance
These properties are TBD. UTA IQ did some work talking to Legal about this but we will need to discuss with Legal and Compliance about where we record consent
| Property | Description | Type |
|---|---|---|
| id | Unique identifier for this PersonalInfo node; a uuid | string |
| dob | Date of Birth, e.g. "1990-01-01" | date |
| dod | Date of Death, e.g. "2020-12-01" | date |
| ssn | Social Security Number, e.g. "123-45-6789" | string |
| gender | Gender | string |
| race | Race | string |
| ethnicity | Ethnicity | string |
| pronouns | Pronouns | string |
| sexualOrientation | Sexual Orientation | string |
| maritalStatus | Marital Status. Allowed enum keys: SINGLE/MARRIED/DIVORCED/WIDOWED/OTHER . | string |
| religion | Religion | string |
| accessibility | Allowed enum keys: YES/NO/UNKNOWN . | string |
| nationality | ISO-3166-1 alpha-3 country codes, e.g. USA, CAN, MEX. | string |
| height | Height in inches, e.g. 72.5 . Allowed range: (0, 120] . | number |
| createdBy | the person or process that created the node | string |
| createdDate | dateTime | |
| modifiedBy | the person or process who last modified the node | string |
| modifiedDate | dateTime |
Key
id
Relationships
The HAS_PERSONAL_INFO relationship connects parties to names.