You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VA imposes a stipulation that patients be able to request to delete, or delete themselves, any data that they may have within the SDS.
By far the best way to handle this is to use built-in HAPI-FHIR delete APIs, and it is suggested to add a mechanism in the MyCarePlanner app to facilitate the user performing this action.
How, specifically, that should be accomplished is TBD. However, we should dig into what such a call would look like and see about implementing something along those lines.
I do see in the SDS application.yaml that there are commented out references to delete_expunge_enabled so I think perhaps if we set that to true, that the SDS ought to be able to handle expunge requests.
all needs to be tested of course, but this would definitely be the best way to go about handling this VA requirement
kbertodatti
changed the title
MyCarePlanner - add functionality to allow patients to delete their data in the SDS for VA integration
MyCarePlanner - Delete SDS data functionality
Apr 10, 2024
The VA imposes a stipulation that patients be able to request to delete, or delete themselves, any data that they may have within the SDS.
By far the best way to handle this is to use built-in HAPI-FHIR delete APIs, and it is suggested to add a mechanism in the MyCarePlanner app to facilitate the user performing this action.
How, specifically, that should be accomplished is TBD. However, we should dig into what such a call would look like and see about implementing something along those lines.
See:
That's probably enough to go on for now.
The text was updated successfully, but these errors were encountered: