Skip to content

Commit a139ed0

Browse files
pca-nhstobycook1
authored andcommitted
[ERSSUP-86837]-[JW]-[Update AG create update convert docs]-[PCA]
[ERSSUP-85961]-[JW]-[Review corrections]-[PCA]
1 parent 14138bc commit a139ed0

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
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: 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)