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
{{ message }}
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
Government Systems Coordinator, Facility System Administrator
Get data that would allow a user to see the change in patient impact over time during a specific disaster.
Arbitrarily choose to report on changes daily for the past 3 months or start date, which ever is sooner.
User Story
As a Government Systems Coordinator or Facility System Administrator I want to see the change in patient impact over time during a specific disaster So that I can evaluate if facilities are meeting standards of care during disasters Because some disasters can last a long time.
malak-coforma
changed the title
Get view of patient impact over time during disaster
Get view of facility's patient impact over time during disaster
Aug 10, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
acme/disasterPatientStatus/history
GET
Get data that would allow a user to see the change in patient impact over time during a specific disaster.
Arbitrarily choose to report on changes daily for the past 3 months or start date, which ever is sooner.
User Story
As a Government Systems Coordinator or Facility System Administrator
I want to see the change in patient impact over time during a specific disaster
So that I can evaluate if facilities are meeting standards of care during disasters
Because some disasters can last a long time.
Request Body
Response Body
200
400
If request body sent is syntactically invalid.
If request body sent is not processable (missing or malformed data).
403
This endpoint is not authorized for roles who are not Government Systems Coordinators or Facility System Administrators.
Acceptance Criteria
200
with response body when well-formatted data is sent by a Government Systems Coordinators or Facility System Administrators.400
if request body is malformed.400
if request body is missing required data.400
if the request body contains data that doesn't make sense.403
if request is made by a role other than a Government Systems Coordinators or Facility System Administrators.Tech Notes
Overall schema plan (Lucidchart)
The text was updated successfully, but these errors were encountered: