We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
rafal-nowak
terrence-newton
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: