Skip to content

Commit 3358145

Browse files
Merge pull request #834 from NHSDigital/develop
ERSSUP-67659 - APIM-R 1.20 Cut
2 parents d96c196 + d52229c commit 3358145

File tree

66 files changed

+247
-312
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+247
-312
lines changed

package-lock.json

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

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ gitpython = "^3.1.31"
3030
lxml = "^4.9.2"
3131
xmlformatter = "^0.2.4"
3232
pytest-check = "^2.1.4"
33-
requests = "^2.28.2"
33+
requests = "^2.29.0"
3434
openapi-core = "0.14.2"
3535

3636

3737
[tool.poetry.dev-dependencies]
3838
flake8 = "^5.0.4"
39-
black = "^23.1"
40-
pip-licenses = "^4.1.0"
39+
black = "^23.3"
40+
pip-licenses = "^4.2.0"
4141
jinja2 = "^3.1.2"
4242
pytest = "^6.1.2"
4343
pytest-asyncio = "^0.14.0"

sandbox/package-lock.json

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

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/NHSDigital/hello-world-api",
1313
"main": "app.js",
1414
"dependencies": {
15-
"@hapi/hapi": "^21.3.0",
15+
"@hapi/hapi": "^21.3.2",
1616
"@hapi/inert": "^7.1.0",
1717
"lodash": "^4.17.20"
1818
},
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"resourceType": "OperationOutcome",
3+
"issue": [
4+
{
5+
"severity": "error",
6+
"code": "invalid",
7+
"details": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.nhs.uk/CodeSystem/NHSD-API-ErrorOrWarningCode",
11+
"code": "SANDBOX_ERROR",
12+
"display": "Sandbox error"
13+
}
14+
]
15+
},
16+
"diagnostics": "This is a dummy error produced by sandbox environment. Please use example requests to get success responses and make sure the e-RS Business Function provided in the header matches business role specified in the example title"
17+
}
18+
]
19+
}
File renamed without changes.

sandbox/src/mocks/stu3/cancelReferral/responses/CancelledReferralWithCancelledBookingNoLongerRequired.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
{
120120
"name": "commissioningProvisioning",
121121
"valueCoding": {
122-
"code": "NATIONALLY_AVAILABLE",
123-
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-CommissioningProvisioning-1"
122+
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-CommissioningProvisioning-1",
123+
"code": "ALL_AVAILABLE_FOR_BOOKING"
124124
}
125125
}
126126
]

sandbox/src/mocks/stu3/changeShortlist/requests/UnbookedReferral.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@
4848
"code": "HEART_FAILURE"
4949
}
5050
},
51-
{
52-
"name": "commissioningProvisioning",
53-
"valueCoding": {
54-
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-CommissioningProvisioning-1",
55-
"code": "ALL_AVAILABLE_FOR_BOOKING"
56-
}
57-
},
5851
{
5952
"name": "ageAndGenderAppropriate",
6053
"valueBoolean": false

sandbox/src/mocks/stu3/changeShortlist/requests/UnbookedReferralMultipleServices.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@
4848
"code": "HEART_FAILURE"
4949
}
5050
},
51-
{
52-
"name": "commissioningProvisioning",
53-
"valueCoding": {
54-
"system": "https://fhir.nhs.uk/STU3/CodeSystem/eRS-CommissioningProvisioning-1",
55-
"code": "ALL_AVAILABLE_FOR_BOOKING"
56-
}
57-
},
5851
{
5952
"name": "ageAndGenderAppropriate",
6053
"valueBoolean": false

0 commit comments

Comments
 (0)