Difference between revisions of "Demographic Improvements"

From OpenEMR Project Wiki
Line 1: Line 1:
==Summary==
==Summary==
====Create a new contact info system.====
=====Create a new contact info system.=====
:Focus of project is on centralizing and improving contact info in OpenEMR.
:Focus of project is on centralizing and improving contact info in OpenEMR.
:Create and normalize tables with contact information.
:Create and normalize tables with contact information.
:
:
:
:
====Functional Result:====
:
=====Functional Result:=====
Multiple addresses per patient.
Multiple addresses per patient.
Multiple phone numbers per patient.
Multiple phone numbers per patient.
Line 12: Line 13:
:
:
:
:
'''Create tables:'''
"Person"
This will point to contact info for all people, not just patients.
:
:
"Business"
=====Create tables:=====
Business contact info.
:"Person"
::This will point to contact info for all people, not just patients.
:
:
"Contact"
:"Business"
Contact table to be used for every address in OpenEMR.
::Business contact info.
:
:"Contact"
::Contact table to be used for every address in OpenEMR.
:
:
"Address"
"Address"
Line 26: Line 28:
"Email_Address"  
"Email_Address"  
:
:
'''Add New Tabs to Demographic Screen'''
=====Add New Tabs to Demographic Screen:=====
:
:
:
Not only able to store multiple phone numbers, addresses, etc, but also store old numbers, addresses.
:Not only able to store multiple phone numbers, addresses, etc, but also store old numbers, addresses.
Old data does not need to be deleted.
:Old data does not need to be deleted.

Revision as of 19:11, 29 November 2021

Summary

Create a new contact info system.
Focus of project is on centralizing and improving contact info in OpenEMR.
Create and normalize tables with contact information.
Functional Result:

Multiple addresses per patient. Multiple phone numbers per patient. Multiple email addresses per patient. But, I want to expand to much more. . .

Create tables:
"Person"
This will point to contact info for all people, not just patients.
"Business"
Business contact info.
"Contact"
Contact table to be used for every address in OpenEMR.

"Address" "Telephone_Number" "Email_Address"

Add New Tabs to Demographic Screen:
Not only able to store multiple phone numbers, addresses, etc, but also store old numbers, addresses.
Old data does not need to be deleted.