Claim restore and duplicate
Background
There may be situations that restoring of rejected claims or duplicating claims (in any status) may facilitate re-entering of their adjustments/modifications. For example, a claim may be rejected for some formal reason (e.g. wrong insurance number) and after a slight modification it might be re-submitted. The functionality of restoring or duplicating of a claim is desirable that allows creation of a claim to its original form in the status Entered.
Changes
The following adjustments are required within this RfC:
A new field
restore
is added in thetblClaim
with a FK to the original claim that has been restored which allows NULLThe functional buttons
Restore
(only for rejected claims) andDuplicate
are placed aboveCreate new
that are displayed after loading of a claim (Health Facility Claims/Load). Ex:icons-material/RestorePage
+content_copy
Clicking on the button
Restore
displays a copy of the restored claim in the formClaim
the with following deviations:the insurance number of the restored claim is the same as in the original claim if it is restored from a rejected claim
the claim number of the restored claim remain as the
original claim number
but the validation of the unicity is disabledA link to the restored Claim is displayed in the view Claim screen that can be opened in a new tab
Clicking on the button
Duplicate
displays a copy of the restored claim in the formClaim
the with following deviations:the insurance number, the name of patient and the claim number of the restored claim are empty
The restored and duplicated claims are stored into the internal table of the database only if it is saved by a user (clicking on the button Save). In this case all mandatory data fields should be entered (especially the insurance number). The restored claim is saved to the
Entered
state andReview Status
andFeedback Status
areIdle
. The control remains at the formClaim
.If the claim is restored then the
tblClaim.restore
field will save the id of the restored claim.A configuration option
max_restore
is added to the Claim module configuration to specify the maximum numbers of restores a claim can have.The restored claim is cleared (up to the health facility code/name and claim administrator) if user clicks on the
Create new
button. The control remains at the formClaim
. In that case the user can continue to add new claims for given health facility/claim administratorClicking on the
Back
button returns the control to theFindClaims
form.The permission
Restore Claim
is included into the formRole
. TheRestore
button display is based on this permission.The system user profile
Claim Administrator
has the permissionRestore
.Restored and saved claims can be searched for under the menu
Health Facility Claims
. A checkbox is added to filter only the restored claims. In the result list the restored claims will be displayed with a different background color.
Did you encounter a problem or do you have a suggestion?
Please contact our Service Desk
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. https://creativecommons.org/licenses/by-sa/4.0/