| Line 1: |
Line 1: |
| | == Overview == | | == Overview == |
| | The Medical Device and Clinical Compliance (MDCCD) Data Warehouse is an Oracle 19c based data warehouse maintained by Shared Services Canada (SSC) and Health Canada's (HC) Digital Transformation Branch (DTB). | | The Medical Device and Clinical Compliance (MDCCD) Data Warehouse is an Oracle 19c based data warehouse maintained by Shared Services Canada (SSC) and Health Canada's (HC) Digital Transformation Branch (DTB). |
| | + | |
| | + | The MDCCD Data Warehouse uses a concept called "Fundamental Datasets". Fundamental Datasets are meant to be a standardized dataset that is optimized for |
| | | | |
| | == Problems to Address == | | == Problems to Address == |
| Line 75: |
Line 77: |
| | | | |
| | === '''Table Naming Convention''' === | | === '''Table Naming Convention''' === |
| − | Tables are named using a | + | Tables are named using a 3 or 4 code convention. |
| | + | |
| | + | * PROGRAM |
| | + | ** This two letter code indicates the MDCCD program that the table applies to. |
| | + | *** MD - Medical Device |
| | + | *** AH - Assisted Human Reproduction |
| | + | *** BD - Blood |
| | + | *** CO - Cells, Tissues, Organs |
| | + | *** CT - Clinical Trials |
| | + | * FUNCTION |
| | + | ** This two to three letter code indicates the functional area of the program. |
| | + | *** INS - Inspection |
| | + | *** EST - Establishment Licence |
| | + | *** COM - Company |
| | + | *** INC - Incident |
| | + | *** REC - Recall |
| | + | * TABLE GROUP |
| | + | ** This code indicates if the table is part of a larger grouping of tables that hold common information. |
| | + | ** CASE - Case Information |
| | + | ** IRC - Inspection Report Card Information |
| | + | * TABLE |
| | + | ** This code indicates the name of the table. |
| | + | |
| | + | The convention follows the following formats |
| | + | |
| | + | * 3 Code: [PROGRAM]_[FUNCTION]_[TABLE] |
| | + | ** Example: MD_INS_CASE (Medical Device Inspections, Case Table.) |
| | + | * 4 Code: [PROGRAM]_[FUNCTION]_[TABLE GROUP]_[TABLE] |
| | + | ** Example: MD_INS_CASE_CAPA (Medical Device Inspections, Case Table Grouping, Corrective Action Plan Table.) |
| | | | |
| | == Contacts == | | == Contacts == |