List of GNUMed database services


  1. configuration - the service administering all other services
  2. person related
    1. identity related information / names
    2. personal relationships (biological and social)
    3. addresses and related geographical information
    4. communication (phone & fax  numbers, email ...)
  3. medical history related
    1. past medical  history / diagnoses
    2. active medical problems
    3. progress reports
    4. social history
    5. family history
    6. substance abuse history
    7. allergies
    8. vaccinations
    9. past medication & current prescriptions
  4. external results
    1. pathology results
    2. imaging results
  5. correspondence
    1. sent documents (referrals, certificates)
    2. received documents (discharge summaries, specialist reports)
  6. pharmaceutical reference
    1. drug listing: generic and brand names
    2. drug properties
    3. consumer product information
    4. interactions
  7. general medical reference
    1. coding (i.e. LOINC, ICD-10)
  8. decision support database
  9. large binary objects
  10. accounting related
    1. billing
    2. tax related information
    3. stock tracking
    4. ordering supplies
  11. office related
    1. waiting room
    2. appointments
    3. recalls

Person related services

Service name:
personalia
Provides
  • All information directly related to a person's identity, biological and social relationships excluding confidential data (like credit card information)
  • All geographical information, including all person's addresses (home, work, holidays ..)
  • Personal communication related information (phone numbers, fax, email, web sites, pagers)
Access level
all staff
Related scripts:
gnumed.sql
priming of database (creation of procedural languages, basic access permissions, audit trail priming)

gmgis.sql
geographic information in the widest sense; streets, cities, states, nations, postcodes ...

gmidentity.sql
a person's identity, names, relationships, and a many-to-many pivot table linking identities to addresses

gmcommunication.sql
phone & fax numbers, email addresses, web sites, pagers, etc. and a many-to-many pivot table linking identities to communication URLs
All scripts can be downloaded from CVS by folowing the links above. They should be executed in the same order as above, from top to bottom, after creating the corresponding database. This must be done by a user who has already privileges on Postgres to create new databases and tables.