Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Patients API #19

Open
ElviraMjeshtri opened this issue Jul 5, 2023 · 0 comments
Open

Create Patients API #19

ElviraMjeshtri opened this issue Jul 5, 2023 · 0 comments
Assignees

Comments

@ElviraMjeshtri
Copy link
Collaborator

User Story: As a developer, I want to be able to retrieve a list of all patients registered in the third party system

Acceptance Criteria:

Scenario 1: Retrieving a list of all patients

Given no query parameters

When I make a GET request to the API endpoint to retrieve a list of patients

Then the system should respond with a 200 status code and a list of all patients in the system.

Scenario 2: Retrieving patients details

Given a patientId as a path variable

When I make a GET request to the API endpoint to retrieve the patient details

Then the system should respond with a 200 status code and patient details data in the response body

@ElviraMjeshtri ElviraMjeshtri converted this from a draft issue Jul 5, 2023
@ElviraMjeshtri ElviraMjeshtri moved this from Backlog to Ready for development in Cohort 2E Jul 5, 2023
@ElviraMjeshtri ElviraMjeshtri moved this from Ready for development to In Progress in Cohort 2E Aug 9, 2023
@ElviraMjeshtri ElviraMjeshtri moved this from In Progress to Done in Cohort 2E Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants