Patient Request for Corrections Implementation Guide, published by HL7 International - Patient Empowerment Workgroup. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-patient-correction/ and changes regularly. See the Directory of published versions
The CorrectionRequester represents a patient’s application, such as a personal health record. A patient or their caregiver uses the application to request a correction to their medical record.
RequestFulfiller
The RequestFulfiller represents a provider system – usually an EHR. A Medical Records professional or a clinician uses the provider system to review and process the correction request. The RequestFulfiller may also represent a payer system.
General Actor Sequence
Use Cases
NOTE: The following list of use cases represent common use cases but is not an exhaustive list.
Use Case 1: Patient Requests a Correction which is Received by the Provider system.
A Patient reviews the records received from a provider (most likely this review is of the electronic health information accessed on their personal health record application).
The patient determines that it contains one or more errors or discrepancies.
The patient enters a correction request using their application. The request can be a simple unstructured request,but can also contain additional structured information to provide context or to pinpoint the error and the fix.
The application (CorrectionRequester) sends the correction request to the appropriate provider system (RequestFulfiller) and gets an acknowledgement that the request has been received.
Use Case 2: Patient Requests a Correction to Their Medical Record Which is Accepted and Corrected.
Note that use case 2 includes all the steps of use case 1 but then continues beyond a simple receipt of the request (shown as step 4).
A patient reviews the records received from a provider (most likely this review is of the electronic health information accessed on their personal health record application).
The patient determines that it contains one or more errors or discrepancies.
The patient enters a correction request using their application. The request can be a simple unstructured request,but can also contain additional structured information to provide context or to pinpoint the error and the fix.
The application (CorrectionRequester) sends the correction request to the appropriate provider system (RequestFulfiller) and gets an acknowledgement that the request has been received.
The provider (most likely a medical records professional but possibly a clinician) reviews the request on the provider system (EHR).
If needed, the provider reaches out to the patient to further clarify the request and consults as needed with clinicians to determine if a correction is appropriate.
The request for correction is accepted. The appropriate personnel corrects the chart (or charts if the error involves multiple charts) and creates formal amendments to the electronic health record.
The correction request is marked complete.
Throughout the process, the patient has been able to use their application to check for the status of their correction request and is able to determine that it was being reviewed, then was accepted, and later completed.
Use Case 3: Patient Requests a Correction to Their Medical Record Which is Denied.
A patient reviews the records received from a provider (most likely this review is of the electronic health information accessed on their personal health record application).
The patient determines that it contains one or more errors or discrepancies.
The patient enters a correction request using their application. The request can be a simple unstructured request,but can also contain additional structured information to provide context or to pinpoint the error and the fix.
The application (CorrectionRequester) sends the correction request to the appropriate provider system (RequestFulfiller) and gets an acknowledgement that the request has been received.
The provider (most likely a medical records professional but possibly a clinician) reviews the request on the provider system (EHR).
If needed, the provider reaches out to the patient to further clarify the request and consults as needed with clinicians to determine if a correction is appropriate.
It is determined that the chart is in fact correct. The request for correction is denied. Note that the rejection may include details such as the reason for the rejection, a patient’s rights to submit a disagreement, etc.
Meanwhile, the patient has been able to use their application to check for the status of their correction request and is able to determine that it is being reviewed and then later denied.
Use Case 4: Patient Disagrees with Correction Request Denial.
NOTE: This use case is a continuation from Use Case 3.
Upon receiving a denial to their correction request, the patient decides to log a formal disagreement with the provider.
The patient enters the disagreement using their application.
The application (CorrectionRequester) sends the disagreement to the denied correction request to the appropriate provider system (RequestFulfiller) and gets an acknowledgement that the disagreement has been received.
The provider (most likely a medical records professional but possibly a clinician) reviews the disagreement on the provider system (EHR) and consults as needed with clinicians. The chart on the EHR might also be reviewed.
The provider determines that the chart is correct and is not swayed by the disagreement. They may provide an explanation or rebuttal.
Meanwhile, the patient has been able to use their application to check for the status of their disagreement.
Use Case 4b: Provider provides Rebuttal
NOTE: This is a continuance of Use Case 4.
The provider also potentially provides a formal rebuttal.
Meanwhile, the patient has been able to use their application to check for the status of their disagreement and is able to determine that it is being reviewed and then later denied.
Use Case 5: Patient Requests a Correction to Their Medical Record and Later Sends an Update to Their Correction Request.
A patient reviews the records received from a provider (most likely this review is of the electronic health information accessed on their personal health record application).
The patient determines that it contains one or more errors or discrepancies.
The patient enters a correction request using their application. The request can be a simple unstructured request,but can also contain additional structured information to provide context or to pinpoint the error and the fix.
The application (CorrectionRequester) sends the correction request to the appropriate provider system (RequestFulfiller) and gets an acknowledgement that the request has been received.
The patient later determines the Correction Request is incorrect or incomplete. For example, the patient may have entered the wrong information, or may want to add a supporting attachment, or a list of contacts to notify upon correction completion.
Their application (CorrectionRequestor) sends an updated correction request to the provider system (RequestFulfiller).
The provider system updates the correction request accordingly and continues processing it.
Note, in the case of multiple corrections requested, the flow may follow Use Case 3 and/or 4 for each individual correction submitted.
Use Case 6: Patient Requests a Correction to Their Medical Record and the Record is Partially Updated
Note that use case 6 would also include the ability for dialog (status, clarifications) as in the other use cases. This is left out of this description for simplicity.
A patient reviews the records received from a provider (most likely this review is of the electronic health information accessed on their personal health record application).
The patient determines that it contains one or more errors or discrepancies.
The patient enters a correction request using their application.
The application (CorrectionRequester) sends the correction request to the appropriate provider system (RequestFulfiller) and gets an acknowledgement that the request has been received.
The provider (most likely a medical records professional but possibly a clinician) reviews the request on the provider system (EHR).
Portions of the request are accepted and portions are denied. The request is therefore partially accepted. The patient is notified of partial acceptance and how to disagree with the denied portion.
The portion of the request accepted is corrected in the chart and the correction request is marked complete.