Skip to content

Commit dd7019f

Browse files
Merge pull request #1786 from NHSDigital/develop
APIM-R 1.37 Cut
2 parents 9750348 + 1b3d942 commit dd7019f

17 files changed

+312
-308
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "MIT",
1313
"homepage": "https://github.com/NHSDigital/e-referrals-service-api",
1414
"dependencies": {
15-
"@redocly/cli": "^1.19.0"
15+
"@redocly/cli": "^1.23.1"
1616
},
1717
"devDependencies": {
1818
"apigeetool": "^0.16.4",

poetry.lock

Lines changed: 174 additions & 170 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
@@ -28,7 +28,7 @@ semver = "^3.0.2"
2828
gitpython = "^3.1.43"
2929
lxml = "^4.9.4"
3030
xmlformatter = "^0.2.6"
31-
pytest-check = "^2.3.1"
31+
pytest-check = "^2.4.1"
3232
requests = "^2.32.3"
3333
openapi-core = "^0.19.3"
3434

@@ -39,8 +39,8 @@ black = "^24.8"
3939
pip-licenses = "^4.5.1"
4040
jinja2 = "^3.1.4"
4141
pytest = "^8.3.2"
42-
pytest-asyncio = "^0.23.8"
43-
pytest-nhsd-apim = "^3.4.2"
42+
pytest-asyncio = "^0.24.0"
43+
pytest-nhsd-apim = "^3.4.3"
4444

4545
[tool.poetry.scripts]
4646

sandbox/package-lock.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"valueCoding": {
6060
"system": "_baseUrl_/STU3/CodeSystem/REFERRAL-CANCELLATION-REASON",
6161
"code": "INTEND_PRIVATE",
62-
"display": "Intend to go private"
62+
"display": "Patient will go to a private clinic"
6363
}
6464
}
6565
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"valueCoding": {
6060
"system": "_baseUrl_/STU3/CodeSystem/REFERRAL-CANCELLATION-REASON",
6161
"code": "PATIENT_REQUEST_CANCELLATION_OTHER",
62-
"display": "Other reason"
62+
"display": "Other"
6363
}
6464
},
6565
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"valueCoding": {
6060
"system": "_baseUrl_/STU3/CodeSystem/REFERRAL-CANCELLATION-REASON",
6161
"code": "RAISED_IN_ERROR",
62-
"display": "Referral raised in error"
62+
"display": "Referral created by mistake"
6363
}
6464
},
6565
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"valueCoding": {
6262
"system": "_baseUrl_/STU3/CodeSystem/REFERRAL-CANCELLATION-REASON",
6363
"code": "INTEND_PRIVATE",
64-
"display": "Patient intends to go private"
64+
"display": "Patient will go to a private clinic"
6565
}
6666
},
6767
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"valueCoding": {
6464
"code": "TREATMENT_NO_LONGER_REQUIRED",
6565
"system": "_baseurl_/STU3/CodeSystem/REFERRAL-CANCELLATION-REASON",
66-
"display": "Referral no longer required"
66+
"display": "Referral no longer needed"
6767
}
6868
},
6969
{

0 commit comments

Comments
 (0)