Skip to content

Commit ca18021

Browse files
pca-nhstobycook1
authored andcommitted
[ERSSUP-85961]-[]-[Review corrections]-[PCA]
1 parent 24ef234 commit ca18021

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

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: 1 addition & 1 deletion
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. Maximum 8000 characters |
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:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ properties:
3131
| Field | Cardinality | Notes |
3232
| --------------------------------- | ----------- | ---------------------------------------------------------------------------------------------- |
3333
| `createFrom` | `1..1` | |
34-
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters |
34+
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters. |
3535
| `newReferralPriority` | `1..1` | |
3636
| `reviewComments` | `1..1` | |
3737
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ properties:
3232
| --------------------------------- | ----------- | ------------------------------------------------------------------------------------ |
3333
| `guidanceOutcome` | `1..1` | |
3434
| `guidanceIntendedRecommendation` | `0..1` | Conditionally Mandatory if guidanceOutcome value is `RETURN_TO_REFERRER_WITH_ADVICE` |
35-
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters |
35+
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters. |
3636
| `updatedPriority` | `1..1` | |
3737
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
3838
items:

0 commit comments

Comments
 (0)