Skip to content

Commit e779dbe

Browse files
Merge branch 'develop' into ERSSUP-89591-combine-prs-pip-2025-08-21
2 parents 1502ef4 + c72b42f commit e779dbe

7 files changed

+78
-84
lines changed

package-lock.json

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

sandbox/package-lock.json

Lines changed: 27 additions & 28 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.4.0",
15+
"@hapi/hapi": "^21.4.3",
1616
"@hapi/inert": "^7.1.0",
1717
"lodash": "^4.17.20"
1818
},

specification/components/stu3/schemas/eRS-Communication.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,4 @@ properties:
135135
text:
136136
type: string
137137
example: 'Example content...'
138-
139-
138+
description: 'Maximum 8000 characters.'

specification/components/stu3/schemas/eRS-CreateAdviceAndGuidance-Request-Parameters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ properties:
3232
| `patient` | `1..1` | The patient the Advice request relates to. |
3333
| `providerConversionAuthorisation` | `1..1` | A flag detailing whether or not the provider who deals with this advice request is authorised to convert this Advice Request into a Referral |
3434
| `shortlist` | `1..1` | A list of services where the Advice Request should be sent to. Note currently only shortlists with a single Service included are supported. |
35-
| `request` | `1..1` | An initial message outlining the request. |
35+
| `request` | `1..1` | An initial message outlining the request. Maximum 8000 characters. |
3636
| `referringClinician` | `0..1` | Detail the Referring Clinician that a Referring Clinician Admin is acting on behalf off. Only permitted when creating an Advice Request as a user using the Referring Clinician Admin business function where it is also mandatory. |
3737
| `requestAttachmentFile` | `0..*` | A set of attachments to be included with the initial request. |
3838
items:
@@ -42,4 +42,4 @@ properties:
4242
- $ref: 'parameters/Shortlist.yaml'
4343
- $ref: 'parameters/Request.yaml'
4444
- $ref: 'parameters/ReferringClinician.yaml'
45-
- $ref: 'parameters/RequestAttachmentFile.yaml'
45+
- $ref: 'parameters/RequestAttachmentFile.yaml'

specification/components/stu3/schemas/eRS-CreateFromCommunicationRequestActionLater-Request-Parameters.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ properties:
2828
type: array
2929
description: |
3030
31-
| Field | Cardinality | Notes |
32-
| --------------------------------- | ----------- | ------------------------------------------ |
33-
| `createFrom` | `1..1` | |
34-
| `guidance` | `1..1` | |
35-
| `newReferralPriority` | `1..1` | |
36-
| `reviewComments` | `1..1` | |
37-
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
38-
| `reviewAttachmentFile` | `0..*` | Property defining files to be associated with the created `ReferralRequest` |
31+
| Field | Cardinality | Notes |
32+
| --------------------------------- | ----------- | ---------------------------------------------------------------------------------------------- |
33+
| `createFrom` | `1..1` | |
34+
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters. |
35+
| `newReferralPriority` | `1..1` | |
36+
| `reviewComments` | `1..1` | |
37+
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
38+
| `reviewAttachmentFile` | `0..*` | Property defining files to be associated with the created `ReferralRequest` |
3939
items:
4040
anyOf:
4141
- title: createFrom

specification/components/stu3/schemas/eRS-SendCommunicationToRequester-Request-Parameters.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ properties:
2828
type: array
2929
description: |
3030
31-
| Field | Cardinality | Notes |
32-
| --------------------------------- | ----------- | ------------------------------------------ |
33-
| `guidanceOutcome` | `1..1` | |
31+
| Field | Cardinality | Notes |
32+
| --------------------------------- | ----------- | ------------------------------------------------------------------------------------ |
33+
| `guidanceOutcome` | `1..1` | |
3434
| `guidanceIntendedRecommendation` | `0..1` | Conditionally Mandatory if guidanceOutcome value is `RETURN_TO_REFERRER_WITH_ADVICE` |
35-
| `guidance` | `1..1` | |
36-
| `updatedPriority` | `1..1` | |
37-
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
35+
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters. |
36+
| `updatedPriority` | `1..1` | |
37+
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
3838
items:
3939
anyOf:
4040
- title: guidanceOutcome

0 commit comments

Comments
 (0)