-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breakout Patient Registration Form into Patient Registration and Patient Health Profile Forms #8388
Labels
Comments
This was referenced Aug 22, 2024
We dont really need a separate table for this right now, we can just keep everything in the same table and use the same API for multiple forms. a PATCH request with the same endpoint will only update what is needed. |
@gigincg when is this expected? Dr. Athul needs this to start getting IAPC to actively scale. Please provide some timeline |
When are we expecting this to go live? @gigincg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To improve the clarity and organization of patient data, the existing patient registration form in the CARE system needs to be split into two distinct forms:
Patient Registration Form
Patient Identification/Demographic Details
Social Profile
Patient Health Profile Form
Medical History
Health Profile
Data Migration:
Migrate all relevant fields from the current patient registration form that pertain to the patient's health profile into this new table.
The text was updated successfully, but these errors were encountered: