claimpropertytypes

The claimpropertytypes table manages the possible property types or keys that can be represented in the claimproperties table.

Table Schema

Name Type Description
id INTEGER

Surrogate key. Primary key for the claimpropertytypes table.

name VARCHAR

A descriptive name for the claim property.

inserteddate TIMESTAMP

Timestamp (UTC) indicating the date the row was first inserted into HIEBus.

insertedbyapplication_id SMALLINT

The application that first inserted the row into HIEBus. Foreign key reference to applications.id.

insertedbyuser_id VARCHAR

The user associated with the process that first inserted the row into HIEBus. Foreign key reference to users.id.

tenant_id SMALLINT

Surrogate key. Foreign key reference to tenants.id


Back to Tables