serenity-health / roadmap

Public roadmap for development of Serenity's apps reported by our community of users
0 stars 1 forks source link

feature/edit an insurance patient'scoverage #79

Closed chris-dare closed 2 years ago

chris-dare commented 2 years ago

Tell us about your request! CEEs would like to edit a patient's insurance coverage

Which app does this concern? Provider portal

What will be benefit of this feature? Mistakes can be corrected. In the absence of an insurance API integration, the patient's coverage can be edited

Describe the solution you'd like Implement an API to edit the coverage of an organization.models.Employee iff the managing organization is an insurance provider. See API spec here.

Describe alternatives you've considered This has currently been edited manually for a while now and needs to end

Additional context N/A

chris-dare commented 2 years ago

@agbavorrichmond I need you to design a screen for @pkdadson to implement this on the frontend. Let's discuss after this morning's call

TuyizereBapt commented 2 years ago

@dexios1 I did not find any use of the parameters in the URL in the API spec here

chris-dare commented 2 years ago

Hi @pkdadson an API is ready for this. @TuyizereBapt is available to support you on the integration

chris-dare commented 2 years ago

Hi @pkdadson,

Editing a corporate employee yields a 404 since it's a different endpoint.

@seddie62 I'm not sure the caching works well with retrieving policies. I think that if it fails, it may not attempt to retrieve the policies again. I've noticed that the policies component fails to retrieve policy data at times.

chris-dare commented 2 years ago

Note: Updated the title to match the description