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

Update CBO app to enable app to read multiple ServiceRequests #57

Closed kbertodatti closed 1 year ago

kbertodatti commented 1 year ago

Query for all servicerequests, not query for all serviceRequests for 1 patient.

Display each ServiceRequest in it's own row on the dashboard.

Query all ServiceRequests, then find Patient associated with it (and Task associated with it). 1) Query all ServiceRequests 2) Find all associated Patients with those Service Requests (patient may have more than 1 serviceRequest) 3) Find all associated Tasks with those Service Requests (ServiceRequest:Task is 1:1). Task should have "Focus" to point to ServiceRequest.

kbertodatti commented 1 year ago

Use Github Pages for testing. @sravandigitalhie to set up it.

kbertodatti commented 1 year ago

Update from @sravandigitalhie : Updated to pull multiple ServiceRequests and everything is dynamically pulled. The only hard coded info is Owner, Status, Notes/Notes History.