SlideShare a Scribd company logo
1 of 1
Download to read offline
Person
PK PersonID
last_name
first_name
FK1 addressID
pers_is_rel
pers_is_pat
pers_is_phy
pers_is_emp
yyyy
mm
dd
Date_type
area_code
exchange
last_four
Phone_type
Related_Persons
PK related_person_id
FK1 PersonID
relationship
Latitude
Longitude
Location_type
Patient
PK patientID
FK1 PersonID
date_of_birth
gender
ethnicity
occupation
Physician
PK physician_id
FK1 PersonID
fax
phone
Contact
PK contact_id
FK2 patientID
FK1 related_person_id
type_of_contact
category
length_of_time
FK3 addressID
Employee
PK employee_id
FK1 PersonID
phone
Incident
PK incident_id
date_time_occured
diagnosis_probability
FK3 disease_id
FK2 patientID
physician_id
FK1 region_id
employee_person_ID
date_received
date_recorded
date_confirmed
Address
PK addressID
street_address
city
state
zip
location
Test
PK,FK2 physician_id
PK test_id
test_name
test_date
lab_name
type
measure
result
benchmark
interpretation
FK3 patientID
Disease
PK disease_id
disease_name
discovery_date
discovered_by
source
germination_period
Transmission_Mechanism
PK mechanism_id
category
probability_of_transfer
comments
FK1 disease_id
Symptom
PK symptom_id
description
severity
percent_of_cases
time_to_appear
FK1 disease_id
Observed_Symptom
PK,FK1 incident_id
PK symptom_num
description
severity
length_of_time
Region
PK region_id
name
description
population
O

More Related Content

Featured

Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Featured (20)

AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 

Project2PatientDiseaseDB

  • 1. Person PK PersonID last_name first_name FK1 addressID pers_is_rel pers_is_pat pers_is_phy pers_is_emp yyyy mm dd Date_type area_code exchange last_four Phone_type Related_Persons PK related_person_id FK1 PersonID relationship Latitude Longitude Location_type Patient PK patientID FK1 PersonID date_of_birth gender ethnicity occupation Physician PK physician_id FK1 PersonID fax phone Contact PK contact_id FK2 patientID FK1 related_person_id type_of_contact category length_of_time FK3 addressID Employee PK employee_id FK1 PersonID phone Incident PK incident_id date_time_occured diagnosis_probability FK3 disease_id FK2 patientID physician_id FK1 region_id employee_person_ID date_received date_recorded date_confirmed Address PK addressID street_address city state zip location Test PK,FK2 physician_id PK test_id test_name test_date lab_name type measure result benchmark interpretation FK3 patientID Disease PK disease_id disease_name discovery_date discovered_by source germination_period Transmission_Mechanism PK mechanism_id category probability_of_transfer comments FK1 disease_id Symptom PK symptom_id description severity percent_of_cases time_to_appear FK1 disease_id Observed_Symptom PK,FK1 incident_id PK symptom_num description severity length_of_time Region PK region_id name description population O