-
Notifications
You must be signed in to change notification settings - Fork 430
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
Remove all OP number validation #7751
Comments
|
The requirement here is to remove any type of Data validation on the OP No. field. Irrespective of the facility the patient is admitted to. Discussed with @gigincg CC: @rithviknishad @skks1212 @nihal467 REASON: The issue is, some hospitals are utilising this field to add their Patient ID (MRD No) for the patient, which may be consistent across all encounters for the patient in the facility. This is an acceptable behaviour. In order to allow this, remove all data validation from the field |
@aparnacoronasafe the field is handling many responsibilities, should we consider splitting it up? cc: @gigincg |
@aparnacoronasafe I thought we finalized on dropping Validations for Both OP and IP Numbers. |
please proceed with removing all validations for both IP and OP field |
Is your feature request related to a problem? Please describe.
When a patient is readmitted to the same facility and both the consultation (new and previous) are Out-patient consultations (decision after consultation), the OP number may be the same as the last consultation's OP number. However, currently it throws an error
Describe the solution you'd like
Additional context
cc: @nihal467 @aparnacoronasafe
issue have been modified based on @gigincg and @aparnacoronasafe latest comments
The text was updated successfully, but these errors were encountered: