From a2ff7d891aac143a2275e92aeecdd11849244ba7 Mon Sep 17 00:00:00 2001 From: karthikeyannhs <174426205+Karthikeyannhs@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:23:11 +0100 Subject: [PATCH] VitA mapping for error scenarios --- sandbox/app.py | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/sandbox/app.py b/sandbox/app.py index 29fa001..ea879f8 100644 --- a/sandbox/app.py +++ b/sandbox/app.py @@ -87,6 +87,11 @@ "patient-check/50000000022": "example_50000000022", "patient-check/50000000023": "example_50000000023", "patient-check/50000000024": "example_50000000024", + # Support error scenario invocation + "patient-check/90000000400": "code400", + "patient-check/90000000404": "code404", + "patient-check/90000000422": "code422", + "patient-check/90000000500": "code500", # VitA Specific NHS Number Mapping "patient-check/9686368973": "example_50000000001", "patient-check/9686368906": "example_50000000002", @@ -102,11 +107,10 @@ "patient-check/9450114080": "example_50000000012", "patient-check/9466447939": "example_50000000013", "patient-check/9657933617": "example_50000000014", - # Support error scenario invocation - "patient-check/90000000400": "code400", - "patient-check/90000000404": "code404", - "patient-check/90000000422": "code422", - "patient-check/90000000500": "code500", + "patient-check/9800878378": "code400", + "patient-check/9661033404": "code404", + "patient-check/9451019030": "code422", + "patient-check/9436793375": "code500", }