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.
Description
acme/patientStatus/list
GET
Get the ten most recent patient statuses.
Arbitrarily cap to 10 most recent statuses, we can get feedback on whether pagination is desired by the client or not.
Request Body
Response Body
200
400
If request body sent is syntactically invalid.
403
This endpoint is not authorized for roles who are not EHR maintainers or Government Systems Coordinators.
422
If request body sent is not processable (missing or malformed data).
Acceptance Criteria
200
with response body when well-formatted data is sent by an EHR Maintainer or Government Systems Coordinator.400
if request body is malformed.403
if request is made by a role other than an EHR Maintainer or Government Systems Coordinator.422
if request body is missing required data.422
if the request body contains data that doesn't make sense.Tech Notes
Overall schema plan (Lucidchart)
The text was updated successfully, but these errors were encountered: