1 / 21

The Data Warehouse Schema of HIV/AIDS and Drug Use Project

The Data Warehouse Schema of HIV/AIDS and Drug Use Project. Characteristic of Source Data Our data is about the patients and their drug use situation information which includes 22 tables , which include various information about a patient .

bill
Télécharger la présentation

The Data Warehouse Schema of HIV/AIDS and Drug Use Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Data Warehouse Schema of HIV/AIDS and Drug Use Project Characteristic of Source Data Our data is about the patients and their drug use situation information which includes 22 tables , which include various information about a patient. In our case, the data warehouse is designed to integrate various biomedical datasets for studies of human diseases

  2. The Data Warehouse Schema of HIV/AIDS and Drug Use Project The Problem of the Clinical Data • Incomplete and/or imprecise data very common • Uncertain relationships between fact and dimension objects • The data structure is often informal • Often many-to-many relationships between measures and dimensions

  3. The Data Warehouse Schema of HIV/AIDS and Drug Use Project The process of building up the data warehouse Step 1: Split the tables which are in 1NF(First normal form) Step 2:According to the situation, build up the measure tables Step 3: Solving the “many to many ” relationships in each diagram Step 4: Integration the measure tables to a fact table

  4. The construction of the data warehouse Step 1: Split the tables which are in 1NF The defects may cause by the 1NF • Data Redundancy • Hard to Manage • Load Slowly

  5. Make the split base on the meaning

  6. The construction of the data warehouse Step 2: According to the situation, build up the measure tables Since the tables can be basically classified into five categories in our data, then I have used five Measure tables :Personal Info, Medical History, Other Info, Labs and Tests, Medicines which can stand for these five categories and connect to the dimension table belong to it.

  7. The Info about the five categories • Personal: Including 6 tables of patients’ personal information: Household Info, HIV Info, Substance, Address ,Insurance and Other Genotype • Medical History: Including 6 tables of patients’ medical history: MEDPROB, Adverse Effect,Extra Social History,Coinfection, Medical Problem, and Extra Social history. • Labs and Tests: Including 4 tables of patients’ labs and tests info: Genotype, Labs info, Phenotype and Drug monitor.

  8. The Info about the five categories • Medicines : Including 6 tables of patients’ medical info: Prophyl , Allergies, HAART, ARV, Nutritional Supply and Other Medicines Info. • Consult and Service: Including 6 tables of patients’ Medical service and result:Services, Consults ,Consults Outcomes, Consults Assessment, Consults Recommendation and Program Affiliation.

  9. The ER Diagrams of the five categories

  10. The entity-relationship (ER) Diagrams of the five categories

  11. The ER Diagrams of the five categories

  12. The construction of the data warehouse Step 3: Solving the “many to many ” relationships in each diagram In order to solve the “many to many” relation between fact table and dimension table, We use the bridge table. Bridge Table is a kind of table exists between the fact table and dimension table whose relation is “many to many”.

  13. What I need is a bridge table

  14. The Flexibility of the bridge table 1. Solve the many-to-many relationship problem 2.Dimension table and its associated measure table can be populated independently 3. Avoid null values

  15. The construction of the data warehouse Step 4: Integration the measure tables to a fact table Now that we’ve completed the design of five measure tables, it is time to integrate them together with a fact table.

  16. The construction of the data warehouse Between the dimension tables and the fact table , I use the Bio-Star Schema .What’s more, as we mentioned before, all the tables own a TC_ID, then I use the Patient as the fact table, and the schema is shown as following:

  17. Characteristic of the schema • Splitting the normal form 1NF help to decrease the redundancy of the data and easily management. • Try to maintain the structure of the original tables , which help the clients understand better. • Easily handle the many-to-many relationships. • BioStar schemas are able to capture the complex data structures and semantics.Themodel has the properties of great extensibility and flexibility to be widely applicable to biomedical data.

  18. Thank You

More Related