Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Generic design of Web-based clinical databases.

Jacob Anhøj1

  • 1AstraZeneca A/S, Business Communication, Roskildevej 22, DK-2620 Albertslund, Denmark. jacob@anhoej.net

Journal of Medical Internet Research
|January 10, 2004
PubMed
Summary

The Entity-Attribute-Value (EAV) model offers a flexible solution for clinical databases, simplifying data storage in a single table. This generic design enhances data retrieval but requires careful consideration of front-end programming and query efficiency.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Winter, spring, summer or fall: temporal patterns in placenta-mediated pregnancy complications-an exploratory analysis.

Archives of gynecology and obstetrics·2023
Same author

Analysis of antibiotic use patterns in Danish hospitals 2015-2021 using an adapted version of the who aware classification.

BMJ open quality·2022
Same author

Sustainability of healthcare improvements for patients admitted with community-acquired pneumonia: follow-up data from a quality improvement project.

BMJ open quality·2022
Same author

Nonspecific symptoms dominate at first contact to emergency healthcare services among cases with invasive meningococcal disease.

BMC family practice·2021
Same author

The increasing importance of <i>Haemophilus influenzae</i> in community-acquired pneumonia: results from a Danish cohort study.

Infectious diseases (London, England)·2020
Same author

Improved treatment of community-acquired pneumonia through tailored interventions: Results from a controlled, multicentre quality improvement project.

PloS one·2020

Area of Science:

  • Medical Informatics
  • Database Design
  • Health Data Management

Background:

  • Clinical databases face challenges due to the complexity and rapid evolution of medical information.
  • Conventional relational databases require schema modifications for new or changed data types, hindering flexibility.
  • An ideal clinical database should accommodate diverse data without frequent physical schema alterations.

Purpose of the Study:

  • To conduct a literature review on generic design principles for clinical databases.
  • To identify effective strategies for managing the evolving nature of clinical data.

Main Methods:

  • A comprehensive search was performed using PubMed and Google.
  • The search focused on peer-reviewed articles and web resources related to generic clinical database design.
  • Relevant literature was systematically reviewed to identify common design patterns.

Main Results:

  • The Entity-Attribute-Value (EAV) design emerged as a key strategy for simplifying clinical database physical layouts.
  • EAV allows storing all data in a single, generic table with entity, attribute, and value columns, offering flexibility and entity-centered retrieval.
  • Disadvantages include complex front-end programming and less efficient attribute-centered queries, though web technologies can mitigate these.

Conclusions:

  • The Entity-Attribute-Value (EAV) model is a valuable approach for generic clinical database design.
  • The complexity of metadata models can be tailored based on specific application needs.
  • EAV facilitates adaptable clinical data management systems.

Related Experiment Videos