Skip to content

Commit

Permalink
Merge pull request #71 from NHSDigital/APM-270-sandbox-for-pds-search
Browse files Browse the repository at this point in the history
APM-270 Update docs
  • Loading branch information
Laurence Joseph Smith authored Mar 3, 2020
2 parents c6a7a91 + 830099b commit fde2612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/patient-demographics-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ paths:
| Scenario | Request | Response |
| ------------------------------ | ------------------------------------------------------------ | ------------------------------------------ |
| Successful simple search | `family`=`Smith`, `given`=`Jane`, `gender`=`female`, `birthdate`=`eq2010-10-22` | HTTP Status 200 with single search result. |
| Successful simple search | `family`=`Smith`, `gender`=`female`, `birthdate`=`eq2010-10-22` | HTTP Status 200 with single search result. |
| Successful advanced search | `family`=`Sm*`, `gender`=`female`, `birthdate`=`eq2010-10-22` | HTTP Status 200 with search result of two. |
| Successful advanced search with `_max-results` parameter set. | `family`=`Sm*`, `gender`=`female`, `birthdate`=`eq2010-10-22`, `_max-results`=`2` | HTTP Status 200 with search result of two. |
| Successful advanced search with daterange parameters provided | `family`=`Smith`, `gender`=`female`, `birthdate`=`ge2010-10-21`, `birthdate`=`le2010-10-23` | HTTP Status 200 with single search result. |
Expand Down

0 comments on commit fde2612

Please sign in to comment.