Data Warehouse

IS&T Home >   Data Warehouse

MIT Data Warehouse MIT MEDICAL RECIPIENT Table


View exposing MIT medical recipient detail including recipient name, relationship, date of birth, age, gender, Social Security number, disability indicator, and initial primary-care-provider attributes.


Field Name

Description

Data Type

Length

AGE

Age associated with the record.

NUMBER

4

BENEFITS_RECIPIENT_KEY

Surrogate key identifying the benefits recipient.

VARCHAR2

14

DATE_OF_BIRTH

Date of birth associated with the person.

DATE

FAMILY_RELATIONSHIP

Family relationship associated with the record.

VARCHAR2

40

FULL_NAME

Full name associated with the person.

VARCHAR2

80

GENDER

Gender associated with the record.

VARCHAR2

20

INITIAL_PCP_ID

Business identifier for the initial pcp.

VARCHAR2

20

INITIAL_PCP_NAME

Initial pcp name associated with the record.

VARCHAR2

40

IS_DISABLED_DEPENDENT

Indicator identifying whether disabled dependent (Y/N).

VARCHAR2

1

RECORD_COUNTER

Record counter associated with the record.

NUMBER

SOCIAL_SECURITY_NUMBER

Social security number associated with the person.

VARCHAR2

15

WAREHOUSE_LOAD_DATE

Date the record was loaded into the data warehouse.

DATE