Skip to content

Commit 5961ca7

Browse files
committed
eli-225 updating sandbox + readme
1 parent 0018c0b commit 5961ca7

File tree

3 files changed

+135
-12
lines changed

3 files changed

+135
-12
lines changed

sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This will stop the sandbox environment.
2828
There are a number of examples of responses which can be returned by passing specific NHS Numbers in the patient query parameter:
2929

3030
```bash
31-
curl -X GET "http://0.0.0.0:9000/eligibility-check?patient=<patient NHS Number>" -H "Authorization: Bearer sdvsd"
31+
curl -X GET "http://0.0.0.0:9000/patient-check/<NHS_NUMBER>
3232
```
3333
3434
#### Example scenarios

sandbox/app.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838
]
3939

4040
PATIENT_EXAMPLES = {
41-
"patient=50000000001": "example_50000000001",
42-
"patient=50000000002": "example_50000000002",
43-
"patient=50000000003": "example_50000000003",
44-
"patient=50000000004": "example_50000000004",
45-
"patient=50000000005": "example_50000000005",
46-
"patient=50000000006": "example_50000000006",
47-
"patient=90000000400": "code400",
48-
"patient=90000000404": "code404",
49-
"patient=90000000422": "code422",
50-
"patient=90000000500": "code500",
41+
"patient-check/50000000001": "example_50000000001",
42+
"patient-check/50000000002": "example_50000000002",
43+
"patient-check/50000000003": "example_50000000003",
44+
"patient-check/50000000004": "example_50000000004",
45+
"patient-check/50000000005": "example_50000000005",
46+
"patient-check/50000000006": "example_50000000006",
47+
"patient-check/90000000400": "code400",
48+
"patient-check/90000000404": "code404",
49+
"patient-check/90000000422": "code422",
50+
"patient-check/90000000500": "code500",
5151
}
5252

5353

sandbox/poetry.lock

Lines changed: 124 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)