Columns
Column | Type | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
product_id | int8 |
|
|
The unique product ID, e.g. 43. |
||||||||||||
product_link | text |
|
|
|||||||||||||
product_uuid | uuid |
|
|
The unique identifier for a product, e.g. a2311fd4-02a8-4452-99g2-fg391c5173a0. |
||||||||||||
state | text |
|
|
The state of the product. One of either “current” or “archived”. |
||||||||||||
product | text |
|
|
The name of the product being offered by the Care Worker to the Client, e.g. “24 Hour High Level Care Block”. |
||||||||||||
description | text |
|
|
The description of the product being offered by the Care Worker to the Client, e.g. “General in-home aged care support.”. |
||||||||||||
funding_scheme_type | varchar |
|
|
The funding scheme that the product belongs to. E.g. |
||||||||||||
suggested_price | numeric |
|
|
The suggested price of this product in whole amounts, this is set by the company. E.g. 56.50. |
||||||||||||
suggested_tenant_percent | numeric |
|
|
The suggested company percentage of this product, e.g. 0.20. |
||||||||||||
quantity_type | varchar |
|
|
Multiplier for the price when working out the cost of a visit. e.g. “per_hour”, or “per_visit”. |
||||||||||||
support_category | text |
|
|
This is part of the NDIS support code. |
||||||||||||
sequence_number | text |
|
|
This is part of the NDIS support code. |
||||||||||||
registration_group | text |
|
|
This is part of the NDIS support code. |
||||||||||||
outcome_domain | text |
|
|
This is part of the NDIS support code. |
||||||||||||
support_purpose | text |
|
|
This is part of the NDIS support code. |
||||||||||||
services_for_the_product | text |
|
|
The string aggregated list of all services that use this product. E.g. ‘Companionship, Nursing’. |
||||||||||||
total_schedule_rules | int8 |
|
|
|||||||||||||
scheduled_exceptional_visits | int8 |
|
|
|||||||||||||
scheduled_exceptional_visits_after_july_1 | int8 |
|
|
|||||||||||||
created_at | timestamp |
|
|
The date and time created (in UTC), e.g.: 2021-03-02 00:12:59.996101. |
||||||||||||
updated_at | timestamp |
|
|
The date and time last updated (in UTC), e.g.: 2021-03-17 22:59:01.116801. |
||||||||||||
archived_at | timestamp |
|
|
The date and time the product was archived (in UTC), e.g.: 2021-03-17 22:59:01.116801. |
||||||||||||
company_id | int8 |
|
|
The company ID, e.g.: 345. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dim_products_pkey | Primary key | Asc | product_id |
dim_products_company_id_idx | Performance | Asc | company_id |