Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Objective

Provide At the heart of any enterprise electronic medical record system lies a robust, explicit representation of how care information is stored. The structure of this data model dictates the scalability and flexibility of a system. This training will provide a detailed overview of the most important Bahmni data model and tables.

Contents

  • Registration page and tables associated to it
  • entities (like Patient, Visit, Encounters, Concepts) and underlying Database schema. This will enabled users to understand the richness associated with a Patient and Clinical Data.

    Contents


    Tip

    Since Bahmni EMR/Clinical is built on top of OpenMRS, therefore this data model is a representation of how OpenMRS modelling works.


    1. Patient Associated Data Model (MySQL): DB Tables like patient, patient_identifier, person, person_name, person_attribute_type, person_attribute, person_address
    2. Clinical Terminology as Concepts: Concept, concept_name,.
    3. Visits and Storing Clinical Data as Observations: Obs, encounter, encounter_type, visit, visit_type,
    4. Patient Identifier Tables: idgen_identifier_source, idgen_seq_id_gen
    5. Obs creationCreating Observations

    Training Video

    1. Data Model & Tables Training Video


    Tip
    iconfalse
    titleOn this Page

    Table of Contents
     


    Panel
    titleColorwhite
    titleBGColor#339CFF
    titleRelated Material
    1. Bahmni Architecture Documentation
    2. Bahmni Functional Video CatalogOpenMRS Data Model
    3. OpenMRS Configuration