ramses-antibiotics / ramses-package

R Package for Data-Driven Antimicrobial Stewardship & Surveillance in Hospitals
https://ramses-antibiotics.web.app/
GNU General Public License v3.0
10 stars 1 forks source link

[REQ] Database schema, naming convention and documentation #118

Open peterdutey opened 5 months ago

peterdutey commented 5 months ago

Overview

The Ramses data model follows a fact constellation schema design to accommodate the various many-to-many relationships that exist between medication prescriptions, hospital stays, and the many associated dimensions, chiefly time (particularly date/month/quarter/year), antibiotic classes (ATC, AWaRe, and other groupings).

Table naming convention

Every table generated by the Ramses package should be named prefix_domain_item_

Prefixes (mandatory component):

Domain (optional component):

Item (mandatory component):

Documentation

Users will need:

Related issues

109 #73 #104