Skip to content

Commit 275d101

Browse files
Feature/eli 308 next vita update batch part 2 (#38)
* Update eligibility-signposting-api.yaml Adding newly requested additional examples from VitA. Amendment of some existing examples. * Update collection.json Modifying to reflect spec changes 1_14_alpha * Update app.py Add in mapping support for new examples * Update eligibility-signposting-api.yaml Correcting GFM syntax in examples * Update collection.json GFM syntax corrections in examples * Update eligibility-signposting-api.yaml Adding nhsd-application-id
1 parent a67f521 commit 275d101

File tree

3 files changed

+1288
-225
lines changed

3 files changed

+1288
-225
lines changed

sandbox/app.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@
5252
"patient-check/5000000012": "example_50000000012",
5353
"patient-check/5000000013": "example_50000000013",
5454
"patient-check/5000000014": "example_50000000014",
55+
"patient-check/5000000015": "example_50000000015",
56+
"patient-check/5000000016": "example_50000000016",
57+
"patient-check/5000000017": "example_50000000017",
58+
"patient-check/5000000018": "example_50000000018",
59+
"patient-check/5000000019": "example_50000000019",
60+
"patient-check/5000000020": "example_50000000020",
61+
"patient-check/5000000021": "example_50000000021",
62+
"patient-check/5000000022": "example_50000000022",
63+
"patient-check/5000000023": "example_50000000023",
64+
"patient-check/5000000024": "example_50000000024",
65+
# Incorrectly sized mock NHS Numbers (retained for backward compatabliity)
5566
"patient-check/50000000001": "example_50000000001",
5667
"patient-check/50000000002": "example_50000000002",
5768
"patient-check/50000000003": "example_50000000003",
@@ -66,6 +77,17 @@
6677
"patient-check/50000000012": "example_50000000012",
6778
"patient-check/50000000013": "example_50000000013",
6879
"patient-check/50000000014": "example_50000000014",
80+
"patient-check/50000000015": "example_50000000015",
81+
"patient-check/50000000016": "example_50000000016",
82+
"patient-check/50000000017": "example_50000000017",
83+
"patient-check/50000000018": "example_50000000018",
84+
"patient-check/50000000019": "example_50000000019",
85+
"patient-check/50000000020": "example_50000000020",
86+
"patient-check/50000000021": "example_50000000021",
87+
"patient-check/50000000022": "example_50000000022",
88+
"patient-check/50000000023": "example_50000000023",
89+
"patient-check/50000000024": "example_50000000024",
90+
# VitA Specific NHS Number Mapping
6991
"patient-check/9686368973": "example_50000000001",
7092
"patient-check/9686368906": "example_50000000002",
7193
"patient-check/9658218873": "example_50000000003",
@@ -80,6 +102,7 @@
80102
"patient-check/9450114080": "example_50000000012",
81103
"patient-check/9466447939": "example_50000000013",
82104
"patient-check/9657933617": "example_50000000014",
105+
# Support error scenario invocation
83106
"patient-check/90000000400": "code400",
84107
"patient-check/90000000404": "code404",
85108
"patient-check/90000000422": "code422",

0 commit comments

Comments
 (0)