chronic-care / onc-ac-project

ONC LEAP grant with AllianceChicago (AC) project planning and documentation
Apache License 2.0
0 stars 0 forks source link

[FINISH DESIGNING] Move referral to Archive section #70

Open kbertodatti opened 9 months ago

kbertodatti commented 9 months ago

As a CBO Referral App user, I want to archive referrals that no longer need active management so that I can keep the ones that are active readily available at the top.

kbertodatti commented 9 months ago

@drdavec what FHIR resource would you recommend to capture the "Archive"? (If there is one.)

drdavec commented 9 months ago

The active vs archived (inactive) status should be determined by the 'status' of a ServiceRequest and/or Task. It's not a different FHIR resource. For the Active Referrals, filter this view based on the status in an active state. All others would be displayed in Archived view.

kbertodatti commented 9 months ago

Ok - I think we were thinking about it in terms of adding a checkbox so they can archive a referral whatever the status.

drdavec commented 9 months ago

That sounds like a non-standard approach to state. I'd recommend adding an extension to the resource to indicate that it is archived.