Hospital ER Diagram: Patient, Doctor, Associates, Tests & Examinations
ER Diagram for Hospital
[Patient]
- PatientID (Primary Key)
- FirstName
- LastName
- Age
- Address
- PhoneNumber
- InsuranceProvider
[MedicalDoctor]
- DoctorID (Primary Key)
- FirstName
- LastName
- Specialty
[Associate]
- AssociateID (Primary Key)
- FirstName
- LastName
- Department
[Test]
- TestID (Primary Key)
- TestName
- Description
[Examination]
- ExaminationID (Primary Key)
- PatientID (Foreign Key References Patient.PatientID)
- DoctorID (Foreign Key References MedicalDoctor.DoctorID)
- AssociateID (Foreign Key References Associate.AssociateID)
- TestID (Foreign Key References Test.TestID)
- Date
- Result
[Log]
- LogID (Primary Key)
- PatientID (Foreign Key References Patient.PatientID)
- DoctorID (Foreign Key References MedicalDoctor.DoctorID)
- AssociateID (Foreign Key References Associate.AssociateID)
- ExaminationID (Foreign Key References Examination.ExaminationID)
- Date
- Notes
Medical Billing - Related Articles
- Understanding Medicaid Billing: Requirements & Eligibility
- Federal Medical Grants: A Comprehensive Guide to Applying
- Feeking: Exploring Possible Meanings & Correct Spellings
- ICD-9 Code Testing: Ensure Accurate Medical Billing
- 99305 Medical Code: Definition, Usage & Time Requirements
- Benefits of Accurate Medical Terminology in Healthcare Billing
- First-Year Baby Healthcare Costs: A Comprehensive Guide
